|
45 | 45 | json5 "^2.2.3"
|
46 | 46 | semver "^6.3.1"
|
47 | 47 |
|
| 48 | +"@babel/core@^7.24.4": |
| 49 | + version "7.28.4" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496" |
| 51 | + integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA== |
| 52 | + dependencies: |
| 53 | + "@babel/code-frame" "^7.27.1" |
| 54 | + "@babel/generator" "^7.28.3" |
| 55 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 56 | + "@babel/helper-module-transforms" "^7.28.3" |
| 57 | + "@babel/helpers" "^7.28.4" |
| 58 | + "@babel/parser" "^7.28.4" |
| 59 | + "@babel/template" "^7.27.2" |
| 60 | + "@babel/traverse" "^7.28.4" |
| 61 | + "@babel/types" "^7.28.4" |
| 62 | + "@jridgewell/remapping" "^2.3.5" |
| 63 | + convert-source-map "^2.0.0" |
| 64 | + debug "^4.1.0" |
| 65 | + gensync "^1.0.0-beta.2" |
| 66 | + json5 "^2.2.3" |
| 67 | + semver "^6.3.1" |
| 68 | + |
48 | 69 | "@babel/generator@^7.28.0":
|
49 | 70 | version "7.28.0"
|
50 | 71 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2"
|
|
56 | 77 | "@jridgewell/trace-mapping" "^0.3.28"
|
57 | 78 | jsesc "^3.0.2"
|
58 | 79 |
|
59 |
| -"@babel/helper-annotate-as-pure@^7.27.1": |
| 80 | +"@babel/generator@^7.28.3": |
| 81 | + version "7.28.3" |
| 82 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e" |
| 83 | + integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw== |
| 84 | + dependencies: |
| 85 | + "@babel/parser" "^7.28.3" |
| 86 | + "@babel/types" "^7.28.2" |
| 87 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 88 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 89 | + jsesc "^3.0.2" |
| 90 | + |
| 91 | +"@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3": |
60 | 92 | version "7.27.3"
|
61 | 93 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
|
62 | 94 | integrity sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==
|
|
74 | 106 | lru-cache "^5.1.1"
|
75 | 107 | semver "^6.3.1"
|
76 | 108 |
|
| 109 | +"@babel/helper-create-class-features-plugin@^7.18.6": |
| 110 | + version "7.28.3" |
| 111 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz#3e747434ea007910c320c4d39a6b46f20f371d46" |
| 112 | + integrity sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg== |
| 113 | + dependencies: |
| 114 | + "@babel/helper-annotate-as-pure" "^7.27.3" |
| 115 | + "@babel/helper-member-expression-to-functions" "^7.27.1" |
| 116 | + "@babel/helper-optimise-call-expression" "^7.27.1" |
| 117 | + "@babel/helper-replace-supers" "^7.27.1" |
| 118 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" |
| 119 | + "@babel/traverse" "^7.28.3" |
| 120 | + semver "^6.3.1" |
| 121 | + |
77 | 122 | "@babel/helper-globals@^7.28.0":
|
78 | 123 | version "7.28.0"
|
79 | 124 | resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
|
80 | 125 | integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
|
81 | 126 |
|
| 127 | +"@babel/helper-member-expression-to-functions@^7.27.1": |
| 128 | + version "7.27.1" |
| 129 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz#ea1211276be93e798ce19037da6f06fbb994fa44" |
| 130 | + integrity sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA== |
| 131 | + dependencies: |
| 132 | + "@babel/traverse" "^7.27.1" |
| 133 | + "@babel/types" "^7.27.1" |
| 134 | + |
82 | 135 | "@babel/helper-module-imports@^7.27.1":
|
83 | 136 | version "7.27.1"
|
84 | 137 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
|
|
96 | 149 | "@babel/helper-validator-identifier" "^7.27.1"
|
97 | 150 | "@babel/traverse" "^7.27.3"
|
98 | 151 |
|
99 |
| -"@babel/helper-plugin-utils@^7.27.1": |
| 152 | +"@babel/helper-module-transforms@^7.28.3": |
| 153 | + version "7.28.3" |
| 154 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6" |
| 155 | + integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw== |
| 156 | + dependencies: |
| 157 | + "@babel/helper-module-imports" "^7.27.1" |
| 158 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 159 | + "@babel/traverse" "^7.28.3" |
| 160 | + |
| 161 | +"@babel/helper-optimise-call-expression@^7.27.1": |
| 162 | + version "7.27.1" |
| 163 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200" |
| 164 | + integrity sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw== |
| 165 | + dependencies: |
| 166 | + "@babel/types" "^7.27.1" |
| 167 | + |
| 168 | +"@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.27.1": |
100 | 169 | version "7.27.1"
|
101 | 170 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c"
|
102 | 171 | integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==
|
103 | 172 |
|
| 173 | +"@babel/helper-replace-supers@^7.27.1": |
| 174 | + version "7.27.1" |
| 175 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz#b1ed2d634ce3bdb730e4b52de30f8cccfd692bc0" |
| 176 | + integrity sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA== |
| 177 | + dependencies: |
| 178 | + "@babel/helper-member-expression-to-functions" "^7.27.1" |
| 179 | + "@babel/helper-optimise-call-expression" "^7.27.1" |
| 180 | + "@babel/traverse" "^7.27.1" |
| 181 | + |
| 182 | +"@babel/helper-skip-transparent-expression-wrappers@^7.27.1": |
| 183 | + version "7.27.1" |
| 184 | + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz#62bb91b3abba8c7f1fec0252d9dbea11b3ee7a56" |
| 185 | + integrity sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg== |
| 186 | + dependencies: |
| 187 | + "@babel/traverse" "^7.27.1" |
| 188 | + "@babel/types" "^7.27.1" |
| 189 | + |
104 | 190 | "@babel/helper-string-parser@^7.27.1":
|
105 | 191 | version "7.27.1"
|
106 | 192 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
|
|
124 | 210 | "@babel/template" "^7.27.2"
|
125 | 211 | "@babel/types" "^7.28.2"
|
126 | 212 |
|
| 213 | +"@babel/helpers@^7.28.4": |
| 214 | + version "7.28.4" |
| 215 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827" |
| 216 | + integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w== |
| 217 | + dependencies: |
| 218 | + "@babel/template" "^7.27.2" |
| 219 | + "@babel/types" "^7.28.4" |
| 220 | + |
| 221 | +"@babel/parser@^7.24.4", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4": |
| 222 | + version "7.28.4" |
| 223 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8" |
| 224 | + integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg== |
| 225 | + dependencies: |
| 226 | + "@babel/types" "^7.28.4" |
| 227 | + |
127 | 228 | "@babel/parser@^7.27.2", "@babel/parser@^7.28.0":
|
128 | 229 | version "7.28.0"
|
129 | 230 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e"
|
130 | 231 | integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==
|
131 | 232 | dependencies:
|
132 | 233 | "@babel/types" "^7.28.0"
|
133 | 234 |
|
| 235 | +"@babel/plugin-proposal-private-methods@^7.18.6": |
| 236 | + version "7.18.6" |
| 237 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz#5209de7d213457548a98436fa2882f52f4be6bea" |
| 238 | + integrity sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA== |
| 239 | + dependencies: |
| 240 | + "@babel/helper-create-class-features-plugin" "^7.18.6" |
| 241 | + "@babel/helper-plugin-utils" "^7.18.6" |
| 242 | + |
134 | 243 | "@babel/plugin-syntax-jsx@^7.27.1":
|
135 | 244 | version "7.27.1"
|
136 | 245 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz#2f9beb5eff30fa507c5532d107daac7b888fa34c"
|
|
178 | 287 | "@babel/types" "^7.28.0"
|
179 | 288 | debug "^4.3.1"
|
180 | 289 |
|
| 290 | +"@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4": |
| 291 | + version "7.28.4" |
| 292 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b" |
| 293 | + integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ== |
| 294 | + dependencies: |
| 295 | + "@babel/code-frame" "^7.27.1" |
| 296 | + "@babel/generator" "^7.28.3" |
| 297 | + "@babel/helper-globals" "^7.28.0" |
| 298 | + "@babel/parser" "^7.28.4" |
| 299 | + "@babel/template" "^7.27.2" |
| 300 | + "@babel/types" "^7.28.4" |
| 301 | + debug "^4.3.1" |
| 302 | + |
181 | 303 | "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.0", "@babel/types@^7.28.2":
|
182 | 304 | version "7.28.2"
|
183 | 305 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
|
|
186 | 308 | "@babel/helper-string-parser" "^7.27.1"
|
187 | 309 | "@babel/helper-validator-identifier" "^7.27.1"
|
188 | 310 |
|
| 311 | +"@babel/types@^7.28.4": |
| 312 | + version "7.28.4" |
| 313 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a" |
| 314 | + integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q== |
| 315 | + dependencies: |
| 316 | + "@babel/helper-string-parser" "^7.27.1" |
| 317 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 318 | + |
189 | 319 | "@bpmn-io/diagram-js-ui@^0.2.3":
|
190 | 320 | version "0.2.3"
|
191 | 321 | resolved "https://registry.yarnpkg.com/@bpmn-io/diagram-js-ui/-/diagram-js-ui-0.2.3.tgz#7ace8aadb1b701eb770d0b34595dc1d1fb4c327c"
|
|
463 | 593 | "@jridgewell/sourcemap-codec" "^1.5.0"
|
464 | 594 | "@jridgewell/trace-mapping" "^0.3.24"
|
465 | 595 |
|
466 |
| -"@jridgewell/remapping@^2.3.4": |
| 596 | +"@jridgewell/remapping@^2.3.4", "@jridgewell/remapping@^2.3.5": |
467 | 597 | version "2.3.5"
|
468 | 598 | resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1"
|
469 | 599 | integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==
|
@@ -1747,10 +1877,17 @@ eslint-plugin-import@^2.22.1:
|
1747 | 1877 | string.prototype.trimend "^1.0.9"
|
1748 | 1878 | tsconfig-paths "^3.15.0"
|
1749 | 1879 |
|
1750 |
| -eslint-plugin-react-hooks@^5.0.0: |
1751 |
| - version "5.2.0" |
1752 |
| - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3" |
1753 |
| - integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg== |
| 1880 | +eslint-plugin-react-hooks@^6.0.0: |
| 1881 | + version "6.1.0" |
| 1882 | + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-6.1.0.tgz#1d8b9f031234ea20371aafe4fd9156f7223b1433" |
| 1883 | + integrity sha512-72mucw/WLzEqGvL2vwE6fWR6geO6UbmDjz3eAb3pezxTpFzgbfyUeFKzmZKr9LhwUWMXfTVh1g0rKEJoyKNdoA== |
| 1884 | + dependencies: |
| 1885 | + "@babel/core" "^7.24.4" |
| 1886 | + "@babel/parser" "^7.24.4" |
| 1887 | + "@babel/plugin-proposal-private-methods" "^7.18.6" |
| 1888 | + hermes-parser "^0.25.1" |
| 1889 | + zod "^3.22.4" |
| 1890 | + zod-validation-error "^3.0.3" |
1754 | 1891 |
|
1755 | 1892 | eslint-plugin-react@^7.21.5:
|
1756 | 1893 | version "7.37.5"
|
|
2149 | 2286 | resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
|
2150 | 2287 | integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
|
2151 | 2288 |
|
| 2289 | + |
| 2290 | + version "0.25.1" |
| 2291 | + resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480" |
| 2292 | + integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw== |
| 2293 | + |
| 2294 | +hermes-parser@^0.25.1: |
| 2295 | + version "0.25.1" |
| 2296 | + resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1" |
| 2297 | + integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA== |
| 2298 | + dependencies: |
| 2299 | + hermes-estree "0.25.1" |
| 2300 | + |
2152 | 2301 | htm@^3.1.1:
|
2153 | 2302 | version "3.1.1"
|
2154 | 2303 | resolved "https://registry.yarnpkg.com/htm/-/htm-3.1.1.tgz#49266582be0dc66ed2235d5ea892307cc0c24b78"
|
@@ -3703,3 +3852,13 @@ yocto-queue@^0.1.0:
|
3703 | 3852 | version "0.1.0"
|
3704 | 3853 | resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
|
3705 | 3854 | integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
|
| 3855 | + |
| 3856 | +zod-validation-error@^3.0.3: |
| 3857 | + version "3.5.3" |
| 3858 | + resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-3.5.3.tgz#85ba33290200d8db9f043621e284f40dddefb7e5" |
| 3859 | + integrity sha512-OT5Y8lbUadqVZCsnyFaTQ4/O2mys4tj7PqhdbBCp7McPwvIEKfPtdA6QfPeFQK2/Rz5LgwmAXRJTugBNBi0btw== |
| 3860 | + |
| 3861 | +zod@^3.22.4: |
| 3862 | + version "3.25.76" |
| 3863 | + resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.76.tgz#26841c3f6fd22a6a2760e7ccb719179768471e34" |
| 3864 | + integrity sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ== |
0 commit comments