diff --git a/package-lock.json b/package-lock.json index 6262a660..b8ced783 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1932,9 +1932,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.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.2.tgz", + "integrity": "sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==", "requires": { "regenerator-runtime": "^0.13.2" } diff --git a/package.json b/package.json index ff8c787b..fad3b491 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "test": "jest --no-cache" }, "dependencies": { - "@babel/runtime": "7.6.3", + "@babel/runtime": "7.7.2", "lru-cache": "5.1.1" }, "peerDependencies": {