trestle 0.9.8 → 0.9.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/rspec.yml +4 -2
  3. data/.gitignore +4 -0
  4. data/app/assets/bundle/trestle/bundle.css +4 -4
  5. data/app/assets/bundle/trestle/bundle.js +12 -26
  6. data/app/controllers/concerns/trestle/controller/toolbars.rb +1 -1
  7. data/app/controllers/concerns/trestle/resource/controller/actions.rb +5 -5
  8. data/app/controllers/concerns/trestle/resource/controller/redirection.rb +5 -3
  9. data/app/controllers/trestle/admin_controller.rb +4 -0
  10. data/app/helpers/trestle/card_helper.rb +2 -2
  11. data/app/helpers/trestle/navigation_helper.rb +3 -1
  12. data/app/helpers/trestle/toolbars_helper.rb +1 -1
  13. data/app/views/trestle/resource/_scopes.html.erb +1 -1
  14. data/config/locales/vi.yml +1 -1
  15. data/frontend/css/components/_toolbars.scss +1 -19
  16. data/frontend/css/core/_mixins.scss +1 -4
  17. data/frontend/css/layout/_content.scss +1 -1
  18. data/lib/trestle/adapters/active_record_adapter.rb +1 -1
  19. data/lib/trestle/admin/builder.rb +7 -0
  20. data/lib/trestle/admin.rb +12 -6
  21. data/lib/trestle/configurable.rb +2 -2
  22. data/lib/trestle/form/automatic.rb +3 -1
  23. data/lib/trestle/hook/helpers.rb +1 -1
  24. data/lib/trestle/reloader.rb +2 -11
  25. data/lib/trestle/resource/builder.rb +1 -8
  26. data/lib/trestle/resource.rb +2 -2
  27. data/lib/trestle/scopes/block.rb +7 -7
  28. data/lib/trestle/scopes/definition.rb +2 -2
  29. data/lib/trestle/scopes/scope.rb +4 -0
  30. data/lib/trestle/version.rb +1 -1
  31. data/lib/trestle.rb +4 -0
  32. data/package.json +1 -1
  33. data/trestle.gemspec +7 -7
  34. data/webpack.config.js +8 -1
  35. data/yarn.lock +1197 -2344
  36. metadata +21 -21
data/yarn.lock CHANGED
@@ -3,418 +3,304 @@
3
3
 
4
4
 
5
5
  "@ampproject/remapping@^2.2.0":
6
- version "2.2.0"
7
- resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
8
- integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==
6
+ version "2.3.0"
7
+ resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4"
8
+ integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==
9
9
  dependencies:
10
- "@jridgewell/gen-mapping" "^0.1.0"
11
- "@jridgewell/trace-mapping" "^0.3.9"
10
+ "@jridgewell/gen-mapping" "^0.3.5"
11
+ "@jridgewell/trace-mapping" "^0.3.24"
12
12
 
13
- "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.21.4":
13
+ "@babel/code-frame@^7.0.0":
14
14
  version "7.21.4"
15
15
  resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39"
16
16
  integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==
17
17
  dependencies:
18
18
  "@babel/highlight" "^7.18.6"
19
19
 
20
- "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.21.4":
21
- version "7.21.4"
22
- resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f"
23
- integrity sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==
20
+ "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.2":
21
+ version "7.24.2"
22
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
23
+ integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==
24
+ dependencies:
25
+ "@babel/highlight" "^7.24.2"
26
+ picocolors "^1.0.0"
27
+
28
+ "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5", "@babel/compat-data@^7.24.4":
29
+ version "7.24.4"
30
+ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a"
31
+ integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==
24
32
 
25
33
  "@babel/core@^7.14.6":
26
- version "7.21.4"
27
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.4.tgz#c6dc73242507b8e2a27fd13a9c1814f9fa34a659"
28
- integrity sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==
34
+ version "7.24.5"
35
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.5.tgz#15ab5b98e101972d171aeef92ac70d8d6718f06a"
36
+ integrity sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==
29
37
  dependencies:
30
38
  "@ampproject/remapping" "^2.2.0"
31
- "@babel/code-frame" "^7.21.4"
32
- "@babel/generator" "^7.21.4"
33
- "@babel/helper-compilation-targets" "^7.21.4"
34
- "@babel/helper-module-transforms" "^7.21.2"
35
- "@babel/helpers" "^7.21.0"
36
- "@babel/parser" "^7.21.4"
37
- "@babel/template" "^7.20.7"
38
- "@babel/traverse" "^7.21.4"
39
- "@babel/types" "^7.21.4"
40
- convert-source-map "^1.7.0"
39
+ "@babel/code-frame" "^7.24.2"
40
+ "@babel/generator" "^7.24.5"
41
+ "@babel/helper-compilation-targets" "^7.23.6"
42
+ "@babel/helper-module-transforms" "^7.24.5"
43
+ "@babel/helpers" "^7.24.5"
44
+ "@babel/parser" "^7.24.5"
45
+ "@babel/template" "^7.24.0"
46
+ "@babel/traverse" "^7.24.5"
47
+ "@babel/types" "^7.24.5"
48
+ convert-source-map "^2.0.0"
41
49
  debug "^4.1.0"
42
50
  gensync "^1.0.0-beta.2"
43
- json5 "^2.2.2"
44
- semver "^6.3.0"
51
+ json5 "^2.2.3"
52
+ semver "^6.3.1"
45
53
 
46
- "@babel/generator@^7.21.4":
47
- version "7.21.4"
48
- resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.4.tgz#64a94b7448989f421f919d5239ef553b37bb26bc"
49
- integrity sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==
54
+ "@babel/generator@^7.24.5":
55
+ version "7.24.5"
56
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.5.tgz#e5afc068f932f05616b66713e28d0f04e99daeb3"
57
+ integrity sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==
50
58
  dependencies:
51
- "@babel/types" "^7.21.4"
52
- "@jridgewell/gen-mapping" "^0.3.2"
53
- "@jridgewell/trace-mapping" "^0.3.17"
59
+ "@babel/types" "^7.24.5"
60
+ "@jridgewell/gen-mapping" "^0.3.5"
61
+ "@jridgewell/trace-mapping" "^0.3.25"
54
62
  jsesc "^2.5.1"
55
63
 
56
- "@babel/helper-annotate-as-pure@^7.18.6":
57
- version "7.18.6"
58
- resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
59
- integrity sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==
64
+ "@babel/helper-annotate-as-pure@^7.22.5":
65
+ version "7.22.5"
66
+ resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
67
+ integrity sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==
60
68
  dependencies:
61
- "@babel/types" "^7.18.6"
69
+ "@babel/types" "^7.22.5"
62
70
 
63
- "@babel/helper-builder-binary-assignment-operator-visitor@^7.18.6":
64
- version "7.18.9"
65
- resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz#acd4edfd7a566d1d51ea975dff38fd52906981bb"
66
- integrity sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==
71
+ "@babel/helper-builder-binary-assignment-operator-visitor@^7.22.15":
72
+ version "7.22.15"
73
+ resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz#5426b109cf3ad47b91120f8328d8ab1be8b0b956"
74
+ integrity sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==
67
75
  dependencies:
68
- "@babel/helper-explode-assignable-expression" "^7.18.6"
69
- "@babel/types" "^7.18.9"
76
+ "@babel/types" "^7.22.15"
70
77
 
71
- "@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.21.4":
72
- version "7.21.4"
73
- resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656"
74
- integrity sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==
78
+ "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.23.6":
79
+ version "7.23.6"
80
+ resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz#4d79069b16cbcf1461289eccfbbd81501ae39991"
81
+ integrity sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==
75
82
  dependencies:
76
- "@babel/compat-data" "^7.21.4"
77
- "@babel/helper-validator-option" "^7.21.0"
78
- browserslist "^4.21.3"
83
+ "@babel/compat-data" "^7.23.5"
84
+ "@babel/helper-validator-option" "^7.23.5"
85
+ browserslist "^4.22.2"
79
86
  lru-cache "^5.1.1"
80
- semver "^6.3.0"
81
-
82
- "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0":
83
- version "7.21.4"
84
- resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.21.4.tgz#3a017163dc3c2ba7deb9a7950849a9586ea24c18"
85
- integrity sha512-46QrX2CQlaFRF4TkwfTt6nJD7IHq8539cCL7SDpqWSDeJKY1xylKKY5F/33mJhLZ3mFvKv2gGrVS6NkyF6qs+Q==
86
- dependencies:
87
- "@babel/helper-annotate-as-pure" "^7.18.6"
88
- "@babel/helper-environment-visitor" "^7.18.9"
89
- "@babel/helper-function-name" "^7.21.0"
90
- "@babel/helper-member-expression-to-functions" "^7.21.0"
91
- "@babel/helper-optimise-call-expression" "^7.18.6"
92
- "@babel/helper-replace-supers" "^7.20.7"
93
- "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0"
94
- "@babel/helper-split-export-declaration" "^7.18.6"
95
-
96
- "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.20.5":
97
- version "7.21.4"
98
- resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.21.4.tgz#40411a8ab134258ad2cf3a3d987ec6aa0723cee5"
99
- integrity sha512-M00OuhU+0GyZ5iBBN9czjugzWrEq2vDpf/zCYHxxf93ul/Q5rv+a5h+/+0WnI1AebHNVtl5bFV0qsJoH23DbfA==
100
- dependencies:
101
- "@babel/helper-annotate-as-pure" "^7.18.6"
87
+ semver "^6.3.1"
88
+
89
+ "@babel/helper-create-class-features-plugin@^7.24.1", "@babel/helper-create-class-features-plugin@^7.24.4", "@babel/helper-create-class-features-plugin@^7.24.5":
90
+ version "7.24.5"
91
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.5.tgz#7d19da92c7e0cd8d11c09af2ce1b8e7512a6e723"
92
+ integrity sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==
93
+ dependencies:
94
+ "@babel/helper-annotate-as-pure" "^7.22.5"
95
+ "@babel/helper-environment-visitor" "^7.22.20"
96
+ "@babel/helper-function-name" "^7.23.0"
97
+ "@babel/helper-member-expression-to-functions" "^7.24.5"
98
+ "@babel/helper-optimise-call-expression" "^7.22.5"
99
+ "@babel/helper-replace-supers" "^7.24.1"
100
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
101
+ "@babel/helper-split-export-declaration" "^7.24.5"
102
+ semver "^6.3.1"
103
+
104
+ "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.15", "@babel/helper-create-regexp-features-plugin@^7.22.5":
105
+ version "7.22.15"
106
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz#5ee90093914ea09639b01c711db0d6775e558be1"
107
+ integrity sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==
108
+ dependencies:
109
+ "@babel/helper-annotate-as-pure" "^7.22.5"
102
110
  regexpu-core "^5.3.1"
111
+ semver "^6.3.1"
103
112
 
104
- "@babel/helper-define-polyfill-provider@^0.3.3":
105
- version "0.3.3"
106
- resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz#8612e55be5d51f0cd1f36b4a5a83924e89884b7a"
107
- integrity sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==
113
+ "@babel/helper-define-polyfill-provider@^0.6.1", "@babel/helper-define-polyfill-provider@^0.6.2":
114
+ version "0.6.2"
115
+ resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d"
116
+ integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==
108
117
  dependencies:
109
- "@babel/helper-compilation-targets" "^7.17.7"
110
- "@babel/helper-plugin-utils" "^7.16.7"
118
+ "@babel/helper-compilation-targets" "^7.22.6"
119
+ "@babel/helper-plugin-utils" "^7.22.5"
111
120
  debug "^4.1.1"
112
121
  lodash.debounce "^4.0.8"
113
122
  resolve "^1.14.2"
114
- semver "^6.1.2"
115
-
116
- "@babel/helper-environment-visitor@^7.18.9":
117
- version "7.18.9"
118
- resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
119
- integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
120
-
121
- "@babel/helper-explode-assignable-expression@^7.18.6":
122
- version "7.18.6"
123
- resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
124
- integrity sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==
125
- dependencies:
126
- "@babel/types" "^7.18.6"
127
123
 
128
- "@babel/helper-function-name@^7.18.9", "@babel/helper-function-name@^7.19.0", "@babel/helper-function-name@^7.21.0":
129
- version "7.21.0"
130
- resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4"
131
- integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==
132
- dependencies:
133
- "@babel/template" "^7.20.7"
134
- "@babel/types" "^7.21.0"
124
+ "@babel/helper-environment-visitor@^7.22.20":
125
+ version "7.22.20"
126
+ resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
127
+ integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
135
128
 
136
- "@babel/helper-hoist-variables@^7.18.6":
137
- version "7.18.6"
138
- resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
139
- integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
129
+ "@babel/helper-function-name@^7.23.0":
130
+ version "7.23.0"
131
+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
132
+ integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
140
133
  dependencies:
141
- "@babel/types" "^7.18.6"
134
+ "@babel/template" "^7.22.15"
135
+ "@babel/types" "^7.23.0"
142
136
 
143
- "@babel/helper-member-expression-to-functions@^7.20.7", "@babel/helper-member-expression-to-functions@^7.21.0":
144
- version "7.21.0"
145
- resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.21.0.tgz#319c6a940431a133897148515877d2f3269c3ba5"
146
- integrity sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q==
137
+ "@babel/helper-hoist-variables@^7.22.5":
138
+ version "7.22.5"
139
+ resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
140
+ integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
147
141
  dependencies:
148
- "@babel/types" "^7.21.0"
142
+ "@babel/types" "^7.22.5"
149
143
 
