From 5e1ca51af4644dc226598a9368132f62a02bf5ce Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 26 May 2022 04:39:30 +0000 Subject: [PATCH] Build(deps-dev): bump @babel/runtime-corejs3 from 7.18.0 to 7.18.3 Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.18.0 to 7.18.3. - [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.3/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 94e3e28..c3c38dc 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "wait": "wait-on http://localhost:3000" }, "devDependencies": { - "@babel/runtime-corejs3": "^7.18.0", + "@babel/runtime-corejs3": "^7.18.3", "@graphql-codegen/cli": "^2.6.2", "@graphql-codegen/fragment-matcher": "^3.2.1", "babel-eslint": "^10.0.3", diff --git a/yarn.lock b/yarn.lock index 043ee77..1dd199c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1113,10 +1113,10 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/runtime-corejs3@^7.18.0": - version "7.18.0" - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.18.0.tgz#eed03023c5226b1e2b2ba32b8b6af5cb0518a6c7" - integrity sha512-G5FaGZOWORq9zthDjIrjib5XlcddeqLbIiDO3YQsut6j7aGf76xn0umUC/pA6+nApk3hQJF4JzLzg5PCl6ewJg== +"@babel/runtime-corejs3@^7.18.3": + version "7.18.3" + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.18.3.tgz#52f0241a31e0ec61a6187530af6227c2846bd60c" + integrity sha512-l4ddFwrc9rnR+EJsHsh+TJ4A35YqQz/UqcjtlX2ov53hlJYG5CxtQmNZxyajwDVmCxwy++rtvGU5HazCK4W41Q== dependencies: core-js-pure "^3.20.2" regenerator-runtime "^0.13.4"