From 608ad1452058be2a8f785083c7fa25691e733872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 04:07:25 +0000 Subject: [PATCH] Bump @babel/compat-data from 7.17.10 to 7.18.5 Bumps [@babel/compat-data](https://github.com/babel/babel/tree/HEAD/packages/babel-compat-data) from 7.17.10 to 7.18.5. - [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.18.5/packages/babel-compat-data) --- updated-dependencies: - dependency-name: "@babel/compat-data" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a49eb6..bdcdf31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "uuid": "^8.3.2" }, "devDependencies": { - "@babel/compat-data": "^7.17.10", + "@babel/compat-data": "^7.18.5", "@babel/core": "^7.18.2", "@babel/helper-module-imports": "^7.16.0", "@babel/plugin-proposal-class-properties": "^7.17.12", @@ -81,9 +81,9 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.10.tgz", - "integrity": "sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==", + "version": "7.18.5", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.5.tgz", + "integrity": "sha512-BxhE40PVCBxVEJsSBhB6UWyAuqJRxGsAw8BdHMJ3AKGydcwuWW4kOO3HmqBQAdcq/OP+/DlTVxLvsCzRTnZuGg==", "dev": true, "engines": { "node": ">=6.9.0" @@ -14812,9 +14812,9 @@ } }, "@babel/compat-data": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.10.tgz", - "integrity": "sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==", + "version": "7.18.5", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.5.tgz", + "integrity": "sha512-BxhE40PVCBxVEJsSBhB6UWyAuqJRxGsAw8BdHMJ3AKGydcwuWW4kOO3HmqBQAdcq/OP+/DlTVxLvsCzRTnZuGg==", "dev": true }, "@babel/core": { diff --git a/package.json b/package.json index b98d983..239319e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "uuid": "^8.3.2" }, "devDependencies": { - "@babel/compat-data": "^7.17.10", + "@babel/compat-data": "^7.18.5", "@babel/core": "^7.18.2", "@babel/helper-module-imports": "^7.16.0", "@babel/plugin-proposal-class-properties": "^7.17.12", -- 2.43.4