From ae5b7ec8b39d70892ea574c8ebaa429c572bedf1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Jun 2020 01:22:05 +0000 Subject: [PATCH] fix: upgrade @babel/runtime from 7.10.0 to 7.10.1 Snyk has created this PR to upgrade @babel/runtime from 7.10.0 to 7.10.1. See this package in NPM: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/jaebradley/project/7dcad849-ce0c-4b1a-b6f7-74588b3b4c4d?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 6799b37..4ef1db4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -966,9 +966,9 @@ } }, "@babel/runtime": { - "version": "7.10.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.0.tgz", - "integrity": "sha512-tgYb3zVApHbLHYOPWtVwg25sBqHhfBXRKeKoTIyoheIxln1nA7oBl7SfHfiTG2GhDPI8EUBkOD/0wJCP/3HN4Q==", + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.1.tgz", + "integrity": "sha512-nQbbCbQc9u/rpg1XCxoMYQTbSMVZjCDxErQ1ClCn9Pvcmv1lGads19ep0a2VsEiIJeHqjZley6EQGEC3Yo1xMA==", "requires": { "regenerator-runtime": "^0.13.4" }, diff --git a/package.json b/package.json index 9cb8b09..e938a52 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "homepage": "https://github.com/jaebradley/npm-install-search-cli#readme", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.10.0", + "@babel/runtime": "^7.10.1", "axios": "^0.19.2", "chalk": "^4.0.0", "child-process-promise": "^2.2.1",