150
- "@babel/helper-module-imports@^7.18.6":
151
- version "7.21.4"
152
- resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af"
153
- integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==
154
- dependencies:
155
- "@babel/types" "^7.21.4"
156
-
157
- "@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.21.2":
158
- version "7.21.2"
159
- resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2"
160
- integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==
161
- dependencies:
162
- "@babel/helper-environment-visitor" "^7.18.9"
163
- "@babel/helper-module-imports" "^7.18.6"
164
- "@babel/helper-simple-access" "^7.20.2"
165
- "@babel/helper-split-export-declaration" "^7.18.6"
166
- "@babel/helper-validator-identifier" "^7.19.1"
167
- "@babel/template" "^7.20.7"
168
- "@babel/traverse" "^7.21.2"
169
- "@babel/types" "^7.21.2"
170
-
171
- "@babel/helper-optimise-call-expression@^7.18.6":
172
- version "7.18.6"
173
- resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
174
- integrity sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==
144
+ "@babel/helper-member-expression-to-functions@^7.23.0", "@babel/helper-member-expression-to-functions@^7.24.5":
145
+ version "7.24.5"
146
+ resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.5.tgz#5981e131d5c7003c7d1fa1ad49e86c9b097ec475"
147
+ integrity sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==
175
148
  dependencies:
176
- "@babel/types" "^7.18.6"
177
-
178
- "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.19.0", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
179
- version "7.20.2"
180
- resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629"
181
- integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==
149
+ "@babel/types" "^7.24.5"
150
+
151
+ "@babel/helper-module-imports@^7.24.1", "@babel/helper-module-imports@^7.24.3":
152
+ version "7.24.3"
153
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128"
154
+ integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==
155
+ dependencies:
156
+ "@babel/types" "^7.24.0"
182
157
 
183
- "@babel/helper-remap-async-to-generator@^7.18.9":
184
- version "7.18.9"
185
- resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz#997458a0e3357080e54e1d79ec347f8a8cd28519"
186
- integrity sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==
187
- dependencies:
188
- "@babel/helper-annotate-as-pure" "^7.18.6"
189
- "@babel/helper-environment-visitor" "^7.18.9"
190
- "@babel/helper-wrap-function" "^7.18.9"
191
- "@babel/types" "^7.18.9"
192
-
193
- "@babel/helper-replace-supers@^7.18.6", "@babel/helper-replace-supers@^7.20.7":
194
- version "7.20.7"
195
- resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.20.7.tgz#243ecd2724d2071532b2c8ad2f0f9f083bcae331"
196
- integrity sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==
197
- dependencies:
198
- "@babel/helper-environment-visitor" "^7.18.9"
199
- "@babel/helper-member-expression-to-functions" "^7.20.7"
200
- "@babel/helper-optimise-call-expression" "^7.18.6"
201
- "@babel/template" "^7.20.7"
202
- "@babel/traverse" "^7.20.7"
203
- "@babel/types" "^7.20.7"
204
-
205
- "@babel/helper-simple-access@^7.20.2":
206
- version "7.20.2"
207
- resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
208
- integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
209
- dependencies:
210
- "@babel/types" "^7.20.2"
211
-
212
- "@babel/helper-skip-transparent-expression-wrappers@^7.20.0":
213
- version "7.20.0"
214
- resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684"
215
- integrity sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==
216
- dependencies:
217
- "@babel/types" "^7.20.0"
218
-
219
- "@babel/helper-split-export-declaration@^7.18.6":
220
- version "7.18.6"
221
- resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075"
222
- integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==
223
- dependencies:
224
- "@babel/types" "^7.18.6"
225
-
226
- "@babel/helper-string-parser@^7.19.4":
227
- version "7.19.4"
228
- resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
229
- integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
230
-
231
- "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
232
- version "7.19.1"
233
- resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
234
- integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
235
-
236
- "@babel/helper-validator-option@^7.21.0":
237
- version "7.21.0"
238
- resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
239
- integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==
240
-
241
- "@babel/helper-wrap-function@^7.18.9":
242
- version "7.20.5"
243
- resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz#75e2d84d499a0ab3b31c33bcfe59d6b8a45f62e3"
244
- integrity sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==
245
- dependencies:
246
- "@babel/helper-function-name" "^7.19.0"
247
- "@babel/template" "^7.18.10"
248
- "@babel/traverse" "^7.20.5"
249
- "@babel/types" "^7.20.5"
250
-
251
- "@babel/helpers@^7.21.0":
252
- version "7.21.0"
253
- resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e"
254
- integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==
255
- dependencies:
256
- "@babel/template" "^7.20.7"
257
- "@babel/traverse" "^7.21.0"
258
- "@babel/types" "^7.21.0"
259
-
260
- "@babel/highlight@^7.18.6":
261
- version "7.18.6"
262
- resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
263
- integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==
264
- dependencies:
265
- "@babel/helper-validator-identifier" "^7.18.6"
266
- chalk "^2.0.0"
158
+ "@babel/helper-module-transforms@^7.23.3", "@babel/helper-module-transforms@^7.24.5":
159
+ version "7.24.5"
160
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz#ea6c5e33f7b262a0ae762fd5986355c45f54a545"
161
+ integrity sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==
162
+ dependencies:
163
+ "@babel/helper-environment-visitor" "^7.22.20"
164
+ "@babel/helper-module-imports" "^7.24.3"
165
+ "@babel/helper-simple-access" "^7.24.5"
166
+ "@babel/helper-split-export-declaration" "^7.24.5"
167
+ "@babel/helper-validator-identifier" "^7.24.5"
168
+
169
+ "@babel/helper-optimise-call-expression@^7.22.5":
170
+ version "7.22.5"
171
+ resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e"
172
+ integrity sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==
173
+ dependencies:
174
+ "@babel/types" "^7.22.5"
175
+
176
+ "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.0", "@babel/helper-plugin-utils@^7.24.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
177
+ version "7.24.5"
178
+ resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz#a924607dd254a65695e5bd209b98b902b3b2f11a"
179
+ integrity sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==
180
+
181
+ "@babel/helper-remap-async-to-generator@^7.22.20":
182
+ version "7.22.20"
183
+ resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz#7b68e1cb4fa964d2996fd063723fb48eca8498e0"
184
+ integrity sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==
185
+ dependencies:
186
+ "@babel/helper-annotate-as-pure" "^7.22.5"
187
+ "@babel/helper-environment-visitor" "^7.22.20"
188
+ "@babel/helper-wrap-function" "^7.22.20"
189
+
190
+ "@babel/helper-replace-supers@^7.24.1":
191
+ version "7.24.1"
192
+ resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz#7085bd19d4a0b7ed8f405c1ed73ccb70f323abc1"
193
+ integrity sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==
194
+ dependencies:
195
+ "@babel/helper-environment-visitor" "^7.22.20"
196
+ "@babel/helper-member-expression-to-functions" "^7.23.0"
197
+ "@babel/helper-optimise-call-expression" "^7.22.5"
198
+
199
+ "@babel/helper-simple-access@^7.22.5", "@babel/helper-simple-access@^7.24.5":
200
+ version "7.24.5"
201
+ resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz#50da5b72f58c16b07fbd992810be6049478e85ba"
202
+ integrity sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==
203
+ dependencies:
204
+ "@babel/types" "^7.24.5"
205
+
206
+ "@babel/helper-skip-transparent-expression-wrappers@^7.22.5":
207
+ version "7.22.5"
208
+ resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847"
209
+ integrity sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==
210
+ dependencies:
211
+ "@babel/types" "^7.22.5"
212
+
213
+ "@babel/helper-split-export-declaration@^7.24.5":
214
+ version "7.24.5"
215
+ resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz#b9a67f06a46b0b339323617c8c6213b9055a78b6"
216
+ integrity sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==
217
+ dependencies:
218
+ "@babel/types" "^7.24.5"
219
+
220
+ "@babel/helper-string-parser@^7.24.1":
221
+ version "7.24.1"
222
+ resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
223
+ integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
224
+
225
+ "@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.5":
226
+ version "7.24.5"
227
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62"
228
+ integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==
229
+
230
+ "@babel/helper-validator-option@^7.23.5":
231
+ version "7.23.5"
232
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
233
+ integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==
234
+
235
+ "@babel/helper-wrap-function@^7.22.20":
236
+ version "7.24.5"
237
+ resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.24.5.tgz#335f934c0962e2c1ed1fb9d79e06a56115067c09"
238
+ integrity sha512-/xxzuNvgRl4/HLNKvnFwdhdgN3cpLxgLROeLDl83Yx0AJ1SGvq1ak0OszTOjDfiB8Vx03eJbeDWh9r+jCCWttw==
239
+ dependencies:
240
+ "@babel/helper-function-name" "^7.23.0"
241
+ "@babel/template" "^7.24.0"
242
+ "@babel/types" "^7.24.5"
243
+
244
+ "@babel/helpers@^7.24.5":
245
+ version "7.24.5"
246
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.5.tgz#fedeb87eeafa62b621160402181ad8585a22a40a"
247
+ integrity sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==
248
+ dependencies:
249
+ "@babel/template" "^7.24.0"
250
+ "@babel/traverse" "^7.24.5"
251
+ "@babel/types" "^7.24.5"
252
+
253
+ "@babel/highlight@^7.18.6", "@babel/highlight@^7.24.2":
254
+ version "7.24.5"
255
+ resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.5.tgz#bc0613f98e1dd0720e99b2a9ee3760194a704b6e"
256
+ integrity sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==
257
+ dependencies:
258
+ "@babel/helper-validator-identifier" "^7.24.5"
259
+ chalk "^2.4.2"
267
260
  js-tokens "^4.0.0"
261
+ picocolors "^1.0.0"
268
262
 
269
- "@babel/parser@^7.20.7", "@babel/parser@^7.21.4":
270
- version "7.21.4"
271
- resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
272
- integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
273
-
274
- "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
275
- version "7.18.6"
276
- resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
277
- integrity sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==
278
- dependencies:
279
- "@babel/helper-plugin-utils" "^7.18.6"
280
-
281
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.20.7":
282
- version "7.20.7"
283
- resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.20.7.tgz#d9c85589258539a22a901033853101a6198d4ef1"
284
- integrity sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==
285
- dependencies:
286
- "@babel/helper-plugin-utils" "^7.20.2"
287
- "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0"
288
- "@babel/plugin-proposal-optional-chaining" "^7.20.7"
289
-
290
- "@babel/plugin-proposal-async-generator-functions@^7.20.7":
291
- version "7.20.7"
292
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz#bfb7276d2d573cb67ba379984a2334e262ba5326"
293
- integrity sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==
294
- dependencies:
295
- "@babel/helper-environment-visitor" "^7.18.9"
296
- "@babel/helper-plugin-utils" "^7.20.2"
297
- "@babel/helper-remap-async-to-generator" "^7.18.9"
298
- "@babel/plugin-syntax-async-generators" "^7.8.4"
299
-
300
- "@babel/plugin-proposal-class-properties@^7.18.6":
301
- version "7.18.6"
302
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
303
- integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==
304
- dependencies:
305
- "@babel/helper-create-class-features-plugin" "^7.18.6"
306
- "@babel/helper-plugin-utils" "^7.18.6"
307
-
308
- "@babel/plugin-proposal-class-static-block@^7.21.0":
309
- version "7.21.0"
310
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.21.0.tgz#77bdd66fb7b605f3a61302d224bdfacf5547977d"
311
- integrity sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==
312
- dependencies:
313
- "@babel/helper-create-class-features-plugin" "^7.21.0"
314
- "@babel/helper-plugin-utils" "^7.20.2"
315
- "@babel/plugin-syntax-class-static-block" "^7.14.5"
316
-
317
- "@babel/plugin-proposal-dynamic-import@^7.18.6":
318
- version "7.18.6"
319
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz#72bcf8d408799f547d759298c3c27c7e7faa4d94"
320
- integrity sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==
321
- dependencies:
322
- "@babel/helper-plugin-utils" "^7.18.6"
323
- "@babel/plugin-syntax-dynamic-import" "^7.8.3"
324
-
325
- "@babel/plugin-proposal-export-namespace-from@^7.18.9":
326
- version "7.18.9"
327
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz#5f7313ab348cdb19d590145f9247540e94761203"
328
- integrity sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==
329
- dependencies:
330
- "@babel/helper-plugin-utils" "^7.18.9"
331
- "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
332
-
333
- "@babel/plugin-proposal-json-strings@^7.18.6":
334
- version "7.18.6"
335
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz#7e8788c1811c393aff762817e7dbf1ebd0c05f0b"
336
- integrity sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==
337
- dependencies:
338
- "@babel/helper-plugin-utils" "^7.18.6"
339
- "@babel/plugin-syntax-json-strings" "^7.8.3"
340
-
341
- "@babel/plugin-proposal-logical-assignment-operators@^7.20.7":
342
- version "7.20.7"
343
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz#dfbcaa8f7b4d37b51e8bfb46d94a5aea2bb89d83"
344
- integrity sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==
345
- dependencies:
346
- "@babel/helper-plugin-utils" "^7.20.2"
347
- "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
348
-
349
- "@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6":
350
- version "7.18.6"
351
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1"
352
- integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==
353
- dependencies:
354
- "@babel/helper-plugin-utils" "^7.18.6"
355
- "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
356
-
357
- "@babel/plugin-proposal-numeric-separator@^7.18.6":
358
- version "7.18.6"
359
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz#899b14fbafe87f053d2c5ff05b36029c62e13c75"
360
- integrity sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==
361
- dependencies:
362
- "@babel/helper-plugin-utils" "^7.18.6"
363
- "@babel/plugin-syntax-numeric-separator" "^7.10.4"
263
+ "@babel/parser@^7.24.0", "@babel/parser@^7.24.5":
264
+ version "7.24.5"
265
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790"
266
+ integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==
364
267
 
365
- "@babel/plugin-proposal-object-rest-spread@^7.20.7":
366
- version "7.20.7"
367
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz#aa662940ef425779c75534a5c41e9d936edc390a"
368
- integrity sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==
268
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.5":
269
+ version "7.24.5"
270
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.5.tgz#4c3685eb9cd790bcad2843900fe0250c91ccf895"
271
+ integrity sha512-LdXRi1wEMTrHVR4Zc9F8OewC3vdm5h4QB6L71zy6StmYeqGi1b3ttIO8UC+BfZKcH9jdr4aI249rBkm+3+YvHw==
369
272
  dependencies:
