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",