From eb56c0d6d4c0fe1ce2fcb993d9486e7f0b7be246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 07:16:15 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/runtime-corejs3 from 7.17.8 to 7.17.9 Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.17.8 to 7.17.9. - [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.9/packages/babel-runtime-corejs3) --- updated-dependencies: - dependency-name: "@babel/runtime-corejs3" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0fd08237..28d1cec5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2593,9 +2593,9 @@ } }, "@babel/runtime-corejs3": { - "version": "7.17.8", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.17.8.tgz", - "integrity": "sha512-ZbYSUvoSF6dXZmMl/CYTMOvzIFnbGfv4W3SEHYgMvNsFTeLaF2gkGAF4K2ddmtSK4Emej+0aYcnSC6N5dPCXUQ==", + "version": "7.17.9", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.17.9.tgz", + "integrity": "sha512-WxYHHUWF2uZ7Hp1K+D1xQgbgkGUfA+5UPOegEXGt2Y5SMog/rYCVaifLZDbw8UkNXozEqqrZTy6bglL7xTaCOw==", "dev": true, "requires": { "core-js-pure": "^3.20.2", diff --git a/package.json b/package.json index 6706d724..b3ce8aba 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": {}, "devDependencies": { "@babel/preset-env": "^7.16.11", - "@babel/runtime-corejs3": "^7.17.8", + "@babel/runtime-corejs3": "^7.17.9", "@googlemaps/jest-mocks": "^2.6.4", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^21.0.3",