diff --git a/web/package-lock.json b/web/package-lock.json index 77f0bfc0f..660ac9672 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -78,7 +78,7 @@ }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", - "@testing-library/jest-dom": "^6.4.6", + "@testing-library/jest-dom": "^6.6.2", "@types/lodash": "^4.17.7", "@types/node": "^20.14.10", "@types/react": "^18.3.2", @@ -2628,14 +2628,12 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.4.6", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.6.tgz", - "integrity": "sha512-8qpnGVincVDLEcQXWaHOf6zmlbwTKc6Us6PPu4CRnPXCzo2OGBS5cwgMMOWdxDpEz1mkbvXHpEy99M5Yvt682w==", + "version": "6.6.2", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.2.tgz", + "integrity": "sha512-P6GJD4yqc9jZLbe98j/EkyQDTPgqftohZF5FBkHY5BUERZmcf4HeO2k0XaefEg329ux2p21i1A1DmyQ1kKw2Jw==", "dev": true, - "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", - "@babel/runtime": "^7.9.2", "aria-query": "^5.0.0", "chalk": "^3.0.0", "css.escape": "^1.5.1", @@ -2647,30 +2645,6 @@ "node": ">=14", "npm": ">=6", "yarn": ">=1" - }, - "peerDependencies": { - "@jest/globals": ">= 28", - "@types/bun": "latest", - "@types/jest": ">= 28", - "jest": ">= 28", - "vitest": ">= 0.32" - }, - "peerDependenciesMeta": { - "@jest/globals": { - "optional": true - }, - "@types/bun": { - "optional": true - }, - "@types/jest": { - "optional": true - }, - "jest": { - "optional": true - }, - "vitest": { - "optional": true - } } }, "node_modules/@testing-library/jest-dom/node_modules/chalk": { diff --git a/web/package.json b/web/package.json index f8f4bc306..b13d877da 100644 --- a/web/package.json +++ b/web/package.json @@ -84,7 +84,7 @@ }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", - "@testing-library/jest-dom": "^6.4.6", + "@testing-library/jest-dom": "^6.6.2", "@types/lodash": "^4.17.7", "@types/node": "^20.14.10", "@types/react": "^18.3.2",