From 4500f33b17c313f6f7b097b29c0935a94e6b2741 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 9 Jun 2023 04:42:09 +0000 Subject: [PATCH] Build(deps-dev): bump @babel/runtime-corejs3 from 7.22.3 to 7.22.5 Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.22.3 to 7.22.5. - [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.22.5/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 e8d1d41..82365e7 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "vuex": "3.6.2" }, "devDependencies": { - "@babel/runtime-corejs3": "^7.22.3", + "@babel/runtime-corejs3": "^7.22.5", "@graphql-codegen/cli": "^4.0.1", "@graphql-codegen/fragment-matcher": "^5.0.0", "@nuxt/bridge": "npm:@nuxt/bridge-edge", diff --git a/yarn.lock b/yarn.lock index 43b0057..ae1ae1c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1568,10 +1568,10 @@ resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310" integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== -"@babel/runtime-corejs3@^7.22.3": - version "7.22.3" - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.22.3.tgz#a684fb6b2eb987d9eb4ee7f1bba832473a29f0f1" - integrity sha512-6bdmknScYKmt8I9VjsJuKKGr+TwUb555FTf6tT1P/ANlCjTHCiYLhiQ4X/O7J731w5NOqu8c1aYHEVuOwPz7jA== +"@babel/runtime-corejs3@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.22.5.tgz#bbc769b48edb2bdfd404b65ad1fc3952bf33e3c2" + integrity sha512-TNPDN6aBFaUox2Lu+H/Y1dKKQgr4ucz/FGyCz67RVYLsBpVpUFf1dDngzg+Od8aqbrqwyztkaZjtWCZEUOT8zA== dependencies: core-js-pure "^3.30.2" regenerator-runtime "^0.13.11"