From 6db790a533eba8c45f812c08f18397eb33ebfc37 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Sep 2022 09:35:03 +0000 Subject: [PATCH] fix: upgrade @babel/runtime from 7.18.9 to 7.19.0 Snyk has created this PR to upgrade @babel/runtime from 7.18.9 to 7.19.0. See this package in npm: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/berkmann18/project/6a617642-210d-466f-808f-3110849ea45d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f7ba64..f9f2aae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -324,9 +324,9 @@ } }, "@babel/runtime": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz", - "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.19.0.tgz", + "integrity": "sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 198fcf0..7cc7e0c 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "check" ], "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "chalk": "^4.1.2", "pegjs": "^0.10.0" },