diff --git a/client/package-lock.json b/client/package-lock.json index 365df76429..d0b86fd3ef 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -4133,9 +4133,12 @@ "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==" }, "@types/node": { - "version": "18.11.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz", - "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==" + "version": "22.9.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.1.tgz", + "integrity": "sha512-p8Yy/8sw1caA8CdRIQBG5tiLHmxtQKObCijiAa9Ez+d4+PRffM4054xbju0msf+cvhJpnFEeNjxmVT/0ipktrg==", + "requires": { + "undici-types": "~6.19.8" + } }, "@types/parse-json": { "version": "4.0.0", @@ -17930,6 +17933,11 @@ } } }, + "undici-types": { + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==" + }, "unicode-canonical-property-names-ecmascript": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", diff --git a/client/package.json b/client/package.json index de3ab561a8..e587bb2ee7 100644 --- a/client/package.json +++ b/client/package.json @@ -65,7 +65,7 @@ "@babel/plugin-transform-runtime": "^7.19.6", "@fisker/prettier-config": "^5.1.1", "@types/lodash-es": "^4.17.12", - "@types/node": "^18.11.9", + "@types/node": "^22.9.1", "@types/react": "^18.0.15", "@types/react-dom": "^18.0.6", "eslint-plugin-react": "^7.33.2",