From e6459f4efbbe3213a996b5e49c0f3003a730f246 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sat, 30 Dec 2023 04:41:24 +0000 Subject: [PATCH] Build(deps-dev): bump @babel/runtime-corejs3 from 7.23.6 to 7.23.7 Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.23.6 to 7.23.7. - [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.23.7/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 41f7c81..ab78238 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "vuetify": "^2.7.1" }, "devDependencies": { - "@babel/runtime-corejs3": "^7.23.6", + "@babel/runtime-corejs3": "^7.23.7", "@graphql-codegen/cli": "^5.0.0", "@graphql-codegen/fragment-matcher": "^5.0.0", "@nuxt/bridge": "npm:@nuxt/bridge-edge", diff --git a/yarn.lock b/yarn.lock index 2e66820..5c14e03 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1608,10 +1608,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.23.6": - version "7.23.6" - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.23.6.tgz#c25dd662fc205a03fdaefd122066eb9d4533ccf9" - integrity sha512-Djs/ZTAnpyj0nyg7p1J6oiE/tZ9G2stqAFlLGZynrW+F3k2w2jGK2mLOBxzYIOcZYA89+c3d3wXKpYLcpwcU6w== +"@babel/runtime-corejs3@^7.23.7": + version "7.23.7" + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.23.7.tgz#2c3d323d21569f2950c9126780bfa400632360bd" + integrity sha512-ER55qzLREVA5YxeyQ3Qu48tgsF2ZrFjFjUS6V6wF0cikSw+goBJgB9PBRM1T6+Ah4iiM+sxmfS/Sy/jdzFfhiQ== dependencies: core-js-pure "^3.30.2" regenerator-runtime "^0.14.0"