Chore(deps): Bump swr from 1.3.0 to 2.2.5

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

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/2960/head
dependabot[bot] 4 months ago committed by GitHub
parent 8fb6d608c3
commit f8bdf5f8dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
package-lock.json generated

@ -33,7 +33,7 @@
"react-icons": "^4.12.0", "react-icons": "^4.12.0",
"recharts": "^2.11.0", "recharts": "^2.11.0",
"rrule": "^2.8.1", "rrule": "^2.8.1",
"swr": "^1.3.0", "swr": "^2.2.5",
"systeminformation": "^5.21.24", "systeminformation": "^5.21.24",
"tough-cookie": "^4.1.3", "tough-cookie": "^4.1.3",
"urbackup-server-api": "^0.8.9", "urbackup-server-api": "^0.8.9",
@ -6486,9 +6486,13 @@
} }
}, },
"node_modules/swr": { "node_modules/swr": {
"version": "1.3.0", "version": "2.2.5",
"resolved": "https://registry.npmjs.org/swr/-/swr-1.3.0.tgz", "resolved": "https://registry.npmjs.org/swr/-/swr-2.2.5.tgz",
"integrity": "sha512-dkghQrOl2ORX9HYrMDtPa7LTVHJjCTeZoB1dqTbnnEDlSvN8JEKpYIYurDfvbQFUUS8Cg8PceFVZNkW0KNNYPw==", "integrity": "sha512-QtxqyclFeAsxEUeZIYmsaQ0UjimSq1RZ9Un7I68/0ClKK/U3LoyQunwkQfJZr2fc22DfIXLNDc2wFyTEikCUpg==",
"dependencies": {
"client-only": "^0.0.1",
"use-sync-external-store": "^1.2.0"
},
"peerDependencies": { "peerDependencies": {
"react": "^16.11.0 || ^17.0.0 || ^18.0.0" "react": "^16.11.0 || ^17.0.0 || ^18.0.0"
} }

@ -35,7 +35,7 @@
"react-icons": "^4.12.0", "react-icons": "^4.12.0",
"recharts": "^2.11.0", "recharts": "^2.11.0",
"rrule": "^2.8.1", "rrule": "^2.8.1",
"swr": "^1.3.0", "swr": "^2.2.5",
"systeminformation": "^5.21.24", "systeminformation": "^5.21.24",
"tough-cookie": "^4.1.3", "tough-cookie": "^4.1.3",
"urbackup-server-api": "^0.8.9", "urbackup-server-api": "^0.8.9",

@ -81,8 +81,8 @@ dependencies:
specifier: ^2.8.1 specifier: ^2.8.1
version: 2.8.1 version: 2.8.1
swr: swr:
specifier: ^1.3.0 specifier: ^2.2.5
version: 1.3.0(react@18.2.0) version: 2.2.5(react@18.2.0)
systeminformation: systeminformation:
specifier: ^5.21.24 specifier: ^5.21.24
version: 5.21.24 version: 5.21.24
@ -4131,12 +4131,14 @@ packages:
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
/swr@1.3.0(react@18.2.0): /swr@2.2.5(react@18.2.0):
resolution: {integrity: sha512-dkghQrOl2ORX9HYrMDtPa7LTVHJjCTeZoB1dqTbnnEDlSvN8JEKpYIYurDfvbQFUUS8Cg8PceFVZNkW0KNNYPw==} resolution: {integrity: sha512-QtxqyclFeAsxEUeZIYmsaQ0UjimSq1RZ9Un7I68/0ClKK/U3LoyQunwkQfJZr2fc22DfIXLNDc2wFyTEikCUpg==}
peerDependencies: peerDependencies:
react: ^16.11.0 || ^17.0.0 || ^18.0.0 react: ^16.11.0 || ^17.0.0 || ^18.0.0
dependencies: dependencies:
client-only: 0.0.1
react: 18.2.0 react: 18.2.0
use-sync-external-store: 1.2.0(react@18.2.0)
dev: false dev: false
/systeminformation@5.21.24: /systeminformation@5.21.24:

Loading…
Cancel
Save