From c4719ab060760f0deed8ccdd6a20af41b2f35903 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 19:22:44 +0000 Subject: [PATCH] Update dependency @types/node to v18 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 08cf6fc7..65206669 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@angular/language-service": "^13.4.0", "@types/jasmine": "~3.10.0", "@types/jasminewd2": "~2.0.8", - "@types/node": "^16.0.0", + "@types/node": "^18.0.0", "@types/text-encoding": "0.0.35", "@types/xml2js": "^0.4.8", "@typescript-eslint/eslint-plugin": "5.62.0", diff --git a/yarn.lock b/yarn.lock index b041b156..b1ffc6ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1800,10 +1800,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.1.5.tgz#e94b604c67fc408f215fcbf3bd84d4743bf7f710" integrity sha512-IvGD1CD/nego63ySR7vrAKEX3AJTcmrAN2kn+/sDNLi1Ff5kBzDeEdqWDplK+0HAEoLYej137Sk0cUU8OLOlMg== -"@types/node@^16.0.0": - version "16.18.38" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.38.tgz#1dcdb6c54d02b323f621213745f2e44af30c73e6" - integrity sha512-6sfo1qTulpVbkxECP+AVrHV9OoJqhzCsfTNp5NIG+enM4HyM3HvZCO798WShIXBN0+QtDIcutJCjsVYnQP5rIQ== +"@types/node@^18.0.0": + version "18.16.19" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.19.tgz#cb03fca8910fdeb7595b755126a8a78144714eea" + integrity sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA== "@types/parse-json@^4.0.0": version "4.0.0"