From af0717684f69ad11fdee5e68ca1c0a09e7d5802c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Oct 2019 08:43:05 +0000 Subject: [PATCH] chore: upgrade @babel/runtime from 7.6.2 to 7.6.3 Snyk has created this PR to upgrade @babel/runtime from 7.6.2 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/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 114299c77..f97d951e8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1277,9 +1277,9 @@ } }, "@babel/runtime": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz", - "integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==", + "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.13.2" } diff --git a/frontend/package.json b/frontend/package.json index 8045fb1b1..e92eac723 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "@babel/polyfill": "^7.6.0", - "@babel/runtime": "^7.6.2", + "@babel/runtime": "^7.6.3", "@cdssnc/logdriver": "0.0.2", "@emotion/core": "^10.0.21", "@emotion/styled": "^10.0.17",