370
- "@babel/compat-data" "^7.20.5"
371
- "@babel/helper-compilation-targets" "^7.20.7"
372
- "@babel/helper-plugin-utils" "^7.20.2"
373
- "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
374
- "@babel/plugin-transform-parameters" "^7.20.7"
273
+ "@babel/helper-environment-visitor" "^7.22.20"
274
+ "@babel/helper-plugin-utils" "^7.24.5"
375
275
 
376
- "@babel/plugin-proposal-optional-catch-binding@^7.18.6":
377
- version "7.18.6"
378
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz#f9400d0e6a3ea93ba9ef70b09e72dd6da638a2cb"
379
- integrity sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==
276
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.1":
277
+ version "7.24.1"
278
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.1.tgz#b645d9ba8c2bc5b7af50f0fe949f9edbeb07c8cf"
279
+ integrity sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==
380
280
  dependencies:
381
- "@babel/helper-plugin-utils" "^7.18.6"
382
- "@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
281
+ "@babel/helper-plugin-utils" "^7.24.0"
383
282
 
384
- "@babel/plugin-proposal-optional-chaining@^7.20.7", "@babel/plugin-proposal-optional-chaining@^7.21.0":
385
- version "7.21.0"
386
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz#886f5c8978deb7d30f678b2e24346b287234d3ea"
387
- integrity sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==
283
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.24.1":
284
+ version "7.24.1"
285
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.1.tgz#da8261f2697f0f41b0855b91d3a20a1fbfd271d3"
286
+ integrity sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==
388
287
  dependencies:
389
- "@babel/helper-plugin-utils" "^7.20.2"
390
- "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0"
391
- "@babel/plugin-syntax-optional-chaining" "^7.8.3"
288
+ "@babel/helper-plugin-utils" "^7.24.0"
289
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
290
+ "@babel/plugin-transform-optional-chaining" "^7.24.1"
392
291
 
393
- "@babel/plugin-proposal-private-methods@^7.18.6":
394
- version "7.18.6"
395
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz#5209de7d213457548a98436fa2882f52f4be6bea"
396
- integrity sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==
292
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.24.1":
293
+ version "7.24.1"
294
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.1.tgz#1181d9685984c91d657b8ddf14f0487a6bab2988"
295
+ integrity sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==
397
296
  dependencies:
398
- "@babel/helper-create-class-features-plugin" "^7.18.6"
399
- "@babel/helper-plugin-utils" "^7.18.6"
297
+ "@babel/helper-environment-visitor" "^7.22.20"
298
+ "@babel/helper-plugin-utils" "^7.24.0"
400
299
 
401
- "@babel/plugin-proposal-private-property-in-object@^7.21.0":
402
- version "7.21.0"
403
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0.tgz#19496bd9883dd83c23c7d7fc45dcd9ad02dfa1dc"
404
- integrity sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==
405
- dependencies:
406
- "@babel/helper-annotate-as-pure" "^7.18.6"
407
- "@babel/helper-create-class-features-plugin" "^7.21.0"
408
- "@babel/helper-plugin-utils" "^7.20.2"
409
- "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
410
-
411
- "@babel/plugin-proposal-unicode-property-regex@^7.18.6", "@babel/plugin-proposal-unicode-property-regex@^7.4.4":
412
- version "7.18.6"
413
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz#af613d2cd5e643643b65cded64207b15c85cb78e"
414
- integrity sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==
415
- dependencies:
416
- "@babel/helper-create-regexp-features-plugin" "^7.18.6"
417
- "@babel/helper-plugin-utils" "^7.18.6"
300
+ "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
301
+ version "7.21.0-placeholder-for-preset-env.2"
302
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f9289546efa9febac2de4cfe358a050bd703"
303
+ integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==
418
304
 
419
305
  "@babel/plugin-syntax-async-generators@^7.8.4":
420
306
  version "7.8.4"
@@ -451,12 +337,26 @@
451
337
  dependencies:
452
338
  "@babel/helper-plugin-utils" "^7.8.3"
453
339
 
454
- "@babel/plugin-syntax-import-assertions@^7.20.0":
455
- version "7.20.0"
456
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz#bb50e0d4bea0957235390641209394e87bdb9cc4"
457
- integrity sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==
340
+ "@babel/plugin-syntax-import-assertions@^7.24.1":
341
+ version "7.24.1"
342
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.1.tgz#db3aad724153a00eaac115a3fb898de544e34971"
343
+ integrity sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==
344
+ dependencies:
345
+ "@babel/helper-plugin-utils" "^7.24.0"
346
+
347
+ "@babel/plugin-syntax-import-attributes@^7.24.1":
348
+ version "7.24.1"
349
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.1.tgz#c66b966c63b714c4eec508fcf5763b1f2d381093"
350
+ integrity sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==
351
+ dependencies:
352
+ "@babel/helper-plugin-utils" "^7.24.0"
353
+
354
+ "@babel/plugin-syntax-import-meta@^7.10.4":
355
+ version "7.10.4"
356
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51"
357
+ integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==
458
358
  dependencies:
459
- "@babel/helper-plugin-utils" "^7.19.0"
359
+ "@babel/helper-plugin-utils" "^7.10.4"
460
360
 
461
361
  "@babel/plugin-syntax-json-strings@^7.8.3":
462
362
  version "7.8.3"
@@ -521,289 +421,423 @@
521
421
  dependencies:
522
422
  "@babel/helper-plugin-utils" "^7.14.5"
523
423
 
524
- "@babel/plugin-transform-arrow-functions@^7.20.7":
525
- version "7.20.7"
526
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.20.7.tgz#bea332b0e8b2dab3dafe55a163d8227531ab0551"
527
- integrity sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==
424
+ "@babel/plugin-syntax-unicode-sets-regex@^7.18.6":
425
+ version "7.18.6"
426
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz#d49a3b3e6b52e5be6740022317580234a6a47357"
427
+ integrity sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==
528
428
  dependencies:
529
- "@babel/helper-plugin-utils" "^7.20.2"
429
+ "@babel/helper-create-regexp-features-plugin" "^7.18.6"
430
+ "@babel/helper-plugin-utils" "^7.18.6"
530
431
 
531
- "@babel/plugin-transform-async-to-generator@^7.20.7":
532
- version "7.20.7"
533
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz#dfee18623c8cb31deb796aa3ca84dda9cea94354"
534
- integrity sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==
432
+ "@babel/plugin-transform-arrow-functions@^7.24.1":
433
+ version "7.24.1"
434
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.1.tgz#2bf263617060c9cc45bcdbf492b8cc805082bf27"
435
+ integrity sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==
535
436
  dependencies:
536
- "@babel/helper-module-imports" "^7.18.6"
537
- "@babel/helper-plugin-utils" "^7.20.2"
538
- "@babel/helper-remap-async-to-generator" "^7.18.9"
437
+ "@babel/helper-plugin-utils" "^7.24.0"
539
438
 
540
- "@babel/plugin-transform-block-scoped-functions@^7.18.6":
541
- version "7.18.6"
542
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz#9187bf4ba302635b9d70d986ad70f038726216a8"
543
- integrity sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==
439
+ "@babel/plugin-transform-async-generator-functions@^7.24.3":
440
+ version "7.24.3"
441
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.3.tgz#8fa7ae481b100768cc9842c8617808c5352b8b89"
442
+ integrity sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==
544
443
  dependencies:
545
- "@babel/helper-plugin-utils" "^7.18.6"
444
+ "@babel/helper-environment-visitor" "^7.22.20"
445
+ "@babel/helper-plugin-utils" "^7.24.0"
446
+ "@babel/helper-remap-async-to-generator" "^7.22.20"
447
+ "@babel/plugin-syntax-async-generators" "^7.8.4"
448
+
449
+ "@babel/plugin-transform-async-to-generator@^7.24.1":
450
+ version "7.24.1"
451
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.1.tgz#0e220703b89f2216800ce7b1c53cb0cf521c37f4"
452
+ integrity sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==
453
+ dependencies:
454
+ "@babel/helper-module-imports" "^7.24.1"
455
+ "@babel/helper-plugin-utils" "^7.24.0"
456
+ "@babel/helper-remap-async-to-generator" "^7.22.20"
457
+
458
+ "@babel/plugin-transform-block-scoped-functions@^7.24.1":
459
+ version "7.24.1"
460
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.1.tgz#1c94799e20fcd5c4d4589523bbc57b7692979380"
461
+ integrity sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==
462
+ dependencies:
463
+ "@babel/helper-plugin-utils" "^7.24.0"
464
+
465
+ "@babel/plugin-transform-block-scoping@^7.24.5":
466
+ version "7.24.5"
467
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.5.tgz#89574191397f85661d6f748d4b89ee4d9ee69a2a"
468
+ integrity sha512-sMfBc3OxghjC95BkYrYocHL3NaOplrcaunblzwXhGmlPwpmfsxr4vK+mBBt49r+S240vahmv+kUxkeKgs+haCw==
469
+ dependencies:
470
+ "@babel/helper-plugin-utils" "^7.24.5"
471
+
472
+ "@babel/plugin-transform-class-properties@^7.24.1":
473
+ version "7.24.1"
474
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.1.tgz#bcbf1aef6ba6085cfddec9fc8d58871cf011fc29"
475
+ integrity sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==
476
+ dependencies:
477
+ "@babel/helper-create-class-features-plugin" "^7.24.1"
478
+ "@babel/helper-plugin-utils" "^7.24.0"
479
+
480
+ "@babel/plugin-transform-class-static-block@^7.24.4":
481
+ version "7.24.4"
482
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz#1a4653c0cf8ac46441ec406dece6e9bc590356a4"
483
+ integrity sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==
484
+ dependencies:
485
+ "@babel/helper-create-class-features-plugin" "^7.24.4"
486
+ "@babel/helper-plugin-utils" "^7.24.0"
487
+ "@babel/plugin-syntax-class-static-block" "^7.14.5"
546
488
 
547
- "@babel/plugin-transform-block-scoping@^7.21.0":
548
- version "7.21.0"
549
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.21.0.tgz#e737b91037e5186ee16b76e7ae093358a5634f02"
550
- integrity sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==
551
- dependencies:
552
- "@babel/helper-plugin-utils" "^7.20.2"
553
-
554
- "@babel/plugin-transform-classes@^7.21.0":
555
- version "7.21.0"
556
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.21.0.tgz#f469d0b07a4c5a7dbb21afad9e27e57b47031665"
557
- integrity sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==
558
- dependencies:
559
- "@babel/helper-annotate-as-pure" "^7.18.6"
560
- "@babel/helper-compilation-targets" "^7.20.7"
561
- "@babel/helper-environment-visitor" "^7.18.9"
562
- "@babel/helper-function-name" "^7.21.0"
563
- "@babel/helper-optimise-call-expression" "^7.18.6"
564
- "@babel/helper-plugin-utils" "^7.20.2"
565
- "@babel/helper-replace-supers" "^7.20.7"
566
- "@babel/helper-split-export-declaration" "^7.18.6"
489
+ "@babel/plugin-transform-classes@^7.24.5":
490
+ version "7.24.5"
491
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.5.tgz#05e04a09df49a46348299a0e24bfd7e901129339"
492
+ integrity sha512-gWkLP25DFj2dwe9Ck8uwMOpko4YsqyfZJrOmqqcegeDYEbp7rmn4U6UQZNj08UF6MaX39XenSpKRCvpDRBtZ7Q==
493
+ dependencies:
494
+ "@babel/helper-annotate-as-pure" "^7.22.5"
495
+ "@babel/helper-compilation-targets" "^7.23.6"
496
+ "@babel/helper-environment-visitor" "^7.22.20"
497
+ "@babel/helper-function-name" "^7.23.0"
498
+ "@babel/helper-plugin-utils" "^7.24.5"
499
+ "@babel/helper-replace-supers" "^7.24.1"
500
+ "@babel/helper-split-export-declaration" "^7.24.5"
567
501
  globals "^11.1.0"
568
502
 
569
- "@babel/plugin-transform-computed-properties@^7.20.7":
570
- version "7.20.7"
571
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.20.7.tgz#704cc2fd155d1c996551db8276d55b9d46e4d0aa"
572
- integrity sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==
503
+ "@babel/plugin-transform-computed-properties@^7.24.1":
504
+ version "7.24.1"
505
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.1.tgz#bc7e787f8e021eccfb677af5f13c29a9934ed8a7"
506
+ integrity sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==
573
507
  dependencies:
574
- "@babel/helper-plugin-utils" "^7.20.2"
575
- "@babel/template" "^7.20.7"
508
+ "@babel/helper-plugin-utils" "^7.24.0"
509
+ "@babel/template" "^7.24.0"
576
510
 
577
- "@babel/plugin-transform-destructuring@^7.21.3":
578
- version "7.21.3"
579
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.21.3.tgz#73b46d0fd11cd6ef57dea8a381b1215f4959d401"
580
- integrity sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==
511
+ "@babel/plugin-transform-destructuring@^7.24.5":
512
+ version "7.24.5"
513
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.5.tgz#80843ee6a520f7362686d1a97a7b53544ede453c"
514
+ integrity sha512-SZuuLyfxvsm+Ah57I/i1HVjveBENYK9ue8MJ7qkc7ndoNjqquJiElzA7f5yaAXjyW2hKojosOTAQQRX50bPSVg==
581
515
  dependencies:
582
- "@babel/helper-plugin-utils" "^7.20.2"
516
+ "@babel/helper-plugin-utils" "^7.24.5"
583
517
 
