diff --git a/package-lock.json b/package-lock.json index b739d8c1..c337212b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2401,9 +2401,9 @@ } }, "@babel/runtime": { - "version": "7.7.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.7.tgz", - "integrity": "sha512-uCnC2JEVAu8AKB5do1WRIsvrdJ0flYx/A/9f/6chdacnEZ7LmavjdsDXr5ksYBegxtuTPR5Va9/+13QF/kFkCA==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.0.tgz", + "integrity": "sha512-Z7ti+HB0puCcLmFE3x90kzaVgbx6TRrYIReaygW6EkBEnJh1ajS4/inhF7CypzWeDV3NFl1AfWj0eMtdihojxw==", "requires": { "regenerator-runtime": "^0.13.2" } diff --git a/package.json b/package.json index d3f2aff8..3971ec71 100644 --- a/package.json +++ b/package.json @@ -212,7 +212,7 @@ "@babel/plugin-proposal-object-rest-spread": "^7.7.7", "@babel/plugin-transform-runtime": "^7.6.2", "@babel/preset-env": "^7.7.1", - "@babel/runtime": "^7.7.7", + "@babel/runtime": "^7.8.0", "@mapbox/stylelint-processor-arbitrary-tags": "^0.3.0", "@types/auto-launch": "^5.0.1", "@types/electron-json-storage": "^4.0.0",