From 06dc21420da5f5c7b624c92b4f983a4d13ce909a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 May 2021 07:28:14 +0000 Subject: [PATCH] fix: upgrade @babel/runtime from 7.13.7 to 7.13.10 Snyk has created this PR to upgrade @babel/runtime from 7.13.7 to 7.13.10. See this package in npm: See this project in Snyk: https://app.snyk.io/org/aleshaoleg/project/c4e03de1-f380-441f-8413-1db794ac80d8?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 06e3770..6d5becd 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "webpack-cli": "^3.3.11" }, "dependencies": { - "@babel/runtime": "^7.12.13", + "@babel/runtime": "^7.13.10", "is-in-browser": "^1.1.3" }, "lint-staged": { diff --git a/yarn.lock b/yarn.lock index c59f30e..8d05240 100644 --- a/yarn.lock +++ b/yarn.lock @@ -937,10 +937,10 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/runtime@^7.12.13": - version "7.13.7" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.7.tgz#d494e39d198ee9ca04f4dcb76d25d9d7a1dc961a" - integrity sha512-h+ilqoX998mRVM5FtB5ijRuHUDVt5l3yfoOi2uh18Z/O3hvyaHQ39NpxVkCIG5yFs+mLq/ewFp8Bss6zmWv6ZA== +"@babel/runtime@^7.13.10": + version "7.14.0" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6" + integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA== dependencies: regenerator-runtime "^0.13.4"