fix(deps): update dependency xstate to v4.35.2 (#2560)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-01-12 22:50:02 -08:00 committed by GitHub
parent 9049768f26
commit 3345b61961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -51,7 +51,7 @@
"style-dictionary": "3.7.2", "style-dictionary": "3.7.2",
"ua-parser-js": "1.0.32", "ua-parser-js": "1.0.32",
"video.js": "7.20.3", "video.js": "7.20.3",
"xstate": "4.35.1", "xstate": "4.35.2",
"yaml": "2.2.1" "yaml": "2.2.1"
}, },
"devDependencies": { "devDependencies": {
@ -34518,9 +34518,9 @@
} }
}, },
"node_modules/xstate": { "node_modules/xstate": {
"version": "4.35.1", "version": "4.35.2",
"resolved": "https://registry.npmjs.org/xstate/-/xstate-4.35.1.tgz", "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.35.2.tgz",
"integrity": "sha512-imxk6+76HJRt7qHrUnWnAjaHHhAsUKoVa+PXkyaPd3Gll0VjZsy6/L+FkatIJnjI5Kpwp0R8k63KfIFnzVLskQ==", "integrity": "sha512-5X7EyJv5OHHtGQwN7DsmCAbSnDs3Mxl1cXQ4PVaLwi+7p/RRapERnd1dFyHjYin+KQoLLfuXpl1dPBThgyIGNg==",
"funding": { "funding": {
"type": "opencollective", "type": "opencollective",
"url": "https://opencollective.com/xstate" "url": "https://opencollective.com/xstate"

View File

@ -54,7 +54,7 @@
"style-dictionary": "3.7.2", "style-dictionary": "3.7.2",
"ua-parser-js": "1.0.32", "ua-parser-js": "1.0.32",
"video.js": "7.20.3", "video.js": "7.20.3",
"xstate": "4.35.1", "xstate": "4.35.2",
"yaml": "2.2.1", "yaml": "2.2.1",
"@next/bundle-analyzer": "^13.1.1" "@next/bundle-analyzer": "^13.1.1"
}, },