diff --git a/package-lock.json b/package-lock.json index 532c90c02..355c70e1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "winston": "^3.17.0", "ws": "^8.18.2", "xml2js": "^0.6.2", - "xstate": "^5.19.4" + "xstate": "^5.20.0" }, "devDependencies": { "@jest/globals": "^30.0.2", @@ -8878,9 +8878,9 @@ } }, "node_modules/xstate": { - "version": "5.19.4", - "resolved": "https://registry.npmjs.org/xstate/-/xstate-5.19.4.tgz", - "integrity": "sha512-h1UMSYOB564NXqAI+VpXrxwaBdOJUh6LOStooQ+Rn/+gqJWtGBfjZn265BwFI8Mp4ZoOyoLDNf8X1yp3faBUZQ==", + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/xstate/-/xstate-5.20.0.tgz", + "integrity": "sha512-lFQ0fLwVa0OMZnjNP8zUkt2fwIS85ZBNPvxE41APVYhYj0++aTssgmsnTAiBHdKYbgnd6+L8DRTZ9jPZAFPuyw==", "license": "MIT", "funding": { "type": "opencollective", diff --git a/package.json b/package.json index 589f04911..c889d1f18 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "winston": "^3.17.0", "ws": "^8.18.2", "xml2js": "^0.6.2", - "xstate": "^5.19.4" + "xstate": "^5.20.0" }, "devDependencies": { "@jest/globals": "^30.0.2",