From c722c92adbdb283f035877edb7751d044d7404d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 10:47:41 -0800 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-testing-library from 7.13.6 to 7.14.0 in /superset-frontend (#36623) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- superset-frontend/package-lock.json | 8 ++++---- superset-frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",