diff --git a/package-lock.json b/package-lock.json index 96e1484..da369f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1173,9 +1173,9 @@ } }, "@babel/runtime": { - "version": "7.14.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", - "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.0.tgz", + "integrity": "sha512-Nht8L0O8YCktmsDV6FqFue7vQLRx3Hb0B37lS5y0jDRqRxlBG4wIJHnf9/bgSE2UyipKFA01YtS+npRdTWBUyw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 49ae5a1..97aceda 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "webpack-merge": "^4.2.2" }, "dependencies": { - "@babel/runtime": "^7.13.10", + "@babel/runtime": "^7.16.0", "@reach/router": "^1.3.4", "dotenv": "^10.0.0", "express": "^4.17.1",