584
- "@babel/plugin-transform-dotall-regex@^7.18.6", "@babel/plugin-transform-dotall-regex@^7.4.4":
585
- version "7.18.6"
586
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz#b286b3e7aae6c7b861e45bed0a2fafd6b1a4fef8"
587
- integrity sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==
518
+ "@babel/plugin-transform-dotall-regex@^7.24.1":
519
+ version "7.24.1"
520
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.1.tgz#d56913d2f12795cc9930801b84c6f8c47513ac13"
521
+ integrity sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==
588
522
  dependencies:
589
- "@babel/helper-create-regexp-features-plugin" "^7.18.6"
590
- "@babel/helper-plugin-utils" "^7.18.6"
523
+ "@babel/helper-create-regexp-features-plugin" "^7.22.15"
524
+ "@babel/helper-plugin-utils" "^7.24.0"
591
525
 
592
- "@babel/plugin-transform-duplicate-keys@^7.18.9":
593
- version "7.18.9"
594
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz#687f15ee3cdad6d85191eb2a372c4528eaa0ae0e"
595
- integrity sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==
526
+ "@babel/plugin-transform-duplicate-keys@^7.24.1":
527
+ version "7.24.1"
528
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.1.tgz#5347a797fe82b8d09749d10e9f5b83665adbca88"
529
+ integrity sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==
596
530
  dependencies:
597
- "@babel/helper-plugin-utils" "^7.18.9"
531
+ "@babel/helper-plugin-utils" "^7.24.0"
598
532
 
599
- "@babel/plugin-transform-exponentiation-operator@^7.18.6":
600
- version "7.18.6"
601
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz#421c705f4521888c65e91fdd1af951bfefd4dacd"
602
- integrity sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==
533
+ "@babel/plugin-transform-dynamic-import@^7.24.1":
534
+ version "7.24.1"
535
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.1.tgz#2a5a49959201970dd09a5fca856cb651e44439dd"
536
+ integrity sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==
603
537
  dependencies:
604
- "@babel/helper-builder-binary-assignment-operator-visitor" "^7.18.6"
605
- "@babel/helper-plugin-utils" "^7.18.6"
538
+ "@babel/helper-plugin-utils" "^7.24.0"
539
+ "@babel/plugin-syntax-dynamic-import" "^7.8.3"
606
540
 
607
- "@babel/plugin-transform-for-of@^7.21.0":
608
- version "7.21.0"
609
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.21.0.tgz#964108c9988de1a60b4be2354a7d7e245f36e86e"
610
- integrity sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ==
541
+ "@babel/plugin-transform-exponentiation-operator@^7.24.1":
542
+ version "7.24.1"
543
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.1.tgz#6650ebeb5bd5c012d5f5f90a26613a08162e8ba4"
544
+ integrity sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==
611
545
  dependencies:
612
- "@babel/helper-plugin-utils" "^7.20.2"
546
+ "@babel/helper-builder-binary-assignment-operator-visitor" "^7.22.15"
547
+ "@babel/helper-plugin-utils" "^7.24.0"
613
548
 
614
- "@babel/plugin-transform-function-name@^7.18.9":
615
- version "7.18.9"
616
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz#cc354f8234e62968946c61a46d6365440fc764e0"
617
- integrity sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==
549
+ "@babel/plugin-transform-export-namespace-from@^7.24.1":
550
+ version "7.24.1"
551
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.1.tgz#f033541fc036e3efb2dcb58eedafd4f6b8078acd"
552
+ integrity sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==
618
553
  dependencies:
619
- "@babel/helper-compilation-targets" "^7.18.9"
620
- "@babel/helper-function-name" "^7.18.9"
621
- "@babel/helper-plugin-utils" "^7.18.9"
554
+ "@babel/helper-plugin-utils" "^7.24.0"
555
+ "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
622
556
 
623
- "@babel/plugin-transform-literals@^7.18.9":
624
- version "7.18.9"
625
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz#72796fdbef80e56fba3c6a699d54f0de557444bc"
626
- integrity sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==
557
+ "@babel/plugin-transform-for-of@^7.24.1":
558
+ version "7.24.1"
559
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.1.tgz#67448446b67ab6c091360ce3717e7d3a59e202fd"
560
+ integrity sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==
627
561
  dependencies:
628
- "@babel/helper-plugin-utils" "^7.18.9"
562
+ "@babel/helper-plugin-utils" "^7.24.0"
563
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
629
564
 
630
- "@babel/plugin-transform-member-expression-literals@^7.18.6":
631
- version "7.18.6"
632
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz#ac9fdc1a118620ac49b7e7a5d2dc177a1bfee88e"
633
- integrity sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==
565
+ "@babel/plugin-transform-function-name@^7.24.1":
566
+ version "7.24.1"
567
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.1.tgz#8cba6f7730626cc4dfe4ca2fa516215a0592b361"
568
+ integrity sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==
634
569
  dependencies:
635
- "@babel/helper-plugin-utils" "^7.18.6"
570
+ "@babel/helper-compilation-targets" "^7.23.6"
571
+ "@babel/helper-function-name" "^7.23.0"
572
+ "@babel/helper-plugin-utils" "^7.24.0"
636
573
 
637
- "@babel/plugin-transform-modules-amd@^7.20.11":
638
- version "7.20.11"
639
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.20.11.tgz#3daccca8e4cc309f03c3a0c4b41dc4b26f55214a"
640
- integrity sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==
574
+ "@babel/plugin-transform-json-strings@^7.24.1":
575
+ version "7.24.1"
576
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.1.tgz#08e6369b62ab3e8a7b61089151b161180c8299f7"
577
+ integrity sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==
641
578
  dependencies:
642
- "@babel/helper-module-transforms" "^7.20.11"
643
- "@babel/helper-plugin-utils" "^7.20.2"
579
+ "@babel/helper-plugin-utils" "^7.24.0"
580
+ "@babel/plugin-syntax-json-strings" "^7.8.3"
644
581
 
645
- "@babel/plugin-transform-modules-commonjs@^7.21.2":
646
- version "7.21.2"
647
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.2.tgz#6ff5070e71e3192ef2b7e39820a06fb78e3058e7"
648
- integrity sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==
582
+ "@babel/plugin-transform-literals@^7.24.1":
583
+ version "7.24.1"
584
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.1.tgz#0a1982297af83e6b3c94972686067df588c5c096"
585
+ integrity sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==
649
586
  dependencies:
650
- "@babel/helper-module-transforms" "^7.21.2"
651
- "@babel/helper-plugin-utils" "^7.20.2"
652
- "@babel/helper-simple-access" "^7.20.2"
587
+ "@babel/helper-plugin-utils" "^7.24.0"
653
588
 
654
- "@babel/plugin-transform-modules-systemjs@^7.20.11":
655
- version "7.20.11"
656
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.20.11.tgz#467ec6bba6b6a50634eea61c9c232654d8a4696e"
657
- integrity sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==
589
+ "@babel/plugin-transform-logical-assignment-operators@^7.24.1":
590
+ version "7.24.1"
591
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.1.tgz#719d8aded1aa94b8fb34e3a785ae8518e24cfa40"
592
+ integrity sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==
658
593
  dependencies:
659
- "@babel/helper-hoist-variables" "^7.18.6"
660
- "@babel/helper-module-transforms" "^7.20.11"
661
- "@babel/helper-plugin-utils" "^7.20.2"
662
- "@babel/helper-validator-identifier" "^7.19.1"
594
+ "@babel/helper-plugin-utils" "^7.24.0"
595
+ "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
663
596
 
664
- "@babel/plugin-transform-modules-umd@^7.18.6":
665
- version "7.18.6"
666
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz#81d3832d6034b75b54e62821ba58f28ed0aab4b9"
667
- integrity sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==
597
+ "@babel/plugin-transform-member-expression-literals@^7.24.1":
598
+ version "7.24.1"
599
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.1.tgz#896d23601c92f437af8b01371ad34beb75df4489"
600
+ integrity sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==
668
601
  dependencies:
669
- "@babel/helper-module-transforms" "^7.18.6"
670
- "@babel/helper-plugin-utils" "^7.18.6"
602
+ "@babel/helper-plugin-utils" "^7.24.0"
671
603
 
672
- "@babel/plugin-transform-named-capturing-groups-regex@^7.20.5":
673
- version "7.20.5"
674
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz#626298dd62ea51d452c3be58b285d23195ba69a8"
675
- integrity sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==
604
+ "@babel/plugin-transform-modules-amd@^7.24.1":
605
+ version "7.24.1"
606
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.1.tgz#b6d829ed15258536977e9c7cc6437814871ffa39"
607
+ integrity sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==
676
608
  dependencies:
677
- "@babel/helper-create-regexp-features-plugin" "^7.20.5"
678
- "@babel/helper-plugin-utils" "^7.20.2"
609
+ "@babel/helper-module-transforms" "^7.23.3"
610
+ "@babel/helper-plugin-utils" "^7.24.0"
679
611
 
680
- "@babel/plugin-transform-new-target@^7.18.6":
681
- version "7.18.6"
682
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz#d128f376ae200477f37c4ddfcc722a8a1b3246a8"
683
- integrity sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==
612
+ "@babel/plugin-transform-modules-commonjs@^7.24.1":
613
+ version "7.24.1"
614
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.1.tgz#e71ba1d0d69e049a22bf90b3867e263823d3f1b9"
615
+ integrity sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==
684
616
  dependencies:
685
- "@babel/helper-plugin-utils" "^7.18.6"
617
+ "@babel/helper-module-transforms" "^7.23.3"
618
+ "@babel/helper-plugin-utils" "^7.24.0"
619
+ "@babel/helper-simple-access" "^7.22.5"
686
620
 
687
- "@babel/plugin-transform-object-super@^7.18.6":
688
- version "7.18.6"
689
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz#fb3c6ccdd15939b6ff7939944b51971ddc35912c"
690
- integrity sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==
621
+ "@babel/plugin-transform-modules-systemjs@^7.24.1":
622
+ version "7.24.1"
623
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.1.tgz#2b9625a3d4e445babac9788daec39094e6b11e3e"
624
+ integrity sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==
691
625
  dependencies:
692
- "@babel/helper-plugin-utils" "^7.18.6"
693
- "@babel/helper-replace-supers" "^7.18.6"
626
+ "@babel/helper-hoist-variables" "^7.22.5"
627
+ "@babel/helper-module-transforms" "^7.23.3"
628
+ "@babel/helper-plugin-utils" "^7.24.0"
629
+ "@babel/helper-validator-identifier" "^7.22.20"
694
630
 
695
- "@babel/plugin-transform-parameters@^7.20.7", "@babel/plugin-transform-parameters@^7.21.3":
696
- version "7.21.3"
697
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.21.3.tgz#18fc4e797cf6d6d972cb8c411dbe8a809fa157db"
698
- integrity sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==
631
+ "@babel/plugin-transform-modules-umd@^7.24.1":
632
+ version "7.24.1"
633
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.1.tgz#69220c66653a19cf2c0872b9c762b9a48b8bebef"
634
+ integrity sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==
699
635
  dependencies:
700
- "@babel/helper-plugin-utils" "^7.20.2"
636
+ "@babel/helper-module-transforms" "^7.23.3"
637
+ "@babel/helper-plugin-utils" "^7.24.0"
701
638
 
702
- "@babel/plugin-transform-property-literals@^7.18.6":
703
- version "7.18.6"
704
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz#e22498903a483448e94e032e9bbb9c5ccbfc93a3"
705
- integrity sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==
639
+ "@babel/plugin-transform-named-capturing-groups-regex@^7.22.5":
640
+ version "7.22.5"
641
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz#67fe18ee8ce02d57c855185e27e3dc959b2e991f"
642
+ integrity sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==
706
643
  dependencies:
707
- "@babel/helper-plugin-utils" "^7.18.6"
644
+ "@babel/helper-create-regexp-features-plugin" "^7.22.5"
645
+ "@babel/helper-plugin-utils" "^7.22.5"
708
646
 
709
- "@babel/plugin-transform-regenerator@^7.20.5":
710
- version "7.20.5"
711
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz#57cda588c7ffb7f4f8483cc83bdcea02a907f04d"
712
- integrity sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==
647
+ "@babel/plugin-transform-new-target@^7.24.1":
648
+ version "7.24.1"
649
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.1.tgz#29c59988fa3d0157de1c871a28cd83096363cc34"
650
+ integrity sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==
713
651
  dependencies:
714
- "@babel/helper-plugin-utils" "^7.20.2"
715
- regenerator-transform "^0.15.1"
652
+ "@babel/helper-plugin-utils" "^7.24.0"
716
653
 
717
- "@babel/plugin-transform-reserved-words@^7.18.6":
718
- version "7.18.6"
719
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz#b1abd8ebf8edaa5f7fe6bbb8d2133d23b6a6f76a"
720
- integrity sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==
654
+ "@babel/plugin-transform-nullish-coalescing-operator@^7.24.1":
655
+ version "7.24.1"
656
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.1.tgz#0cd494bb97cb07d428bd651632cb9d4140513988"
657
+ integrity sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==
721
658
  dependencies:
722
- "@babel/helper-plugin-utils" "^7.18.6"
659
+ "@babel/helper-plugin-utils" "^7.24.0"
660
+ "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
723
661
 
724
- "@babel/plugin-transform-shorthand-properties@^7.18.6":
725
- version "7.18.6"
726
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz#6d6df7983d67b195289be24909e3f12a8f664dc9"
727
- integrity sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==
662
+ "@babel/plugin-transform-numeric-separator@^7.24.1":
663
+ version "7.24.1"
664
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.1.tgz#5bc019ce5b3435c1cadf37215e55e433d674d4e8"
665
+ integrity sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==
728
666
  dependencies:
729
- "@babel/helper-plugin-utils" "^7.18.6"
667
+ "@babel/helper-plugin-utils" "^7.24.0"
668
+ "@babel/plugin-syntax-numeric-separator" "^7.10.4"
730
669
 
