From 30da7f6e5f11c9d00c581a541d529de035fd4b1f Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 4 Nov 2022 04:43:27 +0000 Subject: [PATCH] Build(deps-dev): bump @babel/runtime-corejs3 from 7.20.0 to 7.20.1 Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.20.0 to 7.20.1. - [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.1/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 63ae156..3127aeb 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "vuex": "3.6.2" }, "devDependencies": { - "@babel/runtime-corejs3": "^7.20.0", + "@babel/runtime-corejs3": "^7.20.1", "@graphql-codegen/cli": "^2.13.8", "@graphql-codegen/fragment-matcher": "^3.3.1", "@nuxt/bridge": "npm:@nuxt/bridge-edge", diff --git a/yarn.lock b/yarn.lock index e05c12a..337aefe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1002,10 +1002,10 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/runtime-corejs3@^7.20.0": - version "7.20.0" - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.20.0.tgz#56ef7af3cd23d1570969809a5a8782e774e0141a" - integrity sha512-v1JH7PeAAGBEyTQM9TqojVl+b20zXtesFKCJHu50xMxZKD1fX0TKaKHPsZfFkXfs7D1M9M6Eeqg1FkJ3a0x2dA== +"@babel/runtime-corejs3@^7.20.1": + version "7.20.1" + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.20.1.tgz#d0775a49bb5fba77e42cbb7276c9955c7b05af8d" + integrity sha512-CGulbEDcg/ND1Im7fUNRZdGXmX2MTWVVZacQi/6DiKE5HNwZ3aVTm5PV4lO8HHz0B2h8WQyvKKjbX5XgTtydsg== dependencies: core-js-pure "^3.25.1" regenerator-runtime "^0.13.10"