diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5702960ed..43fd9f6d3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1277,9 +1277,9 @@ } }, "@babel/runtime": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.3.tgz", - "integrity": "sha512-kq6anf9JGjW8Nt5rYfEuGRaEAaH1mkv3Bbu6rYvLOpPh/RusSJXuKPEAoZ7L7gybZkchE8+NV5g9vKF4AGAtsA==", + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.1.tgz", + "integrity": "sha512-SQ0sS7KUJDvgCI2cpZG0nJygO6002oTbhgSuw4WcocsnbxLwL5Q8I3fqbJdyBAc3uFrWZiR2JomseuxSuci3SQ==", "requires": { "regenerator-runtime": "^0.13.2" } diff --git a/frontend/package.json b/frontend/package.json index 5390feb34..b12254063 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "@babel/polyfill": "^7.6.0", - "@babel/runtime": "^7.6.3", + "@babel/runtime": "^7.7.1", "@cdssnc/logdriver": "0.0.2", "@emotion/core": "^10.0.22", "@emotion/styled": "^10.0.23",