From 80779f208d91116c6b46eabbf6f869eda82c7140 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Wed, 23 Oct 2019 16:36:06 +0200 Subject: [PATCH] chore: upgrade @babel/runtime from 7.6.2 to 7.6.3 (#834) 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 8517ba132..d9e98b636 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 a9e95cf4c..04389d54f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,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",