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",