From 279ec2e643200add11dd919a77e9c8cdf708e287 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 6 Sep 2022 04:41:54 +0000 Subject: [PATCH] Build(deps-dev): bump @babel/runtime-corejs3 from 7.18.9 to 7.19.0 Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.18.9 to 7.19.0. - [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.19.0/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 3dba969..f6379a3 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "vuex": "3.6.2" }, "devDependencies": { - "@babel/runtime-corejs3": "^7.18.9", + "@babel/runtime-corejs3": "^7.19.0", "@graphql-codegen/cli": "^2.12.0", "@graphql-codegen/fragment-matcher": "^3.3.1", "@nuxt/bridge": "npm:@nuxt/bridge-edge", diff --git a/yarn.lock b/yarn.lock index 4ceee88..cd489e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1048,10 +1048,10 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@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== +"@babel/runtime-corejs3@^7.19.0": + version "7.19.0" + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.19.0.tgz#0df75cb8e5ecba3ca9e658898694e5326d52397f" + integrity sha512-JyXXoCu1N8GLuKc2ii8y5RGma5FMpFeO2nAQIe0Yzrbq+rQnN+sFj47auLblR5ka6aHNGPDgv8G/iI2Grb0ldQ== dependencies: core-js-pure "^3.20.2" regenerator-runtime "^0.13.4"