diff --git a/package-lock.json b/package-lock.json index 80f76bd..9a4bc12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1266,9 +1266,9 @@ } }, "@babel/runtime": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", - "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz", + "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 5d6ef31..dbca8df 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand" }, "dependencies": { - "@babel/runtime": "^7.12.5" + "@babel/runtime": "^7.12.13" }, "devDependencies": { "@babel/cli": "^7.12.8",