diff --git a/package-lock.json b/package-lock.json index 6d71643..d7c7255 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@tailwindcss/postcss": "^4", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", - "@testing-library/react": "^16.3.0", + "@testing-library/react": "^16.3.1", "@types/jest": "^30.0.0", "@types/js-cookie": "^3.0.6", "@types/node": "^24", @@ -4101,9 +4101,9 @@ "license": "MIT" }, "node_modules/@testing-library/react": { - "version": "16.3.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.0.tgz", - "integrity": "sha512-kFSyxiEDwv1WLl2fgsq6pPBbw5aWKrsY2/noi1Id0TK0UParSF62oFQFGHXIyaG4pp2tEub/Zlel+fjjZILDsw==", + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.1.tgz", + "integrity": "sha512-gr4KtAWqIOQoucWYD/f6ki+j5chXfcPc74Col/6poTyqTmn7zRmodWahWRCp8tYd+GMqBonw6hstNzqjbs6gjw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index dd72d98..9e09f8b 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@tailwindcss/postcss": "^4", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", - "@testing-library/react": "^16.3.0", + "@testing-library/react": "^16.3.1", "@types/jest": "^30.0.0", "@types/js-cookie": "^3.0.6", "@types/node": "^24",