731
- "@babel/plugin-transform-spread@^7.20.7":
732
- version "7.20.7"
733
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.20.7.tgz#c2d83e0b99d3bf83e07b11995ee24bf7ca09401e"
734
- integrity sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==
670
+ "@babel/plugin-transform-object-rest-spread@^7.24.5":
671
+ version "7.24.5"
672
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.5.tgz#f91bbcb092ff957c54b4091c86bda8372f0b10ef"
673
+ integrity sha512-7EauQHszLGM3ay7a161tTQH7fj+3vVM/gThlz5HpFtnygTxjrlvoeq7MPVA1Vy9Q555OB8SnAOsMkLShNkkrHA==
735
674
  dependencies:
736
- "@babel/helper-plugin-utils" "^7.20.2"
737
- "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0"
675
+ "@babel/helper-compilation-targets" "^7.23.6"
676
+ "@babel/helper-plugin-utils" "^7.24.5"
677
+ "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
678
+ "@babel/plugin-transform-parameters" "^7.24.5"
738
679
 
739
- "@babel/plugin-transform-sticky-regex@^7.18.6":
740
- version "7.18.6"
741
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz#c6706eb2b1524028e317720339583ad0f444adcc"
742
- integrity sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==
680
+ "@babel/plugin-transform-object-super@^7.24.1":
681
+ version "7.24.1"
682
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.1.tgz#e71d6ab13483cca89ed95a474f542bbfc20a0520"
683
+ integrity sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==
743
684
  dependencies:
744
- "@babel/helper-plugin-utils" "^7.18.6"
685
+ "@babel/helper-plugin-utils" "^7.24.0"
686
+ "@babel/helper-replace-supers" "^7.24.1"
745
687
 
746
- "@babel/plugin-transform-template-literals@^7.18.9":
747
- version "7.18.9"
748
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz#04ec6f10acdaa81846689d63fae117dd9c243a5e"
749
- integrity sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==
688
+ "@babel/plugin-transform-optional-catch-binding@^7.24.1":
689
+ version "7.24.1"
690
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.1.tgz#92a3d0efe847ba722f1a4508669b23134669e2da"
691
+ integrity sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==
750
692
  dependencies:
751
- "@babel/helper-plugin-utils" "^7.18.9"
693
+ "@babel/helper-plugin-utils" "^7.24.0"
694
+ "@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
752
695
 
753
- "@babel/plugin-transform-typeof-symbol@^7.18.9":
754
- version "7.18.9"
755
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz#c8cea68263e45addcd6afc9091429f80925762c0"
756
- integrity sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==
696
+ "@babel/plugin-transform-optional-chaining@^7.24.1", "@babel/plugin-transform-optional-chaining@^7.24.5":
697
+ version "7.24.5"
698
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.5.tgz#a6334bebd7f9dd3df37447880d0bd64b778e600f"
699
+ integrity sha512-xWCkmwKT+ihmA6l7SSTpk8e4qQl/274iNbSKRRS8mpqFR32ksy36+a+LWY8OXCCEefF8WFlnOHVsaDI2231wBg==
757
700
  dependencies:
758
- "@babel/helper-plugin-utils" "^7.18.9"
701
+ "@babel/helper-plugin-utils" "^7.24.5"
702
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
703
+ "@babel/plugin-syntax-optional-chaining" "^7.8.3"
759
704
 
760
- "@babel/plugin-transform-unicode-escapes@^7.18.10":
761
- version "7.18.10"
762
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz#1ecfb0eda83d09bbcb77c09970c2dd55832aa246"
763
- integrity sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==
705
+ "@babel/plugin-transform-parameters@^7.24.5":
706
+ version "7.24.5"
707
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.5.tgz#5c3b23f3a6b8fed090f9b98f2926896d3153cc62"
708
+ integrity sha512-9Co00MqZ2aoky+4j2jhofErthm6QVLKbpQrvz20c3CH9KQCLHyNB+t2ya4/UrRpQGR+Wrwjg9foopoeSdnHOkA==
764
709
  dependencies:
765
- "@babel/helper-plugin-utils" "^7.18.9"
710
+ "@babel/helper-plugin-utils" "^7.24.5"
766
711
 
767
- "@babel/plugin-transform-unicode-regex@^7.18.6":
768
- version "7.18.6"
769
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz#194317225d8c201bbae103364ffe9e2cea36cdca"
770
- integrity sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==
712
+ "@babel/plugin-transform-private-methods@^7.24.1":
713
+ version "7.24.1"
714
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.1.tgz#a0faa1ae87eff077e1e47a5ec81c3aef383dc15a"
715
+ integrity sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==
771
716
  dependencies:
772
- "@babel/helper-create-regexp-features-plugin" "^7.18.6"
773
- "@babel/helper-plugin-utils" "^7.18.6"
717
+ "@babel/helper-create-class-features-plugin" "^7.24.1"
718
+ "@babel/helper-plugin-utils" "^7.24.0"
719
+
720
+ "@babel/plugin-transform-private-property-in-object@^7.24.5":
721
+ version "7.24.5"
722
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.5.tgz#f5d1fcad36e30c960134cb479f1ca98a5b06eda5"
723
+ integrity sha512-JM4MHZqnWR04jPMujQDTBVRnqxpLLpx2tkn7iPn+Hmsc0Gnb79yvRWOkvqFOx3Z7P7VxiRIR22c4eGSNj87OBQ==
724
+ dependencies:
725
+ "@babel/helper-annotate-as-pure" "^7.22.5"
726
+ "@babel/helper-create-class-features-plugin" "^7.24.5"
727
+ "@babel/helper-plugin-utils" "^7.24.5"
728
+ "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
729
+
730
+ "@babel/plugin-transform-property-literals@^7.24.1":
731
+ version "7.24.1"
732
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.1.tgz#d6a9aeab96f03749f4eebeb0b6ea8e90ec958825"
733
+ integrity sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==
734
+ dependencies:
735
+ "@babel/helper-plugin-utils" "^7.24.0"
736
+
737
+ "@babel/plugin-transform-regenerator@^7.24.1":
738
+ version "7.24.1"
739
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.1.tgz#625b7545bae52363bdc1fbbdc7252b5046409c8c"
740
+ integrity sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==
741
+ dependencies:
742
+ "@babel/helper-plugin-utils" "^7.24.0"
743
+ regenerator-transform "^0.15.2"
744
+
745
+ "@babel/plugin-transform-reserved-words@^7.24.1":
746
+ version "7.24.1"
747
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.1.tgz#8de729f5ecbaaf5cf83b67de13bad38a21be57c1"
748
+ integrity sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==
749
+ dependencies:
750
+ "@babel/helper-plugin-utils" "^7.24.0"
751
+
752
+ "@babel/plugin-transform-shorthand-properties@^7.24.1":
753
+ version "7.24.1"
754
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.1.tgz#ba9a09144cf55d35ec6b93a32253becad8ee5b55"
755
+ integrity sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==
756
+ dependencies:
757
+ "@babel/helper-plugin-utils" "^7.24.0"
758
+
759
+ "@babel/plugin-transform-spread@^7.24.1":
760
+ version "7.24.1"
761
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.1.tgz#a1acf9152cbf690e4da0ba10790b3ac7d2b2b391"
762
+ integrity sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==
763
+ dependencies:
764
+ "@babel/helper-plugin-utils" "^7.24.0"
765
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
766
+
767
+ "@babel/plugin-transform-sticky-regex@^7.24.1":
768
+ version "7.24.1"
769
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.1.tgz#f03e672912c6e203ed8d6e0271d9c2113dc031b9"
770
+ integrity sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==
771
+ dependencies:
772
+ "@babel/helper-plugin-utils" "^7.24.0"
773
+
774
+ "@babel/plugin-transform-template-literals@^7.24.1":
775
+ version "7.24.1"
776
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.1.tgz#15e2166873a30d8617e3e2ccadb86643d327aab7"
777
+ integrity sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==
778
+ dependencies:
779
+ "@babel/helper-plugin-utils" "^7.24.0"
780
+
781
+ "@babel/plugin-transform-typeof-symbol@^7.24.5":
782
+ version "7.24.5"
783
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.5.tgz#703cace5ef74155fb5eecab63cbfc39bdd25fe12"
784
+ integrity sha512-UTGnhYVZtTAjdwOTzT+sCyXmTn8AhaxOS/MjG9REclZ6ULHWF9KoCZur0HSGU7hk8PdBFKKbYe6+gqdXWz84Jg==
785
+ dependencies:
786
+ "@babel/helper-plugin-utils" "^7.24.5"
787
+
788
+ "@babel/plugin-transform-unicode-escapes@^7.24.1":
789
+ version "7.24.1"
790
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.1.tgz#fb3fa16676549ac7c7449db9b342614985c2a3a4"
791
+ integrity sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==
792
+ dependencies:
793
+ "@babel/helper-plugin-utils" "^7.24.0"
794
+
795
+ "@babel/plugin-transform-unicode-property-regex@^7.24.1":
796
+ version "7.24.1"
797
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.1.tgz#56704fd4d99da81e5e9f0c0c93cabd91dbc4889e"
798
+ integrity sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==
799
+ dependencies:
800
+ "@babel/helper-create-regexp-features-plugin" "^7.22.15"
801
+ "@babel/helper-plugin-utils" "^7.24.0"
802
+
803
+ "@babel/plugin-transform-unicode-regex@^7.24.1":
804
+ version "7.24.1"
805
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.1.tgz#57c3c191d68f998ac46b708380c1ce4d13536385"
806
+ integrity sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==
807
+ dependencies:
808
+ "@babel/helper-create-regexp-features-plugin" "^7.22.15"
809
+ "@babel/helper-plugin-utils" "^7.24.0"
810
+
811
+ "@babel/plugin-transform-unicode-sets-regex@^7.24.1":
812
+ version "7.24.1"
813
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.1.tgz#c1ea175b02afcffc9cf57a9c4658326625165b7f"
814
+ integrity sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==
815
+ dependencies:
816
+ "@babel/helper-create-regexp-features-plugin" "^7.22.15"
817
+ "@babel/helper-plugin-utils" "^7.24.0"
774
818
 
775
819
  "@babel/preset-env@^7.14.7":
776
- version "7.21.4"
777
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.21.4.tgz#a952482e634a8dd8271a3fe5459a16eb10739c58"
778
- integrity sha512-2W57zHs2yDLm6GD5ZpvNn71lZ0B/iypSdIeq25OurDKji6AdzV07qp4s3n1/x5BqtiGaTrPN3nerlSCaC5qNTw==
779
- dependencies:
780
- "@babel/compat-data" "^7.21.4"
781
- "@babel/helper-compilation-targets" "^7.21.4"
782
- "@babel/helper-plugin-utils" "^7.20.2"
783
- "@babel/helper-validator-option" "^7.21.0"
784
- "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
785
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.20.7"
786
- "@babel/plugin-proposal-async-generator-functions" "^7.20.7"
787
- "@babel/plugin-proposal-class-properties" "^7.18.6"
788
- "@babel/plugin-proposal-class-static-block" "^7.21.0"
789
- "@babel/plugin-proposal-dynamic-import" "^7.18.6"
790
- "@babel/plugin-proposal-export-namespace-from" "^7.18.9"
791
- "@babel/plugin-proposal-json-strings" "^7.18.6"
792
- "@babel/plugin-proposal-logical-assignment-operators" "^7.20.7"
793
- "@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6"
794
- "@babel/plugin-proposal-numeric-separator" "^7.18.6"
795
- "@babel/plugin-proposal-object-rest-spread" "^7.20.7"
796
- "@babel/plugin-proposal-optional-catch-binding" "^7.18.6"
797
- "@babel/plugin-proposal-optional-chaining" "^7.21.0"
798
- "@babel/plugin-proposal-private-methods" "^7.18.6"
799
- "@babel/plugin-proposal-private-property-in-object" "^7.21.0"
800
- "@babel/plugin-proposal-unicode-property-regex" "^7.18.6"
820
+ version "7.24.5"
821
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.5.tgz#6a9ac90bd5a5a9dae502af60dfc58c190551bbcd"
822
+ integrity sha512-UGK2ifKtcC8i5AI4cH+sbLLuLc2ktYSFJgBAXorKAsHUZmrQ1q6aQ6i3BvU24wWs2AAKqQB6kq3N9V9Gw1HiMQ==
823
+ dependencies:
824
+ "@babel/compat-data" "^7.24.4"
825
+ "@babel/helper-compilation-targets" "^7.23.6"
826
+ "@babel/helper-plugin-utils" "^7.24.5"
827
+ "@babel/helper-validator-option" "^7.23.5"
828
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.5"
829
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.1"
830
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.1"
831
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.1"
832
+ "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
801
833
  "@babel/plugin-syntax-async-generators" "^7.8.4"
802
834
  "@babel/plugin-syntax-class-properties" "^7.12.13"
803
835
  "@babel/plugin-syntax-class-static-block" "^7.14.5"
804
836
  "@babel/plugin-syntax-dynamic-import" "^7.8.3"
805
837
  "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
806
- "@babel/plugin-syntax-import-assertions" "^7.20.0"
838
+ "@babel/plugin-syntax-import-assertions" "^7.24.1"
839
+ "@babel/plugin-syntax-import-attributes" "^7.24.1"
840
+ "@babel/plugin-syntax-import-meta" "^7.10.4"
807
841
  "@babel/plugin-syntax-json-strings" "^7.8.3"
808
842
  "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
809
843
  "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
@@ -813,54 +847,68 @@
813
847
  "@babel/plugin-syntax-optional-chaining" "^7.8.3"
814
848
  "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
815
849
  "@babel/plugin-syntax-top-level-await" "^7.14.5"
