state-machine-cat 11.0.5 → 11.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- export const version = "11.0.5";
1
+ export const version = "11.0.6";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "state-machine-cat",
3
- "version": "11.0.5",
3
+ "version": "11.0.6",
4
4
  "description": "write beautiful state charts",
5
5
  "main": "./dist/esm/index.mjs",
6
6
  "module": "./dist/esm/index.mjs",
@@ -94,7 +94,7 @@
94
94
  "ajv": "8.12.0",
95
95
  "chalk": "5.2.0",
96
96
  "commander": "10.0.1",
97
- "fast-xml-parser": "4.2.2",
97
+ "fast-xml-parser": "4.2.4",
98
98
  "handlebars": "4.7.7",
99
99
  "he": "1.2.0",
100
100
  "indent-string": "5.0.0",
@@ -109,8 +109,8 @@
109
109
  "@types/he": "1.2.0",
110
110
  "@types/lodash": "4.14.195",
111
111
  "@types/mocha": "10.0.1",
112
- "@typescript-eslint/eslint-plugin": "5.59.8",
113
- "@typescript-eslint/parser": "5.59.8",
112
+ "@typescript-eslint/eslint-plugin": "5.59.9",
113
+ "@typescript-eslint/parser": "5.59.9",
114
114
  "c8": "7.14.0",
115
115
  "chai": "4.3.7",
116
116
  "chai-as-promised": "7.1.1",
@@ -139,7 +139,7 @@
139
139
  "query-string": "8.1.0",
140
140
  "ts-node": "10.9.1",
141
141
  "typescript": "5.1.3",
142
- "upem": "7.3.2",
142
+ "upem": "8.0.0",
143
143
  "watskeburt": "0.11.3",
144
144
  "xml-name-validator": "4.0.0"
145
145
  },