From 1dba76571eff831595f460f9f63992cee42793b6 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Mon, 18 Jul 2022 14:42:51 +0000 Subject: [PATCH] Build(deps-dev): bump @babel/runtime-corejs3 from 7.18.6 to 7.18.9 Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.18.6 to 7.18.9. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.18.9/packages/babel-runtime-corejs3) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cfa4189..afb7518 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "wait": "wait-on http://localhost:3000" }, "devDependencies": { - "@babel/runtime-corejs3": "^7.18.6", + "@babel/runtime-corejs3": "^7.18.9", "@graphql-codegen/cli": "^2.8.1", "@graphql-codegen/fragment-matcher": "^3.3.0", "babel-eslint": "^10.0.3", diff --git a/yarn.lock b/yarn.lock index 7c86d9f..a8eb035 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1058,10 +1058,10 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/runtime-corejs3@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.18.6.tgz#6f02c5536911f4b445946a2179554b95c8838635" - integrity sha512-cOu5wH2JFBgMjje+a+fz2JNIWU4GzYpl05oSob3UDvBEh6EuIn+TXFHMmBbhSb+k/4HMzgKCQfEEDArAWNF9Cw== +"@babel/runtime-corejs3@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.18.9.tgz#7bacecd1cb2dd694eacd32a91fcf7021c20770ae" + integrity sha512-qZEWeccZCrHA2Au4/X05QW5CMdm4VjUDCrGq5gf1ZDcM4hRqreKrtwAn7yci9zfgAS9apvnsFXiGBHBAxZdK9A== dependencies: core-js-pure "^3.20.2" regenerator-runtime "^0.13.4"