diff --git a/package-lock.json b/package-lock.json index a004b2a4be..a107952a20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "babel-jest": "^26.6.3", "babel-loader": "^8.2.2", "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", "babel-plugin-typescript-to-proptypes": "^1.4.2", "enzyme": "^3.11.0", @@ -16112,8 +16112,9 @@ } }, "node_modules/babel-plugin-jsx-remove-data-test-id": { - "version": "2.1.3", - "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==", "peerDependencies": { "@babel/core": "^7.0.0" } @@ -59968,8 +59969,9 @@ } }, "babel-plugin-jsx-remove-data-test-id": { - "version": "2.1.3", - "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==", "requires": {} }, "babel-plugin-lodash": { diff --git a/package.json b/package.json index 5e3f4ac388..8e507904f4 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "babel-jest": "^26.6.3", "babel-loader": "^8.2.2", "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", "babel-plugin-typescript-to-proptypes": "^1.4.2", "enzyme": "^3.11.0",