From 50d61f0c6acb9e5250f443b59d1fc8eba9a7b513 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 01:15:37 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v18 --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 073731718..7d94350c2 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "@types/jasmine": "3.9.1", "@types/jasminewd2": "2.0.10", "@types/jsdom": "16.2.5", - "@types/node": "16.10.2", + "@types/node": "18.18.3", "@typescript-eslint/eslint-plugin": "5.3.0", "@typescript-eslint/parser": "5.3.0", "autoprefixer": "10.3.7", diff --git a/yarn.lock b/yarn.lock index 45c3076bd..9cd8fee3b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2936,7 +2936,12 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.4.tgz#e1cf817d70a1e118e81922c4ff6683ce9d422e26" integrity sha512-zrNj1+yqYF4WskCMOHwN+w9iuD12+dGm0rQ35HLl9/Ouuq52cEtd0CH9qMgrdNmi5ejC1/V7vKEXYubB+65DkA== -"@types/node@16.10.2", "@types/node@>=10.0.0": +"@types/node@18.18.3": + version "18.18.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.3.tgz#e5188135fc2909b46530c798ef49be65083be3fd" + integrity sha512-0OVfGupTl3NBFr8+iXpfZ8NR7jfFO+P1Q+IO/q0wbo02wYkP5gy36phojeYWpLQ6WAMjl+VfmqUk2YbUfp0irA== + +"@types/node@>=10.0.0": version "16.10.2" resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.2.tgz#5764ca9aa94470adb4e1185fe2e9f19458992b2e" integrity sha512-zCclL4/rx+W5SQTzFs9wyvvyCwoK9QtBpratqz2IYJ3O8Umrn0m3nsTv0wQBk9sRGpvUe9CwPDrQFB10f1FIjQ==