Browse Source

Update dependency xstate to v4.33.2

pull/2049/head
renovate[bot] 3 years ago committed by GitHub
parent
commit
2560ef112e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      web/package-lock.json
  2. 2
      web/package.json

14
web/package-lock.json generated

@ -49,7 +49,7 @@ @@ -49,7 +49,7 @@
"style-dictionary": "3.7.1",
"ua-parser-js": "1.0.2",
"video.js": "7.20.2",
"xstate": "4.33.1",
"xstate": "4.33.2",
"yaml": "2.0.0"
},
"devDependencies": {
@ -28427,9 +28427,9 @@ @@ -28427,9 +28427,9 @@
}
},
"node_modules/xstate": {
"version": "4.33.1",
"resolved": "https://registry.npmjs.org/xstate/-/xstate-4.33.1.tgz",
"integrity": "sha512-C9A3esyOuw/xRpwQUkG2e1Gjd8sZYh42t66COq8DaJgaaLOqmE8zWRH1ouL9mHtQ3WV//uT5Ki3ijHGSUdLiww==",
"version": "4.33.2",
"resolved": "https://registry.npmjs.org/xstate/-/xstate-4.33.2.tgz",
"integrity": "sha512-hIcoubJm6zuHyTPtE4tKp0Keb94Bs11ohQ1bBE3pwua5PuTDpAPut6gSTJeU/xI1akd1LsTrCvZTil6Kc4LqEA==",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/xstate"
@ -49682,9 +49682,9 @@ @@ -49682,9 +49682,9 @@
"dev": true
},
"xstate": {
"version": "4.33.1",
"resolved": "https://registry.npmjs.org/xstate/-/xstate-4.33.1.tgz",
"integrity": "sha512-C9A3esyOuw/xRpwQUkG2e1Gjd8sZYh42t66COq8DaJgaaLOqmE8zWRH1ouL9mHtQ3WV//uT5Ki3ijHGSUdLiww=="
"version": "4.33.2",
"resolved": "https://registry.npmjs.org/xstate/-/xstate-4.33.2.tgz",
"integrity": "sha512-hIcoubJm6zuHyTPtE4tKp0Keb94Bs11ohQ1bBE3pwua5PuTDpAPut6gSTJeU/xI1akd1LsTrCvZTil6Kc4LqEA=="
},
"xtend": {
"version": "4.0.2",

2
web/package.json

@ -53,7 +53,7 @@ @@ -53,7 +53,7 @@
"style-dictionary": "3.7.1",
"ua-parser-js": "1.0.2",
"video.js": "7.20.2",
"xstate": "4.33.1",
"xstate": "4.33.2",
"yaml": "2.0.0"
},
"devDependencies": {

Loading…
Cancel
Save