From c3fd5b410e8125e5c4f917300863eb669ce874be Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 3 Feb 2022 04:39:36 +0000 Subject: [PATCH] Build(deps-dev): bump @babel/runtime-corejs3 from 7.16.8 to 7.17.0 Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.16.8 to 7.17.0. - [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.17.0/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 b1b6c25..44ff62d 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "prepublish": "yarn run snyk-protect" }, "devDependencies": { - "@babel/runtime-corejs3": "^7.16.8", + "@babel/runtime-corejs3": "^7.17.0", "@graphql-codegen/cli": "^2.4.0", "@graphql-codegen/fragment-matcher": "^3.2.1", "babel-eslint": "^10.0.3", diff --git a/yarn.lock b/yarn.lock index 61a7f9a..b9fbb61 100644 --- a/yarn.lock +++ b/yarn.lock @@ -956,10 +956,10 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/runtime-corejs3@^7.16.8": - version "7.16.8" - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.16.8.tgz#ea533d96eda6fdc76b1812248e9fbd0c11d4a1a7" - integrity sha512-3fKhuICS1lMz0plI5ktOE/yEtBRMVxplzRkdn6mJQ197XiY0JnrzYV0+Mxozq3JZ8SBV9Ecurmw1XsGbwOf+Sg== +"@babel/runtime-corejs3@^7.17.0": + version "7.17.0" + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.17.0.tgz#9de2f75b3ca4b68628c01bd76410b64faa4644f7" + integrity sha512-qeydncU80ravKzovVncW3EYaC1ji3GpntdPgNcJy9g7hHSY6KX+ne1cbV3ov7Zzm4F1z0+QreZPCuw1ynkmYNg== dependencies: core-js-pure "^3.20.2" regenerator-runtime "^0.13.4"