From 637791337ed6f4fa99e981388e95fc0b2e6ef05d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 15:10:30 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v18.18.5 --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 023e5ac3..09f33420 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ ], "devDependencies": { "@babel/types": "7.22.5", - "@types/node": "18.16.18", + "@types/node": "18.18.5", "@types/ws": "8.5.4", "@typescript-eslint/eslint-plugin": "5.59.11", "@typescript-eslint/parser": "5.59.11", diff --git a/yarn.lock b/yarn.lock index 3cbc3e5d..06244a1f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -573,11 +573,16 @@ resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz" integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== -"@types/node@*", "@types/node@18.16.18": +"@types/node@*": version "18.16.18" resolved "https://registry.npmjs.org/@types/node/-/node-18.16.18.tgz" integrity sha512-/aNaQZD0+iSBAGnvvN2Cx92HqE5sZCPZtx2TsK+4nvV23fFe09jVDvpArXr2j9DnYlzuU9WuoykDDc6wqvpNcw== +"@types/node@18.18.5": + version "18.18.5" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.5.tgz#afc0fd975df946d6e1add5bbf98264225b212244" + integrity sha512-4slmbtwV59ZxitY4ixUZdy1uRLf9eSIvBWPQxNjhHYWEtn0FryfKpyS2cvADYXTayWdKEIsJengncrVvkI4I6A== + "@types/normalize-package-data@^2.4.0": version "2.4.1" resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz"