diff --git a/package-lock.json b/package-lock.json index fcc667b..1107eed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "react-data-table-component": "^7.5.4", "react-dom": "^18.3.1", "react-icons": "^4.11.0", - "swr": "2.2.4" + "swr": "^2.2.5" }, "devDependencies": { "@testing-library/jest-dom": "^5.16.5", @@ -14298,9 +14298,9 @@ } }, "node_modules/swr": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/swr/-/swr-2.2.4.tgz", - "integrity": "sha512-njiZ/4RiIhoOlAaLYDqwz5qH/KZXVilRLvomrx83HjzCWTfa+InyfAjv05PSFxnmLzZkNO9ZfvgoqzAaEI4sGQ==", + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/swr/-/swr-2.2.5.tgz", + "integrity": "sha512-QtxqyclFeAsxEUeZIYmsaQ0UjimSq1RZ9Un7I68/0ClKK/U3LoyQunwkQfJZr2fc22DfIXLNDc2wFyTEikCUpg==", "license": "MIT", "dependencies": { "client-only": "^0.0.1", diff --git a/package.json b/package.json index f055f29..f31aec7 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-data-table-component": "^7.5.4", "react-dom": "^18.3.1", "react-icons": "^4.11.0", - "swr": "2.2.4" + "swr": "2.2.5" }, "devDependencies": { "@testing-library/jest-dom": "^5.16.5",