From 44992451698da3f4e49f7c59d91a63d304fa69b0 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 23 Dec 2022 04:41:08 +0000 Subject: [PATCH] Build(deps-dev): bump @babel/runtime-corejs3 from 7.20.6 to 7.20.7 Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.20.6 to 7.20.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.20.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 ada2df5..c849c69 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "vuex": "3.6.2" }, "devDependencies": { - "@babel/runtime-corejs3": "^7.20.6", + "@babel/runtime-corejs3": "^7.20.7", "@graphql-codegen/cli": "^2.16.1", "@graphql-codegen/fragment-matcher": "^3.3.3", "@nuxt/bridge": "npm:@nuxt/bridge-edge", diff --git a/yarn.lock b/yarn.lock index 5513347..d551f55 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1043,10 +1043,10 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/runtime-corejs3@^7.20.6": - version "7.20.6" - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.20.6.tgz#63dae945963539ab0ad578efbf3eff271e7067ae" - integrity sha512-tqeujPiuEfcH067mx+7otTQWROVMKHXEaOQcAeNV5dDdbPWvPcFA8/W9LXw2NfjNmOetqLl03dfnG2WALPlsRQ== +"@babel/runtime-corejs3@^7.20.7": + version "7.20.7" + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.20.7.tgz#a1e5ea3d758ba6beb715210142912e3f29981d84" + integrity sha512-jr9lCZ4RbRQmCR28Q8U8Fu49zvFqLxTY9AMOUz+iyMohMoAgpEcVxY+wJNay99oXOpOcCTODkk70NDN2aaJEeg== dependencies: core-js-pure "^3.25.1" regenerator-runtime "^0.13.11"