From 4709b06d2b0ff0718ee2a0d35a2a79c419b77c25 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 11 Oct 2022 04:40:58 +0000 Subject: [PATCH] Build(deps-dev): bump @babel/runtime-corejs3 from 7.19.1 to 7.19.4 Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.19.1 to 7.19.4. - [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.19.4/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 0fa8e8f..9e8e737 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "vuex": "3.6.2" }, "devDependencies": { - "@babel/runtime-corejs3": "^7.19.1", + "@babel/runtime-corejs3": "^7.19.4", "@graphql-codegen/cli": "^2.13.5", "@graphql-codegen/fragment-matcher": "^3.3.1", "@nuxt/bridge": "npm:@nuxt/bridge-edge", diff --git a/yarn.lock b/yarn.lock index df5ca46..fa530c2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1040,10 +1040,10 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/runtime-corejs3@^7.19.1": - version "7.19.1" - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.19.1.tgz#f0cbbe7edda7c4109cd253bb1dee99aba4594ad9" - integrity sha512-j2vJGnkopRzH+ykJ8h68wrHnEUmtK//E723jjixiAl/PPf6FhqY/vYRcMVlNydRKQjQsTsYEjpx+DZMIvnGk/g== +"@babel/runtime-corejs3@^7.19.4": + version "7.19.4" + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.19.4.tgz#870dbfd9685b3dad5aeb2d00841bb8b6192e3095" + integrity sha512-HzjQ8+dzdx7dmZy4DQ8KV8aHi/74AjEbBGTFutBmg/pd3dY5/q1sfuOGPTFGEytlQhWoeVXqcK5BwMgIkRkNDQ== dependencies: core-js-pure "^3.25.1" regenerator-runtime "^0.13.4"