From 48a9e36a370dd0197fcc71a441bfcce8ed8a73f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 May 2021 21:16:10 +0000 Subject: [PATCH] fix: upgrade @babel/runtime from 7.12.0 to 7.13.16 Snyk has created this PR to upgrade @babel/runtime from 7.12.0 to 7.13.16. See this package in npm: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/kdcio/project/a69eeb31-e5d3-47ab-a91a-4a3c85dd71af?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 c821b49..877b4d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1143,9 +1143,9 @@ } }, "@babel/runtime": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.0.tgz", - "integrity": "sha512-lS4QLXQ2Vbw2ubfQjeQcn+BZgZ5+ROHW9f+DWjEp5Y+NHYmkRGKqHSJ1tuhbUauKu2nhZNTBIvsIQ8dXfY5Gjw==", + "version": "7.13.16", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.16.tgz", + "integrity": "sha512-7VsWJsI5USRhBLE/3of+VU2DDNWtYHQlq2IHu2iL15+Yx4qVqP8KllR6JMHQlTKWRyDk9Tw6unkqSusaHXt//A==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 1b9af94..8c64204 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "homepage": "https://github.com/kdcio/create-nodejs#readme", "dependencies": { - "@babel/runtime": "^7.12.0", + "@babel/runtime": "^7.13.16", "chalk": "^4.1.0", "commander": "^5.1.0", "envinfo": "^7.7.4",