openc3 5.12.0 → 5.14.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of openc3 might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Gemfile +3 -3
- data/bin/openc3cli +21 -18
- data/data/config/command_modifiers.yaml +53 -1
- data/data/config/graph_settings.yaml +1 -1
- data/data/config/item_modifiers.yaml +1 -2
- data/data/config/parameter_modifiers.yaml +13 -14
- data/data/config/screen.yaml +1 -2
- data/data/config/target_config.yaml +2 -6
- data/lib/openc3/accessors/accessor.rb +42 -29
- data/lib/openc3/accessors/binary_accessor.rb +11 -1
- data/lib/openc3/accessors/form_accessor.rb +11 -1
- data/lib/openc3/accessors/http_accessor.rb +38 -0
- data/lib/openc3/accessors/json_accessor.rb +15 -3
- data/lib/openc3/accessors/template_accessor.rb +150 -0
- data/lib/openc3/accessors/xml_accessor.rb +11 -1
- data/lib/openc3/accessors.rb +1 -0
- data/lib/openc3/api/cmd_api.rb +99 -35
- data/lib/openc3/api/limits_api.rb +3 -3
- data/lib/openc3/api/tlm_api.rb +70 -31
- data/lib/openc3/interfaces/interface.rb +9 -7
- data/lib/openc3/interfaces/mqtt_interface.rb +11 -9
- data/lib/openc3/interfaces/mqtt_stream_interface.rb +78 -0
- data/lib/openc3/interfaces/protocols/cmd_response_protocol.rb +116 -0
- data/lib/openc3/interfaces/tcpip_client_interface.rb +4 -0
- data/lib/openc3/interfaces/tcpip_server_interface.rb +5 -0
- data/lib/openc3/interfaces.rb +1 -1
- data/lib/openc3/logs/packet_log_reader.rb +2 -2
- data/lib/openc3/logs/text_log_writer.rb +3 -2
- data/lib/openc3/microservices/decom_microservice.rb +1 -0
- data/lib/openc3/microservices/interface_microservice.rb +10 -1
- data/lib/openc3/microservices/trigger_group_microservice.rb +2 -1
- data/lib/openc3/models/cvt_model.rb +16 -12
- data/lib/openc3/models/gem_model.rb +20 -3
- data/lib/openc3/models/microservice_model.rb +1 -1
- data/lib/openc3/models/plugin_model.rb +43 -5
- data/lib/openc3/models/target_model.rb +69 -8
- data/lib/openc3/packets/json_packet.rb +46 -15
- data/lib/openc3/packets/packet.rb +92 -4
- data/lib/openc3/packets/packet_config.rb +27 -2
- data/lib/openc3/packets/parsers/xtce_parser.rb +5 -1
- data/lib/openc3/script/api_shared.rb +42 -31
- data/lib/openc3/script/commands.rb +18 -12
- data/lib/openc3/script/limits.rb +1 -1
- data/lib/openc3/script/script.rb +6 -12
- data/lib/openc3/script/storage.rb +4 -4
- data/lib/openc3/script/web_socket_api.rb +2 -2
- data/lib/openc3/streams/mqtt_stream.rb +109 -0
- data/lib/openc3/streams/tcpip_socket_stream.rb +19 -0
- data/lib/openc3/system/system.rb +13 -1
- data/lib/openc3/utilities/cli_generator.rb +48 -21
- data/lib/openc3/utilities/local_mode.rb +3 -3
- data/lib/openc3/utilities/logger.rb +17 -16
- data/lib/openc3/utilities/process_manager.rb +1 -1
- data/lib/openc3/utilities/store_queued.rb +126 -0
- data/lib/openc3/version.rb +5 -5
- data/templates/conversion/conversion.py +28 -0
- data/templates/conversion/conversion.rb +1 -18
- data/templates/limits_response/response.py +37 -0
- data/templates/limits_response/response.rb +0 -17
- data/templates/microservice/microservices/TEMPLATE/microservice.py +54 -0
- data/templates/microservice/microservices/TEMPLATE/microservice.rb +0 -7
- data/templates/plugin/.gitignore +1 -0
- data/templates/plugin/plugin.gemspec +2 -2
- data/templates/target/targets/TARGET/lib/target.py +9 -0
- data/templates/target/targets/TARGET/procedures/procedure.py +3 -0
- data/templates/target/targets/TARGET/public/README.txt +1 -0
- data/templates/tool_angular/package.json +21 -20
- data/templates/tool_angular/yarn.lock +2287 -3171
- data/templates/tool_react/package.json +15 -15
- data/templates/tool_react/yarn.lock +716 -789
- data/templates/tool_svelte/package.json +16 -15
- data/templates/tool_svelte/src/services/openc3-api.js +17 -22
- data/templates/tool_svelte/yarn.lock +715 -620
- data/templates/tool_vue/package.json +16 -15
- data/templates/tool_vue/yarn.lock +149 -69
- data/templates/widget/package.json +15 -14
- data/templates/widget/yarn.lock +132 -63
- metadata +160 -148
- data/lib/openc3/io/openc3_snmp.rb +0 -61
data/templates/widget/yarn.lock
CHANGED
@@ -139,6 +139,16 @@
|
|
139
139
|
dependencies:
|
140
140
|
xss "^1.0.8"
|
141
141
|
|
142
|
+
"@astrouxds/astro-web-components@7.20.0":
|
143
|
+
version "7.20.0"
|
144
|
+
resolved "https://registry.yarnpkg.com/@astrouxds/astro-web-components/-/astro-web-components-7.20.0.tgz#4867b80193f2fc34c03f15f1c4952e65aa85af2c"
|
145
|
+
integrity sha512-9iDFQRiwWkm2s5sDoMEXy5RbZvdfNx2d8td+ET6ZKxRk+SBxX6UJXHZRv+OMrdiID8chE9rLUr5SNj4xrohuTQ==
|
146
|
+
dependencies:
|
147
|
+
"@floating-ui/dom" "~1.0.6"
|
148
|
+
"@stencil/core" "~3.4.1"
|
149
|
+
date-fns "~2.21.3"
|
150
|
+
date-fns-tz "~1.3.7"
|
151
|
+
|
142
152
|
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.18.6":
|
143
153
|
version "7.18.6"
|
144
154
|
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
|
@@ -172,10 +182,10 @@
|
|
172
182
|
json5 "^2.2.2"
|
173
183
|
semver "^6.3.0"
|
174
184
|
|
175
|
-
"@babel/eslint-parser@7.
|
176
|
-
version "7.
|
177
|
-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.
|
178
|
-
integrity sha512-
|
185
|
+
"@babel/eslint-parser@7.23.3":
|
186
|
+
version "7.23.3"
|
187
|
+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.23.3.tgz#7bf0db1c53b54da0c8a12627373554a0828479ca"
|
188
|
+
integrity sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==
|
179
189
|
dependencies:
|
180
190
|
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
|
181
191
|
eslint-visitor-keys "^2.1.0"
|
@@ -1170,10 +1180,10 @@
|
|
1170
1180
|
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
|
1171
1181
|
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
|
1172
1182
|
|
1173
|
-
"@eslint/eslintrc@^2.1.
|
1174
|
-
version "2.1.
|
1175
|
-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.
|
1176
|
-
integrity sha512-
|
1183
|
+
"@eslint/eslintrc@^2.1.4":
|
1184
|
+
version "2.1.4"
|
1185
|
+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
|
1186
|
+
integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
|
1177
1187
|
dependencies:
|
1178
1188
|
ajv "^6.12.4"
|
1179
1189
|
debug "^4.3.2"
|
@@ -1185,10 +1195,29 @@
|
|
1185
1195
|
minimatch "^3.1.2"
|
1186
1196
|
strip-json-comments "^3.1.1"
|
1187
1197
|
|
1188
|
-
"@eslint/js@8.
|
1189
|
-
version "8.
|
1190
|
-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.
|
1191
|
-
integrity sha512-
|
1198
|
+
"@eslint/js@8.56.0":
|
1199
|
+
version "8.56.0"
|
1200
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
|
1201
|
+
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
|
1202
|
+
|
1203
|
+
"@floating-ui/core@^1.0.4":
|
1204
|
+
version "1.5.2"
|
1205
|
+
resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.5.2.tgz#53a0f7a98c550e63134d504f26804f6b83dbc071"
|
1206
|
+
integrity sha512-Ii3MrfY/GAIN3OhXNzpCKaLxHQfJF9qvwq/kEJYdqDxeIHa01K8sldugal6TmeeXl+WMvhv9cnVzUTaFFJF09A==
|
1207
|
+
dependencies:
|
1208
|
+
"@floating-ui/utils" "^0.1.3"
|
1209
|
+
|
1210
|
+
"@floating-ui/dom@~1.0.6":
|
1211
|
+
version "1.0.12"
|
1212
|
+
resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.0.12.tgz#07c870a05d9b825a6d7657524f48fe6761722800"
|
1213
|
+
integrity sha512-HeG/wHoa2laUHlDX3xkzqlUqliAfa+zqV04LaKIwNCmCNaW2p0fQi4/Kd0LB4GdFoJ2UllLFq5gWnXAd67lg7w==
|
1214
|
+
dependencies:
|
1215
|
+
"@floating-ui/core" "^1.0.4"
|
1216
|
+
|
1217
|
+
"@floating-ui/utils@^0.1.3":
|
1218
|
+
version "0.1.6"
|
1219
|
+
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.1.6.tgz#22958c042e10b67463997bd6ea7115fe28cbcaf9"
|
1220
|
+
integrity sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A==
|
1192
1221
|
|
1193
1222
|
"@graphql-tools/merge@8.3.1":
|
1194
1223
|
version "8.3.1"
|
@@ -1396,6 +1425,11 @@
|
|
1396
1425
|
"@nodelib/fs.scandir" "2.1.5"
|
1397
1426
|
fastq "^1.6.0"
|
1398
1427
|
|
1428
|
+
"@pkgr/core@^0.1.0":
|
1429
|
+
version "0.1.0"
|
1430
|
+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.0.tgz#7d8dacb7fdef0e4387caf7396cbd77f179867d06"
|
1431
|
+
integrity sha512-Zwq5OCzuwJC2jwqmpEQt7Ds1DTi6BWSwoGkbb1n9pO3hzb35BoJELx7c0T23iDkBGkh2e7tvOtjF3tr3OaQHDQ==
|
1432
|
+
|
1399
1433
|
"@pkgr/utils@^2.3.1":
|
1400
1434
|
version "2.4.2"
|
1401
1435
|
resolved "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.4.2.tgz#9e638bbe9a6a6f165580dc943f138fd3309a2cbc"
|
@@ -1466,10 +1500,10 @@
|
|
1466
1500
|
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
|
1467
1501
|
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
|
1468
1502
|
|
1469
|
-
"@rushstack/eslint-patch@1.
|
1470
|
-
version "1.
|
1471
|
-
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.
|
1472
|
-
integrity sha512-
|
1503
|
+
"@rushstack/eslint-patch@1.6.1":
|
1504
|
+
version "1.6.1"
|
1505
|
+
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.6.1.tgz#9ab8f811930d7af3e3d549183a50884f9eb83f36"
|
1506
|
+
integrity sha512-UY+FGM/2jjMkzQLn8pxcHGMaVLh9aEitG3zY2CiY7XHdLiz3bZOwa6oDxNqEMv7zZkV+cj5DOdz0cQ1BP5Hjgw==
|
1473
1507
|
|
1474
1508
|
"@sideway/address@^4.1.3":
|
1475
1509
|
version "4.1.4"
|
@@ -1508,6 +1542,11 @@
|
|
1508
1542
|
resolved "https://registry.yarnpkg.com/@soda/get-current-script/-/get-current-script-1.0.2.tgz#a53515db25d8038374381b73af20bb4f2e508d87"
|
1509
1543
|
integrity sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w==
|
1510
1544
|
|
1545
|
+
"@stencil/core@~3.4.1":
|
1546
|
+
version "3.4.2"
|
1547
|
+
resolved "https://registry.yarnpkg.com/@stencil/core/-/core-3.4.2.tgz#57ce7f71fe18c2ec0967821bec667fc453cca962"
|
1548
|
+
integrity sha512-FAUhUVaakCy29nU2GwO/HQBRV1ihPRvncz3PUc8oR+UJLAxGabTmP8PLY7wvHfbw+Cvi4VXfJFTBvdfDu6iKPQ==
|
1549
|
+
|
1511
1550
|
"@trysound/sax@0.2.0":
|
1512
1551
|
version "0.2.0"
|
1513
1552
|
resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad"
|
@@ -2102,6 +2141,15 @@
|
|
2102
2141
|
postcss "^8.4.14"
|
2103
2142
|
source-map "^0.6.1"
|
2104
2143
|
|
2144
|
+
"@vue/compiler-sfc@2.7.15":
|
2145
|
+
version "2.7.15"
|
2146
|
+
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.15.tgz#62135fb2f69559fc723fd9c56b8e8b0ac7864a0b"
|
2147
|
+
integrity sha512-FCvIEevPmgCgqFBH7wD+3B97y7u7oj/Wr69zADBf403Tui377bThTjBvekaZvlRr4IwUAu3M6hYZeULZFJbdYg==
|
2148
|
+
dependencies:
|
2149
|
+
"@babel/parser" "^7.18.4"
|
2150
|
+
postcss "^8.4.14"
|
2151
|
+
source-map "^0.6.1"
|
2152
|
+
|
2105
2153
|
"@vue/component-compiler-utils@^3.1.0", "@vue/component-compiler-utils@^3.3.0":
|
2106
2154
|
version "3.3.0"
|
2107
2155
|
resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz#f9f5fb53464b0c37b2c8d2f3fbfe44df60f61dc9"
|
@@ -2118,12 +2166,12 @@
|
|
2118
2166
|
optionalDependencies:
|
2119
2167
|
prettier "^1.18.2 || ^2.0.0"
|
2120
2168
|
|
2121
|
-
"@vue/eslint-config-prettier@
|
2122
|
-
version "
|
2123
|
-
resolved "https://registry.yarnpkg.com/@vue/eslint-config-prettier/-/eslint-config-prettier-
|
2124
|
-
integrity sha512-
|
2169
|
+
"@vue/eslint-config-prettier@9.0.0":
|
2170
|
+
version "9.0.0"
|
2171
|
+
resolved "https://registry.yarnpkg.com/@vue/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#f63394f8f7759d92b6ef3f3e1d30ff6b0c0b97c1"
|
2172
|
+
integrity sha512-z1ZIAAUS9pKzo/ANEfd2sO+v2IUalz7cM/cTLOZ7vRFOPk5/xuRKQteOu1DErFLAh/lYGXMVZ0IfYKlyInuDVg==
|
2125
2173
|
dependencies:
|
2126
|
-
eslint-config-prettier "^
|
2174
|
+
eslint-config-prettier "^9.0.0"
|
2127
2175
|
eslint-plugin-prettier "^5.0.0"
|
2128
2176
|
|
2129
2177
|
"@vue/shared@3.2.47":
|
@@ -3688,6 +3736,16 @@ csstype@^3.1.0:
|
|
3688
3736
|
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.1.tgz#841b532c45c758ee546a11d5bd7b7b473c8c30b9"
|
3689
3737
|
integrity sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==
|
3690
3738
|
|
3739
|
+
date-fns-tz@~1.3.7:
|
3740
|
+
version "1.3.8"
|
3741
|
+
resolved "https://registry.yarnpkg.com/date-fns-tz/-/date-fns-tz-1.3.8.tgz#083e3a4e1f19b7857fa0c18deea6c2bc46ded7b9"
|
3742
|
+
integrity sha512-qwNXUFtMHTTU6CFSFjoJ80W8Fzzp24LntbjFFBgL/faqds4e5mo9mftoRLgr3Vi1trISsg4awSpYVsOQCRnapQ==
|
3743
|
+
|
3744
|
+
date-fns@~2.21.3:
|
3745
|
+
version "2.21.3"
|
3746
|
+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.21.3.tgz#8f5f6889d7a96bbcc1f0ea50239b397a83357f9b"
|
3747
|
+
integrity sha512-HeYdzCaFflc1i4tGbj7JKMjM4cKGYoyxwcIIkHzNgCkX8xXDNJDZXgDDVchIWpN4eQc3lH37WarduXFZJOtxfw==
|
3748
|
+
|
3691
3749
|
de-indent@^1.0.2:
|
3692
3750
|
version "1.0.2"
|
3693
3751
|
resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d"
|
@@ -4118,23 +4176,18 @@ escape-string-regexp@^4.0.0:
|
|
4118
4176
|
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
|
4119
4177
|
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
|
4120
4178
|
|
4121
|
-
eslint-config-prettier@9.0.0:
|
4122
|
-
version "9.
|
4123
|
-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.
|
4124
|
-
integrity sha512-
|
4125
|
-
|
4126
|
-
eslint-config-prettier@^8.8.0:
|
4127
|
-
version "8.10.0"
|
4128
|
-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11"
|
4129
|
-
integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==
|
4179
|
+
eslint-config-prettier@9.1.0, eslint-config-prettier@^9.0.0:
|
4180
|
+
version "9.1.0"
|
4181
|
+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
|
4182
|
+
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
|
4130
4183
|
|
4131
|
-
eslint-plugin-prettier@5.
|
4132
|
-
version "5.
|
4133
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.
|
4134
|
-
integrity sha512-
|
4184
|
+
eslint-plugin-prettier@5.1.2:
|
4185
|
+
version "5.1.2"
|
4186
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.2.tgz#584c94d4bf31329b2d4cbeb10fd600d17d6de742"
|
4187
|
+
integrity sha512-dhlpWc9vOwohcWmClFcA+HjlvUpuyynYs0Rf+L/P6/0iQE6vlHW9l5bkfzN62/Stm9fbq8ku46qzde76T1xlSg==
|
4135
4188
|
dependencies:
|
4136
4189
|
prettier-linter-helpers "^1.0.0"
|
4137
|
-
synckit "^0.8.
|
4190
|
+
synckit "^0.8.6"
|
4138
4191
|
|
4139
4192
|
eslint-plugin-prettier@^5.0.0:
|
4140
4193
|
version "5.0.0"
|
@@ -4144,10 +4197,10 @@ eslint-plugin-prettier@^5.0.0:
|
|
4144
4197
|
prettier-linter-helpers "^1.0.0"
|
4145
4198
|
synckit "^0.8.5"
|
4146
4199
|
|
4147
|
-
eslint-plugin-vue@9.
|
4148
|
-
version "9.
|
4149
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.
|
4150
|
-
integrity sha512-
|
4200
|
+
eslint-plugin-vue@9.19.2:
|
4201
|
+
version "9.19.2"
|
4202
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.19.2.tgz#7ab83a001a1ac8bccae013c5b9cb5d2c644fb376"
|
4203
|
+
integrity sha512-CPDqTOG2K4Ni2o4J5wixkLVNwgctKXFu6oBpVJlpNq7f38lh9I80pRTouZSJ2MAebPJlINU/KTFSXyQfBUlymA==
|
4151
4204
|
dependencies:
|
4152
4205
|
"@eslint-community/eslint-utils" "^4.4.0"
|
4153
4206
|
natural-compare "^1.4.0"
|
@@ -4212,15 +4265,15 @@ eslint-webpack-plugin@^3.1.0:
|
|
4212
4265
|
normalize-path "^3.0.0"
|
4213
4266
|
schema-utils "^4.0.0"
|
4214
4267
|
|
4215
|
-
eslint@8.
|
4216
|
-
version "8.
|
4217
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.
|
4218
|
-
integrity sha512-
|
4268
|
+
eslint@8.56.0:
|
4269
|
+
version "8.56.0"
|
4270
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
|
4271
|
+
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
|
4219
4272
|
dependencies:
|
4220
4273
|
"@eslint-community/eslint-utils" "^4.2.0"
|
4221
4274
|
"@eslint-community/regexpp" "^4.6.1"
|
4222
|
-
"@eslint/eslintrc" "^2.1.
|
4223
|
-
"@eslint/js" "8.
|
4275
|
+
"@eslint/eslintrc" "^2.1.4"
|
4276
|
+
"@eslint/js" "8.56.0"
|
4224
4277
|
"@humanwhocodes/config-array" "^0.11.13"
|
4225
4278
|
"@humanwhocodes/module-importer" "^1.0.1"
|
4226
4279
|
"@nodelib/fs.walk" "^1.2.8"
|
@@ -7308,10 +7361,10 @@ prettier-linter-helpers@^1.0.0:
|
|
7308
7361
|
dependencies:
|
7309
7362
|
fast-diff "^1.1.2"
|
7310
7363
|
|
7311
|
-
prettier@3.
|
7312
|
-
version "3.
|
7313
|
-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.
|
7314
|
-
integrity sha512-
|
7364
|
+
prettier@3.1.1:
|
7365
|
+
version "3.1.1"
|
7366
|
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848"
|
7367
|
+
integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==
|
7315
7368
|
|
7316
7369
|
"prettier@^1.18.2 || ^2.0.0":
|
7317
7370
|
version "2.8.6"
|
@@ -7757,17 +7810,17 @@ safe-regex@^1.1.0:
|
|
7757
7810
|
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
|
7758
7811
|
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
|
7759
7812
|
|
7760
|
-
sass-loader@13.3.
|
7761
|
-
version "13.3.
|
7762
|
-
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-13.3.
|
7763
|
-
integrity sha512-
|
7813
|
+
sass-loader@13.3.3:
|
7814
|
+
version "13.3.3"
|
7815
|
+
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-13.3.3.tgz#60df5e858788cffb1a3215e5b92e9cba61e7e133"
|
7816
|
+
integrity sha512-mt5YN2F1MOZr3d/wBRcZxeFgwgkH44wVc2zohO2YF6JiOMkiXe4BYRZpSu2sO1g71mo/j16txzUhsKZlqjVGzA==
|
7764
7817
|
dependencies:
|
7765
7818
|
neo-async "^2.6.2"
|
7766
7819
|
|
7767
|
-
sass@1.69.
|
7768
|
-
version "1.69.
|
7769
|
-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.
|
7770
|
-
integrity sha512-
|
7820
|
+
sass@1.69.7:
|
7821
|
+
version "1.69.7"
|
7822
|
+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.7.tgz#6e7e1c8f51e8162faec3e9619babc7da780af3b7"
|
7823
|
+
integrity sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ==
|
7771
7824
|
dependencies:
|
7772
7825
|
chokidar ">=3.0.0 <4.0.0"
|
7773
7826
|
immutable "^4.0.0"
|
@@ -8392,6 +8445,14 @@ synckit@^0.8.5:
|
|
8392
8445
|
"@pkgr/utils" "^2.3.1"
|
8393
8446
|
tslib "^2.5.0"
|
8394
8447
|
|
8448
|
+
synckit@^0.8.6:
|
8449
|
+
version "0.8.8"
|
8450
|
+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7"
|
8451
|
+
integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==
|
8452
|
+
dependencies:
|
8453
|
+
"@pkgr/core" "^0.1.0"
|
8454
|
+
tslib "^2.6.2"
|
8455
|
+
|
8395
8456
|
tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0:
|
8396
8457
|
version "2.2.1"
|
8397
8458
|
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
|
@@ -8586,7 +8647,7 @@ tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.4.0:
|
|
8586
8647
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
|
8587
8648
|
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
|
8588
8649
|
|
8589
|
-
tslib@^2.5.0, tslib@^2.6.0:
|
8650
|
+
tslib@^2.5.0, tslib@^2.6.0, tslib@^2.6.2:
|
8590
8651
|
version "2.6.2"
|
8591
8652
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
|
8592
8653
|
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
|
@@ -8857,10 +8918,10 @@ vue-style-loader@^4.1.0, vue-style-loader@^4.1.3:
|
|
8857
8918
|
hash-sum "^1.0.2"
|
8858
8919
|
loader-utils "^1.0.2"
|
8859
8920
|
|
8860
|
-
vue-template-compiler@2.7.
|
8861
|
-
version "2.7.
|
8862
|
-
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.
|
8863
|
-
integrity sha512-
|
8921
|
+
vue-template-compiler@2.7.16:
|
8922
|
+
version "2.7.16"
|
8923
|
+
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.16.tgz#c81b2d47753264c77ac03b9966a46637482bb03b"
|
8924
|
+
integrity sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==
|
8864
8925
|
dependencies:
|
8865
8926
|
de-indent "^1.0.2"
|
8866
8927
|
he "^1.2.0"
|
@@ -8870,7 +8931,15 @@ vue-template-es2015-compiler@^1.9.0:
|
|
8870
8931
|
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
|
8871
8932
|
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
|
8872
8933
|
|
8873
|
-
vue@2.7.
|
8934
|
+
vue@2.7.15:
|
8935
|
+
version "2.7.15"
|
8936
|
+
resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.15.tgz#94cd34e6e9f22cd2d35a02143f96a5beac1c1f54"
|
8937
|
+
integrity sha512-a29fsXd2G0KMRqIFTpRgpSbWaNBK3lpCTOLuGLEDnlHWdjB8fwl6zyYZ8xCrqkJdatwZb4mGHiEfJjnw0Q6AwQ==
|
8938
|
+
dependencies:
|
8939
|
+
"@vue/compiler-sfc" "2.7.15"
|
8940
|
+
csstype "^3.1.0"
|
8941
|
+
|
8942
|
+
vue@^2.6.14:
|
8874
8943
|
version "2.7.14"
|
8875
8944
|
resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.14.tgz#3743dcd248fd3a34d421ae456b864a0246bafb17"
|
8876
8945
|
integrity sha512-b2qkFyOM0kwqWFuQmgd4o+uHGU7T+2z3T+WQp8UBjADfEv2n4FEMffzBmCKNP0IGzOEEfYjvtcC62xaSKeQDrQ==
|