816
- "@babel/plugin-transform-arrow-functions" "^7.20.7"
817
- "@babel/plugin-transform-async-to-generator" "^7.20.7"
818
- "@babel/plugin-transform-block-scoped-functions" "^7.18.6"
819
- "@babel/plugin-transform-block-scoping" "^7.21.0"
820
- "@babel/plugin-transform-classes" "^7.21.0"
821
- "@babel/plugin-transform-computed-properties" "^7.20.7"
822
- "@babel/plugin-transform-destructuring" "^7.21.3"
823
- "@babel/plugin-transform-dotall-regex" "^7.18.6"
824
- "@babel/plugin-transform-duplicate-keys" "^7.18.9"
825
- "@babel/plugin-transform-exponentiation-operator" "^7.18.6"
826
- "@babel/plugin-transform-for-of" "^7.21.0"
827
- "@babel/plugin-transform-function-name" "^7.18.9"
828
- "@babel/plugin-transform-literals" "^7.18.9"
829
- "@babel/plugin-transform-member-expression-literals" "^7.18.6"
830
- "@babel/plugin-transform-modules-amd" "^7.20.11"
831
- "@babel/plugin-transform-modules-commonjs" "^7.21.2"
832
- "@babel/plugin-transform-modules-systemjs" "^7.20.11"
833
- "@babel/plugin-transform-modules-umd" "^7.18.6"
834
- "@babel/plugin-transform-named-capturing-groups-regex" "^7.20.5"
835
- "@babel/plugin-transform-new-target" "^7.18.6"
836
- "@babel/plugin-transform-object-super" "^7.18.6"
837
- "@babel/plugin-transform-parameters" "^7.21.3"
838
- "@babel/plugin-transform-property-literals" "^7.18.6"
839
- "@babel/plugin-transform-regenerator" "^7.20.5"
840
- "@babel/plugin-transform-reserved-words" "^7.18.6"
841
- "@babel/plugin-transform-shorthand-properties" "^7.18.6"
842
- "@babel/plugin-transform-spread" "^7.20.7"
843
- "@babel/plugin-transform-sticky-regex" "^7.18.6"
844
- "@babel/plugin-transform-template-literals" "^7.18.9"
845
- "@babel/plugin-transform-typeof-symbol" "^7.18.9"
846
- "@babel/plugin-transform-unicode-escapes" "^7.18.10"
847
- "@babel/plugin-transform-unicode-regex" "^7.18.6"
848
- "@babel/preset-modules" "^0.1.5"
849
- "@babel/types" "^7.21.4"
850
- babel-plugin-polyfill-corejs2 "^0.3.3"
851
- babel-plugin-polyfill-corejs3 "^0.6.0"
852
- babel-plugin-polyfill-regenerator "^0.4.1"
853
- core-js-compat "^3.25.1"
854
- semver "^6.3.0"
855
-
856
- "@babel/preset-modules@^0.1.5":
857
- version "0.1.5"
858
- resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz#ef939d6e7f268827e1841638dc6ff95515e115d9"
859
- integrity sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==
850
+ "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
851
+ "@babel/plugin-transform-arrow-functions" "^7.24.1"
852
+ "@babel/plugin-transform-async-generator-functions" "^7.24.3"
853
+ "@babel/plugin-transform-async-to-generator" "^7.24.1"
854
+ "@babel/plugin-transform-block-scoped-functions" "^7.24.1"
855
+ "@babel/plugin-transform-block-scoping" "^7.24.5"
856
+ "@babel/plugin-transform-class-properties" "^7.24.1"
857
+ "@babel/plugin-transform-class-static-block" "^7.24.4"
858
+ "@babel/plugin-transform-classes" "^7.24.5"
859
+ "@babel/plugin-transform-computed-properties" "^7.24.1"
860
+ "@babel/plugin-transform-destructuring" "^7.24.5"
861
+ "@babel/plugin-transform-dotall-regex" "^7.24.1"
862
+ "@babel/plugin-transform-duplicate-keys" "^7.24.1"
863
+ "@babel/plugin-transform-dynamic-import" "^7.24.1"
864
+ "@babel/plugin-transform-exponentiation-operator" "^7.24.1"
865
+ "@babel/plugin-transform-export-namespace-from" "^7.24.1"
866
+ "@babel/plugin-transform-for-of" "^7.24.1"
867
+ "@babel/plugin-transform-function-name" "^7.24.1"
868
+ "@babel/plugin-transform-json-strings" "^7.24.1"
869
+ "@babel/plugin-transform-literals" "^7.24.1"
870
+ "@babel/plugin-transform-logical-assignment-operators" "^7.24.1"
871
+ "@babel/plugin-transform-member-expression-literals" "^7.24.1"
872
+ "@babel/plugin-transform-modules-amd" "^7.24.1"
873
+ "@babel/plugin-transform-modules-commonjs" "^7.24.1"
874
+ "@babel/plugin-transform-modules-systemjs" "^7.24.1"
875
+ "@babel/plugin-transform-modules-umd" "^7.24.1"
876
+ "@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5"
877
+ "@babel/plugin-transform-new-target" "^7.24.1"
878
+ "@babel/plugin-transform-nullish-coalescing-operator" "^7.24.1"
879
+ "@babel/plugin-transform-numeric-separator" "^7.24.1"
880
+ "@babel/plugin-transform-object-rest-spread" "^7.24.5"
881
+ "@babel/plugin-transform-object-super" "^7.24.1"
882
+ "@babel/plugin-transform-optional-catch-binding" "^7.24.1"
883
+ "@babel/plugin-transform-optional-chaining" "^7.24.5"
884
+ "@babel/plugin-transform-parameters" "^7.24.5"
885
+ "@babel/plugin-transform-private-methods" "^7.24.1"
886
+ "@babel/plugin-transform-private-property-in-object" "^7.24.5"
887
+ "@babel/plugin-transform-property-literals" "^7.24.1"
888
+ "@babel/plugin-transform-regenerator" "^7.24.1"
889
+ "@babel/plugin-transform-reserved-words" "^7.24.1"
890
+ "@babel/plugin-transform-shorthand-properties" "^7.24.1"
891
+ "@babel/plugin-transform-spread" "^7.24.1"
892
+ "@babel/plugin-transform-sticky-regex" "^7.24.1"
893
+ "@babel/plugin-transform-template-literals" "^7.24.1"
894
+ "@babel/plugin-transform-typeof-symbol" "^7.24.5"
895
+ "@babel/plugin-transform-unicode-escapes" "^7.24.1"
896
+ "@babel/plugin-transform-unicode-property-regex" "^7.24.1"
897
+ "@babel/plugin-transform-unicode-regex" "^7.24.1"
898
+ "@babel/plugin-transform-unicode-sets-regex" "^7.24.1"
899
+ "@babel/preset-modules" "0.1.6-no-external-plugins"
900
+ babel-plugin-polyfill-corejs2 "^0.4.10"
901
+ babel-plugin-polyfill-corejs3 "^0.10.4"
902
+ babel-plugin-polyfill-regenerator "^0.6.1"
903
+ core-js-compat "^3.31.0"
904
+ semver "^6.3.1"
905
+
906
+ "@babel/preset-modules@0.1.6-no-external-plugins":
907
+ version "0.1.6-no-external-plugins"
908
+ resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz#ccb88a2c49c817236861fee7826080573b8a923a"
909
+ integrity sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==
860
910
  dependencies:
861
911
  "@babel/helper-plugin-utils" "^7.0.0"
862
- "@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
863
- "@babel/plugin-transform-dotall-regex" "^7.4.4"
864
912
  "@babel/types" "^7.4.4"
865
913
  esutils "^2.0.2"
866
914
 
@@ -870,44 +918,44 @@
870
918
  integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
871
919
 
872
920
  "@babel/runtime@^7.8.4":
873
- version "7.21.0"
874
- resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.0.tgz#5b55c9d394e5fcf304909a8b00c07dc217b56673"
875
- integrity sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==
876
- dependencies:
877
- regenerator-runtime "^0.13.11"
878
-
879
- "@babel/template@^7.18.10", "@babel/template@^7.20.7":
880
- version "7.20.7"
881
- resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
882
- integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==
883
- dependencies:
884
- "@babel/code-frame" "^7.18.6"
885
- "@babel/parser" "^7.20.7"
886
- "@babel/types" "^7.20.7"
887
-
888
- "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4":
889
- version "7.21.4"
890
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36"
891
- integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==
892
- dependencies:
893
- "@babel/code-frame" "^7.21.4"
894
- "@babel/generator" "^7.21.4"
895
- "@babel/helper-environment-visitor" "^7.18.9"
896
- "@babel/helper-function-name" "^7.21.0"
897
- "@babel/helper-hoist-variables" "^7.18.6"
898
- "@babel/helper-split-export-declaration" "^7.18.6"
899
- "@babel/parser" "^7.21.4"
900
- "@babel/types" "^7.21.4"
901
- debug "^4.1.0"
921
+ version "7.24.5"
922
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.5.tgz#230946857c053a36ccc66e1dd03b17dd0c4ed02c"
923
+ integrity sha512-Nms86NXrsaeU9vbBJKni6gXiEXZ4CVpYVzEjDH9Sb8vmZ3UljyA1GSOJl/6LGPO8EHLuSF9H+IxNXHPX8QHJ4g==
924
+ dependencies:
925
+ regenerator-runtime "^0.14.0"
926
+
927
+ "@babel/template@^7.22.15", "@babel/template@^7.24.0":
928
+ version "7.24.0"
929
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50"
930
+ integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==
931
+ dependencies:
932
+ "@babel/code-frame" "^7.23.5"
933
+ "@babel/parser" "^7.24.0"
934
+ "@babel/types" "^7.24.0"
935
+
936
+ "@babel/traverse@^7.24.5":
937
+ version "7.24.5"
938
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.5.tgz#972aa0bc45f16983bf64aa1f877b2dd0eea7e6f8"
939
+ integrity sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==
940
+ dependencies:
941
+ "@babel/code-frame" "^7.24.2"
942
+ "@babel/generator" "^7.24.5"
943
+ "@babel/helper-environment-visitor" "^7.22.20"
944
+ "@babel/helper-function-name" "^7.23.0"
945
+ "@babel/helper-hoist-variables" "^7.22.5"
946
+ "@babel/helper-split-export-declaration" "^7.24.5"
947
+ "@babel/parser" "^7.24.5"
948
+ "@babel/types" "^7.24.5"
949
+ debug "^4.3.1"
902
950
  globals "^11.1.0"
903
951
 
904
- "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.4", "@babel/types@^7.4.4":
905
- version "7.21.4"
906
- resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4"
907
- integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==
952
+ "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.24.5", "@babel/types@^7.4.4":
953
+ version "7.24.5"
954
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7"
955
+ integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==
908
956
  dependencies:
909
- "@babel/helper-string-parser" "^7.19.4"
910
- "@babel/helper-validator-identifier" "^7.19.1"
957
+ "@babel/helper-string-parser" "^7.24.1"
958
+ "@babel/helper-validator-identifier" "^7.24.5"
911
959
  to-fast-properties "^2.0.0"
912
960
 
913
961
  "@discoveryjs/json-ext@^0.5.0":
@@ -920,58 +968,45 @@
920
968
  resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz#ecda5712b61ac852c760d8b3c79c96adca5554e5"
921
969
  integrity sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg==
922
970
 
923
- "@gar/promisify@^1.0.1":
924
- version "1.1.3"
925
- resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
926
- integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
927
-
928
- "@jridgewell/gen-mapping@^0.1.0":
929
- version "0.1.1"
930
- resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996"
931
- integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==
971
+ "@jridgewell/gen-mapping@^0.3.5":
972
+ version "0.3.5"
973
+ resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
974
+ integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==
932
975
  dependencies:
933
- "@jridgewell/set-array" "^1.0.0"
976
+ "@jridgewell/set-array" "^1.2.1"
934
977
  "@jridgewell/sourcemap-codec" "^1.4.10"
978
+ "@jridgewell/trace-mapping" "^0.3.24"
935
979
 
936
- "@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2":
937
- version "0.3.2"
938
- resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9"
939
- integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==
940
- dependencies:
941
- "@jridgewell/set-array" "^1.0.1"
942
- "@jridgewell/sourcemap-codec" "^1.4.10"
943
- "@jridgewell/trace-mapping" "^0.3.9"
944
-
945
- "@jridgewell/resolve-uri@3.1.0":
946
- version "3.1.0"
947
- resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
948
- integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
980
+ "@jridgewell/resolve-uri@^3.1.0":
981
+ version "3.1.2"
982
+ resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
983
+ integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
949
984
 
950
- "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1":
951
- version "1.1.2"
952
- resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
953
- integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
985
+ "@jridgewell/set-array@^1.2.1":
986
+ version "1.2.1"
987
+ resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280"
988
+ integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
954
989
 
955
- "@jridgewell/source-map@^0.3.2":
956
- version "0.3.2"
957
- resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.2.tgz#f45351aaed4527a298512ec72f81040c998580fb"
958
- integrity sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==
990
+ "@jridgewell/source-map@^0.3.3":
991
+ version "0.3.6"
992
+ resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.6.tgz#9d71ca886e32502eb9362c9a74a46787c36df81a"
993
+ integrity sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==
959
994
  dependencies:
960
- "@jridgewell/gen-mapping" "^0.3.0"
961
- "@jridgewell/trace-mapping" "^0.3.9"
995
+ "@jridgewell/gen-mapping" "^0.3.5"
996
+ "@jridgewell/trace-mapping" "^0.3.25"
962
997
 
963
- "@jridgewell/sourcemap-codec@1.4.14", "@jridgewell/sourcemap-codec@^1.4.10":
964
- version "1.4.14"
965
- resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
966
- integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
998
+ "@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
999
+ version "1.4.15"
1000
+ resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
1001
+ integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
967
1002
 
968
- "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
969
- version "0.3.17"
970
- resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
971
- integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==
1003
+ "@jridgewell/trace-mapping@^0.3.20", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
1004
+ version "0.3.25"
1005
+ resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
1006
+ integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
972
1007
  dependencies:
973
- "@jridgewell/resolve-uri" "3.1.0"
974
- "@jridgewell/sourcemap-codec" "1.4.14"
1008
+ "@jridgewell/resolve-uri" "^3.1.0"
1009
+ "@jridgewell/sourcemap-codec" "^1.4.14"
975
1010
 
