diff --git a/package-lock.json b/package-lock.json index 1ce29ab8d..4729f1854 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "winston": "^3.18.3", "ws": "^8.18.3", "xml2js": "^0.6.2", - "xstate": "^5.20.2" + "xstate": "^5.22.1" }, "devDependencies": { "@jest/globals": "^30.0.5", @@ -8946,9 +8946,9 @@ } }, "node_modules/xstate": { - "version": "5.20.2", - "resolved": "https://registry.npmjs.org/xstate/-/xstate-5.20.2.tgz", - "integrity": "sha512-GZmLmc+WPKfFRxuTDAxCg0cUhS/ZnWaRD86DO8MKizeK4a050jd5k7UNnIQ2jJDWRig2/r0tmVXeezUNIhoz5Q==", + "version": "5.22.1", + "resolved": "https://registry.npmjs.org/xstate/-/xstate-5.22.1.tgz", + "integrity": "sha512-ajh2WQw2+nM6K3ZDTBbhODb72SOLlOnd/t92jSXyOH5rTF/T0XtBIwXxbEBvsdwdnzaAaEcrxZu4aEKr/781pQ==", "license": "MIT", "funding": { "type": "opencollective", diff --git a/package.json b/package.json index d16cd7c0f..8f807efb6 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "winston": "^3.18.3", "ws": "^8.18.3", "xml2js": "^0.6.2", - "xstate": "^5.20.2" + "xstate": "^5.22.1" }, "devDependencies": { "@jest/globals": "^30.0.5",