From 12028d69e326d4133dfd801c282399c36efa3c6b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2019 06:16:52 +0000 Subject: [PATCH] chore: upgrade @babel/runtime from 7.1.5 to 7.6.3 Snyk has created this PR to upgrade @babel/runtime from 7.1.5 to 7.6.3. See this package in NPM: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/ajesse11x/project/084842ba-ee65-4c0a-b0e3-d7034db02ba3?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d80abec82..2cc901666 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1428,17 +1428,17 @@ } }, "@babel/runtime": { - "version": "7.1.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.1.5.tgz", - "integrity": "sha512-xKnPpXG/pvK1B90JkwwxSGii90rQGKtzcMt2gI5G6+M0REXaq6rOHsGC2ay6/d0Uje7zzvSzjEzfR3ENhFlrfA==", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.3.tgz", + "integrity": "sha512-kq6anf9JGjW8Nt5rYfEuGRaEAaH1mkv3Bbu6rYvLOpPh/RusSJXuKPEAoZ7L7gybZkchE8+NV5g9vKF4AGAtsA==", "requires": { - "regenerator-runtime": "^0.12.0" + "regenerator-runtime": "^0.13.2" }, "dependencies": { "regenerator-runtime": { - "version": "0.12.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz", - "integrity": "sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==" + "version": "0.13.3", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz", + "integrity": "sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==" } } }, diff --git a/package.json b/package.json index b18705b5a..a2e210047 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react-native": false }, "dependencies": { - "@babel/runtime": "^7.1.5", + "@babel/runtime": "^7.6.3", "ws": "6.1.0", "xmlhttprequest": "1.8.0" },