From 9b356d91c4ff8b7a5466cd1c98b9db39cbdc1025 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Nov 2021 00:32:28 +0000 Subject: [PATCH] fix: upgrade @babel/runtime from 7.15.4 to 7.16.0 Snyk has created this PR to upgrade @babel/runtime from 7.15.4 to 7.16.0. See this package in npm: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/acinader/project/3e039b91-2450-4b56-8420-baf56cab388e?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 39c884a545..2933ae91a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -990,9 +990,9 @@ } }, "@babel/runtime": { - "version": "7.15.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz", - "integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.0.tgz", + "integrity": "sha512-Nht8L0O8YCktmsDV6FqFue7vQLRx3Hb0B37lS5y0jDRqRxlBG4wIJHnf9/bgSE2UyipKFA01YtS+npRdTWBUyw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 7ec8ccc2d6..93ce07e43c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "LICENSE" ], "dependencies": { - "@babel/runtime": "7.15.4", + "@babel/runtime": "7.16.0", "bcryptjs": "2.3.0", "body-parser": "1.19.0", "commander": "6.2.1",