From 5450c2250bbe6ff0752a51c7ddafc0b3ab6f7d1c Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sat, 19 Mar 2022 04:39:51 +0000 Subject: [PATCH] Build(deps-dev): bump @babel/runtime-corejs3 from 7.17.2 to 7.17.8 Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.17.2 to 7.17.8. - [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.17.8/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 9e1203c..951229a 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "prepublish": "yarn run snyk-protect" }, "devDependencies": { - "@babel/runtime-corejs3": "^7.17.2", + "@babel/runtime-corejs3": "^7.17.8", "@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 141325e..bf4d117 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1108,10 +1108,10 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/runtime-corejs3@^7.17.2": - version "7.17.2" - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.17.2.tgz#fdca2cd05fba63388babe85d349b6801b008fd13" - integrity sha512-NcKtr2epxfIrNM4VOmPKO46TvDMCBhgi2CrSHaEarrz+Plk2K5r9QemmOFTGpZaoKnWoGH5MO+CzeRsih/Fcgg== +"@babel/runtime-corejs3@^7.17.8": + version "7.17.8" + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.17.8.tgz#d7dd49fb812f29c61c59126da3792d8740d4e284" + integrity sha512-ZbYSUvoSF6dXZmMl/CYTMOvzIFnbGfv4W3SEHYgMvNsFTeLaF2gkGAF4K2ddmtSK4Emej+0aYcnSC6N5dPCXUQ== dependencies: core-js-pure "^3.20.2" regenerator-runtime "^0.13.4"