From 4c39fa27565b4802d9c47c09218932c852608f72 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Oct 2023 23:07:25 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @babel/parser from 7.22.11 to 7.22.16. See this package in npm: https://www.npmjs.com/package/@babel/parser - @babel/types from 7.22.15 to 7.22.19. See this package in npm: https://www.npmjs.com/package/@babel/types See this project in Snyk: https://app.snyk.io/org/woodpile37/project/e5e31077-489f-44c1-b24d-4af9a1a8d603?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/cli/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index b14a624c75..3f3a8134a0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -7,8 +7,8 @@ "ethers-ts": "./lib/bin/ethers-ts.js" }, "dependencies": { - "@babel/parser": "7.22.11", - "@babel/types": "7.22.15", + "@babel/parser": "7.22.16", + "@babel/types": "7.22.19", "@ethersproject/asm": "^5.7.0", "@ethersproject/basex": "^5.7.0", "ethers": "^6.2.2",