From 42644607c86c1805d097ab5a6eefd7970c7b7117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 23:02:56 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest-dom in /superset-frontend Bumps [eslint-plugin-jest-dom](https://github.com/testing-library/eslint-plugin-jest-dom) from 5.6.0 to 5.7.0. - [Release notes](https://github.com/testing-library/eslint-plugin-jest-dom/releases) - [Commits](https://github.com/testing-library/eslint-plugin-jest-dom/compare/v5.6.0...v5.7.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest-dom dependency-version: 5.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- superset-frontend/package-lock.json | 38 +++-------------------------- superset-frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 35 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index fee14014c158..a76ea85cf08b 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -231,7 +231,7 @@ "eslint-plugin-i18n-strings": "file:eslint-rules/eslint-plugin-i18n-strings", "eslint-plugin-icons": "file:eslint-rules/eslint-plugin-icons", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-jest-dom": "^5.6.0", + "eslint-plugin-jest-dom": "^5.7.0", "eslint-plugin-lodash": "^8.0.0", "eslint-plugin-no-only-tests": "^3.4.0", "eslint-plugin-react-prefer-function-component": "^5.0.0", @@ -20142,9 +20142,9 @@ } }, "node_modules/eslint-plugin-jest-dom": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-5.6.0.tgz", - "integrity": "sha512-XPiFH5COhV2NgMP2lkGs1rDUBlbzwuzWIMddTrb4ynbRu4yZdryWMzts2lQqoZIUlA3//cPGFW8FwYUYoRyswg==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-5.7.0.tgz", + "integrity": "sha512-6mSGCjwGvWKMK+vHihFxGa177AN5R5IC6AVW65bwEKf/InxI36kcQkF/vfdl0qyWQZnjUBR+fM8O+kwdoXMmZg==", "dev": true, "license": "MIT", "dependencies": { @@ -27141,21 +27141,6 @@ } } }, - "node_modules/jsdom/node_modules/@noble/hashes": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.2.0.tgz", - "integrity": "sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "engines": { - "node": ">= 20.19.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, "node_modules/jsdom/node_modules/css-tree": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.2.1.tgz", @@ -42797,21 +42782,6 @@ } } }, - "node_modules/whatwg-url/node_modules/@noble/hashes": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.2.0.tgz", - "integrity": "sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "engines": { - "node": ">= 20.19.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, "node_modules/whatwg-url/node_modules/webidl-conversions": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-8.0.1.tgz", diff --git a/superset-frontend/package.json b/superset-frontend/package.json index a4486945eaf2..a3b337a0c006 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -308,7 +308,7 @@ "eslint-plugin-i18n-strings": "file:eslint-rules/eslint-plugin-i18n-strings", "eslint-plugin-icons": "file:eslint-rules/eslint-plugin-icons", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-jest-dom": "^5.6.0", + "eslint-plugin-jest-dom": "^5.7.0", "eslint-plugin-lodash": "^8.0.0", "eslint-plugin-no-only-tests": "^3.4.0", "eslint-plugin-react-prefer-function-component": "^5.0.0",