From d1cc7b80fb2d9680f1be46418d37da33c1ca130c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 04:02:17 +0000 Subject: [PATCH] Bump @babel/compat-data from 7.20.5 to 7.20.10 Bumps [@babel/compat-data](https://github.com/babel/babel/tree/HEAD/packages/babel-compat-data) from 7.20.5 to 7.20.10. - [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.20.10/packages/babel-compat-data) --- updated-dependencies: - dependency-name: "@babel/compat-data" dependency-type: direct:development update-type: version-update:semver-patch ... 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 d025bc5..2cfbe5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "uuid": "^8.3.2" }, "devDependencies": { - "@babel/compat-data": "^7.20.5", + "@babel/compat-data": "^7.20.10", "@babel/core": "^7.20.7", "@babel/helper-module-imports": "^7.18.6", "@babel/plugin-proposal-class-properties": "^7.17.12", @@ -81,9 +81,9 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.5.tgz", - "integrity": "sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==", + "version": "7.20.10", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.10.tgz", + "integrity": "sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==", "dev": true, "engines": { "node": ">=6.9.0" @@ -14899,9 +14899,9 @@ } }, "@babel/compat-data": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.5.tgz", - "integrity": "sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==", + "version": "7.20.10", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.10.tgz", + "integrity": "sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==", "dev": true }, "@babel/core": { diff --git a/package.json b/package.json index 62926fc..120f2d5 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "uuid": "^8.3.2" }, "devDependencies": { - "@babel/compat-data": "^7.20.5", + "@babel/compat-data": "^7.20.10", "@babel/core": "^7.20.7", "@babel/helper-module-imports": "^7.18.6", "@babel/plugin-proposal-class-properties": "^7.17.12",