diff --git a/package-lock.json b/package-lock.json index 11b0f78..7b5e1aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@types/eslint__js": "^8.42.3", "@types/express": "^5.0.0", "@types/morgan": "^1.9.9", - "@types/node": "^20.0.0", + "@types/node": "^22.8.1", "eslint": "^9.13.0", "prettier": "^3.3.3", "tsx": "^4.19.1", @@ -1039,10 +1039,12 @@ } }, "node_modules/@types/node": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.0.0.tgz", - "integrity": "sha512-cD2uPTDnQQCVpmRefonO98/PPijuOnnEy5oytWJFPY1N9aJCz2wJ5kSGWO+zJoed2cY2JxQh6yBuUq4vIn61hw==", - "license": "MIT" + "version": "22.8.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.1.tgz", + "integrity": "sha512-k6Gi8Yyo8EtrNtkHXutUu2corfDf9su95VYVP10aGYMMROM6SAItZi0w1XszA6RtWTHSVp5OeFof37w0IEqCQg==", + "dependencies": { + "undici-types": "~6.19.8" + } }, "node_modules/@types/qs": { "version": "6.9.16", @@ -2920,6 +2922,11 @@ "node": ">=18.17" } }, + "node_modules/undici-types": { + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==" + }, "node_modules/uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", diff --git a/package.json b/package.json index e54c17f..d319636 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/eslint__js": "^8.42.3", "@types/express": "^5.0.0", "@types/morgan": "^1.9.9", - "@types/node": "^20.0.0", + "@types/node": "^22.8.1", "eslint": "^9.13.0", "prettier": "^3.3.3", "tsx": "^4.19.1",