63
63
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255"
64
64
integrity sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==
65
65
66
+ " @babel/compat-data@^7.22.6 " :
67
+ version "7.22.6"
68
+ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.6.tgz#15606a20341de59ba02cd2fcc5086fcbe73bf544"
69
+ integrity sha512-29tfsWTq2Ftu7MXmimyC0C5FDZv5DYxOZkh3XD3+QW4V/BYuv/LyEsjj3c0hqedEaDt6DBfDvexMKU8YevdqFg==
70
+
66
71
" @babel/core@^7.11.6 " :
67
72
version "7.17.10"
68
73
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.10.tgz#74ef0fbf56b7dfc3f198fc2d927f4f03e12f4b05"
202
207
lru-cache "^5.1.1"
203
208
semver "^6.3.0"
204
209
210
+ " @babel/helper-compilation-targets@^7.22.6 " :
211
+ version "7.22.6"
212
+ resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.6.tgz#e30d61abe9480aa5a83232eb31c111be922d2e52"
213
+ integrity sha512-534sYEqWD9VfUm3IPn2SLcH4Q3P86XL+QvqdC7ZsFrzyyPF3T4XGiVghF6PTYNdWg6pXuoqXxNQAhbYeEInTzA==
214
+ dependencies :
215
+ " @babel/compat-data" " ^7.22.6"
216
+ " @babel/helper-validator-option" " ^7.22.5"
217
+ " @nicolo-ribaudo/semver-v6" " ^6.3.3"
218
+ browserslist "^4.21.9"
219
+ lru-cache "^5.1.1"
220
+
205
221
" @babel/helper-create-class-features-plugin@^7.22.5 " :
206
222
version "7.22.5"
207
223
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.5.tgz#2192a1970ece4685fbff85b48da2c32fcb130b7c"
518
534
dependencies :
519
535
" @babel/types" " ^7.22.5"
520
536
537
+ " @babel/helper-split-export-declaration@^7.22.6 " :
538
+ version "7.22.6"
539
+ resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
540
+ integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
541
+ dependencies :
542
+ " @babel/types" " ^7.22.5"
543
+
521
544
" @babel/helper-string-parser@^7.22.5 " :
522
545
version "7.22.5"
523
546
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
881
904
" @babel/helper-plugin-utils" " ^7.22.5"
882
905
" @babel/plugin-syntax-class-static-block" " ^7.14.5"
883
906
884
- " @babel/plugin-transform-classes@^7.22.5 " :
885
- version "7.22.5 "
886
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.5 .tgz#635d4e98da741fad814984639f4c0149eb0135e1 "
887
- integrity sha512-2edQhLfibpWpsVBx2n/GKOz6JdGQvLruZQfGr9l1qes2KQaWswjBzhQF7UDUZMNaMMQeYnQzxwOMPsbYF7wqPQ ==
907
+ " @babel/plugin-transform-classes@^7.22.6 " :
908
+ version "7.22.6 "
909
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.6 .tgz#e04d7d804ed5b8501311293d1a0e6d43e94c3363 "
910
+ integrity sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ ==
888
911
dependencies :
889
912
" @babel/helper-annotate-as-pure" " ^7.22.5"
890
- " @babel/helper-compilation-targets" " ^7.22.5 "
913
+ " @babel/helper-compilation-targets" " ^7.22.6 "
891
914
" @babel/helper-environment-visitor" " ^7.22.5"
892
915
" @babel/helper-function-name" " ^7.22.5"
893
916
" @babel/helper-optimise-call-expression" " ^7.22.5"
894
917
" @babel/helper-plugin-utils" " ^7.22.5"
895
918
" @babel/helper-replace-supers" " ^7.22.5"
896
- " @babel/helper-split-export-declaration" " ^7.22.5 "
919
+ " @babel/helper-split-export-declaration" " ^7.22.6 "
897
920
globals "^11.1.0"
898
921
899
922
" @babel/plugin-transform-computed-properties@^7.22.5 " :
1106
1129
" @babel/helper-skip-transparent-expression-wrappers" " ^7.22.5"
1107
1130
" @babel/plugin-syntax-optional-chaining" " ^7.8.3"
1108
1131
1132
+ " @babel/plugin-transform-optional-chaining@^7.22.6 " :
1133
+ version "7.22.6"
1134
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.6.tgz#4bacfe37001fe1901117672875e931d439811564"
1135
+ integrity sha512-Vd5HiWml0mDVtcLHIoEU5sw6HOUW/Zk0acLs/SAeuLzkGNOPc9DB4nkUajemhCmTIz3eiaKREZn2hQQqF79YTg==
1136
+ dependencies :
1137
+ " @babel/helper-plugin-utils" " ^7.22.5"
1138
+ " @babel/helper-skip-transparent-expression-wrappers" " ^7.22.5"
1139
+ " @babel/plugin-syntax-optional-chaining" " ^7.8.3"
1140
+
1109
1141
" @babel/plugin-transform-parameters@^7.22.5 " :
1110
1142
version "7.22.5"
1111
1143
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.5.tgz#c3542dd3c39b42c8069936e48717a8d179d63a18"
1220
1252
" @babel/helper-create-regexp-features-plugin" " ^7.22.5"
1221
1253
" @babel/helper-plugin-utils" " ^7.22.5"
1222
1254
1223
-
1224
- version "7.22.5 "
1225
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.5 .tgz#3da66078b181f3d62512c51cf7014392c511504e "
1226
- integrity sha512-fj06hw89dpiZzGZtxn+QybifF07nNiZjZ7sazs2aVDcysAZVGjW7+7iFYxg6GLNM47R/thYfLdrXc+2f11Vi9A ==
1255
+
1256
+ version "7.22.6 "
1257
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.6 .tgz#41bade05f2f8782d693b52d707ede7cef9da3b38 "
1258
+ integrity sha512-IHr0AXHGk8oh8HYSs45Mxuv6iySUBwDTIzJSnXN7PURqHdxJVQlCoXmKJgyvSS9bcNf9NVRVE35z+LkCvGmi6w ==
1227
1259
dependencies :
1228
- " @babel/compat-data" " ^7.22.5 "
1229
- " @babel/helper-compilation-targets" " ^7.22.5 "
1260
+ " @babel/compat-data" " ^7.22.6 "
1261
+ " @babel/helper-compilation-targets" " ^7.22.6 "
1230
1262
" @babel/helper-plugin-utils" " ^7.22.5"
1231
1263
" @babel/helper-validator-option" " ^7.22.5"
1232
1264
" @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" " ^7.22.5"
1257
1289
" @babel/plugin-transform-block-scoping" " ^7.22.5"
1258
1290
" @babel/plugin-transform-class-properties" " ^7.22.5"
1259
1291
" @babel/plugin-transform-class-static-block" " ^7.22.5"
1260
- " @babel/plugin-transform-classes" " ^7.22.5 "
1292
+ " @babel/plugin-transform-classes" " ^7.22.6 "
1261
1293
" @babel/plugin-transform-computed-properties" " ^7.22.5"
1262
1294
" @babel/plugin-transform-destructuring" " ^7.22.5"
1263
1295
" @babel/plugin-transform-dotall-regex" " ^7.22.5"
1282
1314
" @babel/plugin-transform-object-rest-spread" " ^7.22.5"
1283
1315
" @babel/plugin-transform-object-super" " ^7.22.5"
1284
1316
" @babel/plugin-transform-optional-catch-binding" " ^7.22.5"
1285
- " @babel/plugin-transform-optional-chaining" " ^7.22.5 "
1317
+ " @babel/plugin-transform-optional-chaining" " ^7.22.6 "
1286
1318
" @babel/plugin-transform-parameters" " ^7.22.5"
1287
1319
" @babel/plugin-transform-private-methods" " ^7.22.5"
1288
1320
" @babel/plugin-transform-private-property-in-object" " ^7.22.5"
1300
1332
" @babel/plugin-transform-unicode-sets-regex" " ^7.22.5"
1301
1333
" @babel/preset-modules" " ^0.1.5"
1302
1334
" @babel/types" " ^7.22.5"
1335
+ " @nicolo-ribaudo/semver-v6" " ^6.3.3"
1303
1336
babel-plugin-polyfill-corejs2 "^0.4.3"
1304
1337
babel-plugin-polyfill-corejs3 "^0.8.1"
1305
1338
babel-plugin-polyfill-regenerator "^0.5.0"
1306
- core-js-compat "^3.30.2"
1307
- semver "^6.3.0"
1339
+ core-js-compat "^3.31.0"
1308
1340
1309
1341
" @babel/preset-modules@^0.1.5 " :
1310
1342
version "0.1.5"
2185
2217
" @jridgewell/resolve-uri" " ^3.0.3"
2186
2218
" @jridgewell/sourcemap-codec" " ^1.4.10"
2187
2219
2220
+ " @nicolo-ribaudo/semver-v6@^6.3.3 " :
2221
+ version "6.3.3"
2222
+ resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/semver-v6/-/semver-v6-6.3.3.tgz#ea6d23ade78a325f7a52750aab1526b02b628c29"
2223
+ integrity sha512-3Yc1fUTs69MG/uZbJlLSI3JISMn2UV2rg+1D/vROUqZyh3l6iYHCs7GMp+M40ZD7yOdDbYjJcU1oTJhrc+dGKg==
2224
+
2188
2225
2189
2226
version "2.1.5"
2190
2227
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -2861,6 +2898,16 @@ browserslist@^4.21.5:
2861
2898
node-releases "^2.0.8"
2862
2899
update-browserslist-db "^1.0.10"
2863
2900
2901
+ browserslist@^4.21.9 :
2902
+ version "4.21.9"
2903
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.9.tgz#e11bdd3c313d7e2a9e87e8b4b0c7872b13897635"
2904
+ integrity sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg==
2905
+ dependencies :
2906
+ caniuse-lite "^1.0.30001503"
2907
+ electron-to-chromium "^1.4.431"
2908
+ node-releases "^2.0.12"
2909
+ update-browserslist-db "^1.0.11"
2910
+
2864
2911
2865
2912
version "0.2.6"
2866
2913
resolved "https://registry.yarnpkg.com/bs-logger/-/bs-logger-0.2.6.tgz#eb7d365307a72cf974cc6cda76b68354ad336bd8"
@@ -2928,6 +2975,11 @@ caniuse-lite@^1.0.30001449:
2928
2975
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001489.tgz#ca82ee2d4e4dbf2bd2589c9360d3fcc2c7ba3bd8"
2929
2976
integrity sha512-x1mgZEXK8jHIfAxm+xgdpHpk50IN3z3q3zP261/WS+uvePxW8izXuCu6AHz0lkuYTlATDehiZ/tNyYBdSQsOUQ==
2930
2977
2978
+ caniuse-lite@^1.0.30001503 :
2979
+ version "1.0.30001512"
2980
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001512.tgz#7450843fb581c39f290305a83523c7a9ef0d4cb4"
2981
+ integrity sha512-2S9nK0G/mE+jasCUsMPlARhRCts1ebcp2Ji8Y8PWi4NDE1iRdLCnEPHkEfeBrGC45L4isBx5ur3IQ6yTE2mRZw==
2982
+
2931
2983
2932
2984
version "5.2.0"
2933
2985
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.2.0.tgz#249623b7d66869c673699fb66d65723e54dfcfb3"
@@ -3073,13 +3125,20 @@ convert-source-map@^2.0.0:
3073
3125
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
3074
3126
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
3075
3127
3076
- core-js-compat@^3.30.1, core-js-compat@^3.30.2 :
3128
+ core-js-compat@^3.30.1 :
3077
3129
version "3.30.2"
3078
3130
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.30.2.tgz#83f136e375babdb8c80ad3c22d67c69098c1dd8b"
3079
3131
integrity sha512-nriW1nuJjUgvkEjIot1Spwakz52V9YkYHZAQG6A1eCgC8AA1p0zngrQEP9R0+V6hji5XilWKG1Bd0YRppmGimA==
3080
3132
dependencies :
3081
3133
browserslist "^4.21.5"
3082
3134
3135
+ core-js-compat@^3.31.0 :
3136
+ version "3.31.0"
3137
+ resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.31.0.tgz#4030847c0766cc0e803dcdfb30055d7ef2064bf1"
3138
+ integrity sha512-hM7YCu1cU6Opx7MXNu0NuumM0ezNeAeRKadixyiQELWY3vT3De9S4J5ZBMraWV2vZnrE1Cirl0GtFtDtMUXzPw==
3139
+ dependencies :
3140
+ browserslist "^4.21.5"
3141
+
3083
3142
core-util-is@~1.0.0 :
3084
3143
version "1.0.3"
3085
3144
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
@@ -3204,6 +3263,11 @@ electron-to-chromium@^1.4.284:
3204
3263
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.409.tgz#33b6d83d83c2e76c3b1c1b90614147e50cc9065f"
3205
3264
integrity sha512-+2mRCBG9dR66sprh2dLuO6vr+O1xqHXvhmMglfut3OmfeUVRUho2nZYxxD9pG6G4PLDkZeqhlA/Gk6LpjVSHag==
3206
3265
3266
+ electron-to-chromium@^1.4.431 :
3267
+ version "1.4.449"
3268
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.449.tgz#79ffe4514c81c35d4eb13030a63ff3383a8cc655"
3269
+ integrity sha512-TxLRpRUj/107ATefeP8VIUWNOv90xJxZZbCW/eIbSZQiuiFANCx2b7u+GbVc9X4gU+xnbvypNMYVM/WArE1DNQ==
3270
+
3207
3271
3208
3272
version "6.5.4"
3209
3273
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
@@ -4918,6 +4982,11 @@ node-releases@^2.0.1:
4918
4982
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.1.tgz#3d1d395f204f1f2f29a54358b9fb678765ad2fc5"
4919
4983
integrity sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==
4920
4984
4985
+ node-releases@^2.0.12, node-releases@^2.0.8 :
4986
+ version "2.0.12"
4987
+ resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.12.tgz#35627cc224a23bfb06fb3380f2b3afaaa7eb1039"
4988
+ integrity sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==
4989
+
4921
4990
node-releases@^2.0.3 :
4922
4991
version "2.0.4"
4923
4992
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.4.tgz#f38252370c43854dc48aa431c766c6c398f40476"
@@ -4928,11 +4997,6 @@ node-releases@^2.0.6:
4928
4997
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.6.tgz#8a7088c63a55e493845683ebf3c828d8c51c5503"
4929
4998
integrity sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==
4930
4999
4931
- node-releases@^2.0.8 :
4932
- version "2.0.12"
4933
- resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.12.tgz#35627cc224a23bfb06fb3380f2b3afaaa7eb1039"
4934
- integrity sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==
4935
-
4936
5000
normalize-package-data@^2.3.2 :
4937
5001
version "2.5.0"
4938
5002
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
@@ -6000,7 +6064,7 @@ unicode-property-aliases-ecmascript@^2.0.0:
6000
6064
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz#0a36cb9a585c4f6abd51ad1deddb285c165297c8"
6001
6065
integrity sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==
6002
6066
6003
- update-browserslist-db@^1.0.10 :
6067
+ update-browserslist-db@^1.0.10, update-browserslist-db@^1.0.11 :
6004
6068
version "1.0.11"
6005
6069
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#9a2a641ad2907ae7b3616506f4b977851db5b940"
6006
6070
integrity sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==
0 commit comments