diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f399c262..b84904f0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -41,7 +41,7 @@ "devDependencies": { "@tailwindcss/typography": "0.5.12", "@testing-library/dom": "10.4.0", - "@testing-library/jest-dom": "6.4.2", + "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "15.0.1", "@trivago/prettier-plugin-sort-imports": "4.3.0", "@types/jest": "29.5.12", @@ -3615,48 +3615,24 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.2.tgz", - "integrity": "sha512-CzqH0AFymEMG48CpzXFriYYkOjk6ZGPCLMhW9e9jg3KMCn5OfJecF8GtGW7yGfR/IgCe3SX8BSwjdzI6BBbZLw==", + "version": "6.4.8", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.8.tgz", + "integrity": "sha512-JD0G+Zc38f5MBHA4NgxQMR5XtO5Jx9g86jqturNTt2WUfRmLDIY7iKkWHDCCTiDuFMre6nxAD5wHw9W5kI4rGw==", "dev": true, "dependencies": { - "@adobe/css-tools": "^4.3.2", + "@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", "dom-accessibility-api": "^0.6.3", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "redent": "^3.0.0" }, "engines": { "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/ansi-styles": { diff --git a/frontend/package.json b/frontend/package.json index 24dff6ac..3f624474 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -48,7 +48,7 @@ "devDependencies": { "@tailwindcss/typography": "0.5.12", "@testing-library/dom": "10.4.0", - "@testing-library/jest-dom": "6.4.2", + "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "15.0.1", "@trivago/prettier-plugin-sort-imports": "4.3.0", "@types/jest": "29.5.12",