diff --git a/tracker/frontend/package-lock.json b/tracker/frontend/package-lock.json index ddd0504994..c984f1e7e9 100644 --- a/tracker/frontend/package-lock.json +++ b/tracker/frontend/package-lock.json @@ -35,7 +35,7 @@ "prettier": "^3.9.6", "prettier-plugin-packagejson": "^3.0.2", "prettier-plugin-tailwindcss": "^0.8.1", - "swr": "^2.5.0", + "swr": "^2.5.1", "tailwind-merge": "^3.6.0", "tailwindcss": "^4", "tw-animate-css": "^1.4.0", @@ -9546,9 +9546,9 @@ } }, "node_modules/swr": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/swr/-/swr-2.5.0.tgz", - "integrity": "sha512-W0GomadRJe9OfzIoRX0kZHhDSaRRfdiOUeH6uazgR05SibBhDNwfdTbhAxmFtObvkf59fFymo22mooKukosvNA==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/swr/-/swr-2.5.1.tgz", + "integrity": "sha512-BRw55e8r0B7SpDN20CAzoQAHl7y1yP7/Zt7oqUjMv0vSt2u2Xnkm88Ws+VypbV9BXHQVuSuyVq7zMjO16wSExw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/tracker/frontend/package.json b/tracker/frontend/package.json index e5e3d6c874..0eecddee19 100644 --- a/tracker/frontend/package.json +++ b/tracker/frontend/package.json @@ -42,7 +42,7 @@ "prettier": "^3.9.6", "prettier-plugin-packagejson": "^3.0.2", "prettier-plugin-tailwindcss": "^0.8.1", - "swr": "^2.5.0", + "swr": "^2.5.1", "tailwind-merge": "^3.6.0", "tailwindcss": "^4", "tw-animate-css": "^1.4.0",