build(deps): bump swr from 2.2.4 to 2.2.5

Bumps [swr](https://github.com/vercel/swr) from 2.2.4 to 2.2.5.
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](https://github.com/vercel/swr/compare/v2.2.4...v2.2.5)

---
updated-dependencies:
- dependency-name: swr
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-16 19:44:18 +00:00 committed by GitHub
parent eccddab276
commit 318e773df9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -21,7 +21,7 @@
"react-select": "^5.8.0",
"react-toastify": "^9.0.8",
"spinners-react": "^1.0.7",
"swr": "^2.2.4"
"swr": "^2.2.5"
},
"devDependencies": {
"eslint": "8.56.0",
@ -4352,9 +4352,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==",
"dependencies": {
"client-only": "^0.0.1",
"use-sync-external-store": "^1.2.0"

View file

@ -22,7 +22,7 @@
"react-select": "^5.8.0",
"react-toastify": "^9.0.8",
"spinners-react": "^1.0.7",
"swr": "^2.2.4"
"swr": "^2.2.5"
},
"devDependencies": {
"eslint": "8.56.0",