diff --git a/package-lock.json b/package-lock.json index 5d18f14d..26e991b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "@biomejs/biome": "^1.8.3", "@kremalicious/config": "^1.0.2", "@playwright/test": "^1.46.0", - "@testing-library/jest-dom": "^6.4.8", + "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.0.0", "@types/node": "^22.2.0", "@types/react": "^18.3.3", @@ -8243,14 +8243,12 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.4.8", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.8.tgz", - "integrity": "sha512-JD0G+Zc38f5MBHA4NgxQMR5XtO5Jx9g86jqturNTt2WUfRmLDIY7iKkWHDCCTiDuFMre6nxAD5wHw9W5kI4rGw==", + "version": "6.6.3", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz", + "integrity": "sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==", "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", diff --git a/package.json b/package.json index f1fb82e2..4a0f8414 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@biomejs/biome": "^1.8.3", "@kremalicious/config": "^1.0.2", "@playwright/test": "^1.46.0", - "@testing-library/jest-dom": "^6.4.8", + "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.0.0", "@types/node": "^22.2.0", "@types/react": "^18.3.3",