1
0
Fork 0

Bump swr from 2.2.4 to 2.2.5 (#901)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-01 14:18:01 +00:00 committed by GitHub
parent a3759c9e82
commit 6524999a94
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

@ -35,7 +35,7 @@
"react-dom": "^18.2.0",
"sharp": "^0.33.0",
"slugify": "^1.6.6",
"swr": "^2.2.4",
"swr": "^2.2.5",
"viem": "^1.19.13",
"wagmi": "^1.4.12"
},
@ -17497,9 +17497,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

@ -75,7 +75,7 @@
"react-dom": "^18.2.0",
"sharp": "^0.33.0",
"slugify": "^1.6.6",
"swr": "^2.2.4",
"swr": "^2.2.5",
"viem": "^1.19.13",
"wagmi": "^1.4.12"
},