diff --git a/package-lock.json b/package-lock.json index cd40eca36..b616b14a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@types/dedent": "=0.7.2", "@types/jsdom-global": "^3.0.7", "@types/mocha": "=10.0.10", - "@types/node": "=22.15.23", + "@types/node": "=24.0.12", "@types/sinon": "=17.0.4", "@typescript-eslint/eslint-plugin": "=7.18.0", "@typescript-eslint/parser": "=7.18.0", @@ -7203,13 +7203,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.15.23", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.23.tgz", - "integrity": "sha512-7Ec1zaFPF4RJ0eXu1YT/xgiebqwqoJz8rYPDi/O2BcZ++Wpt0Kq9cl0eg6NN6bYbPnR67ZLo7St5Q3UK0SnARw==", + "version": "24.0.12", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.12.tgz", + "integrity": "sha512-LtOrbvDf5ndC9Xi+4QZjVL0woFymF/xSTKZKPgrrl7H7XoeDvnD+E2IclKVDyaK9UM756W/3BXqSU+JEHopA9g==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.8.0" } }, "node_modules/@types/normalize-package-data": { @@ -24266,9 +24266,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", + "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index b6b53a142..bf81bc709 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/dedent": "=0.7.2", "@types/jsdom-global": "^3.0.7", "@types/mocha": "=10.0.10", - "@types/node": "=22.15.23", + "@types/node": "=24.0.12", "@types/sinon": "=17.0.4", "@typescript-eslint/eslint-plugin": "=7.18.0", "@typescript-eslint/parser": "=7.18.0",