diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1d3a71883..351534c93 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1189,9 +1189,9 @@ } }, "@babel/runtime": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.5.5.tgz", - "integrity": "sha512-28QvEGyQyNkB0/m2B4FU7IEZGK2NUrcMtT6BZEFALTguLk+AUT6ofsHtPk5QyjAdUkpMJ+/Em+quwz4HOt30AQ==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.0.tgz", + "integrity": "sha512-89eSBLJsxNxOERC0Op4vd+0Bqm6wRMqMbFtV3i0/fbaWw/mJ8Q3eBvgX0G4SyrOOLCtbu98HspF8o09MRT+KzQ==", "requires": { "regenerator-runtime": "^0.13.2" } diff --git a/frontend/package.json b/frontend/package.json index 88adf751d..4ad369225 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "@babel/polyfill": "^7.4.4", - "@babel/runtime": "^7.5.5", + "@babel/runtime": "^7.6.0", "@cdssnc/logdriver": "0.0.2", "@emotion/core": "^10.0.16", "@emotion/styled": "^10.0.15",