diff --git a/package-lock.json b/package-lock.json index 6cab9ae..6ce3f0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "sql.js": "^1.14.1" }, "devDependencies": { - "@types/node": "^25.6.0", + "@types/node": "^25.7.0", "@types/vscode": "=1.110.0", "@vscode/vsce": "^3.9.1", "esbuild": "^0.28.0", @@ -1249,13 +1249,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.6.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz", - "integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==", + "version": "25.7.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.7.0.tgz", + "integrity": "sha512-z+pdZyxE+RTQE9AcboAZCb4otwcrvgHD+GlBpPgn0emDVt0ohrTMhAwlr2Wd9nZ+nihhYFxO2pThz3C5qSu2Eg==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.19.0" + "undici-types": "~7.21.0" } }, "node_modules/@types/normalize-package-data": { @@ -5231,9 +5231,9 @@ "license": "MIT" }, "node_modules/undici-types": { - "version": "7.19.2", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz", - "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==", + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.21.0.tgz", + "integrity": "sha512-w9IMgQrz4O0YN1LtB7K5P63vhlIOvC7opSmouCJ+ZywlPAlO9gIkJ+otk6LvGpAs2wg4econaCz3TvQ9xPoyuQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index cac77a3..1f6acb7 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ "test": "npx tsx --tsconfig tsconfig.test.json --test tests/unit/*.test.ts" }, "devDependencies": { - "@types/node": "^25.6.0", + "@types/node": "^25.7.0", "@types/vscode": "=1.110.0", "@vscode/vsce": "^3.9.1", "esbuild": "^0.28.0",