From df01f762792ec7aa96215f4d86da5fe4da52ac18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 13:22:47 +0000 Subject: [PATCH] Bump typescript Bumps the dev group with 1 update in the /dynamic-config-node directory: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 5.9.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v7.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev ... Signed-off-by: dependabot[bot] --- dynamic-config-node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-config-node/package.json b/dynamic-config-node/package.json index 35158f2..057cad8 100644 --- a/dynamic-config-node/package.json +++ b/dynamic-config-node/package.json @@ -61,6 +61,6 @@ "build": "cargo build -p dynamic-config-node --release && node -e \"const {copyFileSync, existsSync} = require('fs'); const built = ['../target/release/libdynamic_config_node.so', '../target/release/libdynamic_config_node.dylib', '../target/release/dynamic_config_node.dll'].find(existsSync); copyFileSync(built, 'index.node')\"" }, "devDependencies": { - "typescript": "^5.6.0" + "typescript": "^7.0.2" } }