976
1011
  "@nodelib/fs.scandir@2.1.5":
977
1012
  version "2.1.5"
@@ -994,207 +1029,178 @@
994
1029
  "@nodelib/fs.scandir" "2.1.5"
995
1030
  fastq "^1.6.0"
996
1031
 
997
- "@npmcli/fs@^1.0.0":
998
- version "1.1.1"
999
- resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-1.1.1.tgz#72f719fe935e687c56a4faecf3c03d06ba593257"
1000
- integrity sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==
1001
- dependencies:
1002
- "@gar/promisify" "^1.0.1"
1003
- semver "^7.3.5"
1004
-
1005
- "@npmcli/move-file@^1.0.1":
1006
- version "1.1.2"
1007
- resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-1.1.2.tgz#1a82c3e372f7cae9253eb66d72543d6b8685c674"
1008
- integrity sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==
1009
- dependencies:
1010
- mkdirp "^1.0.4"
1011
- rimraf "^3.0.2"
1012
-
1013
1032
  "@rails/ujs@^6.1.3-1":
1014
1033
  version "6.1.7"
1015
1034
  resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-6.1.7.tgz#b09dc5b2105dd267e8374c47e4490240451dc7f6"
1016
1035
  integrity sha512-0e7WQ4LE/+LEfW2zfAw9ppsB6A8RmxbdAUPAF++UT80epY+7emuQDkKXmaK0a9lp6An50RvzezI0cIQjp1A58w==
1017
1036
 
1018
- "@tootallnate/once@1":
1019
- version "1.1.2"
1020
- resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
1021
- integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
1022
-
1023
1037
  "@trysound/sax@0.2.0":
1024
1038
  version "0.2.0"
1025
1039
  resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad"
1026
1040
  integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==
1027
1041
 
1028
1042
  "@types/eslint-scope@^3.7.3":
1029
- version "3.7.4"
1030
- resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.4.tgz#37fc1223f0786c39627068a12e94d6e6fc61de16"
1031
- integrity sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==
1043
+ version "3.7.7"
1044
+ resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.7.tgz#3108bd5f18b0cdb277c867b3dd449c9ed7079ac5"
1045
+ integrity sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==
1032
1046
  dependencies:
1033
1047
  "@types/eslint" "*"
1034
1048
  "@types/estree" "*"
1035
1049
 
1036
1050
  "@types/eslint@*":
1037
- version "8.37.0"
1038
- resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.37.0.tgz#29cebc6c2a3ac7fea7113207bf5a828fdf4d7ef1"
1039
- integrity sha512-Piet7dG2JBuDIfohBngQ3rCt7MgO9xCO4xIMKxBThCq5PNRB91IjlJ10eJVwfoNtvTErmxLzwBZ7rHZtbOMmFQ==
1051
+ version "8.56.10"
1052
+ resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.10.tgz#eb2370a73bf04a901eeba8f22595c7ee0f7eb58d"
1053
+ integrity sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==
1040
1054
  dependencies:
1041
1055
  "@types/estree" "*"
1042
1056
  "@types/json-schema" "*"
1043
1057
 
1044
- "@types/estree@*":
1045
- version "1.0.0"
1046
- resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
1047
- integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
1058
+ "@types/estree@*", "@types/estree@^1.0.5":
1059
+ version "1.0.5"
1060
+ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
1061
+ integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
1048
1062
 
1049
- "@types/estree@^0.0.51":
1050
- version "0.0.51"
1051
- resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40"
1052
- integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==
1063
+ "@types/json-schema@*", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
1064
+ version "7.0.15"
1065
+ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
1066
+ integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
1053
1067
 
1054
- "@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
1068
+ "@types/json-schema@^7.0.5":
1055
1069
  version "7.0.11"
1056
1070
  resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
1057
1071
  integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
1058
1072
 
1059
- "@types/minimist@^1.2.0":
1060
- version "1.2.2"
1061
- resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
1062
- integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
1063
-
1064
1073
  "@types/node@*":
1065
- version "18.15.11"
1066
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f"
1067
- integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==
1068
-
1069
- "@types/normalize-package-data@^2.4.0":
1070
- version "2.4.1"
1071
- resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
1072
- integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
1074
+ version "20.12.12"
1075
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.12.tgz#7cbecdf902085cec634fdb362172dfe12b8f2050"
1076
+ integrity sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==
1077
+ dependencies:
1078
+ undici-types "~5.26.4"
1073
1079
 
1074
1080
  "@types/parse-json@^4.0.0":
1075
1081
  version "4.0.0"
1076
1082
  resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
1077
1083
  integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
1078
1084
 
1079
- "@webassemblyjs/ast@1.11.1":
1080
- version "1.11.1"
1081
- resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
1082
- integrity sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==
1085
+ "@webassemblyjs/ast@1.12.1", "@webassemblyjs/ast@^1.12.1":
1086
+ version "1.12.1"
1087
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.12.1.tgz#bb16a0e8b1914f979f45864c23819cc3e3f0d4bb"
1088
+ integrity sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==
1083
1089
  dependencies:
1084
- "@webassemblyjs/helper-numbers" "1.11.1"
1085
- "@webassemblyjs/helper-wasm-bytecode" "1.11.1"
1090
+ "@webassemblyjs/helper-numbers" "1.11.6"
1091
+ "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
1086
1092
 
1087
- "@webassemblyjs/floating-point-hex-parser@1.11.1":
1088
- version "1.11.1"
1089
- resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz#f6c61a705f0fd7a6aecaa4e8198f23d9dc179e4f"
1090
- integrity sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==
1093
+ "@webassemblyjs/floating-point-hex-parser@1.11.6":
1094
+ version "1.11.6"
1095
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz#dacbcb95aff135c8260f77fa3b4c5fea600a6431"
1096
+ integrity sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==
1091
1097
 
1092
- "@webassemblyjs/helper-api-error@1.11.1":
1093
- version "1.11.1"
1094
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz#1a63192d8788e5c012800ba6a7a46c705288fd16"
1095
- integrity sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==
1098
+ "@webassemblyjs/helper-api-error@1.11.6":
1099
+ version "1.11.6"
1100
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz#6132f68c4acd59dcd141c44b18cbebbd9f2fa768"
1101
+ integrity sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==
1096
1102
 
1097
- "@webassemblyjs/helper-buffer@1.11.1":
1098
- version "1.11.1"
1099
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz#832a900eb444884cde9a7cad467f81500f5e5ab5"
1100
- integrity sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==
1103
+ "@webassemblyjs/helper-buffer@1.12.1":
1104
+ version "1.12.1"
1105
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz#6df20d272ea5439bf20ab3492b7fb70e9bfcb3f6"
1106
+ integrity sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==
1101
1107
 
1102
- "@webassemblyjs/helper-numbers@1.11.1":
1103
- version "1.11.1"
1104
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz#64d81da219fbbba1e3bd1bfc74f6e8c4e10a62ae"
1105
- integrity sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==
1108
+ "@webassemblyjs/helper-numbers@1.11.6":
1109
+ version "1.11.6"
1110
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz#cbce5e7e0c1bd32cf4905ae444ef64cea919f1b5"
1111
+ integrity sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==
1106
1112
  dependencies:
1107
- "@webassemblyjs/floating-point-hex-parser" "1.11.1"
1108
- "@webassemblyjs/helper-api-error" "1.11.1"
1113
+ "@webassemblyjs/floating-point-hex-parser" "1.11.6"
1114
+ "@webassemblyjs/helper-api-error" "1.11.6"
1109
1115
  "@xtuc/long" "4.2.2"
1110
1116
 
1111
- "@webassemblyjs/helper-wasm-bytecode@1.11.1":
1112
- version "1.11.1"
1113
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz#f328241e41e7b199d0b20c18e88429c4433295e1"
1114
- integrity sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==
1117
+ "@webassemblyjs/helper-wasm-bytecode@1.11.6":
1118
+ version "1.11.6"
1119
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz#bb2ebdb3b83aa26d9baad4c46d4315283acd51e9"
1120
+ integrity sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==
1115
1121
 
1116
- "@webassemblyjs/helper-wasm-section@1.11.1":
1117
- version "1.11.1"
1118
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz#21ee065a7b635f319e738f0dd73bfbda281c097a"
1119
- integrity sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==
1122
+ "@webassemblyjs/helper-wasm-section@1.12.1":
1123
+ version "1.12.1"
1124
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz#3da623233ae1a60409b509a52ade9bc22a37f7bf"
1125
+ integrity sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==
1120
1126
  dependencies:
1121
- "@webassemblyjs/ast" "1.11.1"
1122
- "@webassemblyjs/helper-buffer" "1.11.1"
1123
- "@webassemblyjs/helper-wasm-bytecode" "1.11.1"
1124
- "@webassemblyjs/wasm-gen" "1.11.1"
1127
+ "@webassemblyjs/ast" "1.12.1"
1128
+ "@webassemblyjs/helper-buffer" "1.12.1"
1129
+ "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
1130
+ "@webassemblyjs/wasm-gen" "1.12.1"
1125
1131
 
1126
- "@webassemblyjs/ieee754@1.11.1":
1127
- version "1.11.1"
1128
- resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz#963929e9bbd05709e7e12243a099180812992614"
1129
- integrity sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==
1132
+ "@webassemblyjs/ieee754@1.11.6":
1133
+ version "1.11.6"
1134
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz#bb665c91d0b14fffceb0e38298c329af043c6e3a"
1135
+ integrity sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==
1130
1136
  dependencies:
1131
1137
  "@xtuc/ieee754" "^1.2.0"
1132
1138
 
1133
- "@webassemblyjs/leb128@1.11.1":
1134
- version "1.11.1"
1135
- resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.1.tgz#ce814b45574e93d76bae1fb2644ab9cdd9527aa5"
1136
- integrity sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==
1139
+ "@webassemblyjs/leb128@1.11.6":
1140
+ version "1.11.6"
1141
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.6.tgz#70e60e5e82f9ac81118bc25381a0b283893240d7"
1142
+ integrity sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==
1137
1143
  dependencies:
1138
1144
  "@xtuc/long" "4.2.2"
1139
1145
 
1140
- "@webassemblyjs/utf8@1.11.1":
1141
- version "1.11.1"
1142
- resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.1.tgz#d1f8b764369e7c6e6bae350e854dec9a59f0a3ff"
1143
- integrity sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==
1144
-
1145
- "@webassemblyjs/wasm-edit@1.11.1":
1146
- version "1.11.1"
1147
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz#ad206ebf4bf95a058ce9880a8c092c5dec8193d6"
1148
- integrity sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==
1149
- dependencies:
1150
- "@webassemblyjs/ast" "1.11.1"
1151
- "@webassemblyjs/helper-buffer" "1.11.1"
1152
- "@webassemblyjs/helper-wasm-bytecode" "1.11.1"
1153
- "@webassemblyjs/helper-wasm-section" "1.11.1"
1154
- "@webassemblyjs/wasm-gen" "1.11.1"
1155
- "@webassemblyjs/wasm-opt" "1.11.1"
1156
- "@webassemblyjs/wasm-parser" "1.11.1"
1157
- "@webassemblyjs/wast-printer" "1.11.1"
1158
-
1159
- "@webassemblyjs/wasm-gen@1.11.1":
1160
- version "1.11.1"
1161
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz#86c5ea304849759b7d88c47a32f4f039ae3c8f76"
1162
- integrity sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==
1163
- dependencies:
1164
- "@webassemblyjs/ast" "1.11.1"
1165
- "@webassemblyjs/helper-wasm-bytecode" "1.11.1"
1166
- "@webassemblyjs/ieee754" "1.11.1"
1167
- "@webassemblyjs/leb128" "1.11.1"
1168
- "@webassemblyjs/utf8" "1.11.1"
1169
-
1170
- "@webassemblyjs/wasm-opt@1.11.1":
1171
- version "1.11.1"
1172
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz#657b4c2202f4cf3b345f8a4c6461c8c2418985f2"
1173
- integrity sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==
1174
- dependencies:
1175
- "@webassemblyjs/ast" "1.11.1"
1176
- "@webassemblyjs/helper-buffer" "1.11.1"
1177
- "@webassemblyjs/wasm-gen" "1.11.1"
1178
- "@webassemblyjs/wasm-parser" "1.11.1"
1179
-
1180
- "@webassemblyjs/wasm-parser@1.11.1":
1181
- version "1.11.1"
1182
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz#86ca734534f417e9bd3c67c7a1c75d8be41fb199"
1183
- integrity sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==
1184
- dependencies:
1185
- "@webassemblyjs/ast" "1.11.1"
1186
- "@webassemblyjs/helper-api-error" "1.11.1"
1187
- "@webassemblyjs/helper-wasm-bytecode" "1.11.1"
1188
- "@webassemblyjs/ieee754" "1.11.1"
1189
- "@webassemblyjs/leb128" "1.11.1"
1190
- "@webassemblyjs/utf8" "1.11.1"
1191
-
1192
- "@webassemblyjs/wast-printer@1.11.1":
1193
- version "1.11.1"
1194
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz#d0c73beda8eec5426f10ae8ef55cee5e7084c2f0"
1195
- integrity sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==
1196
- dependencies:
1197
- "@webassemblyjs/ast" "1.11.1"
1146
+ "@webassemblyjs/utf8@1.11.6":
1147
+ version "1.11.6"
1148
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.6.tgz#90f8bc34c561595fe156603be7253cdbcd0fab5a"
1149
+ integrity sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==
1150
+
1151
+ "@webassemblyjs/wasm-edit@^1.12.1":
1152
+ version "1.12.1"
1153
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz#9f9f3ff52a14c980939be0ef9d5df9ebc678ae3b"
1154
+ integrity sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==
1155
+ dependencies:
1156
+ "@webassemblyjs/ast" "1.12.1"
1157
+ "@webassemblyjs/helper-buffer" "1.12.1"
1158
+ "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
1159
+ "@webassemblyjs/helper-wasm-section" "1.12.1"
1160
+ "@webassemblyjs/wasm-gen" "1.12.1"
1161
+ "@webassemblyjs/wasm-opt" "1.12.1"
1162
+ "@webassemblyjs/wasm-parser" "1.12.1"
1163
+ "@webassemblyjs/wast-printer" "1.12.1"
1164
+
1165
+ "@webassemblyjs/wasm-gen@1.12.1":
1166
+ version "1.12.1"
1167
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz#a6520601da1b5700448273666a71ad0a45d78547"
1168
+ integrity sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==
1169
+ dependencies:
1170
+ "@webassemblyjs/ast" "1.12.1"
1171
+ "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
1172
+ "@webassemblyjs/ieee754" "1.11.6"
1173
+ "@webassemblyjs/leb128" "1.11.6"
1174
+ "@webassemblyjs/utf8" "1.11.6"
1175
+
1176
+ "@webassemblyjs/wasm-opt@1.12.1":
1177
+ version "1.12.1"
1178
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz#9e6e81475dfcfb62dab574ac2dda38226c232bc5"
1179
+ integrity sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==
1180
+ dependencies:
1181
+ "@webassemblyjs/ast" "1.12.1"
1182
+ "@webassemblyjs/helper-buffer" "1.12.1"
1183
+ "@webassemblyjs/wasm-gen" "1.12.1"
1184
+ "@webassemblyjs/wasm-parser" "1.12.1"
1185
+
1186
+ "@webassemblyjs/wasm-parser@1.12.1", "@webassemblyjs/wasm-parser@^1.12.1":
1187
+ version "1.12.1"
1188
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz#c47acb90e6f083391e3fa61d113650eea1e95937"
1189
+ integrity sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==
1190
+ dependencies:
1191
+ "@webassemblyjs/ast" "1.12.1"
1192
+ "@webassemblyjs/helper-api-error" "1.11.6"
1193
+ "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
1194
+ "@webassemblyjs/ieee754" "1.11.6"
1195
+ "@webassemblyjs/leb128" "1.11.6"
1196
+ "@webassemblyjs/utf8" "1.11.6"
1197
+
1198
+ "@webassemblyjs/wast-printer@1.12.1":
1199
+ version "1.12.1"
1200
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz#bcecf661d7d1abdaf989d8341a4833e33e2b31ac"
1201
+ integrity sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==
1202
+ dependencies:
1203
+ "@webassemblyjs/ast" "1.12.1"
1198
1204
  "@xtuc/long" "4.2.2"
