diff --git a/package-lock.json b/package-lock.json index ce95326c..dba2ca0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "@types/glob": "^9.0.0", "@types/js-yaml": "^4.0.9", "@types/mocha": "^10.0.10", - "@types/node": "20.11.30", + "@types/node": "25.7.0", "ajv": "8.18.0", "ajv-formats": "3.0.1", "js-yaml": "4.1.1", @@ -603,15 +603,22 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.11.30", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.30.tgz", - "integrity": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==", + "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": "~5.26.4" + "undici-types": "~7.21.0" } }, + "node_modules/@types/node/node_modules/undici-types": { + "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" + }, "node_modules/@types/unist": { "version": "2.0.11", "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", diff --git a/package.json b/package.json index 7ead3638..9f7887f6 100644 --- a/package.json +++ b/package.json @@ -289,7 +289,7 @@ "@types/glob": "^9.0.0", "@types/js-yaml": "^4.0.9", "@types/mocha": "^10.0.10", - "@types/node": "20.11.30", + "@types/node": "25.7.0", "ajv": "8.18.0", "ajv-formats": "3.0.1", "js-yaml": "4.1.1",