From 7fefce948f858714b9dfe22addd6c8ed8b6d010d Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sun, 22 Jan 2023 04:39:58 +0000 Subject: [PATCH] Build(deps-dev): bump @babel/runtime-corejs3 from 7.20.7 to 7.20.13 Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.20.7 to 7.20.13. - [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.13/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 9d19bff..a1d47a5 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "vuex": "3.6.2" }, "devDependencies": { - "@babel/runtime-corejs3": "^7.20.7", + "@babel/runtime-corejs3": "^7.20.13", "@graphql-codegen/cli": "^2.16.2", "@graphql-codegen/fragment-matcher": "^3.3.3", "@nuxt/bridge": "npm:@nuxt/bridge-edge", diff --git a/yarn.lock b/yarn.lock index 6dcefec..7b45f26 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1029,10 +1029,10 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@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== +"@babel/runtime-corejs3@^7.20.13": + version "7.20.13" + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.20.13.tgz#ad012857db412ab0b5ccf184b67be2cfcc2a1dcf" + integrity sha512-p39/6rmY9uvlzRiLZBIB3G9/EBr66LBMcYm7fIDeSBNdRjF2AGD3rFZucUyAgGHC2N+7DdLvVi33uTjSE44FIw== dependencies: core-js-pure "^3.25.1" regenerator-runtime "^0.13.11"