From a3cc2bf4530e3c6af8c1fcad6faf520c5d77a2c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Oct 2022 19:28:17 +0000 Subject: [PATCH] fix: upgrade @types/node from 14.14.41 to 14.18.31 Snyk has created this PR to upgrade @types/node from 14.14.41 to 14.18.31. See this package in npm: See this project in Snyk: https://app.snyk.io/org/agentjacker/project/5bb1a3f1-b1be-4742-85ba-c1867ad3f9a9?utm_source=github&utm_medium=referral&page=upgrade-pr --- infrastructure/exit-tool/perform_exodus/package.json | 2 +- infrastructure/exit-tool/perform_exodus/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/infrastructure/exit-tool/perform_exodus/package.json b/infrastructure/exit-tool/perform_exodus/package.json index 6bc63f4a57..6deba12402 100644 --- a/infrastructure/exit-tool/perform_exodus/package.json +++ b/infrastructure/exit-tool/perform_exodus/package.json @@ -16,7 +16,7 @@ "typescript": "^4.0.2" }, "dependencies": { - "@types/node": "^14.14.35", + "@types/node": "^14.18.31", "commander": "^6.0.0", "ethers": "^5.4.4" } diff --git a/infrastructure/exit-tool/perform_exodus/yarn.lock b/infrastructure/exit-tool/perform_exodus/yarn.lock index 609bbaf749..1ba318bef6 100644 --- a/infrastructure/exit-tool/perform_exodus/yarn.lock +++ b/infrastructure/exit-tool/perform_exodus/yarn.lock @@ -341,10 +341,10 @@ "@ethersproject/properties" "^5.4.0" "@ethersproject/strings" "^5.4.0" -"@types/node@^14.14.35": - version "14.14.41" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.41.tgz#d0b939d94c1d7bd53d04824af45f1139b8c45615" - integrity sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g== +"@types/node@^14.18.31": + version "14.18.33" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.33.tgz#8c29a0036771569662e4635790ffa9e057db379b" + integrity sha512-qelS/Ra6sacc4loe/3MSjXNL1dNQ/GjxNHVzuChwMfmk7HuycRLVQN2qNY3XahK+fZc5E2szqQSKUyAF0E+2bg== aes-js@3.0.0: version "3.0.0"