diff --git a/package-lock.json b/package-lock.json index 9c1cf4a..84c475e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "eslint-config-airbnb-typescript": "^18.0.0" }, "devDependencies": { - "@types/node": "18.19.63", + "@types/node": "22.8.6", "@typescript-eslint/eslint-plugin": "7.18.0", "eslint": "8.57.1", "eslint-plugin-deprecation": "3.0.0", @@ -325,13 +325,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "18.19.63", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.63.tgz", - "integrity": "sha512-hcUB7THvrGmaEcPcvUZCZtQ2Z3C+UR/aOcraBLCvTsFMh916Gc1kCCYcfcMuB76HM2pSerxl1PoP3KnmHzd9Lw==", + "version": "22.8.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.6.tgz", + "integrity": "sha512-tosuJYKrIqjQIlVCM4PEGxOmyg3FCPa/fViuJChnGeEIhjA46oy8FMVoF9su1/v8PNs2a8Q0iFNyOx0uOF91nw==", "dev": true, - "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.8" } }, "node_modules/@types/normalize-package-data": { @@ -7149,11 +7148,10 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", - "dev": true, - "license": "MIT" + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "dev": true }, "node_modules/unicorn-magic": { "version": "0.1.0", diff --git a/package.json b/package.json index f65f84b..bafdd80 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint-config-airbnb-typescript": "^18.0.0" }, "devDependencies": { - "@types/node": "18.19.63", + "@types/node": "22.8.6", "@typescript-eslint/eslint-plugin": "7.18.0", "eslint": "8.57.1", "eslint-plugin-deprecation": "3.0.0",