From d825720d0515f9c5672ef205a326921db00f633c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 22:23:00 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v17.0.45 --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 19c46cf..05974a7 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ ], "devDependencies": { "@babel/types": "7.19.0", - "@types/node": "17.0.17", + "@types/node": "17.0.45", "@typescript-eslint/eslint-plugin": "5.38.0", "@typescript-eslint/parser": "5.38.0", "eslint": "8.23.1", diff --git a/yarn.lock b/yarn.lock index 2d2b7e9..d584e5f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -415,11 +415,16 @@ resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz" integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== -"@types/node@*", "@types/node@17.0.17": +"@types/node@*": version "17.0.17" resolved "https://registry.npmjs.org/@types/node/-/node-17.0.17.tgz" integrity sha512-e8PUNQy1HgJGV3iU/Bp2+D/DXh3PYeyli8LgIwsQcs1Ar1LoaWHSIT6Rw+H2rNJmiq6SNWiDytfx8+gYj7wDHw== +"@types/node@17.0.45": + version "17.0.45" + resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.45.tgz#2c0fafd78705e7a18b7906b5201a522719dc5190" + integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw== + "@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"