diff --git a/package-lock.json b/package-lock.json index 9777a2e..b1060c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@babel/plugin-transform-private-property-in-object": "^7.25.8", "@tailwindcss/forms": "^0.5.9", "@tailwindcss/typography": "^0.5.15", - "@testing-library/jest-dom": "^6.5.0", + "@testing-library/jest-dom": "^6.6.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "audit": "^0.0.6", @@ -5431,10 +5431,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.5.0.tgz", - "integrity": "sha512-xGGHpBXYSHUUr6XsKBfs85TWlYKpTc37cSBBVrXcib2MkHLboWlkClhWF37JKlDb9KEq3dHs+f2xR7XJEWGBxA==", - "license": "MIT", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.0.tgz", + "integrity": "sha512-Y76dmd7C85xekWqylJqRmO6lr83cdVprTs0muSvkXr6M73auYK5OvZMc3tKe1F7wMFdzfeBCwVbkoGrRKWb+fg==", "dependencies": { "@adobe/css-tools": "^4.4.0", "aria-query": "^5.0.0", diff --git a/package.json b/package.json index fd55af8..5a5ad47 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@babel/plugin-transform-private-property-in-object": "^7.25.8", "@tailwindcss/forms": "^0.5.9", "@tailwindcss/typography": "^0.5.15", - "@testing-library/jest-dom": "^6.5.0", + "@testing-library/jest-dom": "^6.6.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "audit": "^0.0.6",