fix(deps): update dependency xstate to v4.38.1

This commit is contained in:
renovate[bot]
2023-07-15 10:58:58 +00:00
committed by GitHub
parent 5c15cd5c91
commit 7a5b4e223d
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@@ -50,7 +50,7 @@
"video.js": "^8.3.0", "video.js": "^8.3.0",
"workbox-precaching": "^7.0.0", "workbox-precaching": "^7.0.0",
"workbox-window": "^7.0.0", "workbox-window": "^7.0.0",
"xstate": "4.38.0", "xstate": "4.38.1",
"yaml": "2.3.1" "yaml": "2.3.1"
}, },
"devDependencies": { "devDependencies": {
@@ -45590,9 +45590,9 @@
} }
}, },
"node_modules/xstate": { "node_modules/xstate": {
"version": "4.38.0", "version": "4.38.1",
"resolved": "https://registry.npmjs.org/xstate/-/xstate-4.38.0.tgz", "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.38.1.tgz",
"integrity": "sha512-oFjw2YZPyu6HeO0JWCSqfhAALsjFPURsrD2FUFN3u213dWwYU68RFuLtSHco+cEUhpQFW+hRG3PNYgq8HatudQ==", "integrity": "sha512-1gBUcFWBj/rv/pRcP2Bedl5sNRGX2d36CaOx9z7fE9uSiHaOEHIWzLg1B853q2xdUHUA9pEiWKjLZ3can4SJaQ==",
"funding": { "funding": {
"type": "opencollective", "type": "opencollective",
"url": "https://opencollective.com/xstate" "url": "https://opencollective.com/xstate"
@@ -79993,9 +79993,9 @@
"dev": true "dev": true
}, },
"xstate": { "xstate": {
"version": "4.38.0", "version": "4.38.1",
"resolved": "https://registry.npmjs.org/xstate/-/xstate-4.38.0.tgz", "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.38.1.tgz",
"integrity": "sha512-oFjw2YZPyu6HeO0JWCSqfhAALsjFPURsrD2FUFN3u213dWwYU68RFuLtSHco+cEUhpQFW+hRG3PNYgq8HatudQ==" "integrity": "sha512-1gBUcFWBj/rv/pRcP2Bedl5sNRGX2d36CaOx9z7fE9uSiHaOEHIWzLg1B853q2xdUHUA9pEiWKjLZ3can4SJaQ=="
}, },
"xtend": { "xtend": {
"version": "4.0.2", "version": "4.0.2",

View File

@@ -55,7 +55,7 @@
"video.js": "^8.3.0", "video.js": "^8.3.0",
"workbox-precaching": "^7.0.0", "workbox-precaching": "^7.0.0",
"workbox-window": "^7.0.0", "workbox-window": "^7.0.0",
"xstate": "4.38.0", "xstate": "4.38.1",
"yaml": "2.3.1" "yaml": "2.3.1"
}, },
"devDependencies": { "devDependencies": {