From 772a75a6bbf1ccf36b74eee97375d2fb49d0f4c5 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 10 Nov 2021 05:07:11 +0000 Subject: [PATCH] Build(deps-dev): bump @babel/runtime-corejs3 from 7.16.0 to 7.16.3 Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.16.0 to 7.16.3. - [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.16.3/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 833f0cf..c3f45ce 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "prepublish": "yarn run snyk-protect" }, "devDependencies": { - "@babel/runtime-corejs3": "^7.16.0", + "@babel/runtime-corejs3": "^7.16.3", "@graphql-codegen/cli": "^1.13.1", "@graphql-codegen/fragment-matcher": "^3.2.0", "babel-eslint": "^10.0.3", diff --git a/yarn.lock b/yarn.lock index 97f990a..6328bcf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -959,10 +959,10 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/runtime-corejs3@^7.16.0": - version "7.16.0" - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.16.0.tgz#58a7fb00e6948508f12f53a303993e8b6e2f6c70" - integrity sha512-Oi2qwQ21X7/d9gn3WiwkDTJmq3TQtYNz89lRnoFy8VeZpWlsyXvzSwiRrRZ8cXluvSwqKxqHJ6dBd9Rv+p0ZGQ== +"@babel/runtime-corejs3@^7.16.3": + version "7.16.3" + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.16.3.tgz#1e25de4fa994c57c18e5fdda6cc810dac70f5590" + integrity sha512-IAdDC7T0+wEB4y2gbIL0uOXEYpiZEeuFUTVbdGq+UwCcF35T/tS8KrmMomEwEc5wBbyfH3PJVpTSUqrhPDXFcQ== dependencies: core-js-pure "^3.19.0" regenerator-runtime "^0.13.4"