From 5d4dff190d981e853a90a88281a9cea085611b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 22:16:15 +0000 Subject: [PATCH] build(deps-dev): bump babel-plugin-jsx-remove-data-test-id Bumps [babel-plugin-jsx-remove-data-test-id](https://github.com/coderas/babel-plugin-jsx-remove-data-test-id) from 2.1.3 to 3.0.0. - [Release notes](https://github.com/coderas/babel-plugin-jsx-remove-data-test-id/releases) - [Commits](https://github.com/coderas/babel-plugin-jsx-remove-data-test-id/compare/v2.1.3...v3.0.0) --- updated-dependencies: - dependency-name: babel-plugin-jsx-remove-data-test-id dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- superset-frontend/package-lock.json | 14 +++++++------- superset-frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index d84c688b128d7..4d29e6a43e54a 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -219,7 +219,7 @@ "babel-jest": "^26.6.3", "babel-loader": "^8.3.0", "babel-plugin-dynamic-import-node": "^2.3.3", - "babel-plugin-jsx-remove-data-test-id": "^2.1.3", + "babel-plugin-jsx-remove-data-test-id": "^3.0.0", "babel-plugin-lodash": "^3.3.4", "chromatic": "^6.7.4", "copy-webpack-plugin": "^9.1.0", @@ -23525,9 +23525,9 @@ } }, "node_modules/babel-plugin-jsx-remove-data-test-id": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/babel-plugin-jsx-remove-data-test-id/-/babel-plugin-jsx-remove-data-test-id-2.1.3.tgz", - "integrity": "sha512-FTpcmzr3avLVStllCT4BceTTZNEb+1mJVtLpsicvXDqjojEkyrga1GGOxWj768Ra3tev6KWgNOhZ/Lrucb+MuQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/babel-plugin-jsx-remove-data-test-id/-/babel-plugin-jsx-remove-data-test-id-3.0.0.tgz", + "integrity": "sha512-E4uM/LIUizjy2Z5tVAfa8pSXsYgoKWJ97kzuEMfsIxSLSNDWsAhgFVPkgNuakViX5dkNjw1DKIi0VpWP6djqbw==", "dev": true, "peerDependencies": { "@babel/core": "^7.0.0" @@ -82724,9 +82724,9 @@ } }, "babel-plugin-jsx-remove-data-test-id": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/babel-plugin-jsx-remove-data-test-id/-/babel-plugin-jsx-remove-data-test-id-2.1.3.tgz", - "integrity": "sha512-FTpcmzr3avLVStllCT4BceTTZNEb+1mJVtLpsicvXDqjojEkyrga1GGOxWj768Ra3tev6KWgNOhZ/Lrucb+MuQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/babel-plugin-jsx-remove-data-test-id/-/babel-plugin-jsx-remove-data-test-id-3.0.0.tgz", + "integrity": "sha512-E4uM/LIUizjy2Z5tVAfa8pSXsYgoKWJ97kzuEMfsIxSLSNDWsAhgFVPkgNuakViX5dkNjw1DKIi0VpWP6djqbw==", "dev": true, "requires": {} }, diff --git a/superset-frontend/package.json b/superset-frontend/package.json index a2bb57fe4c1c9..e7575b2c6c48c 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -285,7 +285,7 @@ "babel-jest": "^26.6.3", "babel-loader": "^8.3.0", "babel-plugin-dynamic-import-node": "^2.3.3", - "babel-plugin-jsx-remove-data-test-id": "^2.1.3", + "babel-plugin-jsx-remove-data-test-id": "^3.0.0", "babel-plugin-lodash": "^3.3.4", "chromatic": "^6.7.4", "copy-webpack-plugin": "^9.1.0",