mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 05:38:58 +03:00
fix(deps): update dependency xstate to v4.38.3
This commit is contained in:
parent
75af7cfc53
commit
143db1b039
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -50,7 +50,7 @@
|
|||
"video.js": "^8.3.0",
|
||||
"workbox-precaching": "^7.0.0",
|
||||
"workbox-window": "^7.0.0",
|
||||
"xstate": "4.38.2",
|
||||
"xstate": "4.38.3",
|
||||
"yaml": "2.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -42034,9 +42034,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/xstate": {
|
||||
"version": "4.38.2",
|
||||
"resolved": "https://registry.npmjs.org/xstate/-/xstate-4.38.2.tgz",
|
||||
"integrity": "sha512-Fba/DwEPDLneHT3tbJ9F3zafbQXszOlyCJyQqqdzmtlY/cwE2th462KK48yaANf98jHlP6lJvxfNtN0LFKXPQg==",
|
||||
"version": "4.38.3",
|
||||
"resolved": "https://registry.npmjs.org/xstate/-/xstate-4.38.3.tgz",
|
||||
"integrity": "sha512-SH7nAaaPQx57dx6qvfcIgqKRXIh4L0A1iYEqim4s1u7c9VoCgzZc+63FY90AKU4ZzOC2cfJzTnpO4zK7fCUzzw==",
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/xstate"
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
"video.js": "^8.3.0",
|
||||
"workbox-precaching": "^7.0.0",
|
||||
"workbox-window": "^7.0.0",
|
||||
"xstate": "4.38.2",
|
||||
"xstate": "4.38.3",
|
||||
"yaml": "2.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue