diff --git a/packages/core/package.json b/packages/core/package.json index 591f557e714e..a14d7e4c5bf3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -66,7 +66,7 @@ "@rest-hooks/test": "^3.0.0" }, "dependencies": { - "@babel/runtime": "^7.12.0", + "@babel/runtime": "^7.7.2", "@rest-hooks/endpoint": "^1.0.2", "@rest-hooks/normalizr": "^6.0.1", "@rest-hooks/use-enhanced-reducer": "^1.0.5", diff --git a/packages/endpoint/package.json b/packages/endpoint/package.json index 5bb10f588dda..69807135a50d 100644 --- a/packages/endpoint/package.json +++ b/packages/endpoint/package.json @@ -51,7 +51,7 @@ "url": "https://github.com/coinbase/rest-hooks/issues" }, "dependencies": { - "@babel/runtime": "^7.12.0", + "@babel/runtime": "^7.7.2", "@rest-hooks/normalizr": "^6.0.1" } } diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 1242f4f3a547..29d859b9f8a8 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -49,7 +49,7 @@ "url": "https://github.com/coinbase/rest-hooks/issues" }, "dependencies": { - "@babel/runtime": "^7.12.0" + "@babel/runtime": "^7.7.2" }, "peerDependencies": { "@rest-hooks/endpoint": "^0.6.1", diff --git a/packages/normalizr/package.json b/packages/normalizr/package.json index 3cbc54229a56..322c12274eb3 100644 --- a/packages/normalizr/package.json +++ b/packages/normalizr/package.json @@ -65,6 +65,6 @@ "run-p": "^0.0.0" }, "dependencies": { - "@babel/runtime": "^7.12.0" + "@babel/runtime": "^7.7.2" } } diff --git a/packages/rest-hooks/package.json b/packages/rest-hooks/package.json index 9a6cffce410b..b0f4ff169f41 100644 --- a/packages/rest-hooks/package.json +++ b/packages/rest-hooks/package.json @@ -68,7 +68,7 @@ "@rest-hooks/test": "^3.0.0" }, "dependencies": { - "@babel/runtime": "^7.12.0", + "@babel/runtime": "^7.7.2", "@rest-hooks/core": "^1.0.2", "@rest-hooks/endpoint": "^1.0.2" }, diff --git a/packages/rest/package.json b/packages/rest/package.json index 7419bd5b9221..3ee0e09ea54e 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -54,7 +54,7 @@ "url": "https://github.com/coinbase/rest-hooks/issues" }, "dependencies": { - "@babel/runtime": "^7.12.0" + "@babel/runtime": "^7.7.2" }, "peerDependencies": { "@rest-hooks/endpoint": "^0.6.1 || ^1.0.0" diff --git a/yarn.lock b/yarn.lock index 310ad4d517f6..ae0e6c80a150 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1086,10 +1086,10 @@ core-js-pure "^3.0.0" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.4": - version "7.12.5" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e" - integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg== +"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4": + version "7.12.13" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.13.tgz#0a21452352b02542db0ffb928ac2d3ca7cb6d66d" + integrity sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw== dependencies: regenerator-runtime "^0.13.4"