diff --git a/v4/inprocess-proxy/.nvmrc b/v4/inprocess-proxy/.nvmrc index 3c032078..2bd5a0a9 100644 --- a/v4/inprocess-proxy/.nvmrc +++ b/v4/inprocess-proxy/.nvmrc @@ -1 +1 @@ -18 +22 diff --git a/v4/inprocess-proxy/package.json b/v4/inprocess-proxy/package.json index af9c49d7..efa086e4 100644 --- a/v4/inprocess-proxy/package.json +++ b/v4/inprocess-proxy/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@types/express": "4.17.13", - "@types/node": "18.19.32", + "@types/node": "22.9.4", "@typescript-eslint/eslint-plugin": "5.47.1", "@typescript-eslint/parser": "5.47.1", "del-cli": "5.0.0", diff --git a/v4/inprocess-proxy/yarn.lock b/v4/inprocess-proxy/yarn.lock index be22160d..b4522dd8 100644 --- a/v4/inprocess-proxy/yarn.lock +++ b/v4/inprocess-proxy/yarn.lock @@ -358,12 +358,12 @@ resolved "https://registry.npmjs.org/@types/node/-/node-17.0.25.tgz" integrity sha512-wANk6fBrUwdpY4isjWrKTufkrXdu1D2YHCot2fD/DfWxF5sMrVSA+KN7ydckvaTCh0HiqX9IVl0L5/ZoXg5M7w== -"@types/node@18.19.32": - version "18.19.32" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.32.tgz#96e4c80dca0ccf48505add2a399f36465955e0be" - integrity sha512-2bkg93YBSDKk8DLmmHnmj/Rwr18TLx7/n+I23BigFwgexUJoMHZOd8X1OFxuF/W3NN0S2W2E5sVabI5CPinNvA== +"@types/node@22.9.4": + version "22.9.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.4.tgz#31eefcdbe163a51f53cbfbb3e121b8ae9b16fdb2" + integrity sha512-d9RWfoR7JC/87vj7n+PVTzGg9hDyuFjir3RxUHbjFSKNd9mpxbxwMEyaCim/ddCmy4IuW7HjTzF3g9p3EtWEOg== dependencies: - undici-types "~5.26.4" + undici-types "~6.19.8" "@types/normalize-package-data@^2.4.0": version "2.4.1" @@ -4626,10 +4626,10 @@ unbox-primitive@^1.0.2: has-symbols "^1.0.3" which-boxed-primitive "^1.0.2" -undici-types@~5.26.4: - version "5.26.5" - resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" - integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== +undici-types@~6.19.8: + version "6.19.8" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" + integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw== unique-filename@^1.1.1: version "1.1.1"