diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index e97016992bb..b1f2833d69b 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -237,7 +237,7 @@ "eslint-plugin-react-prefer-function-component": "^5.0.0", "eslint-plugin-react-you-might-not-need-an-effect": "^0.5.1", "eslint-plugin-storybook": "^0.8.0", - "eslint-plugin-testing-library": "^7.13.6", + "eslint-plugin-testing-library": "^7.14.0", "eslint-plugin-theme-colors": "file:eslint-rules/eslint-plugin-theme-colors", "fetch-mock": "^11.1.5", "fork-ts-checker-webpack-plugin": "^9.1.0", @@ -26522,9 +26522,9 @@ } }, "node_modules/eslint-plugin-testing-library": { - "version": "7.13.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.13.6.tgz", - "integrity": "sha512-90h3bGIK6QEvxkE8WWFiCXhYLG/Q1BZuf7snUSO/Ma7g7AnyTfKGFfjHl23o6nmg6a/lv0VX3VNyBv06m6cOcw==", + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.14.0.tgz", + "integrity": "sha512-Z2c/UClULF67VAjQL8G2wKVdCpYBmFof9yuThXjyWwAlTxAq4vbROmS6OMPy6n1AGAMiaGgMIrKauARSVXeIHg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 489981ba188..160a6d8bb1f 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -316,7 +316,7 @@ "eslint-plugin-react-prefer-function-component": "^5.0.0", "eslint-plugin-react-you-might-not-need-an-effect": "^0.5.1", "eslint-plugin-storybook": "^0.8.0", - "eslint-plugin-testing-library": "^7.13.6", + "eslint-plugin-testing-library": "^7.14.0", "eslint-plugin-theme-colors": "file:eslint-rules/eslint-plugin-theme-colors", "fetch-mock": "^11.1.5", "fork-ts-checker-webpack-plugin": "^9.1.0",