From b027b2f88caf1970841ef2141630ca0b6c176cdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 02:43:29 +0000 Subject: [PATCH] Update dependency @types/node to v16.18.113 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d3c2d30..7a72530 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/estree": "0.0.51", "@types/jest": "^28.1.2", "@types/lodash": "^4.14.182", - "@types/node": "16.11.39", + "@types/node": "16.18.113", "@typescript-eslint/eslint-plugin": "^5.28.0", "@typescript-eslint/parser": "^5.28.0", "eslint": "8.17.0", diff --git a/yarn.lock b/yarn.lock index 80dadc0..a88a2d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -987,10 +987,10 @@ resolved "https://registry.npmjs.org/@types/node/-/node-14.14.10.tgz" integrity sha512-J32dgx2hw8vXrSbu4ZlVhn1Nm3GbeCFNw2FWL8S5QKucHGY0cyNwjdQdO+KMBZ4wpmC7KhLCiNsdk1RFRIYUQQ== -"@types/node@16.11.39": - version "16.11.39" - resolved "https://registry.npmjs.org/@types/node/-/node-16.11.39.tgz" - integrity sha512-K0MsdV42vPwm9L6UwhIxMAOmcvH/1OoVkZyCgEtVu4Wx7sElGloy/W7kMBNe/oJ7V/jW9BVt1F6RahH6e7tPXw== +"@types/node@16.18.113": + version "16.18.113" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.113.tgz#fbe99013933c4997db5838d20497494a7e01f4ab" + integrity sha512-4jHxcEzSXpF1cBNxogs5FVbVSFSKo50sFCn7Xg7vmjJTbWFWgeuHW3QnoINlfmfG++MFR/q97RZE5RQXKeT+jg== "@types/prettier@^2.1.5": version "2.2.3"