diff --git a/package-lock.json b/package-lock.json index 00cd76f..50757d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@badeball/cypress-cucumber-preprocessor": "^22.2.0", "@bahmutov/cypress-esbuild-preprocessor": "^2.2.5", "@netlify/plugin-lighthouse": "^6.0.1", - "@testing-library/jest-dom": "^6.6.4", + "@testing-library/jest-dom": "^6.7.0", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/jest": "^30.0.0", @@ -4084,9 +4084,9 @@ } }, "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.7.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.7.0.tgz", + "integrity": "sha512-RI2e97YZ7MRa+vxP4UUnMuMFL2buSsf0ollxUbTgrbPLKhMn8KVTx7raS6DYjC7v1NDVrioOvaShxsguLNISCA==", "dev": true, "license": "MIT", "dependencies": { @@ -4094,7 +4094,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" }, diff --git a/package.json b/package.json index 775ff9f..357ee5d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@badeball/cypress-cucumber-preprocessor": "^22.2.0", "@bahmutov/cypress-esbuild-preprocessor": "^2.2.5", "@netlify/plugin-lighthouse": "^6.0.1", - "@testing-library/jest-dom": "^6.6.4", + "@testing-library/jest-dom": "^6.7.0", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/jest": "^30.0.0",