From ada0cad7073da819f54405269338d365db4a70e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Oct 2019 08:40:33 +0000 Subject: [PATCH] chore: upgrade @babel/runtime from 7.6.0 to 7.6.2 Snyk has created this PR to upgrade @babel/runtime from 7.6.0 to 7.6.2. See this package in NPM: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/cds-snc/project/762c54e6-bad5-4b75-b4e7-c2ac53716139?utm_source=github&utm_medium=upgrade-pr --- frontend/package-lock.json | 6 +++--- frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9fa9143eb..afc051cf4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1277,9 +1277,9 @@ } }, "@babel/runtime": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.0.tgz", - "integrity": "sha512-89eSBLJsxNxOERC0Op4vd+0Bqm6wRMqMbFtV3i0/fbaWw/mJ8Q3eBvgX0G4SyrOOLCtbu98HspF8o09MRT+KzQ==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz", + "integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==", "requires": { "regenerator-runtime": "^0.13.2" } diff --git a/frontend/package.json b/frontend/package.json index 5fc742601..15c96d172 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "@babel/polyfill": "^7.6.0", - "@babel/runtime": "^7.6.0", + "@babel/runtime": "^7.6.2", "@cdssnc/logdriver": "0.0.2", "@emotion/core": "^10.0.17", "@emotion/styled": "^10.0.17",