diff --git a/web-ui/package-lock.json b/web-ui/package-lock.json index c56baaba..5cceee19 100644 --- a/web-ui/package-lock.json +++ b/web-ui/package-lock.json @@ -45,7 +45,7 @@ "@types/node": "^26.0.1", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@types/testing-library__jest-dom": "^5.14.9", + "@types/testing-library__jest-dom": "^6.0.0", "eslint": "^10.6.0", "eslint-plugin-react-hooks": "^7.1.1", "jest": "^30.0.0", @@ -4086,13 +4086,14 @@ "license": "MIT" }, "node_modules/@types/testing-library__jest-dom": { - "version": "5.14.9", - "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.9.tgz", - "integrity": "sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-6.0.0.tgz", + "integrity": "sha512-bnreXCgus6IIadyHNlN/oI5FfX4dWgvGhOPvpr7zzCYDGAPIfvyIoAozMBINmhmsVuqV0cncejF2y5KC7ScqOg==", + "deprecated": "This is a stub types definition. @testing-library/jest-dom provides its own type definitions, so you do not need this installed.", "dev": true, "license": "MIT", "dependencies": { - "@types/jest": "*" + "@testing-library/jest-dom": "*" } }, "node_modules/@types/tough-cookie": { diff --git a/web-ui/package.json b/web-ui/package.json index 0b9fd3a3..95f1f76f 100644 --- a/web-ui/package.json +++ b/web-ui/package.json @@ -52,7 +52,7 @@ "@types/node": "^26.0.1", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@types/testing-library__jest-dom": "^5.14.9", + "@types/testing-library__jest-dom": "^6.0.0", "eslint": "^10.6.0", "eslint-plugin-react-hooks": "^7.1.1", "jest": "^30.0.0",