diff --git a/frontend/package.json b/frontend/package.json index 6490966b07..b4e7a1dd05 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -48,7 +48,7 @@ "babel-jest": "^29.7.0", "eslint": "^8.57.1", "eslint-config-next": "^15.0.3", - "eslint-plugin-jest-dom": "^5.4.0", + "eslint-plugin-jest-dom": "^5.5.0", "eslint-plugin-testing-library": "^6.4.0", "husky": "^9.1.6", "jest": "^29.7.0", diff --git a/package-lock.json b/package-lock.json index 6c684fab25..f796d337fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "babel-jest": "^29.7.0", "eslint": "^8.57.1", "eslint-config-next": "^15.0.3", - "eslint-plugin-jest-dom": "^5.4.0", + "eslint-plugin-jest-dom": "^5.5.0", "eslint-plugin-testing-library": "^6.4.0", "husky": "^9.1.6", "jest": "^29.7.0", @@ -6704,9 +6704,10 @@ } }, "node_modules/eslint-plugin-jest-dom": { - "version": "5.4.0", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-5.5.0.tgz", + "integrity": "sha512-CRlXfchTr7EgC3tDI7MGHY6QjdJU5Vv2RPaeeGtkXUHnKZf04kgzMPIJUXt4qKCvYWVVIEo9ut9Oq1vgXAykEA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/runtime": "^7.16.3", "requireindex": "^1.2.0"