mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 23:24:29 +03:00
Update dependency xstate to v4.33.6
This commit is contained in:
parent
4f296cb302
commit
53184ce154
2 changed files with 8 additions and 8 deletions
14
web/package-lock.json
generated
14
web/package-lock.json
generated
|
@ -48,7 +48,7 @@
|
|||
"style-dictionary": "3.7.1",
|
||||
"ua-parser-js": "1.0.2",
|
||||
"video.js": "7.20.2",
|
||||
"xstate": "4.33.5",
|
||||
"xstate": "4.33.6",
|
||||
"yaml": "2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -28822,9 +28822,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/xstate": {
|
||||
"version": "4.33.5",
|
||||
"resolved": "https://registry.npmjs.org/xstate/-/xstate-4.33.5.tgz",
|
||||
"integrity": "sha512-C8WGBeQC+dNMp4MmQX359BUkJCv2VPAH/CGRnhtgri5JZ7wVEX7fsbfcqznAgnKyD0m9Hd3cGhg/wuzIjnfT4A==",
|
||||
"version": "4.33.6",
|
||||
"resolved": "https://registry.npmjs.org/xstate/-/xstate-4.33.6.tgz",
|
||||
"integrity": "sha512-A5R4fsVKADWogK2a43ssu8Fz1AF077SfrKP1ZNyDBD8lNa/l4zfR//Luofp5GSWehOQr36Jp0k2z7b+sH2ivyg==",
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/xstate"
|
||||
|
@ -50336,9 +50336,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"xstate": {
|
||||
"version": "4.33.5",
|
||||
"resolved": "https://registry.npmjs.org/xstate/-/xstate-4.33.5.tgz",
|
||||
"integrity": "sha512-C8WGBeQC+dNMp4MmQX359BUkJCv2VPAH/CGRnhtgri5JZ7wVEX7fsbfcqznAgnKyD0m9Hd3cGhg/wuzIjnfT4A=="
|
||||
"version": "4.33.6",
|
||||
"resolved": "https://registry.npmjs.org/xstate/-/xstate-4.33.6.tgz",
|
||||
"integrity": "sha512-A5R4fsVKADWogK2a43ssu8Fz1AF077SfrKP1ZNyDBD8lNa/l4zfR//Luofp5GSWehOQr36Jp0k2z7b+sH2ivyg=="
|
||||
},
|
||||
"xtend": {
|
||||
"version": "4.0.2",
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"style-dictionary": "3.7.1",
|
||||
"ua-parser-js": "1.0.2",
|
||||
"video.js": "7.20.2",
|
||||
"xstate": "4.33.5",
|
||||
"xstate": "4.33.6",
|
||||
"yaml": "2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue