diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 01f8ff3d0a593..f3c9a3b0c32c8 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -207,7 +207,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": "^12.0.2", @@ -24571,9 +24571,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" @@ -90948,9 +90948,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 6a51dadda282e..a1ca4428455ff 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -275,7 +275,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": "^12.0.2",