Merge pull request #526 from Ravinou/dependabot/npm_and_yarn/swr-2.3.4

chore(deps): bump swr from 2.3.3 to 2.3.4
This commit is contained in:
Ravinou 2025-07-13 09:09:40 +02:00 committed by GitHub
commit 53b29ea6f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View file

@ -24,7 +24,7 @@
"react-hook-form": "^7.59.0",
"react-select": "^5.10.1",
"react-toastify": "^11.0.5",
"swr": "^2.3.3",
"swr": "^2.3.4",
"use-media": "^1.5.0",
"uuid": "^11.1.0"
},
@ -7371,10 +7371,9 @@
}
},
"node_modules/swr": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/swr/-/swr-2.3.3.tgz",
"integrity": "sha512-dshNvs3ExOqtZ6kJBaAsabhPdHyeY4P2cKwRCniDVifBMoG/SVI7tfLWqPXriVspf2Rg4tPzXJTnwaihIeFw2A==",
"license": "MIT",
"version": "2.3.4",
"resolved": "https://registry.npmjs.org/swr/-/swr-2.3.4.tgz",
"integrity": "sha512-bYd2lrhc+VarcpkgWclcUi92wYCpOgMws9Sd1hG1ntAu0NEy+14CbotuFjshBU2kt9rYj9TSmDcybpxpeTU1fg==",
"dependencies": {
"dequal": "^2.0.3",
"use-sync-external-store": "^1.4.0"

View file

@ -29,7 +29,7 @@
"react-hook-form": "^7.59.0",
"react-select": "^5.10.1",
"react-toastify": "^11.0.5",
"swr": "^2.3.3",
"swr": "^2.3.4",
"use-media": "^1.5.0",
"uuid": "^11.1.0"
},