From b22e6cadf945c4c6b1c111ee3b09380f70a1f740 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Dec 2019 03:03:37 +0000 Subject: [PATCH] fix: upgrade @babel/runtime from 7.5.5 to 7.7.4 Snyk has created this PR to upgrade @babel/runtime from 7.5.5 to 7.7.4. See this package in NPM: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/dyna-dot/project/8af55cde-1d46-434e-a267-b47b5f0d177f?utm_source=github&utm_medium=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 ad2173c1e1..42c8bd092a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -851,9 +851,9 @@ } }, "@babel/runtime": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.5.5.tgz", - "integrity": "sha512-28QvEGyQyNkB0/m2B4FU7IEZGK2NUrcMtT6BZEFALTguLk+AUT6ofsHtPk5QyjAdUkpMJ+/Em+quwz4HOt30AQ==", + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.4.tgz", + "integrity": "sha512-r24eVUUr0QqNZa+qrImUk8fn5SPhHq+IfYvIoIMg0do3GdK9sMdiLKP3GYVVaxpPKORgm8KRKaNTEhAjgIpLMw==", "requires": { "regenerator-runtime": "^0.13.2" } diff --git a/package.json b/package.json index 57a2eb1a1c..cd1efc1052 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ }, "dependencies": { "@babel/polyfill": "^7.4.4", - "@babel/runtime": "^7.5.5", + "@babel/runtime": "^7.7.4", "arrive": "^2.4.1", "babel-plugin-transform-builtin-extend": "1.1.2", "bcryptjs": "^2.4.3",