1199
1205
 
1200
1206
  "@webpack-cli/configtest@^1.2.0":
@@ -1224,44 +1230,15 @@
1224
1230
  resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
1225
1231
  integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
1226
1232
 
1227
- abbrev@1:
1228
- version "1.1.1"
1229
- resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
1230
- integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
1231
-
1232
- acorn-import-assertions@^1.7.6:
1233
- version "1.8.0"
1234
- resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz#ba2b5939ce62c238db6d93d81c9b111b29b855e9"
1235
- integrity sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==
1236
-
1237
- acorn@^8.5.0, acorn@^8.7.1:
1238
- version "8.8.2"
1239
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a"
1240
- integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==
1241
-
1242
- agent-base@6, agent-base@^6.0.2:
1243
- version "6.0.2"
1244
- resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
1245
- integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
1246
- dependencies:
1247
- debug "4"
1248
-
1249
- agentkeepalive@^4.1.3:
1250
- version "4.3.0"
1251
- resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.3.0.tgz#bb999ff07412653c1803b3ced35e50729830a255"
1252
- integrity sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==
1253
- dependencies:
1254
- debug "^4.1.0"
1255
- depd "^2.0.0"
1256
- humanize-ms "^1.2.1"
1233
+ acorn-import-assertions@^1.9.0:
1234
+ version "1.9.0"
1235
+ resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz#507276249d684797c84e0734ef84860334cfb1ac"
1236
+ integrity sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==
1257
1237
 
1258
- aggregate-error@^3.0.0:
1259
- version "3.1.0"
1260
- resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a"
1261
- integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==
1262
- dependencies:
1263
- clean-stack "^2.0.0"
1264
- indent-string "^4.0.0"
1238
+ acorn@^8.7.1, acorn@^8.8.2:
1239
+ version "8.11.3"
1240
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
1241
+ integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
1265
1242
 
1266
1243
  ajv-formats@^2.1.1:
1267
1244
  version "2.1.1"
@@ -1275,14 +1252,14 @@ ajv-keywords@^3.5.2:
1275
1252
  resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d"
1276
1253
  integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==
1277
1254
 
1278
- ajv-keywords@^5.0.0:
1255
+ ajv-keywords@^5.1.0:
1279
1256
  version "5.1.0"
1280
1257
  resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz#69d4d385a4733cdbeab44964a1170a88f87f0e16"
1281
1258
  integrity sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==
1282
1259
  dependencies:
1283
1260
  fast-deep-equal "^3.1.3"
1284
1261
 
1285
- ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
1262
+ ajv@^6.12.4, ajv@^6.12.5:
1286
1263
  version "6.12.6"
1287
1264
  resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
1288
1265
  integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
@@ -1292,20 +1269,15 @@ ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
1292
1269
  json-schema-traverse "^0.4.1"
1293
1270
  uri-js "^4.2.2"
1294
1271
 
1295
- ajv@^8.0.0, ajv@^8.8.0:
1296
- version "8.12.0"
1297
- resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
1298
- integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
1272
+ ajv@^8.0.0, ajv@^8.9.0:
1273
+ version "8.13.0"
1274
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.13.0.tgz#a3939eaec9fb80d217ddf0c3376948c023f28c91"
1275
+ integrity sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==
1299
1276
  dependencies:
1300
- fast-deep-equal "^3.1.1"
1277
+ fast-deep-equal "^3.1.3"
1301
1278
  json-schema-traverse "^1.0.0"
1302
1279
  require-from-string "^2.0.2"
1303
- uri-js "^4.2.2"
1304
-
1305
- ansi-regex@^5.0.1:
1306
- version "5.0.1"
1307
- resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
1308
- integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
1280
+ uri-js "^4.4.1"
1309
1281
 
1310
1282
  ansi-styles@^3.2.1:
1311
1283
  version "3.2.1"
@@ -1314,88 +1286,31 @@ ansi-styles@^3.2.1:
1314
1286
  dependencies:
1315
1287
  color-convert "^1.9.0"
1316
1288
 
1317
- ansi-styles@^4.0.0, ansi-styles@^4.1.0:
1318
- version "4.3.0"
1319
- resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
1320
- integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
1321
- dependencies:
1322
- color-convert "^2.0.1"
1323
-
1324
- "aproba@^1.0.3 || ^2.0.0":
1325
- version "2.0.0"
1326
- resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc"
1327
- integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==
1328
-
1329
- are-we-there-yet@^2.0.0:
1330
- version "2.0.0"
1331
- resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c"
1332
- integrity sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==
1333
- dependencies:
1334
- delegates "^1.0.0"
1335
- readable-stream "^3.6.0"
1336
-
1337
- are-we-there-yet@^3.0.0:
1338
- version "3.0.1"
1339
- resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz#679df222b278c64f2cdba1175cdc00b0d96164bd"
1340
- integrity sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==
1289
+ anymatch@~3.1.2:
1290
+ version "3.1.3"
1291
+ resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e"
1292
+ integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==
1341
1293
  dependencies:
1342
- delegates "^1.0.0"
1343
- readable-stream "^3.6.0"
1294
+ normalize-path "^3.0.0"
1295
+ picomatch "^2.0.4"
1344
1296
 
1345
1297
  array-union@^2.1.0:
1346
1298
  version "2.1.0"
1347
1299
  resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
1348
1300
  integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
1349
1301
 
1350
- arrify@^1.0.1:
1351
- version "1.0.1"
1352
- resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
1353
- integrity sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==
1354
-
1355
- asn1@~0.2.3:
1356
- version "0.2.6"
1357
- resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.6.tgz#0d3a7bb6e64e02a90c0303b31f292868ea09a08d"
1358
- integrity sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==
1359
- dependencies:
1360
- safer-buffer "~2.1.0"
1361
-
1362
- assert-plus@1.0.0, assert-plus@^1.0.0:
1363
- version "1.0.0"
1364
- resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
1365
- integrity sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==
1366
-
1367
- async-foreach@^0.1.3:
1368
- version "0.1.3"
1369
- resolved "https://registry.yarnpkg.com/async-foreach/-/async-foreach-0.1.3.tgz#36121f845c0578172de419a97dbeb1d16ec34542"
1370
- integrity sha512-VUeSMD8nEGBWaZK4lizI1sf3yEC7pnAQ/mrI7pC2fBz2s/tq5jWWEngTwaf0Gruu/OoXRGLGg1XFqpYBiGTYJA==
1371
-
1372
- asynckit@^0.4.0:
1373
- version "0.4.0"
1374
- resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
1375
- integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
1376
-
1377
1302
  autoprefixer@^10.2.6:
1378
- version "10.4.14"
1379
- resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.14.tgz#e28d49902f8e759dd25b153264e862df2705f79d"
1380
- integrity sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==
1303
+ version "10.4.19"
1304
+ resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.19.tgz#ad25a856e82ee9d7898c59583c1afeb3fa65f89f"
1305
+ integrity sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==
1381
1306
  dependencies:
1382
- browserslist "^4.21.5"
1383
- caniuse-lite "^1.0.30001464"
1384
- fraction.js "^4.2.0"
1307
+ browserslist "^4.23.0"
1308
+ caniuse-lite "^1.0.30001599"
1309
+ fraction.js "^4.3.7"
1385
1310
  normalize-range "^0.1.2"
1386
1311
  picocolors "^1.0.0"
1387
1312
  postcss-value-parser "^4.2.0"
1388
1313
 
1389
- aws-sign2@~0.7.0:
1390
- version "0.7.0"
1391
- resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
1392
- integrity sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==
1393
-
1394
- aws4@^1.8.0:
1395
- version "1.12.0"
1396
- resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3"
1397
- integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==
1398
-
1399
1314
  babel-loader@^8.0.6:
1400
1315
  version "8.3.0"
1401
1316
  resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8"
@@ -1406,47 +1321,40 @@ babel-loader@^8.0.6:
1406
1321
  make-dir "^3.1.0"
1407
1322
  schema-utils "^2.6.5"
1408
1323
 
1409
- babel-plugin-polyfill-corejs2@^0.3.3:
1410
- version "0.3.3"
1411
- resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz#5d1bd3836d0a19e1b84bbf2d9640ccb6f951c122"
1412
- integrity sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==
1324
+ babel-plugin-polyfill-corejs2@^0.4.10:
1325
+ version "0.4.11"
1326
+ resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz#30320dfe3ffe1a336c15afdcdafd6fd615b25e33"
1327
+ integrity sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==
1413
1328
  dependencies:
1414
- "@babel/compat-data" "^7.17.7"
1415
- "@babel/helper-define-polyfill-provider" "^0.3.3"
1416
- semver "^6.1.1"
1329
+ "@babel/compat-data" "^7.22.6"
1330
+ "@babel/helper-define-polyfill-provider" "^0.6.2"
1331
+ semver "^6.3.1"
1417
1332
 
1418
- babel-plugin-polyfill-corejs3@^0.6.0:
1419
- version "0.6.0"
1420
- resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz#56ad88237137eade485a71b52f72dbed57c6230a"
1421
- integrity sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==
1333
+ babel-plugin-polyfill-corejs3@^0.10.4:
1334
+ version "0.10.4"
1335
+ resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz#789ac82405ad664c20476d0233b485281deb9c77"
1336
+ integrity sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==
1422
1337
  dependencies:
1423
- "@babel/helper-define-polyfill-provider" "^0.3.3"
1424
- core-js-compat "^3.25.1"
1338
+ "@babel/helper-define-polyfill-provider" "^0.6.1"
1339
+ core-js-compat "^3.36.1"
1425
1340
 
1426
- babel-plugin-polyfill-regenerator@^0.4.1:
1427
- version "0.4.1"
1428
- resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz#390f91c38d90473592ed43351e801a9d3e0fd747"
1429
- integrity sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==
1341
+ babel-plugin-polyfill-regenerator@^0.6.1:
1342
+ version "0.6.2"
1343
+ resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz#addc47e240edd1da1058ebda03021f382bba785e"
1344
+ integrity sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==
1430
1345
  dependencies:
1431
- "@babel/helper-define-polyfill-provider" "^0.3.3"
1432
-
1433
- balanced-match@^1.0.0:
1434
- version "1.0.2"
1435
- resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
1436
- integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
1437
-
1438
- bcrypt-pbkdf@^1.0.0:
1439
- version "1.0.2"
1440
- resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"
1441
- integrity sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==
1442
- dependencies:
1443
- tweetnacl "^0.14.3"
1346
+ "@babel/helper-define-polyfill-provider" "^0.6.2"
1444
1347
 
1445
1348
  big.js@^5.2.2:
1446
1349
  version "5.2.2"
1447
1350
  resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
1448
1351
  integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
1449
1352
 
1353
+ binary-extensions@^2.0.0:
1354
+ version "2.3.0"
1355
+ resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.3.0.tgz#f6e14a97858d327252200242d4ccfe522c445522"
1356
+ integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==
1357
+
1450
1358
  boolbase@^1.0.0:
1451
1359
  version "1.0.0"
1452
1360
  resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
@@ -1462,14 +1370,6 @@ bootstrap@^4.5.0:
1462
1370
  resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.6.2.tgz#8e0cd61611728a5bf65a3a2b8d6ff6c77d5d7479"
1463
1371
  integrity sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==
1464
1372
 
1465
- brace-expansion@^1.1.7:
1466
- version "1.1.11"
1467
- resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
1468
- integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
1469