diff --git a/package-lock.json b/package-lock.json index c62edf59..2fd2ec55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@stylistic/eslint-plugin-js": "^2.1.0", "@stylistic/eslint-plugin-ts": "^2.1.0", "@types/jest": "^29.5.11", - "@types/node": "^20", + "@types/node": "^22", "axios": "^1.6.2", "chai": "^4.3.10", "eslint": "^9.2.0", @@ -1646,11 +1646,11 @@ "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" }, "node_modules/@types/node": { - "version": "20.14.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz", - "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==", + "version": "22.1.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.1.0.tgz", + "integrity": "sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.13.0" } }, "node_modules/@types/qs": { @@ -6182,9 +6182,9 @@ } }, "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==" + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz", + "integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==" }, "node_modules/unpipe": { "version": "1.0.0", diff --git a/package.json b/package.json index 3a01b239..accc2931 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@stylistic/eslint-plugin-js": "^2.1.0", "@stylistic/eslint-plugin-ts": "^2.1.0", "@types/jest": "^29.5.11", - "@types/node": "^20", + "@types/node": "^22", "axios": "^1.6.2", "chai": "^4.3.10", "eslint": "^9.2.0",