openc3 5.10.0 → 5.10.1
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 +1 -1
- data/lib/openc3/microservices/trigger_group_microservice.rb +6 -2
- data/lib/openc3/packets/packet.rb +7 -13
- data/lib/openc3/packets/structure_item.rb +0 -3
- data/lib/openc3/topics/command_decom_topic.rb +0 -4
- data/lib/openc3/topics/telemetry_decom_topic.rb +0 -4
- data/lib/openc3/topics/telemetry_reduced_topics.rb +1 -13
- data/lib/openc3/topics/topic.rb +0 -8
- data/lib/openc3/utilities/aws_bucket.rb +40 -38
- data/lib/openc3/version.rb +5 -5
- data/templates/tool_angular/package.json +17 -17
- data/templates/tool_angular/yarn.lock +1798 -998
- data/templates/tool_react/package.json +20 -20
- data/templates/tool_react/yarn.lock +754 -700
- data/templates/tool_svelte/package.json +21 -21
- data/templates/tool_svelte/yarn.lock +622 -478
- data/templates/tool_vue/package.json +7 -7
- data/templates/tool_vue/yarn.lock +152 -118
- data/templates/widget/package.json +8 -8
- data/templates/widget/yarn.lock +157 -66
- metadata +2 -2
data/templates/widget/yarn.lock
CHANGED
@@ -172,14 +172,14 @@
|
|
172
172
|
json5 "^2.2.2"
|
173
173
|
semver "^6.3.0"
|
174
174
|
|
175
|
-
"@babel/eslint-parser@7.22.
|
176
|
-
version "7.22.
|
177
|
-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.
|
178
|
-
integrity sha512-
|
175
|
+
"@babel/eslint-parser@7.22.10":
|
176
|
+
version "7.22.10"
|
177
|
+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.10.tgz#bfdf3d1b32ad573fe7c1c3447e0b485e3a41fd09"
|
178
|
+
integrity sha512-0J8DNPRXQRLeR9rPaUMM3fA+RbixjnVLe/MRMYCkp3hzgsSuxCHQ8NN8xQG1wIHKJ4a1DTROTvFJdW+B5/eOsg==
|
179
179
|
dependencies:
|
180
180
|
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
|
181
181
|
eslint-visitor-keys "^2.1.0"
|
182
|
-
semver "^6.3.
|
182
|
+
semver "^6.3.1"
|
183
183
|
|
184
184
|
"@babel/generator@^7.21.3":
|
185
185
|
version "7.21.3"
|
@@ -1158,22 +1158,22 @@
|
|
1158
1158
|
dependencies:
|
1159
1159
|
eslint-visitor-keys "^3.3.0"
|
1160
1160
|
|
1161
|
-
"@eslint-community/eslint-utils@^4.
|
1161
|
+
"@eslint-community/eslint-utils@^4.4.0":
|
1162
1162
|
version "4.4.0"
|
1163
1163
|
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
|
1164
1164
|
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
|
1165
1165
|
dependencies:
|
1166
1166
|
eslint-visitor-keys "^3.3.0"
|
1167
1167
|
|
1168
|
-
"@eslint-community/regexpp@^4.
|
1169
|
-
version "4.
|
1170
|
-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.
|
1171
|
-
integrity sha512-
|
1168
|
+
"@eslint-community/regexpp@^4.6.1":
|
1169
|
+
version "4.6.2"
|
1170
|
+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
|
1171
|
+
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
|
1172
1172
|
|
1173
|
-
"@eslint/eslintrc@^2.1.
|
1174
|
-
version "2.1.
|
1175
|
-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.
|
1176
|
-
integrity sha512
|
1173
|
+
"@eslint/eslintrc@^2.1.2":
|
1174
|
+
version "2.1.2"
|
1175
|
+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.2.tgz#c6936b4b328c64496692f76944e755738be62396"
|
1176
|
+
integrity sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==
|
1177
1177
|
dependencies:
|
1178
1178
|
ajv "^6.12.4"
|
1179
1179
|
debug "^4.3.2"
|
@@ -1185,10 +1185,10 @@
|
|
1185
1185
|
minimatch "^3.1.2"
|
1186
1186
|
strip-json-comments "^3.1.1"
|
1187
1187
|
|
1188
|
-
"@eslint/js
|
1189
|
-
version "8.
|
1190
|
-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.
|
1191
|
-
integrity sha512-
|
1188
|
+
"@eslint/js@^8.47.0":
|
1189
|
+
version "8.47.0"
|
1190
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.47.0.tgz#5478fdf443ff8158f9de171c704ae45308696c7d"
|
1191
|
+
integrity sha512-P6omY1zv5MItm93kLM8s2vr1HICJH8v0dvddDhysbIuZ+vcjOHg5Zbkf1mTkcmi2JA9oBG2anOkRnW8WJTS8Og==
|
1192
1192
|
|
1193
1193
|
"@graphql-tools/merge@8.3.1":
|
1194
1194
|
version "8.3.1"
|
@@ -1454,10 +1454,10 @@
|
|
1454
1454
|
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
|
1455
1455
|
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
|
1456
1456
|
|
1457
|
-
"@rushstack/eslint-patch@1.3.
|
1458
|
-
version "1.3.
|
1459
|
-
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.3.
|
1460
|
-
integrity sha512-
|
1457
|
+
"@rushstack/eslint-patch@1.3.3":
|
1458
|
+
version "1.3.3"
|
1459
|
+
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.3.3.tgz#16ab6c727d8c2020a5b6e4a176a243ecd88d8d69"
|
1460
|
+
integrity sha512-0xd7qez0AQ+MbHatZTlI1gu5vkG8r7MYRUJAHPAHJBmGLs16zpkrpAVLvjQKQOqaXPDUBwOiJzNc00znHSCVBw==
|
1461
1461
|
|
1462
1462
|
"@sideway/address@^4.1.3":
|
1463
1463
|
version "4.1.4"
|
@@ -2452,7 +2452,7 @@ ajv-keywords@^5.0.0:
|
|
2452
2452
|
dependencies:
|
2453
2453
|
fast-deep-equal "^3.1.3"
|
2454
2454
|
|
2455
|
-
ajv@^6.
|
2455
|
+
ajv@^6.12.4, ajv@^6.12.5:
|
2456
2456
|
version "6.12.6"
|
2457
2457
|
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
|
2458
2458
|
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
|
@@ -2750,12 +2750,12 @@ babel-core@^7.0.0-bridge.0:
|
|
2750
2750
|
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
|
2751
2751
|
integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
|
2752
2752
|
|
2753
|
-
babel-loader@9.1.
|
2754
|
-
version "9.1.
|
2755
|
-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.
|
2756
|
-
integrity sha512-
|
2753
|
+
babel-loader@9.1.3:
|
2754
|
+
version "9.1.3"
|
2755
|
+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.3.tgz#3d0e01b4e69760cc694ee306fe16d358aa1c6f9a"
|
2756
|
+
integrity sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==
|
2757
2757
|
dependencies:
|
2758
|
-
find-cache-dir "^
|
2758
|
+
find-cache-dir "^4.0.0"
|
2759
2759
|
schema-utils "^4.0.0"
|
2760
2760
|
|
2761
2761
|
babel-loader@^8.2.2:
|
@@ -3357,6 +3357,11 @@ commander@^8.3.0:
|
|
3357
3357
|
resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66"
|
3358
3358
|
integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==
|
3359
3359
|
|
3360
|
+
common-path-prefix@^3.0.0:
|
3361
|
+
version "3.0.0"
|
3362
|
+
resolved "https://registry.yarnpkg.com/common-path-prefix/-/common-path-prefix-3.0.0.tgz#7d007a7e07c58c4b4d5f433131a19141b29f11e0"
|
3363
|
+
integrity sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==
|
3364
|
+
|
3360
3365
|
commondir@^1.0.1:
|
3361
3366
|
version "1.0.1"
|
3362
3367
|
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
|
@@ -4066,17 +4071,17 @@ eslint-plugin-prettier@4.2.1, eslint-plugin-prettier@^4.0.0:
|
|
4066
4071
|
dependencies:
|
4067
4072
|
prettier-linter-helpers "^1.0.0"
|
4068
4073
|
|
4069
|
-
eslint-plugin-vue@9.
|
4070
|
-
version "9.
|
4071
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.
|
4072
|
-
integrity sha512-
|
4074
|
+
eslint-plugin-vue@9.17.0:
|
4075
|
+
version "9.17.0"
|
4076
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.17.0.tgz#4501547373f246547083482838b4c8f4b28e5932"
|
4077
|
+
integrity sha512-r7Bp79pxQk9I5XDP0k2dpUC7Ots3OSWgvGZNu3BxmKK6Zg7NgVtcOB6OCna5Kb9oQwJPl5hq183WD0SY5tZtIQ==
|
4073
4078
|
dependencies:
|
4074
|
-
"@eslint-community/eslint-utils" "^4.
|
4079
|
+
"@eslint-community/eslint-utils" "^4.4.0"
|
4075
4080
|
natural-compare "^1.4.0"
|
4076
|
-
nth-check "^2.
|
4077
|
-
postcss-selector-parser "^6.0.
|
4078
|
-
semver "^7.
|
4079
|
-
vue-eslint-parser "^9.3.
|
4081
|
+
nth-check "^2.1.1"
|
4082
|
+
postcss-selector-parser "^6.0.13"
|
4083
|
+
semver "^7.5.4"
|
4084
|
+
vue-eslint-parser "^9.3.1"
|
4080
4085
|
xml-name-validator "^4.0.0"
|
4081
4086
|
|
4082
4087
|
eslint-scope@5.1.1:
|
@@ -4095,10 +4100,10 @@ eslint-scope@^7.1.1:
|
|
4095
4100
|
esrecurse "^4.3.0"
|
4096
4101
|
estraverse "^5.2.0"
|
4097
4102
|
|
4098
|
-
eslint-scope@^7.2.
|
4099
|
-
version "7.2.
|
4100
|
-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.
|
4101
|
-
integrity sha512-
|
4103
|
+
eslint-scope@^7.2.2:
|
4104
|
+
version "7.2.2"
|
4105
|
+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
|
4106
|
+
integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==
|
4102
4107
|
dependencies:
|
4103
4108
|
esrecurse "^4.3.0"
|
4104
4109
|
estraverse "^5.2.0"
|
@@ -4118,6 +4123,11 @@ eslint-visitor-keys@^3.4.1:
|
|
4118
4123
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
|
4119
4124
|
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
|
4120
4125
|
|
4126
|
+
eslint-visitor-keys@^3.4.3:
|
4127
|
+
version "3.4.3"
|
4128
|
+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
4129
|
+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
4130
|
+
|
4121
4131
|
eslint-webpack-plugin@^3.1.0:
|
4122
4132
|
version "3.2.0"
|
4123
4133
|
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz#1978cdb9edc461e4b0195a20da950cf57988347c"
|
@@ -4129,27 +4139,27 @@ eslint-webpack-plugin@^3.1.0:
|
|
4129
4139
|
normalize-path "^3.0.0"
|
4130
4140
|
schema-utils "^4.0.0"
|
4131
4141
|
|
4132
|
-
eslint@8.
|
4133
|
-
version "8.
|
4134
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.
|
4135
|
-
integrity sha512-
|
4142
|
+
eslint@8.47.0:
|
4143
|
+
version "8.47.0"
|
4144
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.47.0.tgz#c95f9b935463fb4fad7005e626c7621052e90806"
|
4145
|
+
integrity sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q==
|
4136
4146
|
dependencies:
|
4137
4147
|
"@eslint-community/eslint-utils" "^4.2.0"
|
4138
|
-
"@eslint-community/regexpp" "^4.
|
4139
|
-
"@eslint/eslintrc" "^2.1.
|
4140
|
-
"@eslint/js" "8.
|
4148
|
+
"@eslint-community/regexpp" "^4.6.1"
|
4149
|
+
"@eslint/eslintrc" "^2.1.2"
|
4150
|
+
"@eslint/js" "^8.47.0"
|
4141
4151
|
"@humanwhocodes/config-array" "^0.11.10"
|
4142
4152
|
"@humanwhocodes/module-importer" "^1.0.1"
|
4143
4153
|
"@nodelib/fs.walk" "^1.2.8"
|
4144
|
-
ajv "^6.
|
4154
|
+
ajv "^6.12.4"
|
4145
4155
|
chalk "^4.0.0"
|
4146
4156
|
cross-spawn "^7.0.2"
|
4147
4157
|
debug "^4.3.2"
|
4148
4158
|
doctrine "^3.0.0"
|
4149
4159
|
escape-string-regexp "^4.0.0"
|
4150
|
-
eslint-scope "^7.2.
|
4151
|
-
eslint-visitor-keys "^3.4.
|
4152
|
-
espree "^9.6.
|
4160
|
+
eslint-scope "^7.2.2"
|
4161
|
+
eslint-visitor-keys "^3.4.3"
|
4162
|
+
espree "^9.6.1"
|
4153
4163
|
esquery "^1.4.2"
|
4154
4164
|
esutils "^2.0.2"
|
4155
4165
|
fast-deep-equal "^3.1.3"
|
@@ -4159,7 +4169,6 @@ eslint@8.44.0:
|
|
4159
4169
|
globals "^13.19.0"
|
4160
4170
|
graphemer "^1.4.0"
|
4161
4171
|
ignore "^5.2.0"
|
4162
|
-
import-fresh "^3.0.0"
|
4163
4172
|
imurmurhash "^0.1.4"
|
4164
4173
|
is-glob "^4.0.0"
|
4165
4174
|
is-path-inside "^3.0.3"
|
@@ -4171,7 +4180,6 @@ eslint@8.44.0:
|
|
4171
4180
|
natural-compare "^1.4.0"
|
4172
4181
|
optionator "^0.9.3"
|
4173
4182
|
strip-ansi "^6.0.1"
|
4174
|
-
strip-json-comments "^3.1.0"
|
4175
4183
|
text-table "^0.2.0"
|
4176
4184
|
|
4177
4185
|
espree@^9.3.1:
|
@@ -4192,6 +4200,15 @@ espree@^9.6.0:
|
|
4192
4200
|
acorn-jsx "^5.3.2"
|
4193
4201
|
eslint-visitor-keys "^3.4.1"
|
4194
4202
|
|
4203
|
+
espree@^9.6.1:
|
4204
|
+
version "9.6.1"
|
4205
|
+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
|
4206
|
+
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
|
4207
|
+
dependencies:
|
4208
|
+
acorn "^8.9.0"
|
4209
|
+
acorn-jsx "^5.3.2"
|
4210
|
+
eslint-visitor-keys "^3.4.1"
|
4211
|
+
|
4195
4212
|
esprima@^4.0.0, esprima@~4.0.0:
|
4196
4213
|
version "4.0.1"
|
4197
4214
|
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
|
@@ -4579,7 +4596,7 @@ find-cache-dir@^2.0.0:
|
|
4579
4596
|
make-dir "^2.0.0"
|
4580
4597
|
pkg-dir "^3.0.0"
|
4581
4598
|
|
4582
|
-
find-cache-dir@^3.3.1
|
4599
|
+
find-cache-dir@^3.3.1:
|
4583
4600
|
version "3.3.2"
|
4584
4601
|
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b"
|
4585
4602
|
integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==
|
@@ -4588,6 +4605,14 @@ find-cache-dir@^3.3.1, find-cache-dir@^3.3.2:
|
|
4588
4605
|
make-dir "^3.0.2"
|
4589
4606
|
pkg-dir "^4.1.0"
|
4590
4607
|
|
4608
|
+
find-cache-dir@^4.0.0:
|
4609
|
+
version "4.0.0"
|
4610
|
+
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-4.0.0.tgz#a30ee0448f81a3990708f6453633c733e2f6eec2"
|
4611
|
+
integrity sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==
|
4612
|
+
dependencies:
|
4613
|
+
common-path-prefix "^3.0.0"
|
4614
|
+
pkg-dir "^7.0.0"
|
4615
|
+
|
4591
4616
|
find-up@^3.0.0:
|
4592
4617
|
version "3.0.0"
|
4593
4618
|
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
|
@@ -4611,6 +4636,14 @@ find-up@^5.0.0:
|
|
4611
4636
|
locate-path "^6.0.0"
|
4612
4637
|
path-exists "^4.0.0"
|
4613
4638
|
|
4639
|
+
find-up@^6.3.0:
|
4640
|
+
version "6.3.0"
|
4641
|
+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-6.3.0.tgz#2abab3d3280b2dc7ac10199ef324c4e002c8c790"
|
4642
|
+
integrity sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==
|
4643
|
+
dependencies:
|
4644
|
+
locate-path "^7.1.0"
|
4645
|
+
path-exists "^5.0.0"
|
4646
|
+
|
4614
4647
|
fkill@^7.1.0:
|
4615
4648
|
version "7.2.1"
|
4616
4649
|
resolved "https://registry.yarnpkg.com/fkill/-/fkill-7.2.1.tgz#7036200cd2edd28a6bc40f0defc1e159d9e24e64"
|
@@ -5185,7 +5218,7 @@ immutable@^4.0.0:
|
|
5185
5218
|
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.0.tgz#eb1738f14ffb39fd068b1dbe1296117484dd34be"
|
5186
5219
|
integrity sha512-0AOCmOip+xgJwEVTQj1EfiDDOkPmuyllDuTuEX+DDXUgapLAsBIfkg3sxCYyCEA8mQqZrrxPUGjcOQ2JS3WLkg==
|
5187
5220
|
|
5188
|
-
import-fresh@^3.
|
5221
|
+
import-fresh@^3.2.1:
|
5189
5222
|
version "3.3.0"
|
5190
5223
|
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
|
5191
5224
|
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
|
@@ -5840,6 +5873,13 @@ locate-path@^6.0.0:
|
|
5840
5873
|
dependencies:
|
5841
5874
|
p-locate "^5.0.0"
|
5842
5875
|
|
5876
|
+
locate-path@^7.1.0:
|
5877
|
+
version "7.2.0"
|
5878
|
+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-7.2.0.tgz#69cb1779bd90b35ab1e771e1f2f89a202c2a8a8a"
|
5879
|
+
integrity sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==
|
5880
|
+
dependencies:
|
5881
|
+
p-locate "^6.0.0"
|
5882
|
+
|
5843
5883
|
lodash.clonedeep@^4.5.0:
|
5844
5884
|
version "4.5.0"
|
5845
5885
|
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
|
@@ -6366,7 +6406,7 @@ npm-run-path@^4.0.0, npm-run-path@^4.0.1:
|
|
6366
6406
|
dependencies:
|
6367
6407
|
path-key "^3.0.0"
|
6368
6408
|
|
6369
|
-
nth-check@^2.0.1:
|
6409
|
+
nth-check@^2.0.1, nth-check@^2.1.1:
|
6370
6410
|
version "2.1.1"
|
6371
6411
|
resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.1.1.tgz#c9eab428effce36cd6b92c924bdb000ef1f1ed1d"
|
6372
6412
|
integrity sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==
|
@@ -6554,6 +6594,13 @@ p-limit@^3.0.2:
|
|
6554
6594
|
dependencies:
|
6555
6595
|
yocto-queue "^0.1.0"
|
6556
6596
|
|
6597
|
+
p-limit@^4.0.0:
|
6598
|
+
version "4.0.0"
|
6599
|
+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
|
6600
|
+
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
|
6601
|
+
dependencies:
|
6602
|
+
yocto-queue "^1.0.0"
|
6603
|
+
|
6557
6604
|
p-locate@^3.0.0:
|
6558
6605
|
version "3.0.0"
|
6559
6606
|
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
|
@@ -6575,6 +6622,13 @@ p-locate@^5.0.0:
|
|
6575
6622
|
dependencies:
|
6576
6623
|
p-limit "^3.0.2"
|
6577
6624
|
|
6625
|
+
p-locate@^6.0.0:
|
6626
|
+
version "6.0.0"
|
6627
|
+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-6.0.0.tgz#3da9a49d4934b901089dca3302fa65dc5a05c04f"
|
6628
|
+
integrity sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==
|
6629
|
+
dependencies:
|
6630
|
+
p-limit "^4.0.0"
|
6631
|
+
|
6578
6632
|
p-retry@^4.5.0:
|
6579
6633
|
version "4.6.2"
|
6580
6634
|
resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-4.6.2.tgz#9baae7184057edd4e17231cee04264106e092a16"
|
@@ -6673,6 +6727,11 @@ path-exists@^4.0.0:
|
|
6673
6727
|
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
|
6674
6728
|
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
|
6675
6729
|
|
6730
|
+
path-exists@^5.0.0:
|
6731
|
+
version "5.0.0"
|
6732
|
+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-5.0.0.tgz#a6aad9489200b21fab31e49cf09277e5116fb9e7"
|
6733
|
+
integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==
|
6734
|
+
|
6676
6735
|
path-is-absolute@^1.0.0:
|
6677
6736
|
version "1.0.1"
|
6678
6737
|
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
@@ -6783,6 +6842,13 @@ pkg-dir@^5.0.0:
|
|
6783
6842
|
dependencies:
|
6784
6843
|
find-up "^5.0.0"
|
6785
6844
|
|
6845
|
+
pkg-dir@^7.0.0:
|
6846
|
+
version "7.0.0"
|
6847
|
+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-7.0.0.tgz#8f0c08d6df4476756c5ff29b3282d0bab7517d11"
|
6848
|
+
integrity sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==
|
6849
|
+
dependencies:
|
6850
|
+
find-up "^6.3.0"
|
6851
|
+
|
6786
6852
|
portfinder@^1.0.26:
|
6787
6853
|
version "1.0.32"
|
6788
6854
|
resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.32.tgz#2fe1b9e58389712429dc2bea5beb2146146c7f81"
|
@@ -7016,6 +7082,14 @@ postcss-reduce-transforms@^5.1.0:
|
|
7016
7082
|
dependencies:
|
7017
7083
|
postcss-value-parser "^4.2.0"
|
7018
7084
|
|
7085
|
+
postcss-selector-parser@^6.0.13:
|
7086
|
+
version "6.0.13"
|
7087
|
+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz#d05d8d76b1e8e173257ef9d60b706a8e5e99bf1b"
|
7088
|
+
integrity sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==
|
7089
|
+
dependencies:
|
7090
|
+
cssesc "^3.0.0"
|
7091
|
+
util-deprecate "^1.0.2"
|
7092
|
+
|
7019
7093
|
postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.9:
|
7020
7094
|
version "6.0.11"
|
7021
7095
|
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz#2e41dc39b7ad74046e1615185185cd0b17d0c8dc"
|
@@ -7607,6 +7681,11 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
|
|
7607
7681
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
|
7608
7682
|
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
7609
7683
|
|
7684
|
+
semver@^6.3.1:
|
7685
|
+
version "6.3.1"
|
7686
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
7687
|
+
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
7688
|
+
|
7610
7689
|
semver@^7.1.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.6, semver@^7.3.8:
|
7611
7690
|
version "7.3.8"
|
7612
7691
|
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
|
@@ -7614,6 +7693,13 @@ semver@^7.1.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.6, semver@^7.3.8:
|
|
7614
7693
|
dependencies:
|
7615
7694
|
lru-cache "^6.0.0"
|
7616
7695
|
|
7696
|
+
semver@^7.5.4:
|
7697
|
+
version "7.5.4"
|
7698
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
|
7699
|
+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
|
7700
|
+
dependencies:
|
7701
|
+
lru-cache "^6.0.0"
|
7702
|
+
|
7617
7703
|
send@0.18.0:
|
7618
7704
|
version "0.18.0"
|
7619
7705
|
resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"
|
@@ -8050,7 +8136,7 @@ strip-indent@^2.0.0:
|
|
8050
8136
|
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"
|
8051
8137
|
integrity sha512-RsSNPLpq6YUL7QYy44RnPVTn/lcVZtb48Uof3X5JLbF4zD/Gs7ZFDv2HWol+leoQN2mT86LAzSshGfkTlSOpsA==
|
8052
8138
|
|
8053
|
-
strip-json-comments@^3.1.
|
8139
|
+
strip-json-comments@^3.1.1:
|
8054
8140
|
version "3.1.1"
|
8055
8141
|
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
|
8056
8142
|
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
|
@@ -8545,10 +8631,10 @@ vue-codemod@^0.0.5:
|
|
8545
8631
|
source-map "^0.6.1"
|
8546
8632
|
yargs "^16.2.0"
|
8547
8633
|
|
8548
|
-
vue-eslint-parser@^9.3.
|
8549
|
-
version "9.3.
|
8550
|
-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.3.
|
8551
|
-
integrity sha512-
|
8634
|
+
vue-eslint-parser@^9.3.1:
|
8635
|
+
version "9.3.1"
|
8636
|
+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.3.1.tgz#429955e041ae5371df5f9e37ebc29ba046496182"
|
8637
|
+
integrity sha512-Clr85iD2XFZ3lJ52/ppmUDG/spxQu6+MAeHXjjyI4I1NUYZ9xmenQp4N0oaHJhrA8OOxltCVxMRfANGa70vU0g==
|
8552
8638
|
dependencies:
|
8553
8639
|
debug "^4.3.4"
|
8554
8640
|
eslint-scope "^7.1.1"
|
@@ -8722,10 +8808,10 @@ webpack-virtual-modules@^0.4.2:
|
|
8722
8808
|
resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.4.6.tgz#3e4008230731f1db078d9cb6f68baf8571182b45"
|
8723
8809
|
integrity sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA==
|
8724
8810
|
|
8725
|
-
webpack@5.88.
|
8726
|
-
version "5.88.
|
8727
|
-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.88.
|
8728
|
-
integrity sha512-
|
8811
|
+
webpack@5.88.2:
|
8812
|
+
version "5.88.2"
|
8813
|
+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.88.2.tgz#f62b4b842f1c6ff580f3fcb2ed4f0b579f4c210e"
|
8814
|
+
integrity sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==
|
8729
8815
|
dependencies:
|
8730
8816
|
"@types/eslint-scope" "^3.7.3"
|
8731
8817
|
"@types/estree" "^1.0.0"
|
@@ -8976,6 +9062,11 @@ yocto-queue@^0.1.0:
|
|
8976
9062
|
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
|
8977
9063
|
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
|
8978
9064
|
|
9065
|
+
yocto-queue@^1.0.0:
|
9066
|
+
version "1.0.0"
|
9067
|
+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
|
9068
|
+
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
|
9069
|
+
|
8979
9070
|
yorkie@^2.0.0:
|
8980
9071
|
version "2.0.0"
|
8981
9072
|
resolved "https://registry.yarnpkg.com/yorkie/-/yorkie-2.0.0.tgz#92411912d435214e12c51c2ae1093e54b6bb83d9"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openc3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.10.
|
4
|
+
version: 5.10.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Melton
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-08-
|
12
|
+
date: 2023-08-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|