diff --git a/apps/clearance_ui/package.json b/apps/clearance_ui/package.json index 927e24f1..fe73e4cd 100644 --- a/apps/clearance_ui/package.json +++ b/apps/clearance_ui/package.json @@ -70,7 +70,7 @@ "@next/eslint-plugin-next": "15.5.4", "@playwright/test": "1.55.1", "@tailwindcss/postcss": "^4.0.0", - "@testing-library/jest-dom": "6.6.4", + "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "16.3.0", "@types/js-yaml": "4.0.9", "@types/lodash.debounce": "4.0.9", diff --git a/package-lock.json b/package-lock.json index 65210539..f88bc2d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -260,7 +260,7 @@ "@next/eslint-plugin-next": "15.5.4", "@playwright/test": "1.55.1", "@tailwindcss/postcss": "^4.0.0", - "@testing-library/jest-dom": "6.6.4", + "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "16.3.0", "@types/js-yaml": "4.0.9", "@types/lodash.debounce": "4.0.9", @@ -7163,9 +7163,9 @@ "dev": true }, "node_modules/@testing-library/jest-dom": { - "version": "6.6.4", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.4.tgz", - "integrity": "sha512-xDXgLjVunjHqczScfkCJ9iyjdNOVHvvCdqHSSxwM9L0l/wHkTRum67SDc020uAlCoqktJplgO2AAQeLP1wgqDQ==", + "version": "6.9.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz", + "integrity": "sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==", "dev": true, "license": "MIT", "dependencies": { @@ -7173,7 +7173,6 @@ "aria-query": "^5.0.0", "css.escape": "^1.5.1", "dom-accessibility-api": "^0.6.3", - "lodash": "^4.17.21", "picocolors": "^1.1.1", "redent": "^3.0.0" },