diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index fd800e3491e..35047e9ab5a 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -246,7 +246,7 @@ "eslint-plugin-react-prefer-function-component": "^5.0.0", "eslint-plugin-react-you-might-not-need-an-effect": "^0.9.2", "eslint-plugin-storybook": "^0.8.0", - "eslint-plugin-testing-library": "^7.16.1", + "eslint-plugin-testing-library": "^7.16.2", "eslint-plugin-theme-colors": "file:eslint-rules/eslint-plugin-theme-colors", "fetch-mock": "^12.6.0", "fork-ts-checker-webpack-plugin": "^9.1.0", @@ -24447,9 +24447,9 @@ } }, "node_modules/eslint-plugin-testing-library": { - "version": "7.16.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.16.1.tgz", - "integrity": "sha512-/pCFzJuro/wOq6FCp43DwS3fpCr0hM2gByJAxi8bPdL7DXKdmH3p3BEpVKQkneUxT6T2XbUXG4J+c5GSAm12lA==", + "version": "7.16.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.16.2.tgz", + "integrity": "sha512-8gleGnQXK2ZA3hHwjCwpYTZvM+9VsrJ+/9kDI8CjqAQGAdMQOdn/rJNu7ZySENuiWlGKQWyZJ4ZjEg2zamaRHw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 8d34359edb2..ef3374c30d8 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -327,7 +327,7 @@ "eslint-plugin-react-prefer-function-component": "^5.0.0", "eslint-plugin-react-you-might-not-need-an-effect": "^0.9.2", "eslint-plugin-storybook": "^0.8.0", - "eslint-plugin-testing-library": "^7.16.1", + "eslint-plugin-testing-library": "^7.16.2", "eslint-plugin-theme-colors": "file:eslint-rules/eslint-plugin-theme-colors", "fetch-mock": "^12.6.0", "fork-ts-checker-webpack-plugin": "^9.1.0",