@ezez/utils 2.1.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/index.d.ts +4 -0
  3. package/dist/index.d.ts.map +1 -1
  4. package/dist/index.js +4 -0
  5. package/dist/index.js.map +1 -1
  6. package/dist/replace.d.ts.map +1 -1
  7. package/dist/replace.js.map +1 -1
  8. package/dist/safe.d.ts.map +1 -1
  9. package/dist/safe.js.map +1 -1
  10. package/dist/sample.d.ts +3 -0
  11. package/dist/sample.d.ts.map +1 -0
  12. package/dist/sample.js +8 -0
  13. package/dist/sample.js.map +1 -0
  14. package/dist/samples.d.ts +3 -0
  15. package/dist/samples.d.ts.map +1 -0
  16. package/dist/samples.js +28 -0
  17. package/dist/samples.js.map +1 -0
  18. package/dist/shuffle.d.ts +3 -0
  19. package/dist/shuffle.d.ts.map +1 -0
  20. package/dist/shuffle.js +9 -0
  21. package/dist/shuffle.js.map +1 -0
  22. package/dist/toggle.d.ts +3 -0
  23. package/dist/toggle.d.ts.map +1 -0
  24. package/dist/toggle.js +15 -0
  25. package/dist/toggle.js.map +1 -0
  26. package/dist/waitFor.d.ts +7 -1
  27. package/dist/waitFor.d.ts.map +1 -1
  28. package/dist/waitFor.js +35 -10
  29. package/dist/waitFor.js.map +1 -1
  30. package/docs/assets/search.js +1 -1
  31. package/docs/functions/cap.html +9 -5
  32. package/docs/functions/capitalize.html +9 -5
  33. package/docs/functions/coalesce.html +9 -5
  34. package/docs/functions/compareArrays.html +9 -5
  35. package/docs/functions/compareProps.html +9 -5
  36. package/docs/functions/deserialize.html +9 -5
  37. package/docs/functions/ensureArray.html +9 -5
  38. package/docs/functions/ensureDate.html +9 -5
  39. package/docs/functions/ensureError.html +9 -5
  40. package/docs/functions/ensurePrefix.html +9 -5
  41. package/docs/functions/ensureSuffix.html +9 -5
  42. package/docs/functions/ensureTimestamp.html +9 -5
  43. package/docs/functions/escapeRegExp.html +9 -5
  44. package/docs/functions/formatDate.html +9 -5
  45. package/docs/functions/get.html +9 -5
  46. package/docs/functions/getMultiple.html +9 -5
  47. package/docs/functions/insertSeparator.html +9 -5
  48. package/docs/functions/isEmpty.html +9 -5
  49. package/docs/functions/isNumericString.html +9 -5
  50. package/docs/functions/isPlainObject.html +9 -5
  51. package/docs/functions/last.html +9 -5
  52. package/docs/functions/later-1.html +9 -5
  53. package/docs/functions/mapAsync.html +9 -5
  54. package/docs/functions/mapValues.html +9 -5
  55. package/docs/functions/match.html +9 -5
  56. package/docs/functions/merge.html +17 -13
  57. package/docs/functions/mostFrequent.html +9 -5
  58. package/docs/functions/noop.html +9 -5
  59. package/docs/functions/occurrences.html +9 -5
  60. package/docs/functions/omit.html +9 -5
  61. package/docs/functions/pick.html +9 -5
  62. package/docs/functions/pull.html +9 -5
  63. package/docs/functions/remove.html +9 -5
  64. package/docs/functions/removeCommonProperties.html +9 -5
  65. package/docs/functions/replace.html +9 -5
  66. package/docs/functions/replaceDeep.html +9 -5
  67. package/docs/functions/rethrow.html +9 -5
  68. package/docs/functions/round.html +9 -5
  69. package/docs/functions/safe.html +10 -6
  70. package/docs/functions/sample.html +146 -0
  71. package/docs/functions/samples.html +156 -0
  72. package/docs/functions/scale.html +9 -5
  73. package/docs/functions/seq.html +9 -5
  74. package/docs/functions/seqEarlyBreak.html +9 -5
  75. package/docs/functions/serialize.html +9 -5
  76. package/docs/functions/set.html +9 -5
  77. package/docs/functions/setImmutable.html +9 -5
  78. package/docs/functions/shuffle.html +146 -0
  79. package/docs/functions/sortBy.html +9 -5
  80. package/docs/functions/sortProps.html +9 -5
  81. package/docs/functions/stripPrefix.html +9 -5
  82. package/docs/functions/stripSuffix.html +9 -5
  83. package/docs/functions/throttle.html +9 -5
  84. package/docs/functions/toggle.html +151 -0
  85. package/docs/functions/truthy.html +9 -5
  86. package/docs/functions/unique.html +9 -5
  87. package/docs/functions/wait.html +9 -5
  88. package/docs/functions/waitFor.html +20 -18
  89. package/docs/functions/waitSync.html +9 -5
  90. package/docs/index.html +8 -4
  91. package/docs/interfaces/ComparePropsOptions.html +6 -6
  92. package/docs/interfaces/GetMultipleSource.html +9 -5
  93. package/docs/interfaces/GetSource.html +9 -5
  94. package/docs/interfaces/IsNumericStringOptions.html +9 -9
  95. package/docs/interfaces/OccurencesOptions.html +6 -6
  96. package/docs/interfaces/SetImmutableSource.html +9 -5
  97. package/docs/interfaces/SetSource.html +9 -5
  98. package/docs/interfaces/ThrottleOptions.html +7 -7
  99. package/docs/interfaces/ThrottledFunctionExtras.html +7 -7
  100. package/docs/modules.html +12 -4
  101. package/docs/pages/CHANGELOG.html +86 -46
  102. package/docs/pages/Introduction.html +8 -4
  103. package/docs/types/CustomDeserializers.html +9 -5
  104. package/docs/types/CustomSerializers.html +9 -5
  105. package/docs/types/Later.html +9 -5
  106. package/docs/types/MapValuesFn.html +9 -5
  107. package/docs/types/MatchCallback.html +9 -5
  108. package/docs/types/SeqEarlyBreaker.html +9 -5
  109. package/docs/types/SeqFn.html +9 -5
  110. package/docs/types/SeqFunctions.html +9 -5
  111. package/docs/types/SetImmutablePath.html +9 -5
  112. package/docs/types/ThrottledFunction.html +9 -5
  113. package/docs/variables/mapValuesUNSET.html +9 -5
  114. package/docs/variables/mergeUNSET.html +9 -5
  115. package/esm/index.d.ts +4 -0
  116. package/esm/index.d.ts.map +1 -1
  117. package/esm/index.js +4 -0
  118. package/esm/index.js.map +1 -1
  119. package/esm/replace.d.ts.map +1 -1
  120. package/esm/replace.js.map +1 -1
  121. package/esm/safe.d.ts.map +1 -1
  122. package/esm/safe.js.map +1 -1
  123. package/esm/sample.d.ts +3 -0
  124. package/esm/sample.d.ts.map +1 -0
  125. package/esm/sample.js +5 -0
  126. package/esm/sample.js.map +1 -0
  127. package/esm/samples.d.ts +3 -0
  128. package/esm/samples.d.ts.map +1 -0
  129. package/esm/samples.js +25 -0
  130. package/esm/samples.js.map +1 -0
  131. package/esm/shuffle.d.ts +3 -0
  132. package/esm/shuffle.d.ts.map +1 -0
  133. package/esm/shuffle.js +6 -0
  134. package/esm/shuffle.js.map +1 -0
  135. package/esm/toggle.d.ts +3 -0
  136. package/esm/toggle.d.ts.map +1 -0
  137. package/esm/toggle.js +12 -0
  138. package/esm/toggle.js.map +1 -0
  139. package/esm/waitFor.d.ts +7 -1
  140. package/esm/waitFor.d.ts.map +1 -1
  141. package/esm/waitFor.js +35 -10
  142. package/esm/waitFor.js.map +1 -1
  143. package/package.json +4 -4
  144. package/pnpm-lock.yaml +1162 -986
  145. package/src/index.ts +4 -0
  146. package/src/replace.ts +0 -1
  147. package/src/safe.ts +0 -1
  148. package/src/sample.spec.ts +31 -0
  149. package/src/sample.ts +11 -0
  150. package/src/samples.spec.ts +50 -0
  151. package/src/samples.ts +41 -0
  152. package/src/shuffle.spec.ts +39 -0
  153. package/src/shuffle.ts +13 -0
  154. package/src/toggle.spec.ts +43 -0
  155. package/src/toggle.ts +22 -0
  156. package/src/waitFor.spec.ts +141 -0
  157. package/src/waitFor.ts +69 -18
package/pnpm-lock.yaml CHANGED
@@ -6,26 +6,26 @@ settings:
6
6
 
7
7
  devDependencies:
8
8
  '@babel/core':
9
- specifier: ^7.22.20
10
- version: 7.23.0
9
+ specifier: ^7.24.3
10
+ version: 7.24.3
11
11
  '@babel/preset-env':
12
- specifier: ^7.22.20
13
- version: 7.22.20(@babel/core@7.23.0)
12
+ specifier: ^7.24.3
13
+ version: 7.24.3(@babel/core@7.24.3)
14
14
  '@babel/preset-typescript':
15
- specifier: ^7.22.15
16
- version: 7.23.0(@babel/core@7.23.0)
15
+ specifier: ^7.24.1
16
+ version: 7.24.1(@babel/core@7.24.3)
17
17
  '@dzek69/eslint-config-base':
18
18
  specifier: ^2.5.0
19
- version: 2.5.0(eslint@8.44.0)
19
+ version: 2.5.0(eslint@8.57.0)
20
20
  '@dzek69/eslint-config-import':
21
21
  specifier: ^1.3.0
22
- version: 1.3.0(eslint-plugin-import@2.28.1)(eslint@8.44.0)
22
+ version: 1.3.0(eslint-plugin-import@2.29.1)(eslint@8.57.0)
23
23
  '@dzek69/eslint-config-import-typescript':
24
24
  specifier: ^1.0.1
25
- version: 1.0.1(@dzek69/eslint-config-import@1.3.0)(@typescript-eslint/parser@5.62.0)(eslint-plugin-import@2.28.1)(eslint@8.44.0)
25
+ version: 1.0.1(@dzek69/eslint-config-import@1.3.0)(@typescript-eslint/parser@5.62.0)(eslint-plugin-import@2.29.1)(eslint@8.57.0)
26
26
  '@dzek69/eslint-config-typescript':
27
27
  specifier: ^1.1.1
28
- version: 1.1.1(@typescript-eslint/eslint-plugin@5.62.0)(@typescript-eslint/parser@5.62.0)(eslint@8.44.0)(typescript@5.0.4)
28
+ version: 1.1.1(@typescript-eslint/eslint-plugin@5.62.0)(@typescript-eslint/parser@5.62.0)(eslint@8.57.0)(typescript@5.0.4)
29
29
  '@knodes/typedoc-plugin-pages':
30
30
  specifier: ^0.23.4
31
31
  version: 0.23.4(lunr@2.3.9)(typedoc@0.23.28)
@@ -40,19 +40,19 @@ devDependencies:
40
40
  version: 20.8.3
41
41
  '@typescript-eslint/eslint-plugin':
42
42
  specifier: ^5.61.0
43
- version: 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.44.0)(typescript@5.0.4)
43
+ version: 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0)(typescript@5.0.4)
44
44
  '@typescript-eslint/parser':
45
45
  specifier: ^5.61.0
46
- version: 5.62.0(eslint@8.44.0)(typescript@5.0.4)
46
+ version: 5.62.0(eslint@8.57.0)(typescript@5.0.4)
47
47
  babel-plugin-module-extension:
48
48
  specifier: ^0.1.3
49
49
  version: 0.1.3
50
50
  eslint:
51
51
  specifier: ^8.44.0
52
- version: 8.44.0
52
+ version: 8.57.0
53
53
  eslint-plugin-import:
54
54
  specifier: ^2.28.1
55
- version: 2.28.1(@typescript-eslint/parser@5.62.0)(eslint@8.44.0)
55
+ version: 2.29.1(@typescript-eslint/parser@5.62.0)(eslint@8.57.0)
56
56
  fs-extra:
57
57
  specifier: ^11.1.1
58
58
  version: 11.1.1
@@ -110,25 +110,33 @@ packages:
110
110
  chalk: 2.4.2
111
111
  dev: true
112
112
 
113
- /@babel/compat-data@7.22.20:
114
- resolution: {integrity: sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==}
113
+ /@babel/code-frame@7.24.2:
114
+ resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==}
115
+ engines: {node: '>=6.9.0'}
116
+ dependencies:
117
+ '@babel/highlight': 7.24.2
118
+ picocolors: 1.0.0
119
+ dev: true
120
+
121
+ /@babel/compat-data@7.24.1:
122
+ resolution: {integrity: sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==}
115
123
  engines: {node: '>=6.9.0'}
116
124
  dev: true
117
125
 
118
- /@babel/core@7.23.0:
119
- resolution: {integrity: sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==}
126
+ /@babel/core@7.24.3:
127
+ resolution: {integrity: sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==}
120
128
  engines: {node: '>=6.9.0'}
121
129
  dependencies:
122
130
  '@ampproject/remapping': 2.2.1
123
- '@babel/code-frame': 7.22.13
124
- '@babel/generator': 7.23.0
125
- '@babel/helper-compilation-targets': 7.22.15
126
- '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0)
127
- '@babel/helpers': 7.23.1
128
- '@babel/parser': 7.23.0
129
- '@babel/template': 7.22.15
130
- '@babel/traverse': 7.23.0
131
- '@babel/types': 7.23.0
131
+ '@babel/code-frame': 7.24.2
132
+ '@babel/generator': 7.24.1
133
+ '@babel/helper-compilation-targets': 7.23.6
134
+ '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3)
135
+ '@babel/helpers': 7.24.1
136
+ '@babel/parser': 7.24.1
137
+ '@babel/template': 7.24.0
138
+ '@babel/traverse': 7.24.1
139
+ '@babel/types': 7.24.0
132
140
  convert-source-map: 2.0.0
133
141
  debug: 4.3.4
134
142
  gensync: 1.0.0-beta.2
@@ -148,6 +156,16 @@ packages:
148
156
  jsesc: 2.5.2
149
157
  dev: true
150
158
 
159
+ /@babel/generator@7.24.1:
160
+ resolution: {integrity: sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==}
161
+ engines: {node: '>=6.9.0'}
162
+ dependencies:
163
+ '@babel/types': 7.24.0
164
+ '@jridgewell/gen-mapping': 0.3.5
165
+ '@jridgewell/trace-mapping': 0.3.25
166
+ jsesc: 2.5.2
167
+ dev: true
168
+
151
169
  /@babel/helper-annotate-as-pure@7.22.5:
152
170
  resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==}
153
171
  engines: {node: '>=6.9.0'}
@@ -162,58 +180,58 @@ packages:
162
180
  '@babel/types': 7.23.0
163
181
  dev: true
164
182
 
165
- /@babel/helper-compilation-targets@7.22.15:
166
- resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==}
183
+ /@babel/helper-compilation-targets@7.23.6:
184
+ resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==}
167
185
  engines: {node: '>=6.9.0'}
168
186
  dependencies:
169
- '@babel/compat-data': 7.22.20
170
- '@babel/helper-validator-option': 7.22.15
171
- browserslist: 4.22.1
187
+ '@babel/compat-data': 7.24.1
188
+ '@babel/helper-validator-option': 7.23.5
189
+ browserslist: 4.23.0
172
190
  lru-cache: 5.1.1
173
191
  semver: 6.3.1
174
192
  dev: true
175
193
 
176
- /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.0):
177
- resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==}
194
+ /@babel/helper-create-class-features-plugin@7.24.1(@babel/core@7.24.3):
195
+ resolution: {integrity: sha512-1yJa9dX9g//V6fDebXoEfEsxkZHk3Hcbm+zLhyu6qVgYFLvmTALTeV+jNU9e5RnYtioBrGEOdoI2joMSNQ/+aA==}
178
196
  engines: {node: '>=6.9.0'}
179
197
  peerDependencies:
180
198
  '@babel/core': ^7.0.0
181
199
  dependencies:
182
- '@babel/core': 7.23.0
200
+ '@babel/core': 7.24.3
183
201
  '@babel/helper-annotate-as-pure': 7.22.5
184
202
  '@babel/helper-environment-visitor': 7.22.20
185
203
  '@babel/helper-function-name': 7.23.0
186
204
  '@babel/helper-member-expression-to-functions': 7.23.0
187
205
  '@babel/helper-optimise-call-expression': 7.22.5
188
- '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.0)
206
+ '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.3)
189
207
  '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
190
208
  '@babel/helper-split-export-declaration': 7.22.6
191
209
  semver: 6.3.1
192
210
  dev: true
193
211
 
194
- /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.0):
212
+ /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.24.3):
195
213
  resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==}
196
214
  engines: {node: '>=6.9.0'}
197
215
  peerDependencies:
198
216
  '@babel/core': ^7.0.0
199
217
  dependencies:
200
- '@babel/core': 7.23.0
218
+ '@babel/core': 7.24.3
201
219
  '@babel/helper-annotate-as-pure': 7.22.5
202
220
  regexpu-core: 5.3.2
203
221
  semver: 6.3.1
204
222
  dev: true
205
223
 
206
- /@babel/helper-define-polyfill-provider@0.4.2(@babel/core@7.23.0):
207
- resolution: {integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==}
224
+ /@babel/helper-define-polyfill-provider@0.6.1(@babel/core@7.24.3):
225
+ resolution: {integrity: sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==}
208
226
  peerDependencies:
209
227
  '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
210
228
  dependencies:
211
- '@babel/core': 7.23.0
212
- '@babel/helper-compilation-targets': 7.22.15
213
- '@babel/helper-plugin-utils': 7.22.5
229
+ '@babel/core': 7.24.3
230
+ '@babel/helper-compilation-targets': 7.23.6
231
+ '@babel/helper-plugin-utils': 7.24.0
214
232
  debug: 4.3.4
215
233
  lodash.debounce: 4.0.8
216
- resolve: 1.22.2
234
+ resolve: 1.22.8
217
235
  transitivePeerDependencies:
218
236
  - supports-color
219
237
  dev: true
@@ -227,15 +245,15 @@ packages:
227
245
  resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==}
228
246
  engines: {node: '>=6.9.0'}
229
247
  dependencies:
230
- '@babel/template': 7.22.15
231
- '@babel/types': 7.23.0
248
+ '@babel/template': 7.24.0
249
+ '@babel/types': 7.24.0
232
250
  dev: true
233
251
 
234
252
  /@babel/helper-hoist-variables@7.22.5:
235
253
  resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==}
236
254
  engines: {node: '>=6.9.0'}
237
255
  dependencies:
238
- '@babel/types': 7.23.0
256
+ '@babel/types': 7.24.0
239
257
  dev: true
240
258
 
241
259
  /@babel/helper-member-expression-to-functions@7.23.0:
@@ -249,16 +267,23 @@ packages:
249
267
  resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==}
250
268
  engines: {node: '>=6.9.0'}
251
269
  dependencies:
252
- '@babel/types': 7.23.0
270
+ '@babel/types': 7.24.0
253
271
  dev: true
254
272
 
255
- /@babel/helper-module-transforms@7.23.0(@babel/core@7.23.0):
256
- resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==}
273
+ /@babel/helper-module-imports@7.24.3:
274
+ resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==}
275
+ engines: {node: '>=6.9.0'}
276
+ dependencies:
277
+ '@babel/types': 7.24.0
278
+ dev: true
279
+
280
+ /@babel/helper-module-transforms@7.23.3(@babel/core@7.24.3):
281
+ resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==}
257
282
  engines: {node: '>=6.9.0'}
258
283
  peerDependencies:
259
284
  '@babel/core': ^7.0.0
260
285
  dependencies:
261
- '@babel/core': 7.23.0
286
+ '@babel/core': 7.24.3
262
287
  '@babel/helper-environment-visitor': 7.22.20
263
288
  '@babel/helper-module-imports': 7.22.15
264
289
  '@babel/helper-simple-access': 7.22.5
@@ -278,25 +303,30 @@ packages:
278
303
  engines: {node: '>=6.9.0'}
279
304
  dev: true
280
305
 
281
- /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.0):
306
+ /@babel/helper-plugin-utils@7.24.0:
307
+ resolution: {integrity: sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==}
308
+ engines: {node: '>=6.9.0'}
309
+ dev: true
310
+
311
+ /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.24.3):
282
312
  resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==}
283
313
  engines: {node: '>=6.9.0'}
284
314
  peerDependencies:
285
315
  '@babel/core': ^7.0.0
286
316
  dependencies:
287
- '@babel/core': 7.23.0
317
+ '@babel/core': 7.24.3
288
318
  '@babel/helper-annotate-as-pure': 7.22.5
289
319
  '@babel/helper-environment-visitor': 7.22.20
290
320
  '@babel/helper-wrap-function': 7.22.20
291
321
  dev: true
292
322
 
293
- /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.0):
294
- resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==}
323
+ /@babel/helper-replace-supers@7.24.1(@babel/core@7.24.3):
324
+ resolution: {integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==}
295
325
  engines: {node: '>=6.9.0'}
296
326
  peerDependencies:
297
327
  '@babel/core': ^7.0.0
298
328
  dependencies:
299
- '@babel/core': 7.23.0
329
+ '@babel/core': 7.24.3
300
330
  '@babel/helper-environment-visitor': 7.22.20
301
331
  '@babel/helper-member-expression-to-functions': 7.23.0
302
332
  '@babel/helper-optimise-call-expression': 7.22.5
@@ -306,7 +336,7 @@ packages:
306
336
  resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==}
307
337
  engines: {node: '>=6.9.0'}
308
338
  dependencies:
309
- '@babel/types': 7.23.0
339
+ '@babel/types': 7.24.0
310
340
  dev: true
311
341
 
312
342
  /@babel/helper-skip-transparent-expression-wrappers@7.22.5:
@@ -320,7 +350,7 @@ packages:
320
350
  resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==}
321
351
  engines: {node: '>=6.9.0'}
322
352
  dependencies:
323
- '@babel/types': 7.23.0
353
+ '@babel/types': 7.24.0
324
354
  dev: true
325
355
 
326
356
  /@babel/helper-string-parser@7.22.5:
@@ -328,13 +358,18 @@ packages:
328
358
  engines: {node: '>=6.9.0'}
329
359
  dev: true
330
360
 
361
+ /@babel/helper-string-parser@7.24.1:
362
+ resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==}
363
+ engines: {node: '>=6.9.0'}
364
+ dev: true
365
+
331
366
  /@babel/helper-validator-identifier@7.22.20:
332
367
  resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==}
333
368
  engines: {node: '>=6.9.0'}
334
369
  dev: true
335
370
 
336
- /@babel/helper-validator-option@7.22.15:
337
- resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==}
371
+ /@babel/helper-validator-option@7.23.5:
372
+ resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==}
338
373
  engines: {node: '>=6.9.0'}
339
374
  dev: true
340
375
 
@@ -347,13 +382,13 @@ packages:
347
382
  '@babel/types': 7.23.0
348
383
  dev: true
349
384
 
350
- /@babel/helpers@7.23.1:
351
- resolution: {integrity: sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==}
385
+ /@babel/helpers@7.24.1:
386
+ resolution: {integrity: sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==}
352
387
  engines: {node: '>=6.9.0'}
353
388
  dependencies:
354
- '@babel/template': 7.22.15
355
- '@babel/traverse': 7.23.0
356
- '@babel/types': 7.23.0
389
+ '@babel/template': 7.24.0
390
+ '@babel/traverse': 7.24.1
391
+ '@babel/types': 7.24.0
357
392
  transitivePeerDependencies:
358
393
  - supports-color
359
394
  dev: true
@@ -367,6 +402,16 @@ packages:
367
402
  js-tokens: 4.0.0
368
403
  dev: true
369
404
 
405
+ /@babel/highlight@7.24.2:
406
+ resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==}
407
+ engines: {node: '>=6.9.0'}
408
+ dependencies:
409
+ '@babel/helper-validator-identifier': 7.22.20
410
+ chalk: 2.4.2
411
+ js-tokens: 4.0.0
412
+ picocolors: 1.0.0
413
+ dev: true
414
+
370
415
  /@babel/parser@7.23.0:
371
416
  resolution: {integrity: sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==}
372
417
  engines: {node: '>=6.0.0'}
@@ -375,894 +420,932 @@ packages:
375
420
  '@babel/types': 7.23.0
376
421
  dev: true
377
422
 
378
- /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.15(@babel/core@7.23.0):
379
- resolution: {integrity: sha512-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg==}
423
+ /@babel/parser@7.24.1:
424
+ resolution: {integrity: sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==}
425
+ engines: {node: '>=6.0.0'}
426
+ hasBin: true
427
+ dependencies:
428
+ '@babel/types': 7.24.0
429
+ dev: true
430
+
431
+ /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1(@babel/core@7.24.3):
432
+ resolution: {integrity: sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==}
380
433
  engines: {node: '>=6.9.0'}
381
434
  peerDependencies:
382
435
  '@babel/core': ^7.0.0
383
436
  dependencies:
384
- '@babel/core': 7.23.0
385
- '@babel/helper-plugin-utils': 7.22.5
437
+ '@babel/core': 7.24.3
438
+ '@babel/helper-plugin-utils': 7.24.0
386
439
  dev: true
387
440
 
388
- /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.15(@babel/core@7.23.0):
389
- resolution: {integrity: sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ==}
441
+ /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1(@babel/core@7.24.3):
442
+ resolution: {integrity: sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==}
390
443
  engines: {node: '>=6.9.0'}
391
444
  peerDependencies:
392
445
  '@babel/core': ^7.13.0
393
446
  dependencies:
394
- '@babel/core': 7.23.0
395
- '@babel/helper-plugin-utils': 7.22.5
447
+ '@babel/core': 7.24.3
448
+ '@babel/helper-plugin-utils': 7.24.0
396
449
  '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
397
- '@babel/plugin-transform-optional-chaining': 7.23.0(@babel/core@7.23.0)
450
+ '@babel/plugin-transform-optional-chaining': 7.24.1(@babel/core@7.24.3)
451
+ dev: true
452
+
453
+ /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1(@babel/core@7.24.3):
454
+ resolution: {integrity: sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==}
455
+ engines: {node: '>=6.9.0'}
456
+ peerDependencies:
457
+ '@babel/core': ^7.0.0
458
+ dependencies:
459
+ '@babel/core': 7.24.3
460
+ '@babel/helper-environment-visitor': 7.22.20
461
+ '@babel/helper-plugin-utils': 7.24.0
398
462
  dev: true
399
463
 
400
- /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.0):
464
+ /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.3):
401
465
  resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==}
402
466
  engines: {node: '>=6.9.0'}
403
467
  peerDependencies:
404
468
  '@babel/core': ^7.0.0-0
405
469
  dependencies:
406
- '@babel/core': 7.23.0
470
+ '@babel/core': 7.24.3
407
471
  dev: true
408
472
 
409
- /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.0):
473
+ /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.3):
410
474
  resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
411
475
  peerDependencies:
412
476
  '@babel/core': ^7.0.0-0
413
477
  dependencies:
414
- '@babel/core': 7.23.0
415
- '@babel/helper-plugin-utils': 7.22.5
478
+ '@babel/core': 7.24.3
479
+ '@babel/helper-plugin-utils': 7.24.0
416
480
  dev: true
417
481
 
418
- /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.23.0):
482
+ /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.24.3):
419
483
  resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==}
420
484
  peerDependencies:
421
485
  '@babel/core': ^7.0.0-0
422
486
  dependencies:
423
- '@babel/core': 7.23.0
487
+ '@babel/core': 7.24.3
424
488
  '@babel/helper-plugin-utils': 7.22.5
425
489
  dev: true
426
490
 
427
- /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.0):
491
+ /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.3):
428
492
  resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
429
493
  peerDependencies:
430
494
  '@babel/core': ^7.0.0-0
431
495
  dependencies:
432
- '@babel/core': 7.23.0
433
- '@babel/helper-plugin-utils': 7.22.5
496
+ '@babel/core': 7.24.3
497
+ '@babel/helper-plugin-utils': 7.24.0
434
498
  dev: true
435
499
 
436
- /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.0):
500
+ /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.3):
437
501
  resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
438
502
  engines: {node: '>=6.9.0'}
439
503
  peerDependencies:
440
504
  '@babel/core': ^7.0.0-0
441
505
  dependencies:
442
- '@babel/core': 7.23.0
443
- '@babel/helper-plugin-utils': 7.22.5
506
+ '@babel/core': 7.24.3
507
+ '@babel/helper-plugin-utils': 7.24.0
444
508
  dev: true
445
509
 
446
- /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.0):
510
+ /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.3):
447
511
  resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
448
512
  peerDependencies:
449
513
  '@babel/core': ^7.0.0-0
450
514
  dependencies:
451
- '@babel/core': 7.23.0
452
- '@babel/helper-plugin-utils': 7.22.5
515
+ '@babel/core': 7.24.3
516
+ '@babel/helper-plugin-utils': 7.24.0
453
517
  dev: true
454
518
 
455
- /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.0):
519
+ /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.3):
456
520
  resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
457
521
  peerDependencies:
458
522
  '@babel/core': ^7.0.0-0
459
523
  dependencies:
460
- '@babel/core': 7.23.0
461
- '@babel/helper-plugin-utils': 7.22.5
524
+ '@babel/core': 7.24.3
525
+ '@babel/helper-plugin-utils': 7.24.0
462
526
  dev: true
463
527
 
464
- /@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.23.0):
465
- resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==}
528
+ /@babel/plugin-syntax-import-assertions@7.24.1(@babel/core@7.24.3):
529
+ resolution: {integrity: sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==}
466
530
  engines: {node: '>=6.9.0'}
467
531
  peerDependencies:
468
532
  '@babel/core': ^7.0.0-0
469
533
  dependencies:
470
- '@babel/core': 7.23.0
471
- '@babel/helper-plugin-utils': 7.22.5
534
+ '@babel/core': 7.24.3
535
+ '@babel/helper-plugin-utils': 7.24.0
472
536
  dev: true
473
537
 
474
- /@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.23.0):
475
- resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==}
538
+ /@babel/plugin-syntax-import-attributes@7.24.1(@babel/core@7.24.3):
539
+ resolution: {integrity: sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==}
476
540
  engines: {node: '>=6.9.0'}
477
541
  peerDependencies:
478
542
  '@babel/core': ^7.0.0-0
479
543
  dependencies:
480
- '@babel/core': 7.23.0
481
- '@babel/helper-plugin-utils': 7.22.5
544
+ '@babel/core': 7.24.3
545
+ '@babel/helper-plugin-utils': 7.24.0
482
546
  dev: true
483
547
 
484
- /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.0):
548
+ /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.3):
485
549
  resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
486
550
  peerDependencies:
487
551
  '@babel/core': ^7.0.0-0
488
552
  dependencies:
489
- '@babel/core': 7.23.0
490
- '@babel/helper-plugin-utils': 7.22.5
553
+ '@babel/core': 7.24.3
554
+ '@babel/helper-plugin-utils': 7.24.0
491
555
  dev: true
492
556
 
493
- /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.0):
557
+ /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.3):
494
558
  resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
495
559
  peerDependencies:
496
560
  '@babel/core': ^7.0.0-0
497
561
  dependencies:
498
- '@babel/core': 7.23.0
499
- '@babel/helper-plugin-utils': 7.22.5
562
+ '@babel/core': 7.24.3
563
+ '@babel/helper-plugin-utils': 7.24.0
500
564
  dev: true
501
565
 
502
- /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.0):
566
+ /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.24.3):
503
567
  resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==}
504
568
  engines: {node: '>=6.9.0'}
505
569
  peerDependencies:
506
570
  '@babel/core': ^7.0.0-0
507
571
  dependencies:
508
- '@babel/core': 7.23.0
572
+ '@babel/core': 7.24.3
509
573
  '@babel/helper-plugin-utils': 7.22.5
510
574
  dev: true
511
575
 
512
- /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.0):
576
+ /@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.3):
577
+ resolution: {integrity: sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==}
578
+ engines: {node: '>=6.9.0'}
579
+ peerDependencies:
580
+ '@babel/core': ^7.0.0-0
581
+ dependencies:
582
+ '@babel/core': 7.24.3
583
+ '@babel/helper-plugin-utils': 7.24.0
584
+ dev: true
585
+
586
+ /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.3):
513
587
  resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
514
588
  peerDependencies:
515
589
  '@babel/core': ^7.0.0-0
516
590
  dependencies:
517
- '@babel/core': 7.23.0
518
- '@babel/helper-plugin-utils': 7.22.5
591
+ '@babel/core': 7.24.3
592
+ '@babel/helper-plugin-utils': 7.24.0
519
593
  dev: true
520
594
 
521
- /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.0):
595
+ /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.3):
522
596
  resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
523
597
  peerDependencies:
524
598
  '@babel/core': ^7.0.0-0
525
599
  dependencies:
526
- '@babel/core': 7.23.0
527
- '@babel/helper-plugin-utils': 7.22.5
600
+ '@babel/core': 7.24.3
601
+ '@babel/helper-plugin-utils': 7.24.0
528
602
  dev: true
529
603
 
530
- /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.0):
604
+ /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.3):
531
605
  resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
532
606
  peerDependencies:
533
607
  '@babel/core': ^7.0.0-0
534
608
  dependencies:
535
- '@babel/core': 7.23.0
536
- '@babel/helper-plugin-utils': 7.22.5
609
+ '@babel/core': 7.24.3
610
+ '@babel/helper-plugin-utils': 7.24.0
537
611
  dev: true
538
612
 
539
- /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.0):
613
+ /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.3):
540
614
  resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
541
615
  peerDependencies:
542
616
  '@babel/core': ^7.0.0-0
543
617
  dependencies:
544
- '@babel/core': 7.23.0
545
- '@babel/helper-plugin-utils': 7.22.5
618
+ '@babel/core': 7.24.3
619
+ '@babel/helper-plugin-utils': 7.24.0
546
620
  dev: true
547
621
 
548
- /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.0):
622
+ /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.3):
549
623
  resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
550
624
  peerDependencies:
551
625
  '@babel/core': ^7.0.0-0
552
626
  dependencies:
553
- '@babel/core': 7.23.0
554
- '@babel/helper-plugin-utils': 7.22.5
627
+ '@babel/core': 7.24.3
628
+ '@babel/helper-plugin-utils': 7.24.0
555
629
  dev: true
556
630
 
557
- /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.0):
631
+ /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.3):
558
632
  resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
559
633
  peerDependencies:
560
634
  '@babel/core': ^7.0.0-0
561
635
  dependencies:
562
- '@babel/core': 7.23.0
563
- '@babel/helper-plugin-utils': 7.22.5
636
+ '@babel/core': 7.24.3
637
+ '@babel/helper-plugin-utils': 7.24.0
564
638
  dev: true
565
639
 
566
- /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.0):
640
+ /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.3):
567
641
  resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
568
642
  engines: {node: '>=6.9.0'}
569
643
  peerDependencies:
570
644
  '@babel/core': ^7.0.0-0
571
645
  dependencies:
572
- '@babel/core': 7.23.0
573
- '@babel/helper-plugin-utils': 7.22.5
646
+ '@babel/core': 7.24.3
647
+ '@babel/helper-plugin-utils': 7.24.0
574
648
  dev: true
575
649
 
576
- /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.0):
650
+ /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.3):
577
651
  resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
578
652
  engines: {node: '>=6.9.0'}
579
653
  peerDependencies:
580
654
  '@babel/core': ^7.0.0-0
581
655
  dependencies:
582
- '@babel/core': 7.23.0
583
- '@babel/helper-plugin-utils': 7.22.5
656
+ '@babel/core': 7.24.3
657
+ '@babel/helper-plugin-utils': 7.24.0
584
658
  dev: true
585
659
 
586
- /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.23.0):
660
+ /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.24.3):
587
661
  resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==}
588
662
  engines: {node: '>=6.9.0'}
589
663
  peerDependencies:
590
664
  '@babel/core': ^7.0.0-0
591
665
  dependencies:
592
- '@babel/core': 7.23.0
666
+ '@babel/core': 7.24.3
593
667
  '@babel/helper-plugin-utils': 7.22.5
594
668
  dev: true
595
669
 
596
- /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.0):
670
+ /@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.3):
671
+ resolution: {integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==}
672
+ engines: {node: '>=6.9.0'}
673
+ peerDependencies:
674
+ '@babel/core': ^7.0.0-0
675
+ dependencies:
676
+ '@babel/core': 7.24.3
677
+ '@babel/helper-plugin-utils': 7.24.0
678
+ dev: true
679
+
680
+ /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.3):
597
681
  resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==}
598
682
  engines: {node: '>=6.9.0'}
599
683
  peerDependencies:
600
684
  '@babel/core': ^7.0.0
601
685
  dependencies:
602
- '@babel/core': 7.23.0
603
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0)
604
- '@babel/helper-plugin-utils': 7.22.5
686
+ '@babel/core': 7.24.3
687
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3)
688
+ '@babel/helper-plugin-utils': 7.24.0
605
689
  dev: true
606
690
 
607
- /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.23.0):
608
- resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==}
691
+ /@babel/plugin-transform-arrow-functions@7.24.1(@babel/core@7.24.3):
692
+ resolution: {integrity: sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==}
609
693
  engines: {node: '>=6.9.0'}
610
694
  peerDependencies:
611
695
  '@babel/core': ^7.0.0-0
612
696
  dependencies:
613
- '@babel/core': 7.23.0
614
- '@babel/helper-plugin-utils': 7.22.5
697
+ '@babel/core': 7.24.3
698
+ '@babel/helper-plugin-utils': 7.24.0
615
699
  dev: true
616
700
 
617
- /@babel/plugin-transform-async-generator-functions@7.22.15(@babel/core@7.23.0):
618
- resolution: {integrity: sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w==}
701
+ /@babel/plugin-transform-async-generator-functions@7.24.3(@babel/core@7.24.3):
702
+ resolution: {integrity: sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==}
619
703
  engines: {node: '>=6.9.0'}
620
704
  peerDependencies:
621
705
  '@babel/core': ^7.0.0-0
622
706
  dependencies:
623
- '@babel/core': 7.23.0
707
+ '@babel/core': 7.24.3
624
708
  '@babel/helper-environment-visitor': 7.22.20
625
- '@babel/helper-plugin-utils': 7.22.5
626
- '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.0)
627
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.0)
709
+ '@babel/helper-plugin-utils': 7.24.0
710
+ '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.3)
711
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.3)
628
712
  dev: true
629
713
 
630
- /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.23.0):
631
- resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==}
714
+ /@babel/plugin-transform-async-to-generator@7.24.1(@babel/core@7.24.3):
715
+ resolution: {integrity: sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==}
632
716
  engines: {node: '>=6.9.0'}
633
717
  peerDependencies:
634
718
  '@babel/core': ^7.0.0-0
635
719
  dependencies:
636
- '@babel/core': 7.23.0
637
- '@babel/helper-module-imports': 7.22.15
638
- '@babel/helper-plugin-utils': 7.22.5
639
- '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.0)
720
+ '@babel/core': 7.24.3
721
+ '@babel/helper-module-imports': 7.24.3
722
+ '@babel/helper-plugin-utils': 7.24.0
723
+ '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.3)
640
724
  dev: true
641
725
 
642
- /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.23.0):
643
- resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==}
726
+ /@babel/plugin-transform-block-scoped-functions@7.24.1(@babel/core@7.24.3):
727
+ resolution: {integrity: sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==}
644
728
  engines: {node: '>=6.9.0'}
645
729
  peerDependencies:
646
730
  '@babel/core': ^7.0.0-0
647
731
  dependencies:
648
- '@babel/core': 7.23.0
649
- '@babel/helper-plugin-utils': 7.22.5
732
+ '@babel/core': 7.24.3
733
+ '@babel/helper-plugin-utils': 7.24.0
650
734
  dev: true
651
735
 
652
- /@babel/plugin-transform-block-scoping@7.23.0(@babel/core@7.23.0):
653
- resolution: {integrity: sha512-cOsrbmIOXmf+5YbL99/S49Y3j46k/T16b9ml8bm9lP6N9US5iQ2yBK7gpui1pg0V/WMcXdkfKbTb7HXq9u+v4g==}
736
+ /@babel/plugin-transform-block-scoping@7.24.1(@babel/core@7.24.3):
737
+ resolution: {integrity: sha512-h71T2QQvDgM2SmT29UYU6ozjMlAt7s7CSs5Hvy8f8cf/GM/Z4a2zMfN+fjVGaieeCrXR3EdQl6C4gQG+OgmbKw==}
654
738
  engines: {node: '>=6.9.0'}
655
739
  peerDependencies:
656
740
  '@babel/core': ^7.0.0-0
657
741
  dependencies:
658
- '@babel/core': 7.23.0
659
- '@babel/helper-plugin-utils': 7.22.5
742
+ '@babel/core': 7.24.3
743
+ '@babel/helper-plugin-utils': 7.24.0
660
744
  dev: true
661
745
 
662
- /@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.23.0):
663
- resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==}
746
+ /@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.24.3):
747
+ resolution: {integrity: sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==}
664
748
  engines: {node: '>=6.9.0'}
665
749
  peerDependencies:
666
750
  '@babel/core': ^7.0.0-0
667
751
  dependencies:
668
- '@babel/core': 7.23.0
669
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
670
- '@babel/helper-plugin-utils': 7.22.5
752
+ '@babel/core': 7.24.3
753
+ '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.3)
754
+ '@babel/helper-plugin-utils': 7.24.0
671
755
  dev: true
672
756
 
673
- /@babel/plugin-transform-class-static-block@7.22.11(@babel/core@7.23.0):
674
- resolution: {integrity: sha512-GMM8gGmqI7guS/llMFk1bJDkKfn3v3C4KHK9Yg1ey5qcHcOlKb0QvcMrgzvxo+T03/4szNh5lghY+fEC98Kq9g==}
757
+ /@babel/plugin-transform-class-static-block@7.24.1(@babel/core@7.24.3):
758
+ resolution: {integrity: sha512-FUHlKCn6J3ERiu8Dv+4eoz7w8+kFLSyeVG4vDAikwADGjUCoHw/JHokyGtr8OR4UjpwPVivyF+h8Q5iv/JmrtA==}
675
759
  engines: {node: '>=6.9.0'}
676
760
  peerDependencies:
677
761
  '@babel/core': ^7.12.0
678
762
  dependencies:
679
- '@babel/core': 7.23.0
680
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
681
- '@babel/helper-plugin-utils': 7.22.5
682
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.0)
763
+ '@babel/core': 7.24.3
764
+ '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.3)
765
+ '@babel/helper-plugin-utils': 7.24.0
766
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.3)
683
767
  dev: true
684
768
 
685
- /@babel/plugin-transform-classes@7.22.15(@babel/core@7.23.0):
686
- resolution: {integrity: sha512-VbbC3PGjBdE0wAWDdHM9G8Gm977pnYI0XpqMd6LrKISj8/DJXEsWqgRuTYaNE9Bv0JGhTZUzHDlMk18IpOuoqw==}
769
+ /@babel/plugin-transform-classes@7.24.1(@babel/core@7.24.3):
770
+ resolution: {integrity: sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==}
687
771
  engines: {node: '>=6.9.0'}
688
772
  peerDependencies:
689
773
  '@babel/core': ^7.0.0-0
690
774
  dependencies:
691
- '@babel/core': 7.23.0
775
+ '@babel/core': 7.24.3
692
776
  '@babel/helper-annotate-as-pure': 7.22.5
693
- '@babel/helper-compilation-targets': 7.22.15
777
+ '@babel/helper-compilation-targets': 7.23.6
694
778
  '@babel/helper-environment-visitor': 7.22.20
695
779
  '@babel/helper-function-name': 7.23.0
696
- '@babel/helper-optimise-call-expression': 7.22.5
697
- '@babel/helper-plugin-utils': 7.22.5
698
- '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.0)
780
+ '@babel/helper-plugin-utils': 7.24.0
781
+ '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.3)
699
782
  '@babel/helper-split-export-declaration': 7.22.6
700
783
  globals: 11.12.0
701
784
  dev: true
702
785
 
703
- /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.23.0):
704
- resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==}
786
+ /@babel/plugin-transform-computed-properties@7.24.1(@babel/core@7.24.3):
787
+ resolution: {integrity: sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==}
705
788
  engines: {node: '>=6.9.0'}
706
789
  peerDependencies:
707
790
  '@babel/core': ^7.0.0-0
708
791
  dependencies:
709
- '@babel/core': 7.23.0
710
- '@babel/helper-plugin-utils': 7.22.5
711
- '@babel/template': 7.22.15
792
+ '@babel/core': 7.24.3
793
+ '@babel/helper-plugin-utils': 7.24.0
794
+ '@babel/template': 7.24.0
712
795
  dev: true
713
796
 
714
- /@babel/plugin-transform-destructuring@7.23.0(@babel/core@7.23.0):
715
- resolution: {integrity: sha512-vaMdgNXFkYrB+8lbgniSYWHsgqK5gjaMNcc84bMIOMRLH0L9AqYq3hwMdvnyqj1OPqea8UtjPEuS/DCenah1wg==}
797
+ /@babel/plugin-transform-destructuring@7.24.1(@babel/core@7.24.3):
798
+ resolution: {integrity: sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==}
716
799
  engines: {node: '>=6.9.0'}
717
800
  peerDependencies:
718
801
  '@babel/core': ^7.0.0-0
719
802
  dependencies:
720
- '@babel/core': 7.23.0
721
- '@babel/helper-plugin-utils': 7.22.5
803
+ '@babel/core': 7.24.3
804
+ '@babel/helper-plugin-utils': 7.24.0
722
805
  dev: true
723
806
 
724
- /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.23.0):
725
- resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==}
807
+ /@babel/plugin-transform-dotall-regex@7.24.1(@babel/core@7.24.3):
808
+ resolution: {integrity: sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==}
726
809
  engines: {node: '>=6.9.0'}
727
810
  peerDependencies:
728
811
  '@babel/core': ^7.0.0-0
729
812
  dependencies:
730
- '@babel/core': 7.23.0
731
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0)
732
- '@babel/helper-plugin-utils': 7.22.5
813
+ '@babel/core': 7.24.3
814
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3)
815
+ '@babel/helper-plugin-utils': 7.24.0
733
816
  dev: true
734
817
 
735
- /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.23.0):
736
- resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==}
818
+ /@babel/plugin-transform-duplicate-keys@7.24.1(@babel/core@7.24.3):
819
+ resolution: {integrity: sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==}
737
820
  engines: {node: '>=6.9.0'}
738
821
  peerDependencies:
739
822
  '@babel/core': ^7.0.0-0
740
823
  dependencies:
741
- '@babel/core': 7.23.0
742
- '@babel/helper-plugin-utils': 7.22.5
824
+ '@babel/core': 7.24.3
825
+ '@babel/helper-plugin-utils': 7.24.0
743
826
  dev: true
744
827
 
745
- /@babel/plugin-transform-dynamic-import@7.22.11(@babel/core@7.23.0):
746
- resolution: {integrity: sha512-g/21plo58sfteWjaO0ZNVb+uEOkJNjAaHhbejrnBmu011l/eNDScmkbjCC3l4FKb10ViaGU4aOkFznSu2zRHgA==}
828
+ /@babel/plugin-transform-dynamic-import@7.24.1(@babel/core@7.24.3):
829
+ resolution: {integrity: sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==}
747
830
  engines: {node: '>=6.9.0'}
748
831
  peerDependencies:
749
832
  '@babel/core': ^7.0.0-0
750
833
  dependencies:
751
- '@babel/core': 7.23.0
752
- '@babel/helper-plugin-utils': 7.22.5
753
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.0)
834
+ '@babel/core': 7.24.3
835
+ '@babel/helper-plugin-utils': 7.24.0
836
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.3)
754
837
  dev: true
755
838
 
756
- /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.23.0):
757
- resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==}
839
+ /@babel/plugin-transform-exponentiation-operator@7.24.1(@babel/core@7.24.3):
840
+ resolution: {integrity: sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==}
758
841
  engines: {node: '>=6.9.0'}
759
842
  peerDependencies:
760
843
  '@babel/core': ^7.0.0-0
761
844
  dependencies:
762
- '@babel/core': 7.23.0
845
+ '@babel/core': 7.24.3
763
846
  '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15
764
- '@babel/helper-plugin-utils': 7.22.5
847
+ '@babel/helper-plugin-utils': 7.24.0
765
848
  dev: true
766
849
 
767
- /@babel/plugin-transform-export-namespace-from@7.22.11(@babel/core@7.23.0):
768
- resolution: {integrity: sha512-xa7aad7q7OiT8oNZ1mU7NrISjlSkVdMbNxn9IuLZyL9AJEhs1Apba3I+u5riX1dIkdptP5EKDG5XDPByWxtehw==}
850
+ /@babel/plugin-transform-export-namespace-from@7.24.1(@babel/core@7.24.3):
851
+ resolution: {integrity: sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==}
769
852
  engines: {node: '>=6.9.0'}
770
853
  peerDependencies:
771
854
  '@babel/core': ^7.0.0-0
772
855
  dependencies:
773
- '@babel/core': 7.23.0
774
- '@babel/helper-plugin-utils': 7.22.5
775
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.0)
856
+ '@babel/core': 7.24.3
857
+ '@babel/helper-plugin-utils': 7.24.0
858
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.3)
776
859
  dev: true
777
860
 
778
- /@babel/plugin-transform-for-of@7.22.15(@babel/core@7.23.0):
779
- resolution: {integrity: sha512-me6VGeHsx30+xh9fbDLLPi0J1HzmeIIyenoOQHuw2D4m2SAU3NrspX5XxJLBpqn5yrLzrlw2Iy3RA//Bx27iOA==}
861
+ /@babel/plugin-transform-for-of@7.24.1(@babel/core@7.24.3):
862
+ resolution: {integrity: sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==}
780
863
  engines: {node: '>=6.9.0'}
781
864
  peerDependencies:
782
865
  '@babel/core': ^7.0.0-0
783
866
  dependencies:
784
- '@babel/core': 7.23.0
785
- '@babel/helper-plugin-utils': 7.22.5
867
+ '@babel/core': 7.24.3
868
+ '@babel/helper-plugin-utils': 7.24.0
869
+ '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
786
870
  dev: true
787
871
 
788
- /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.23.0):
789
- resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==}
872
+ /@babel/plugin-transform-function-name@7.24.1(@babel/core@7.24.3):
873
+ resolution: {integrity: sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==}
790
874
  engines: {node: '>=6.9.0'}
791
875
  peerDependencies:
792
876
  '@babel/core': ^7.0.0-0
793
877
  dependencies:
794
- '@babel/core': 7.23.0
795
- '@babel/helper-compilation-targets': 7.22.15
878
+ '@babel/core': 7.24.3
879
+ '@babel/helper-compilation-targets': 7.23.6
796
880
  '@babel/helper-function-name': 7.23.0
797
- '@babel/helper-plugin-utils': 7.22.5
881
+ '@babel/helper-plugin-utils': 7.24.0
798
882
  dev: true
799
883
 
800
- /@babel/plugin-transform-json-strings@7.22.11(@babel/core@7.23.0):
801
- resolution: {integrity: sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw==}
884
+ /@babel/plugin-transform-json-strings@7.24.1(@babel/core@7.24.3):
885
+ resolution: {integrity: sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==}
802
886
  engines: {node: '>=6.9.0'}
803
887
  peerDependencies:
804
888
  '@babel/core': ^7.0.0-0
805
889
  dependencies:
806
- '@babel/core': 7.23.0
807
- '@babel/helper-plugin-utils': 7.22.5
808
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.0)
890
+ '@babel/core': 7.24.3
891
+ '@babel/helper-plugin-utils': 7.24.0
892
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.3)
809
893
  dev: true
810
894
 
811
- /@babel/plugin-transform-literals@7.22.5(@babel/core@7.23.0):
812
- resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==}
895
+ /@babel/plugin-transform-literals@7.24.1(@babel/core@7.24.3):
896
+ resolution: {integrity: sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==}
813
897
  engines: {node: '>=6.9.0'}
814
898
  peerDependencies:
815
899
  '@babel/core': ^7.0.0-0
816
900
  dependencies:
817
- '@babel/core': 7.23.0
818
- '@babel/helper-plugin-utils': 7.22.5
901
+ '@babel/core': 7.24.3
902
+ '@babel/helper-plugin-utils': 7.24.0
819
903
  dev: true
820
904
 
821
- /@babel/plugin-transform-logical-assignment-operators@7.22.11(@babel/core@7.23.0):
822
- resolution: {integrity: sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ==}
905
+ /@babel/plugin-transform-logical-assignment-operators@7.24.1(@babel/core@7.24.3):
906
+ resolution: {integrity: sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==}
823
907
  engines: {node: '>=6.9.0'}
824
908
  peerDependencies:
825
909
  '@babel/core': ^7.0.0-0
826
910
  dependencies:
827
- '@babel/core': 7.23.0
828
- '@babel/helper-plugin-utils': 7.22.5
829
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.0)
911
+ '@babel/core': 7.24.3
912
+ '@babel/helper-plugin-utils': 7.24.0
913
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.3)
830
914
  dev: true
831
915
 
832
- /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.23.0):
833
- resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==}
916
+ /@babel/plugin-transform-member-expression-literals@7.24.1(@babel/core@7.24.3):
917
+ resolution: {integrity: sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==}
834
918
  engines: {node: '>=6.9.0'}
835
919
  peerDependencies:
836
920
  '@babel/core': ^7.0.0-0
837
921
  dependencies:
838
- '@babel/core': 7.23.0
839
- '@babel/helper-plugin-utils': 7.22.5
922
+ '@babel/core': 7.24.3
923
+ '@babel/helper-plugin-utils': 7.24.0
840
924
  dev: true
841
925
 
842
- /@babel/plugin-transform-modules-amd@7.23.0(@babel/core@7.23.0):
843
- resolution: {integrity: sha512-xWT5gefv2HGSm4QHtgc1sYPbseOyf+FFDo2JbpE25GWl5BqTGO9IMwTYJRoIdjsF85GE+VegHxSCUt5EvoYTAw==}
926
+ /@babel/plugin-transform-modules-amd@7.24.1(@babel/core@7.24.3):
927
+ resolution: {integrity: sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==}
844
928
  engines: {node: '>=6.9.0'}
845
929
  peerDependencies:
846
930
  '@babel/core': ^7.0.0-0
847
931
  dependencies:
848
- '@babel/core': 7.23.0
849
- '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0)
850
- '@babel/helper-plugin-utils': 7.22.5
932
+ '@babel/core': 7.24.3
933
+ '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3)
934
+ '@babel/helper-plugin-utils': 7.24.0
851
935
  dev: true
852
936
 
853
- /@babel/plugin-transform-modules-commonjs@7.23.0(@babel/core@7.23.0):
854
- resolution: {integrity: sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==}
937
+ /@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.3):
938
+ resolution: {integrity: sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==}
855
939
  engines: {node: '>=6.9.0'}
856
940
  peerDependencies:
857
941
  '@babel/core': ^7.0.0-0
858
942
  dependencies:
859
- '@babel/core': 7.23.0
860
- '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0)
861
- '@babel/helper-plugin-utils': 7.22.5
943
+ '@babel/core': 7.24.3
944
+ '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3)
945
+ '@babel/helper-plugin-utils': 7.24.0
862
946
  '@babel/helper-simple-access': 7.22.5
863
947
  dev: true
864
948
 
865
- /@babel/plugin-transform-modules-systemjs@7.23.0(@babel/core@7.23.0):
866
- resolution: {integrity: sha512-qBej6ctXZD2f+DhlOC9yO47yEYgUh5CZNz/aBoH4j/3NOlRfJXJbY7xDQCqQVf9KbrqGzIWER1f23doHGrIHFg==}
949
+ /@babel/plugin-transform-modules-systemjs@7.24.1(@babel/core@7.24.3):
950
+ resolution: {integrity: sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==}
867
951
  engines: {node: '>=6.9.0'}
868
952
  peerDependencies:
869
953
  '@babel/core': ^7.0.0-0
870
954
  dependencies:
871
- '@babel/core': 7.23.0
955
+ '@babel/core': 7.24.3
872
956
  '@babel/helper-hoist-variables': 7.22.5
873
- '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0)
874
- '@babel/helper-plugin-utils': 7.22.5
957
+ '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3)
958
+ '@babel/helper-plugin-utils': 7.24.0
875
959
  '@babel/helper-validator-identifier': 7.22.20
876
960
  dev: true
877
961
 
878
- /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.23.0):
879
- resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==}
962
+ /@babel/plugin-transform-modules-umd@7.24.1(@babel/core@7.24.3):
963
+ resolution: {integrity: sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==}
880
964
  engines: {node: '>=6.9.0'}
881
965
  peerDependencies:
882
966
  '@babel/core': ^7.0.0-0
883
967
  dependencies:
884
- '@babel/core': 7.23.0
885
- '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0)
886
- '@babel/helper-plugin-utils': 7.22.5
968
+ '@babel/core': 7.24.3
969
+ '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3)
970
+ '@babel/helper-plugin-utils': 7.24.0
887
971
  dev: true
888
972
 
889
- /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.0):
973
+ /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.24.3):
890
974
  resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==}
891
975
  engines: {node: '>=6.9.0'}
892
976
  peerDependencies:
893
977
  '@babel/core': ^7.0.0
894
978
  dependencies:
895
- '@babel/core': 7.23.0
896
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0)
897
- '@babel/helper-plugin-utils': 7.22.5
979
+ '@babel/core': 7.24.3
980
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3)
981
+ '@babel/helper-plugin-utils': 7.24.0
898
982
  dev: true
899
983
 
900
- /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.23.0):
901
- resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==}
984
+ /@babel/plugin-transform-new-target@7.24.1(@babel/core@7.24.3):
985
+ resolution: {integrity: sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==}
902
986
  engines: {node: '>=6.9.0'}
903
987
  peerDependencies:
904
988
  '@babel/core': ^7.0.0-0
905
989
  dependencies:
906
- '@babel/core': 7.23.0
907
- '@babel/helper-plugin-utils': 7.22.5
990
+ '@babel/core': 7.24.3
991
+ '@babel/helper-plugin-utils': 7.24.0
908
992
  dev: true
909
993
 
910
- /@babel/plugin-transform-nullish-coalescing-operator@7.22.11(@babel/core@7.23.0):
911
- resolution: {integrity: sha512-YZWOw4HxXrotb5xsjMJUDlLgcDXSfO9eCmdl1bgW4+/lAGdkjaEvOnQ4p5WKKdUgSzO39dgPl0pTnfxm0OAXcg==}
994
+ /@babel/plugin-transform-nullish-coalescing-operator@7.24.1(@babel/core@7.24.3):
995
+ resolution: {integrity: sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==}
912
996
  engines: {node: '>=6.9.0'}
913
997
  peerDependencies:
914
998
  '@babel/core': ^7.0.0-0
915
999
  dependencies:
916
- '@babel/core': 7.23.0
917
- '@babel/helper-plugin-utils': 7.22.5
918
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.0)
1000
+ '@babel/core': 7.24.3
1001
+ '@babel/helper-plugin-utils': 7.24.0
1002
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.3)
919
1003
  dev: true
920
1004
 
921
- /@babel/plugin-transform-numeric-separator@7.22.11(@babel/core@7.23.0):
922
- resolution: {integrity: sha512-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg==}
1005
+ /@babel/plugin-transform-numeric-separator@7.24.1(@babel/core@7.24.3):
1006
+ resolution: {integrity: sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==}
923
1007
  engines: {node: '>=6.9.0'}
924
1008
  peerDependencies:
925
1009
  '@babel/core': ^7.0.0-0
926
1010
  dependencies:
927
- '@babel/core': 7.23.0
928
- '@babel/helper-plugin-utils': 7.22.5
929
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.0)
1011
+ '@babel/core': 7.24.3
1012
+ '@babel/helper-plugin-utils': 7.24.0
1013
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.3)
930
1014
  dev: true
931
1015
 
932
- /@babel/plugin-transform-object-rest-spread@7.22.15(@babel/core@7.23.0):
933
- resolution: {integrity: sha512-fEB+I1+gAmfAyxZcX1+ZUwLeAuuf8VIg67CTznZE0MqVFumWkh8xWtn58I4dxdVf080wn7gzWoF8vndOViJe9Q==}
1016
+ /@babel/plugin-transform-object-rest-spread@7.24.1(@babel/core@7.24.3):
1017
+ resolution: {integrity: sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==}
934
1018
  engines: {node: '>=6.9.0'}
935
1019
  peerDependencies:
936
1020
  '@babel/core': ^7.0.0-0
937
1021
  dependencies:
938
- '@babel/compat-data': 7.22.20
939
- '@babel/core': 7.23.0
940
- '@babel/helper-compilation-targets': 7.22.15
941
- '@babel/helper-plugin-utils': 7.22.5
942
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.0)
943
- '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.0)
1022
+ '@babel/core': 7.24.3
1023
+ '@babel/helper-compilation-targets': 7.23.6
1024
+ '@babel/helper-plugin-utils': 7.24.0
1025
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.3)
1026
+ '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.24.3)
944
1027
  dev: true
945
1028
 
946
- /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.23.0):
947
- resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==}
1029
+ /@babel/plugin-transform-object-super@7.24.1(@babel/core@7.24.3):
1030
+ resolution: {integrity: sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==}
948
1031
  engines: {node: '>=6.9.0'}
949
1032
  peerDependencies:
950
1033
  '@babel/core': ^7.0.0-0
951
1034
  dependencies:
952
- '@babel/core': 7.23.0
953
- '@babel/helper-plugin-utils': 7.22.5
954
- '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.0)
1035
+ '@babel/core': 7.24.3
1036
+ '@babel/helper-plugin-utils': 7.24.0
1037
+ '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.3)
955
1038
  dev: true
956
1039
 
957
- /@babel/plugin-transform-optional-catch-binding@7.22.11(@babel/core@7.23.0):
958
- resolution: {integrity: sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ==}
1040
+ /@babel/plugin-transform-optional-catch-binding@7.24.1(@babel/core@7.24.3):
1041
+ resolution: {integrity: sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==}
959
1042
  engines: {node: '>=6.9.0'}
960
1043
  peerDependencies:
961
1044
  '@babel/core': ^7.0.0-0
962
1045
  dependencies:
963
- '@babel/core': 7.23.0
964
- '@babel/helper-plugin-utils': 7.22.5
965
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.0)
1046
+ '@babel/core': 7.24.3
1047
+ '@babel/helper-plugin-utils': 7.24.0
1048
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.3)
966
1049
  dev: true
967
1050
 
968
- /@babel/plugin-transform-optional-chaining@7.23.0(@babel/core@7.23.0):
969
- resolution: {integrity: sha512-sBBGXbLJjxTzLBF5rFWaikMnOGOk/BmK6vVByIdEggZ7Vn6CvWXZyRkkLFK6WE0IF8jSliyOkUN6SScFgzCM0g==}
1051
+ /@babel/plugin-transform-optional-chaining@7.24.1(@babel/core@7.24.3):
1052
+ resolution: {integrity: sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==}
970
1053
  engines: {node: '>=6.9.0'}
971
1054
  peerDependencies:
972
1055
  '@babel/core': ^7.0.0-0
973
1056
  dependencies:
974
- '@babel/core': 7.23.0
975
- '@babel/helper-plugin-utils': 7.22.5
1057
+ '@babel/core': 7.24.3
1058
+ '@babel/helper-plugin-utils': 7.24.0
976
1059
  '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
977
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.0)
1060
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.3)
978
1061
  dev: true
979
1062
 
980
- /@babel/plugin-transform-parameters@7.22.15(@babel/core@7.23.0):
981
- resolution: {integrity: sha512-hjk7qKIqhyzhhUvRT683TYQOFa/4cQKwQy7ALvTpODswN40MljzNDa0YldevS6tGbxwaEKVn502JmY0dP7qEtQ==}
1063
+ /@babel/plugin-transform-parameters@7.24.1(@babel/core@7.24.3):
1064
+ resolution: {integrity: sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==}
982
1065
  engines: {node: '>=6.9.0'}
983
1066
  peerDependencies:
984
1067
  '@babel/core': ^7.0.0-0
985
1068
  dependencies:
986
- '@babel/core': 7.23.0
987
- '@babel/helper-plugin-utils': 7.22.5
1069
+ '@babel/core': 7.24.3
1070
+ '@babel/helper-plugin-utils': 7.24.0
988
1071
  dev: true
989
1072
 
990
- /@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.23.0):
991
- resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==}
1073
+ /@babel/plugin-transform-private-methods@7.24.1(@babel/core@7.24.3):
1074
+ resolution: {integrity: sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==}
992
1075
  engines: {node: '>=6.9.0'}
993
1076
  peerDependencies:
994
1077
  '@babel/core': ^7.0.0-0
995
1078
  dependencies:
996
- '@babel/core': 7.23.0
997
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
998
- '@babel/helper-plugin-utils': 7.22.5
1079
+ '@babel/core': 7.24.3
1080
+ '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.3)
1081
+ '@babel/helper-plugin-utils': 7.24.0
999
1082
  dev: true
1000
1083
 
1001
- /@babel/plugin-transform-private-property-in-object@7.22.11(@babel/core@7.23.0):
1002
- resolution: {integrity: sha512-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ==}
1084
+ /@babel/plugin-transform-private-property-in-object@7.24.1(@babel/core@7.24.3):
1085
+ resolution: {integrity: sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==}
1003
1086
  engines: {node: '>=6.9.0'}
1004
1087
  peerDependencies:
1005
1088
  '@babel/core': ^7.0.0-0
1006
1089
  dependencies:
1007
- '@babel/core': 7.23.0
1090
+ '@babel/core': 7.24.3
1008
1091
  '@babel/helper-annotate-as-pure': 7.22.5
1009
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
1010
- '@babel/helper-plugin-utils': 7.22.5
1011
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.0)
1092
+ '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.3)
1093
+ '@babel/helper-plugin-utils': 7.24.0
1094
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.3)
1012
1095
  dev: true
1013
1096
 
1014
- /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.23.0):
1015
- resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==}
1097
+ /@babel/plugin-transform-property-literals@7.24.1(@babel/core@7.24.3):
1098
+ resolution: {integrity: sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==}
1016
1099
  engines: {node: '>=6.9.0'}
1017
1100
  peerDependencies:
1018
1101
  '@babel/core': ^7.0.0-0
1019
1102
  dependencies:
1020
- '@babel/core': 7.23.0
1021
- '@babel/helper-plugin-utils': 7.22.5
1103
+ '@babel/core': 7.24.3
1104
+ '@babel/helper-plugin-utils': 7.24.0
1022
1105
  dev: true
1023
1106
 
1024
- /@babel/plugin-transform-regenerator@7.22.10(@babel/core@7.23.0):
1025
- resolution: {integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==}
1107
+ /@babel/plugin-transform-regenerator@7.24.1(@babel/core@7.24.3):
1108
+ resolution: {integrity: sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==}
1026
1109
  engines: {node: '>=6.9.0'}
1027
1110
  peerDependencies:
1028
1111
  '@babel/core': ^7.0.0-0
1029
1112
  dependencies:
1030
- '@babel/core': 7.23.0
1031
- '@babel/helper-plugin-utils': 7.22.5
1113
+ '@babel/core': 7.24.3
1114
+ '@babel/helper-plugin-utils': 7.24.0
1032
1115
  regenerator-transform: 0.15.2
1033
1116
  dev: true
1034
1117
 
1035
- /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.23.0):
1036
- resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==}
1118
+ /@babel/plugin-transform-reserved-words@7.24.1(@babel/core@7.24.3):
1119
+ resolution: {integrity: sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==}
1037
1120
  engines: {node: '>=6.9.0'}
1038
1121
  peerDependencies:
1039
1122
  '@babel/core': ^7.0.0-0
1040
1123
  dependencies:
1041
- '@babel/core': 7.23.0
1042
- '@babel/helper-plugin-utils': 7.22.5
1124
+ '@babel/core': 7.24.3
1125
+ '@babel/helper-plugin-utils': 7.24.0
1043
1126
  dev: true
1044
1127
 
1045
- /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.23.0):
1046
- resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==}
1128
+ /@babel/plugin-transform-shorthand-properties@7.24.1(@babel/core@7.24.3):
1129
+ resolution: {integrity: sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==}
1047
1130
  engines: {node: '>=6.9.0'}
1048
1131
  peerDependencies:
1049
1132
  '@babel/core': ^7.0.0-0
1050
1133
  dependencies:
1051
- '@babel/core': 7.23.0
1052
- '@babel/helper-plugin-utils': 7.22.5
1134
+ '@babel/core': 7.24.3
1135
+ '@babel/helper-plugin-utils': 7.24.0
1053
1136
  dev: true
1054
1137
 
1055
- /@babel/plugin-transform-spread@7.22.5(@babel/core@7.23.0):
1056
- resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==}
1138
+ /@babel/plugin-transform-spread@7.24.1(@babel/core@7.24.3):
1139
+ resolution: {integrity: sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==}
1057
1140
  engines: {node: '>=6.9.0'}
1058
1141
  peerDependencies:
1059
1142
  '@babel/core': ^7.0.0-0
1060
1143
  dependencies:
1061
- '@babel/core': 7.23.0
1062
- '@babel/helper-plugin-utils': 7.22.5
1144
+ '@babel/core': 7.24.3
1145
+ '@babel/helper-plugin-utils': 7.24.0
1063
1146
  '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
1064
1147
  dev: true
1065
1148
 
1066
- /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.23.0):
1067
- resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==}
1149
+ /@babel/plugin-transform-sticky-regex@7.24.1(@babel/core@7.24.3):
1150
+ resolution: {integrity: sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==}
1068
1151
  engines: {node: '>=6.9.0'}
1069
1152
  peerDependencies:
1070
1153
  '@babel/core': ^7.0.0-0
1071
1154
  dependencies:
1072
- '@babel/core': 7.23.0
1073
- '@babel/helper-plugin-utils': 7.22.5
1155
+ '@babel/core': 7.24.3
1156
+ '@babel/helper-plugin-utils': 7.24.0
1074
1157
  dev: true
1075
1158
 
1076
- /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.23.0):
1077
- resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==}
1159
+ /@babel/plugin-transform-template-literals@7.24.1(@babel/core@7.24.3):
1160
+ resolution: {integrity: sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==}
1078
1161
  engines: {node: '>=6.9.0'}
1079
1162
  peerDependencies:
1080
1163
  '@babel/core': ^7.0.0-0
1081
1164
  dependencies:
1082
- '@babel/core': 7.23.0
1083
- '@babel/helper-plugin-utils': 7.22.5
1165
+ '@babel/core': 7.24.3
1166
+ '@babel/helper-plugin-utils': 7.24.0
1084
1167
  dev: true
1085
1168
 
1086
- /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.23.0):
1087
- resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==}
1169
+ /@babel/plugin-transform-typeof-symbol@7.24.1(@babel/core@7.24.3):
1170
+ resolution: {integrity: sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==}
1088
1171
  engines: {node: '>=6.9.0'}
1089
1172
  peerDependencies:
1090
1173
  '@babel/core': ^7.0.0-0
1091
1174
  dependencies:
1092
- '@babel/core': 7.23.0
1093
- '@babel/helper-plugin-utils': 7.22.5
1175
+ '@babel/core': 7.24.3
1176
+ '@babel/helper-plugin-utils': 7.24.0
1094
1177
  dev: true
1095
1178
 
1096
- /@babel/plugin-transform-typescript@7.22.15(@babel/core@7.23.0):
1097
- resolution: {integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==}
1179
+ /@babel/plugin-transform-typescript@7.24.1(@babel/core@7.24.3):
1180
+ resolution: {integrity: sha512-liYSESjX2fZ7JyBFkYG78nfvHlMKE6IpNdTVnxmlYUR+j5ZLsitFbaAE+eJSK2zPPkNWNw4mXL51rQ8WrvdK0w==}
1098
1181
  engines: {node: '>=6.9.0'}
1099
1182
  peerDependencies:
1100
1183
  '@babel/core': ^7.0.0-0
1101
1184
  dependencies:
1102
- '@babel/core': 7.23.0
1185
+ '@babel/core': 7.24.3
1103
1186
  '@babel/helper-annotate-as-pure': 7.22.5
1104
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
1105
- '@babel/helper-plugin-utils': 7.22.5
1106
- '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.0)
1187
+ '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.3)
1188
+ '@babel/helper-plugin-utils': 7.24.0
1189
+ '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.3)
1107
1190
  dev: true
1108
1191
 
1109
- /@babel/plugin-transform-unicode-escapes@7.22.10(@babel/core@7.23.0):
1110
- resolution: {integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==}
1192
+ /@babel/plugin-transform-unicode-escapes@7.24.1(@babel/core@7.24.3):
1193
+ resolution: {integrity: sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==}
1111
1194
  engines: {node: '>=6.9.0'}
1112
1195
  peerDependencies:
1113
1196
  '@babel/core': ^7.0.0-0
1114
1197
  dependencies:
1115
- '@babel/core': 7.23.0
1116
- '@babel/helper-plugin-utils': 7.22.5
1198
+ '@babel/core': 7.24.3
1199
+ '@babel/helper-plugin-utils': 7.24.0
1117
1200
  dev: true
1118
1201
 
1119
- /@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.23.0):
1120
- resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==}
1202
+ /@babel/plugin-transform-unicode-property-regex@7.24.1(@babel/core@7.24.3):
1203
+ resolution: {integrity: sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==}
1121
1204
  engines: {node: '>=6.9.0'}
1122
1205
  peerDependencies:
1123
1206
  '@babel/core': ^7.0.0-0
1124
1207
  dependencies:
1125
- '@babel/core': 7.23.0
1126
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0)
1127
- '@babel/helper-plugin-utils': 7.22.5
1208
+ '@babel/core': 7.24.3
1209
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3)
1210
+ '@babel/helper-plugin-utils': 7.24.0
1128
1211
  dev: true
1129
1212
 
1130
- /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.23.0):
1131
- resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==}
1213
+ /@babel/plugin-transform-unicode-regex@7.24.1(@babel/core@7.24.3):
1214
+ resolution: {integrity: sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==}
1132
1215
  engines: {node: '>=6.9.0'}
1133
1216
  peerDependencies:
1134
1217
  '@babel/core': ^7.0.0-0
1135
1218
  dependencies:
1136
- '@babel/core': 7.23.0
1137
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0)
1138
- '@babel/helper-plugin-utils': 7.22.5
1219
+ '@babel/core': 7.24.3
1220
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3)
1221
+ '@babel/helper-plugin-utils': 7.24.0
1139
1222
  dev: true
1140
1223
 
1141
- /@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.23.0):
1142
- resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==}
1224
+ /@babel/plugin-transform-unicode-sets-regex@7.24.1(@babel/core@7.24.3):
1225
+ resolution: {integrity: sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==}
1143
1226
  engines: {node: '>=6.9.0'}
1144
1227
  peerDependencies:
1145
1228
  '@babel/core': ^7.0.0
1146
1229
  dependencies:
1147
- '@babel/core': 7.23.0
1148
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0)
1149
- '@babel/helper-plugin-utils': 7.22.5
1230
+ '@babel/core': 7.24.3
1231
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3)
1232
+ '@babel/helper-plugin-utils': 7.24.0
1150
1233
  dev: true
1151
1234
 
1152
- /@babel/preset-env@7.22.20(@babel/core@7.23.0):
1153
- resolution: {integrity: sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg==}
1235
+ /@babel/preset-env@7.24.3(@babel/core@7.24.3):
1236
+ resolution: {integrity: sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA==}
1154
1237
  engines: {node: '>=6.9.0'}
1155
1238
  peerDependencies:
1156
1239
  '@babel/core': ^7.0.0-0
1157
1240
  dependencies:
1158
- '@babel/compat-data': 7.22.20
1159
- '@babel/core': 7.23.0
1160
- '@babel/helper-compilation-targets': 7.22.15
1161
- '@babel/helper-plugin-utils': 7.22.5
1162
- '@babel/helper-validator-option': 7.22.15
1163
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.15(@babel/core@7.23.0)
1164
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.15(@babel/core@7.23.0)
1165
- '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.0)
1166
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.0)
1167
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.0)
1168
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.0)
1169
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.0)
1170
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.0)
1171
- '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.23.0)
1172
- '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.23.0)
1173
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.0)
1174
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.0)
1175
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.0)
1176
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.0)
1177
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.0)
1178
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.0)
1179
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.0)
1180
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.0)
1181
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.0)
1182
- '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.0)
1183
- '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.23.0)
1184
- '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.23.0)
1185
- '@babel/plugin-transform-async-generator-functions': 7.22.15(@babel/core@7.23.0)
1186
- '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.23.0)
1187
- '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.23.0)
1188
- '@babel/plugin-transform-block-scoping': 7.23.0(@babel/core@7.23.0)
1189
- '@babel/plugin-transform-class-properties': 7.22.5(@babel/core@7.23.0)
1190
- '@babel/plugin-transform-class-static-block': 7.22.11(@babel/core@7.23.0)
1191
- '@babel/plugin-transform-classes': 7.22.15(@babel/core@7.23.0)
1192
- '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.23.0)
1193
- '@babel/plugin-transform-destructuring': 7.23.0(@babel/core@7.23.0)
1194
- '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.23.0)
1195
- '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.23.0)
1196
- '@babel/plugin-transform-dynamic-import': 7.22.11(@babel/core@7.23.0)
1197
- '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.23.0)
1198
- '@babel/plugin-transform-export-namespace-from': 7.22.11(@babel/core@7.23.0)
1199
- '@babel/plugin-transform-for-of': 7.22.15(@babel/core@7.23.0)
1200
- '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.23.0)
1201
- '@babel/plugin-transform-json-strings': 7.22.11(@babel/core@7.23.0)
1202
- '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.23.0)
1203
- '@babel/plugin-transform-logical-assignment-operators': 7.22.11(@babel/core@7.23.0)
1204
- '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.23.0)
1205
- '@babel/plugin-transform-modules-amd': 7.23.0(@babel/core@7.23.0)
1206
- '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.23.0)
1207
- '@babel/plugin-transform-modules-systemjs': 7.23.0(@babel/core@7.23.0)
1208
- '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.23.0)
1209
- '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.0)
1210
- '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.23.0)
1211
- '@babel/plugin-transform-nullish-coalescing-operator': 7.22.11(@babel/core@7.23.0)
1212
- '@babel/plugin-transform-numeric-separator': 7.22.11(@babel/core@7.23.0)
1213
- '@babel/plugin-transform-object-rest-spread': 7.22.15(@babel/core@7.23.0)
1214
- '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.23.0)
1215
- '@babel/plugin-transform-optional-catch-binding': 7.22.11(@babel/core@7.23.0)
1216
- '@babel/plugin-transform-optional-chaining': 7.23.0(@babel/core@7.23.0)
1217
- '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.0)
1218
- '@babel/plugin-transform-private-methods': 7.22.5(@babel/core@7.23.0)
1219
- '@babel/plugin-transform-private-property-in-object': 7.22.11(@babel/core@7.23.0)
1220
- '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.23.0)
1221
- '@babel/plugin-transform-regenerator': 7.22.10(@babel/core@7.23.0)
1222
- '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.23.0)
1223
- '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.23.0)
1224
- '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.23.0)
1225
- '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.23.0)
1226
- '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.23.0)
1227
- '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.23.0)
1228
- '@babel/plugin-transform-unicode-escapes': 7.22.10(@babel/core@7.23.0)
1229
- '@babel/plugin-transform-unicode-property-regex': 7.22.5(@babel/core@7.23.0)
1230
- '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.23.0)
1231
- '@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.23.0)
1232
- '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.23.0)
1233
- '@babel/types': 7.23.0
1234
- babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.23.0)
1235
- babel-plugin-polyfill-corejs3: 0.8.4(@babel/core@7.23.0)
1236
- babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.23.0)
1241
+ '@babel/compat-data': 7.24.1
1242
+ '@babel/core': 7.24.3
1243
+ '@babel/helper-compilation-targets': 7.23.6
1244
+ '@babel/helper-plugin-utils': 7.24.0
1245
+ '@babel/helper-validator-option': 7.23.5
1246
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.1(@babel/core@7.24.3)
1247
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.1(@babel/core@7.24.3)
1248
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.24.1(@babel/core@7.24.3)
1249
+ '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.3)
1250
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.3)
1251
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.3)
1252
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.3)
1253
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.3)
1254
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.3)
1255
+ '@babel/plugin-syntax-import-assertions': 7.24.1(@babel/core@7.24.3)
1256
+ '@babel/plugin-syntax-import-attributes': 7.24.1(@babel/core@7.24.3)
1257
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.3)
1258
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.3)
1259
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.3)
1260
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.3)
1261
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.3)
1262
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.3)
1263
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.3)
1264
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.3)
1265
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.3)
1266
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.3)
1267
+ '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.24.3)
1268
+ '@babel/plugin-transform-arrow-functions': 7.24.1(@babel/core@7.24.3)
1269
+ '@babel/plugin-transform-async-generator-functions': 7.24.3(@babel/core@7.24.3)
1270
+ '@babel/plugin-transform-async-to-generator': 7.24.1(@babel/core@7.24.3)
1271
+ '@babel/plugin-transform-block-scoped-functions': 7.24.1(@babel/core@7.24.3)
1272
+ '@babel/plugin-transform-block-scoping': 7.24.1(@babel/core@7.24.3)
1273
+ '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.3)
1274
+ '@babel/plugin-transform-class-static-block': 7.24.1(@babel/core@7.24.3)
1275
+ '@babel/plugin-transform-classes': 7.24.1(@babel/core@7.24.3)
1276
+ '@babel/plugin-transform-computed-properties': 7.24.1(@babel/core@7.24.3)
1277
+ '@babel/plugin-transform-destructuring': 7.24.1(@babel/core@7.24.3)
1278
+ '@babel/plugin-transform-dotall-regex': 7.24.1(@babel/core@7.24.3)
1279
+ '@babel/plugin-transform-duplicate-keys': 7.24.1(@babel/core@7.24.3)
1280
+ '@babel/plugin-transform-dynamic-import': 7.24.1(@babel/core@7.24.3)
1281
+ '@babel/plugin-transform-exponentiation-operator': 7.24.1(@babel/core@7.24.3)
1282
+ '@babel/plugin-transform-export-namespace-from': 7.24.1(@babel/core@7.24.3)
1283
+ '@babel/plugin-transform-for-of': 7.24.1(@babel/core@7.24.3)
1284
+ '@babel/plugin-transform-function-name': 7.24.1(@babel/core@7.24.3)
1285
+ '@babel/plugin-transform-json-strings': 7.24.1(@babel/core@7.24.3)
1286
+ '@babel/plugin-transform-literals': 7.24.1(@babel/core@7.24.3)
1287
+ '@babel/plugin-transform-logical-assignment-operators': 7.24.1(@babel/core@7.24.3)
1288
+ '@babel/plugin-transform-member-expression-literals': 7.24.1(@babel/core@7.24.3)
1289
+ '@babel/plugin-transform-modules-amd': 7.24.1(@babel/core@7.24.3)
1290
+ '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.3)
1291
+ '@babel/plugin-transform-modules-systemjs': 7.24.1(@babel/core@7.24.3)
1292
+ '@babel/plugin-transform-modules-umd': 7.24.1(@babel/core@7.24.3)
1293
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.24.3)
1294
+ '@babel/plugin-transform-new-target': 7.24.1(@babel/core@7.24.3)
1295
+ '@babel/plugin-transform-nullish-coalescing-operator': 7.24.1(@babel/core@7.24.3)
1296
+ '@babel/plugin-transform-numeric-separator': 7.24.1(@babel/core@7.24.3)
1297
+ '@babel/plugin-transform-object-rest-spread': 7.24.1(@babel/core@7.24.3)
1298
+ '@babel/plugin-transform-object-super': 7.24.1(@babel/core@7.24.3)
1299
+ '@babel/plugin-transform-optional-catch-binding': 7.24.1(@babel/core@7.24.3)
1300
+ '@babel/plugin-transform-optional-chaining': 7.24.1(@babel/core@7.24.3)
1301
+ '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.24.3)
1302
+ '@babel/plugin-transform-private-methods': 7.24.1(@babel/core@7.24.3)
1303
+ '@babel/plugin-transform-private-property-in-object': 7.24.1(@babel/core@7.24.3)
1304
+ '@babel/plugin-transform-property-literals': 7.24.1(@babel/core@7.24.3)
1305
+ '@babel/plugin-transform-regenerator': 7.24.1(@babel/core@7.24.3)
1306
+ '@babel/plugin-transform-reserved-words': 7.24.1(@babel/core@7.24.3)
1307
+ '@babel/plugin-transform-shorthand-properties': 7.24.1(@babel/core@7.24.3)
1308
+ '@babel/plugin-transform-spread': 7.24.1(@babel/core@7.24.3)
1309
+ '@babel/plugin-transform-sticky-regex': 7.24.1(@babel/core@7.24.3)
1310
+ '@babel/plugin-transform-template-literals': 7.24.1(@babel/core@7.24.3)
1311
+ '@babel/plugin-transform-typeof-symbol': 7.24.1(@babel/core@7.24.3)
1312
+ '@babel/plugin-transform-unicode-escapes': 7.24.1(@babel/core@7.24.3)
1313
+ '@babel/plugin-transform-unicode-property-regex': 7.24.1(@babel/core@7.24.3)
1314
+ '@babel/plugin-transform-unicode-regex': 7.24.1(@babel/core@7.24.3)
1315
+ '@babel/plugin-transform-unicode-sets-regex': 7.24.1(@babel/core@7.24.3)
1316
+ '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.24.3)
1317
+ babel-plugin-polyfill-corejs2: 0.4.10(@babel/core@7.24.3)
1318
+ babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.3)
1319
+ babel-plugin-polyfill-regenerator: 0.6.1(@babel/core@7.24.3)
1237
1320
  core-js-compat: 3.33.0
1238
1321
  semver: 6.3.1
1239
1322
  transitivePeerDependencies:
1240
1323
  - supports-color
1241
1324
  dev: true
1242
1325
 
1243
- /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.0):
1326
+ /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.3):
1244
1327
  resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==}
1245
1328
  peerDependencies:
1246
1329
  '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0
1247
1330
  dependencies:
1248
- '@babel/core': 7.23.0
1249
- '@babel/helper-plugin-utils': 7.22.5
1331
+ '@babel/core': 7.24.3
1332
+ '@babel/helper-plugin-utils': 7.24.0
1250
1333
  '@babel/types': 7.23.0
1251
1334
  esutils: 2.0.3
1252
1335
  dev: true
1253
1336
 
1254
- /@babel/preset-typescript@7.23.0(@babel/core@7.23.0):
1255
- resolution: {integrity: sha512-6P6VVa/NM/VlAYj5s2Aq/gdVg8FSENCg3wlZ6Qau9AcPaoF5LbN1nyGlR9DTRIw9PpxI94e+ReydsJHcjwAweg==}
1337
+ /@babel/preset-typescript@7.24.1(@babel/core@7.24.3):
1338
+ resolution: {integrity: sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==}
1256
1339
  engines: {node: '>=6.9.0'}
1257
1340
  peerDependencies:
1258
1341
  '@babel/core': ^7.0.0-0
1259
1342
  dependencies:
1260
- '@babel/core': 7.23.0
1261
- '@babel/helper-plugin-utils': 7.22.5
1262
- '@babel/helper-validator-option': 7.22.15
1263
- '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0)
1264
- '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.23.0)
1265
- '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.0)
1343
+ '@babel/core': 7.24.3
1344
+ '@babel/helper-plugin-utils': 7.24.0
1345
+ '@babel/helper-validator-option': 7.23.5
1346
+ '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.3)
1347
+ '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.3)
1348
+ '@babel/plugin-transform-typescript': 7.24.1(@babel/core@7.24.3)
1266
1349
  dev: true
1267
1350
 
1268
1351
  /@babel/regjsgen@0.8.0:
@@ -1284,18 +1367,27 @@ packages:
1284
1367
  '@babel/types': 7.23.0
1285
1368
  dev: true
1286
1369
 
1287
- /@babel/traverse@7.23.0:
1288
- resolution: {integrity: sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==}
1370
+ /@babel/template@7.24.0:
1371
+ resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==}
1289
1372
  engines: {node: '>=6.9.0'}
1290
1373
  dependencies:
1291
- '@babel/code-frame': 7.22.13
1292
- '@babel/generator': 7.23.0
1374
+ '@babel/code-frame': 7.24.2
1375
+ '@babel/parser': 7.24.1
1376
+ '@babel/types': 7.24.0
1377
+ dev: true
1378
+
1379
+ /@babel/traverse@7.24.1:
1380
+ resolution: {integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==}
1381
+ engines: {node: '>=6.9.0'}
1382
+ dependencies:
1383
+ '@babel/code-frame': 7.24.2
1384
+ '@babel/generator': 7.24.1
1293
1385
  '@babel/helper-environment-visitor': 7.22.20
1294
1386
  '@babel/helper-function-name': 7.23.0
1295
1387
  '@babel/helper-hoist-variables': 7.22.5
1296
1388
  '@babel/helper-split-export-declaration': 7.22.6
1297
- '@babel/parser': 7.23.0
1298
- '@babel/types': 7.23.0
1389
+ '@babel/parser': 7.24.1
1390
+ '@babel/types': 7.24.0
1299
1391
  debug: 4.3.4
1300
1392
  globals: 11.12.0
1301
1393
  transitivePeerDependencies:
@@ -1311,6 +1403,15 @@ packages:
1311
1403
  to-fast-properties: 2.0.0
1312
1404
  dev: true
1313
1405
 
1406
+ /@babel/types@7.24.0:
1407
+ resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==}
1408
+ engines: {node: '>=6.9.0'}
1409
+ dependencies:
1410
+ '@babel/helper-string-parser': 7.24.1
1411
+ '@babel/helper-validator-identifier': 7.22.20
1412
+ to-fast-properties: 2.0.0
1413
+ dev: true
1414
+
1314
1415
  /@bcoe/v8-coverage@0.2.3:
1315
1416
  resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
1316
1417
  dev: true
@@ -1322,15 +1423,15 @@ packages:
1322
1423
  '@jridgewell/trace-mapping': 0.3.9
1323
1424
  dev: true
1324
1425
 
1325
- /@dzek69/eslint-config-base@2.5.0(eslint@8.44.0):
1426
+ /@dzek69/eslint-config-base@2.5.0(eslint@8.57.0):
1326
1427
  resolution: {integrity: sha512-CcUqFr0gaSlhKgbHwDZeQvgIZhBYZwer7PI3KdTGdoxE3eEH/Y5GRfTXvmpAS1uoU/rxhxuXOFltYhdDXzz6Iw==}
1327
1428
  peerDependencies:
1328
1429
  eslint: ^8.43.0
1329
1430
  dependencies:
1330
- eslint: 8.44.0
1431
+ eslint: 8.57.0
1331
1432
  dev: true
1332
1433
 
1333
- /@dzek69/eslint-config-import-typescript@1.0.1(@dzek69/eslint-config-import@1.3.0)(@typescript-eslint/parser@5.62.0)(eslint-plugin-import@2.28.1)(eslint@8.44.0):
1434
+ /@dzek69/eslint-config-import-typescript@1.0.1(@dzek69/eslint-config-import@1.3.0)(@typescript-eslint/parser@5.62.0)(eslint-plugin-import@2.29.1)(eslint@8.57.0):
1334
1435
  resolution: {integrity: sha512-FdzazRisFK7cN5V45UefZlJNEIMi1wBwFwUQN61DEl29IXKWHi9CJlUndazssRWMczsXAXeifK/4fbMj1pI1pw==}
1335
1436
  peerDependencies:
1336
1437
  '@dzek69/eslint-config-import': ^0.0.1-beta.1 || ^1.0.0
@@ -1338,23 +1439,23 @@ packages:
1338
1439
  eslint: ^8.18.0
1339
1440
  eslint-plugin-import: ^2.26.0
1340
1441
  dependencies:
1341
- '@dzek69/eslint-config-import': 1.3.0(eslint-plugin-import@2.28.1)(eslint@8.44.0)
1342
- '@typescript-eslint/parser': 5.62.0(eslint@8.44.0)(typescript@5.0.4)
1343
- eslint: 8.44.0
1344
- eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.62.0)(eslint@8.44.0)
1442
+ '@dzek69/eslint-config-import': 1.3.0(eslint-plugin-import@2.29.1)(eslint@8.57.0)
1443
+ '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.0.4)
1444
+ eslint: 8.57.0
1445
+ eslint-plugin-import: 2.29.1(@typescript-eslint/parser@5.62.0)(eslint@8.57.0)
1345
1446
  dev: true
1346
1447
 
1347
- /@dzek69/eslint-config-import@1.3.0(eslint-plugin-import@2.28.1)(eslint@8.44.0):
1448
+ /@dzek69/eslint-config-import@1.3.0(eslint-plugin-import@2.29.1)(eslint@8.57.0):
1348
1449
  resolution: {integrity: sha512-QV3hNxnbf+lxrPEkzhHtdFgw0Hyhc9CDZGiek+B+mh2VKZUVYptLSBPD9q2htJOQfUIYSjP0hxi4/bbhgqAmdw==}
1349
1450
  peerDependencies:
1350
1451
  eslint: ^8.38.0
1351
1452
  eslint-plugin-import: ^2.27.5
1352
1453
  dependencies:
1353
- eslint: 8.44.0
1354
- eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.62.0)(eslint@8.44.0)
1454
+ eslint: 8.57.0
1455
+ eslint-plugin-import: 2.29.1(@typescript-eslint/parser@5.62.0)(eslint@8.57.0)
1355
1456
  dev: true
1356
1457
 
1357
- /@dzek69/eslint-config-typescript@1.1.1(@typescript-eslint/eslint-plugin@5.62.0)(@typescript-eslint/parser@5.62.0)(eslint@8.44.0)(typescript@5.0.4):
1458
+ /@dzek69/eslint-config-typescript@1.1.1(@typescript-eslint/eslint-plugin@5.62.0)(@typescript-eslint/parser@5.62.0)(eslint@8.57.0)(typescript@5.0.4):
1358
1459
  resolution: {integrity: sha512-bwow0vCT3jJwkWSgG6OjV+drw+L7+bxOHlz55Ji0JTOfFZwUGHQO45zTpWFwh1gjuc0XH9tOTIobYuPHhXiWXA==}
1359
1460
  peerDependencies:
1360
1461
  '@typescript-eslint/eslint-plugin': ^5.61.0
@@ -1362,36 +1463,36 @@ packages:
1362
1463
  eslint: ^8.43.0
1363
1464
  typescript: ^5.0.0
1364
1465
  dependencies:
1365
- '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.44.0)(typescript@5.0.4)
1366
- '@typescript-eslint/parser': 5.62.0(eslint@8.44.0)(typescript@5.0.4)
1367
- eslint: 8.44.0
1466
+ '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0)(typescript@5.0.4)
1467
+ '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.0.4)
1468
+ eslint: 8.57.0
1368
1469
  typescript: 5.0.4
1369
1470
  dev: true
1370
1471
 
1371
- /@eslint-community/eslint-utils@4.4.0(eslint@8.44.0):
1472
+ /@eslint-community/eslint-utils@4.4.0(eslint@8.57.0):
1372
1473
  resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
1373
1474
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1374
1475
  peerDependencies:
1375
1476
  eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
1376
1477
  dependencies:
1377
- eslint: 8.44.0
1378
- eslint-visitor-keys: 3.4.1
1478
+ eslint: 8.57.0
1479
+ eslint-visitor-keys: 3.4.3
1379
1480
  dev: true
1380
1481
 
1381
- /@eslint-community/regexpp@4.5.1:
1382
- resolution: {integrity: sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==}
1482
+ /@eslint-community/regexpp@4.10.0:
1483
+ resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==}
1383
1484
  engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
1384
1485
  dev: true
1385
1486
 
1386
- /@eslint/eslintrc@2.1.0:
1387
- resolution: {integrity: sha512-Lj7DECXqIVCqnqjjHMPna4vn6GJcMgul/wuS0je9OZ9gsL0zzDpKPVtcG1HaDVc+9y+qgXneTeUMbCqXJNpH1A==}
1487
+ /@eslint/eslintrc@2.1.4:
1488
+ resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==}
1388
1489
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1389
1490
  dependencies:
1390
1491
  ajv: 6.12.6
1391
1492
  debug: 4.3.4
1392
- espree: 9.6.0
1393
- globals: 13.19.0
1394
- ignore: 5.2.0
1493
+ espree: 9.6.1
1494
+ globals: 13.24.0
1495
+ ignore: 5.3.1
1395
1496
  import-fresh: 3.3.0
1396
1497
  js-yaml: 4.1.0
1397
1498
  minimatch: 3.1.2
@@ -1400,16 +1501,16 @@ packages:
1400
1501
  - supports-color
1401
1502
  dev: true
1402
1503
 
1403
- /@eslint/js@8.44.0:
1404
- resolution: {integrity: sha512-Ag+9YM4ocKQx9AarydN0KY2j0ErMHNIocPDrVo8zAE44xLTjEtz81OdR68/cydGtk6m6jDb5Za3r2useMzYmSw==}
1504
+ /@eslint/js@8.57.0:
1505
+ resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==}
1405
1506
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1406
1507
  dev: true
1407
1508
 
1408
- /@humanwhocodes/config-array@0.11.10:
1409
- resolution: {integrity: sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==}
1509
+ /@humanwhocodes/config-array@0.11.14:
1510
+ resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==}
1410
1511
  engines: {node: '>=10.10.0'}
1411
1512
  dependencies:
1412
- '@humanwhocodes/object-schema': 1.2.1
1513
+ '@humanwhocodes/object-schema': 2.0.2
1413
1514
  debug: 4.3.4
1414
1515
  minimatch: 3.1.2
1415
1516
  transitivePeerDependencies:
@@ -1421,8 +1522,8 @@ packages:
1421
1522
  engines: {node: '>=12.22'}
1422
1523
  dev: true
1423
1524
 
1424
- /@humanwhocodes/object-schema@1.2.1:
1425
- resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
1525
+ /@humanwhocodes/object-schema@2.0.2:
1526
+ resolution: {integrity: sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==}
1426
1527
  dev: true
1427
1528
 
1428
1529
  /@istanbuljs/load-nyc-config@1.1.0:
@@ -1624,7 +1725,7 @@ packages:
1624
1725
  resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==}
1625
1726
  engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
1626
1727
  dependencies:
1627
- '@babel/core': 7.23.0
1728
+ '@babel/core': 7.24.3
1628
1729
  '@jest/types': 29.6.3
1629
1730
  '@jridgewell/trace-mapping': 0.3.18
1630
1731
  babel-plugin-istanbul: 6.1.1
@@ -1664,6 +1765,15 @@ packages:
1664
1765
  '@jridgewell/trace-mapping': 0.3.18
1665
1766
  dev: true
1666
1767
 
1768
+ /@jridgewell/gen-mapping@0.3.5:
1769
+ resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==}
1770
+ engines: {node: '>=6.0.0'}
1771
+ dependencies:
1772
+ '@jridgewell/set-array': 1.2.1
1773
+ '@jridgewell/sourcemap-codec': 1.4.14
1774
+ '@jridgewell/trace-mapping': 0.3.25
1775
+ dev: true
1776
+
1667
1777
  /@jridgewell/resolve-uri@3.1.0:
1668
1778
  resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==}
1669
1779
  engines: {node: '>=6.0.0'}
@@ -1674,6 +1784,11 @@ packages:
1674
1784
  engines: {node: '>=6.0.0'}
1675
1785
  dev: true
1676
1786
 
1787
+ /@jridgewell/set-array@1.2.1:
1788
+ resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==}
1789
+ engines: {node: '>=6.0.0'}
1790
+ dev: true
1791
+
1677
1792
  /@jridgewell/sourcemap-codec@1.4.14:
1678
1793
  resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==}
1679
1794
  dev: true
@@ -1685,6 +1800,13 @@ packages:
1685
1800
  '@jridgewell/sourcemap-codec': 1.4.14
1686
1801
  dev: true
1687
1802
 
1803
+ /@jridgewell/trace-mapping@0.3.25:
1804
+ resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
1805
+ dependencies:
1806
+ '@jridgewell/resolve-uri': 3.1.0
1807
+ '@jridgewell/sourcemap-codec': 1.4.14
1808
+ dev: true
1809
+
1688
1810
  /@jridgewell/trace-mapping@0.3.9:
1689
1811
  resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==}
1690
1812
  dependencies:
@@ -1712,7 +1834,7 @@ packages:
1712
1834
  fastest-levenshtein: 1.0.16
1713
1835
  lodash: 4.17.21
1714
1836
  pkg-up: 3.1.0
1715
- semver: 7.3.7
1837
+ semver: 7.5.4
1716
1838
  typedoc: 0.23.28(typescript@5.0.4)
1717
1839
  dev: true
1718
1840
 
@@ -1827,8 +1949,8 @@ packages:
1827
1949
  pretty-format: 29.7.0
1828
1950
  dev: true
1829
1951
 
1830
- /@types/json-schema@7.0.11:
1831
- resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==}
1952
+ /@types/json-schema@7.0.15:
1953
+ resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
1832
1954
  dev: true
1833
1955
 
1834
1956
  /@types/json5@0.0.29:
@@ -1843,8 +1965,8 @@ packages:
1843
1965
  resolution: {integrity: sha512-jxiZQFpb+NlH5kjW49vXxvxTjeeqlbsnTAdBTKpzEdPs9itay7MscYXz3Fo9VYFEsfQ6LJFitHad3faerLAjCw==}
1844
1966
  dev: true
1845
1967
 
1846
- /@types/semver@7.3.13:
1847
- resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==}
1968
+ /@types/semver@7.5.8:
1969
+ resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==}
1848
1970
  dev: true
1849
1971
 
1850
1972
  /@types/stack-utils@2.0.0:
@@ -1861,7 +1983,7 @@ packages:
1861
1983
  '@types/yargs-parser': 20.2.0
1862
1984
  dev: true
1863
1985
 
1864
- /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.44.0)(typescript@5.0.4):
1986
+ /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0)(typescript@5.0.4):
1865
1987
  resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==}
1866
1988
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1867
1989
  peerDependencies:
@@ -1872,24 +1994,24 @@ packages:
1872
1994
  typescript:
1873
1995
  optional: true
1874
1996
  dependencies:
1875
- '@eslint-community/regexpp': 4.5.1
1876
- '@typescript-eslint/parser': 5.62.0(eslint@8.44.0)(typescript@5.0.4)
1997
+ '@eslint-community/regexpp': 4.10.0
1998
+ '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.0.4)
1877
1999
  '@typescript-eslint/scope-manager': 5.62.0
1878
- '@typescript-eslint/type-utils': 5.62.0(eslint@8.44.0)(typescript@5.0.4)
1879
- '@typescript-eslint/utils': 5.62.0(eslint@8.44.0)(typescript@5.0.4)
2000
+ '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.0)(typescript@5.0.4)
2001
+ '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.0.4)
1880
2002
  debug: 4.3.4
1881
- eslint: 8.44.0
2003
+ eslint: 8.57.0
1882
2004
  graphemer: 1.4.0
1883
- ignore: 5.2.0
2005
+ ignore: 5.3.1
1884
2006
  natural-compare-lite: 1.4.0
1885
- semver: 7.3.7
2007
+ semver: 7.5.4
1886
2008
  tsutils: 3.21.0(typescript@5.0.4)
1887
2009
  typescript: 5.0.4
1888
2010
  transitivePeerDependencies:
1889
2011
  - supports-color
1890
2012
  dev: true
1891
2013
 
1892
- /@typescript-eslint/parser@5.62.0(eslint@8.44.0)(typescript@5.0.4):
2014
+ /@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.0.4):
1893
2015
  resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==}
1894
2016
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1895
2017
  peerDependencies:
@@ -1903,7 +2025,7 @@ packages:
1903
2025
  '@typescript-eslint/types': 5.62.0
1904
2026
  '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.0.4)
1905
2027
  debug: 4.3.4
1906
- eslint: 8.44.0
2028
+ eslint: 8.57.0
1907
2029
  typescript: 5.0.4
1908
2030
  transitivePeerDependencies:
1909
2031
  - supports-color
@@ -1917,7 +2039,7 @@ packages:
1917
2039
  '@typescript-eslint/visitor-keys': 5.62.0
1918
2040
  dev: true
1919
2041
 
1920
- /@typescript-eslint/type-utils@5.62.0(eslint@8.44.0)(typescript@5.0.4):
2042
+ /@typescript-eslint/type-utils@5.62.0(eslint@8.57.0)(typescript@5.0.4):
1921
2043
  resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==}
1922
2044
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1923
2045
  peerDependencies:
@@ -1928,9 +2050,9 @@ packages:
1928
2050
  optional: true
1929
2051
  dependencies:
1930
2052
  '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.0.4)
1931
- '@typescript-eslint/utils': 5.62.0(eslint@8.44.0)(typescript@5.0.4)
2053
+ '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.0.4)
1932
2054
  debug: 4.3.4
1933
- eslint: 8.44.0
2055
+ eslint: 8.57.0
1934
2056
  tsutils: 3.21.0(typescript@5.0.4)
1935
2057
  typescript: 5.0.4
1936
2058
  transitivePeerDependencies:
@@ -1956,28 +2078,28 @@ packages:
1956
2078
  debug: 4.3.4
1957
2079
  globby: 11.1.0
1958
2080
  is-glob: 4.0.3
1959
- semver: 7.3.7
2081
+ semver: 7.5.4
1960
2082
  tsutils: 3.21.0(typescript@5.0.4)
1961
2083
  typescript: 5.0.4
1962
2084
  transitivePeerDependencies:
1963
2085
  - supports-color
1964
2086
  dev: true
1965
2087
 
1966
- /@typescript-eslint/utils@5.62.0(eslint@8.44.0)(typescript@5.0.4):
2088
+ /@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@5.0.4):
1967
2089
  resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==}
1968
2090
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1969
2091
  peerDependencies:
1970
2092
  eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
1971
2093
  dependencies:
1972
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.44.0)
1973
- '@types/json-schema': 7.0.11
1974
- '@types/semver': 7.3.13
2094
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
2095
+ '@types/json-schema': 7.0.15
2096
+ '@types/semver': 7.5.8
1975
2097
  '@typescript-eslint/scope-manager': 5.62.0
1976
2098
  '@typescript-eslint/types': 5.62.0
1977
2099
  '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.0.4)
1978
- eslint: 8.44.0
2100
+ eslint: 8.57.0
1979
2101
  eslint-scope: 5.1.1
1980
- semver: 7.3.7
2102
+ semver: 7.5.4
1981
2103
  transitivePeerDependencies:
1982
2104
  - supports-color
1983
2105
  - typescript
@@ -1988,7 +2110,11 @@ packages:
1988
2110
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1989
2111
  dependencies:
1990
2112
  '@typescript-eslint/types': 5.62.0
1991
- eslint-visitor-keys: 3.4.1
2113
+ eslint-visitor-keys: 3.4.3
2114
+ dev: true
2115
+
2116
+ /@ungap/structured-clone@1.2.0:
2117
+ resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
1992
2118
  dev: true
1993
2119
 
1994
2120
  /abbrev@1.1.1:
@@ -2020,7 +2146,7 @@ packages:
2020
2146
  fast-deep-equal: 3.1.3
2021
2147
  fast-json-stable-stringify: 2.1.0
2022
2148
  json-schema-traverse: 0.4.1
2023
- uri-js: 4.4.0
2149
+ uri-js: 4.4.1
2024
2150
  dev: true
2025
2151
 
2026
2152
  /ansi-colors@4.1.3:
@@ -2085,21 +2211,23 @@ packages:
2085
2211
  resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
2086
2212
  dev: true
2087
2213
 
2088
- /array-buffer-byte-length@1.0.0:
2089
- resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==}
2214
+ /array-buffer-byte-length@1.0.1:
2215
+ resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==}
2216
+ engines: {node: '>= 0.4'}
2090
2217
  dependencies:
2091
- call-bind: 1.0.2
2092
- is-array-buffer: 3.0.2
2218
+ call-bind: 1.0.7
2219
+ is-array-buffer: 3.0.4
2093
2220
  dev: true
2094
2221
 
2095
- /array-includes@3.1.6:
2096
- resolution: {integrity: sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==}
2222
+ /array-includes@3.1.8:
2223
+ resolution: {integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==}
2097
2224
  engines: {node: '>= 0.4'}
2098
2225
  dependencies:
2099
- call-bind: 1.0.2
2100
- define-properties: 1.1.4
2101
- es-abstract: 1.21.2
2102
- get-intrinsic: 1.2.0
2226
+ call-bind: 1.0.7
2227
+ define-properties: 1.2.1
2228
+ es-abstract: 1.23.2
2229
+ es-object-atoms: 1.0.0
2230
+ get-intrinsic: 1.2.4
2103
2231
  is-string: 1.0.7
2104
2232
  dev: true
2105
2233
 
@@ -2108,66 +2236,70 @@ packages:
2108
2236
  engines: {node: '>=8'}
2109
2237
  dev: true
2110
2238
 
2111
- /array.prototype.findlastindex@1.2.3:
2112
- resolution: {integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==}
2239
+ /array.prototype.findlastindex@1.2.5:
2240
+ resolution: {integrity: sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==}
2113
2241
  engines: {node: '>= 0.4'}
2114
2242
  dependencies:
2115
- call-bind: 1.0.2
2243
+ call-bind: 1.0.7
2116
2244
  define-properties: 1.2.1
2117
- es-abstract: 1.22.2
2118
- es-shim-unscopables: 1.0.0
2119
- get-intrinsic: 1.2.1
2245
+ es-abstract: 1.23.2
2246
+ es-errors: 1.3.0
2247
+ es-object-atoms: 1.0.0
2248
+ es-shim-unscopables: 1.0.2
2120
2249
  dev: true
2121
2250
 
2122
- /array.prototype.flat@1.3.1:
2123
- resolution: {integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==}
2251
+ /array.prototype.flat@1.3.2:
2252
+ resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==}
2124
2253
  engines: {node: '>= 0.4'}
2125
2254
  dependencies:
2126
- call-bind: 1.0.2
2127
- define-properties: 1.1.4
2128
- es-abstract: 1.21.2
2129
- es-shim-unscopables: 1.0.0
2255
+ call-bind: 1.0.7
2256
+ define-properties: 1.2.1
2257
+ es-abstract: 1.23.2
2258
+ es-shim-unscopables: 1.0.2
2130
2259
  dev: true
2131
2260
 
2132
- /array.prototype.flatmap@1.3.1:
2133
- resolution: {integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==}
2261
+ /array.prototype.flatmap@1.3.2:
2262
+ resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==}
2134
2263
  engines: {node: '>= 0.4'}
2135
2264
  dependencies:
2136
- call-bind: 1.0.2
2137
- define-properties: 1.1.4
2138
- es-abstract: 1.21.2
2139
- es-shim-unscopables: 1.0.0
2265
+ call-bind: 1.0.7
2266
+ define-properties: 1.2.1
2267
+ es-abstract: 1.23.2
2268
+ es-shim-unscopables: 1.0.2
2140
2269
  dev: true
2141
2270
 
2142
- /arraybuffer.prototype.slice@1.0.2:
2143
- resolution: {integrity: sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==}
2271
+ /arraybuffer.prototype.slice@1.0.3:
2272
+ resolution: {integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==}
2144
2273
  engines: {node: '>= 0.4'}
2145
2274
  dependencies:
2146
- array-buffer-byte-length: 1.0.0
2147
- call-bind: 1.0.2
2275
+ array-buffer-byte-length: 1.0.1
2276
+ call-bind: 1.0.7
2148
2277
  define-properties: 1.2.1
2149
- es-abstract: 1.22.2
2150
- get-intrinsic: 1.2.1
2151
- is-array-buffer: 3.0.2
2152
- is-shared-array-buffer: 1.0.2
2278
+ es-abstract: 1.23.2
2279
+ es-errors: 1.3.0
2280
+ get-intrinsic: 1.2.4
2281
+ is-array-buffer: 3.0.4
2282
+ is-shared-array-buffer: 1.0.3
2153
2283
  dev: true
2154
2284
 
2155
- /available-typed-arrays@1.0.5:
2156
- resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==}
2285
+ /available-typed-arrays@1.0.7:
2286
+ resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==}
2157
2287
  engines: {node: '>= 0.4'}
2288
+ dependencies:
2289
+ possible-typed-array-names: 1.0.0
2158
2290
  dev: true
2159
2291
 
2160
- /babel-jest@29.7.0(@babel/core@7.23.0):
2292
+ /babel-jest@29.7.0(@babel/core@7.24.3):
2161
2293
  resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==}
2162
2294
  engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
2163
2295
  peerDependencies:
2164
2296
  '@babel/core': ^7.8.0
2165
2297
  dependencies:
2166
- '@babel/core': 7.23.0
2298
+ '@babel/core': 7.24.3
2167
2299
  '@jest/transform': 29.7.0
2168
2300
  '@types/babel__core': 7.1.14
2169
2301
  babel-plugin-istanbul: 6.1.1
2170
- babel-preset-jest: 29.6.3(@babel/core@7.23.0)
2302
+ babel-preset-jest: 29.6.3(@babel/core@7.24.3)
2171
2303
  chalk: 4.1.0
2172
2304
  graceful-fs: 4.2.10
2173
2305
  slash: 3.0.0
@@ -2202,71 +2334,71 @@ packages:
2202
2334
  resolution: {integrity: sha512-/qinVu5EfAFlmmgAZMpg0apcHW52g0tgU8c9LONlbM1pKCYrlYLMltKmKBEIr7If4K2eQUNOtdBzIHkP28jBcw==}
2203
2335
  dev: true
2204
2336
 
2205
- /babel-plugin-polyfill-corejs2@0.4.5(@babel/core@7.23.0):
2206
- resolution: {integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==}
2337
+ /babel-plugin-polyfill-corejs2@0.4.10(@babel/core@7.24.3):
2338
+ resolution: {integrity: sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==}
2207
2339
  peerDependencies:
2208
2340
  '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
2209
2341
  dependencies:
2210
- '@babel/compat-data': 7.22.20
2211
- '@babel/core': 7.23.0
2212
- '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.23.0)
2342
+ '@babel/compat-data': 7.24.1
2343
+ '@babel/core': 7.24.3
2344
+ '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.24.3)
2213
2345
  semver: 6.3.1
2214
2346
  transitivePeerDependencies:
2215
2347
  - supports-color
2216
2348
  dev: true
2217
2349
 
2218
- /babel-plugin-polyfill-corejs3@0.8.4(@babel/core@7.23.0):
2219
- resolution: {integrity: sha512-9l//BZZsPR+5XjyJMPtZSK4jv0BsTO1zDac2GC6ygx9WLGlcsnRd1Co0B2zT5fF5Ic6BZy+9m3HNZ3QcOeDKfg==}
2350
+ /babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.24.3):
2351
+ resolution: {integrity: sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==}
2220
2352
  peerDependencies:
2221
2353
  '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
2222
2354
  dependencies:
2223
- '@babel/core': 7.23.0
2224
- '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.23.0)
2225
- core-js-compat: 3.33.0
2355
+ '@babel/core': 7.24.3
2356
+ '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.24.3)
2357
+ core-js-compat: 3.36.1
2226
2358
  transitivePeerDependencies:
2227
2359
  - supports-color
2228
2360
  dev: true
2229
2361
 
2230
- /babel-plugin-polyfill-regenerator@0.5.2(@babel/core@7.23.0):
2231
- resolution: {integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==}
2362
+ /babel-plugin-polyfill-regenerator@0.6.1(@babel/core@7.24.3):
2363
+ resolution: {integrity: sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==}
2232
2364
  peerDependencies:
2233
2365
  '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
2234
2366
  dependencies:
2235
- '@babel/core': 7.23.0
2236
- '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.23.0)
2367
+ '@babel/core': 7.24.3
2368
+ '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.24.3)
2237
2369
  transitivePeerDependencies:
2238
2370
  - supports-color
2239
2371
  dev: true
2240
2372
 
2241
- /babel-preset-current-node-syntax@1.0.1(@babel/core@7.23.0):
2373
+ /babel-preset-current-node-syntax@1.0.1(@babel/core@7.24.3):
2242
2374
  resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==}
2243
2375
  peerDependencies:
2244
2376
  '@babel/core': ^7.0.0
2245
2377
  dependencies:
2246
- '@babel/core': 7.23.0
2247
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.0)
2248
- '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.23.0)
2249
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.0)
2250
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.0)
2251
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.0)
2252
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.0)
2253
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.0)
2254
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.0)
2255
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.0)
2256
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.0)
2257
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.0)
2258
- '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.0)
2259
- dev: true
2260
-
2261
- /babel-preset-jest@29.6.3(@babel/core@7.23.0):
2378
+ '@babel/core': 7.24.3
2379
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.3)
2380
+ '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.24.3)
2381
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.3)
2382
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.3)
2383
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.3)
2384
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.3)
2385
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.3)
2386
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.3)
2387
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.3)
2388
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.3)
2389
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.3)
2390
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.3)
2391
+ dev: true
2392
+
2393
+ /babel-preset-jest@29.6.3(@babel/core@7.24.3):
2262
2394
  resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==}
2263
2395
  engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
2264
2396
  peerDependencies:
2265
2397
  '@babel/core': ^7.0.0
2266
2398
  dependencies:
2267
- '@babel/core': 7.23.0
2399
+ '@babel/core': 7.24.3
2268
2400
  babel-plugin-jest-hoist: 29.6.3
2269
- babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.0)
2401
+ babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.3)
2270
2402
  dev: true
2271
2403
 
2272
2404
  /balanced-match@1.0.0:
@@ -2309,6 +2441,17 @@ packages:
2309
2441
  update-browserslist-db: 1.0.13(browserslist@4.22.1)
2310
2442
  dev: true
2311
2443
 
2444
+ /browserslist@4.23.0:
2445
+ resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==}
2446
+ engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
2447
+ hasBin: true
2448
+ dependencies:
2449
+ caniuse-lite: 1.0.30001600
2450
+ electron-to-chromium: 1.4.715
2451
+ node-releases: 2.0.14
2452
+ update-browserslist-db: 1.0.13(browserslist@4.23.0)
2453
+ dev: true
2454
+
2312
2455
  /bser@2.1.1:
2313
2456
  resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==}
2314
2457
  dependencies:
@@ -2319,11 +2462,15 @@ packages:
2319
2462
  resolution: {integrity: sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==}
2320
2463
  dev: true
2321
2464
 
2322
- /call-bind@1.0.2:
2323
- resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==}
2465
+ /call-bind@1.0.7:
2466
+ resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==}
2467
+ engines: {node: '>= 0.4'}
2324
2468
  dependencies:
2325
- function-bind: 1.1.1
2326
- get-intrinsic: 1.2.0
2469
+ es-define-property: 1.0.0
2470
+ es-errors: 1.3.0
2471
+ function-bind: 1.1.2
2472
+ get-intrinsic: 1.2.4
2473
+ set-function-length: 1.2.2
2327
2474
  dev: true
2328
2475
 
2329
2476
  /callsites@3.1.0:
@@ -2345,6 +2492,10 @@ packages:
2345
2492
  resolution: {integrity: sha512-zvtSJwuQFpewSyRrI3AsftF6rM0X80mZkChIt1spBGEvRglCrjTniXvinc8JKRoqTwXAgvqTImaN9igfSMtUBw==}
2346
2493
  dev: true
2347
2494
 
2495
+ /caniuse-lite@1.0.30001600:
2496
+ resolution: {integrity: sha512-+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ==}
2497
+ dev: true
2498
+
2348
2499
  /chalk@2.4.2:
2349
2500
  resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
2350
2501
  engines: {node: '>=4'}
@@ -2454,6 +2605,12 @@ packages:
2454
2605
  browserslist: 4.22.1
2455
2606
  dev: true
2456
2607
 
2608
+ /core-js-compat@3.36.1:
2609
+ resolution: {integrity: sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA==}
2610
+ dependencies:
2611
+ browserslist: 4.23.0
2612
+ dev: true
2613
+
2457
2614
  /create-jest@29.7.0(@types/node@20.8.3)(ts-node@10.9.1):
2458
2615
  resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==}
2459
2616
  engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
@@ -2486,6 +2643,33 @@ packages:
2486
2643
  which: 2.0.2
2487
2644
  dev: true
2488
2645
 
2646
+ /data-view-buffer@1.0.1:
2647
+ resolution: {integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==}
2648
+ engines: {node: '>= 0.4'}
2649
+ dependencies:
2650
+ call-bind: 1.0.7
2651
+ es-errors: 1.3.0
2652
+ is-data-view: 1.0.1
2653
+ dev: true
2654
+
2655
+ /data-view-byte-length@1.0.1:
2656
+ resolution: {integrity: sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==}
2657
+ engines: {node: '>= 0.4'}
2658
+ dependencies:
2659
+ call-bind: 1.0.7
2660
+ es-errors: 1.3.0
2661
+ is-data-view: 1.0.1
2662
+ dev: true
2663
+
2664
+ /data-view-byte-offset@1.0.0:
2665
+ resolution: {integrity: sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==}
2666
+ engines: {node: '>= 0.4'}
2667
+ dependencies:
2668
+ call-bind: 1.0.7
2669
+ es-errors: 1.3.0
2670
+ is-data-view: 1.0.1
2671
+ dev: true
2672
+
2489
2673
  /debug@3.2.7(supports-color@5.5.0):
2490
2674
  resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==}
2491
2675
  peerDependencies:
@@ -2519,8 +2703,8 @@ packages:
2519
2703
  optional: true
2520
2704
  dev: true
2521
2705
 
2522
- /deep-is@0.1.3:
2523
- resolution: {integrity: sha512-GtxAN4HvBachZzm4OnWqc45ESpUCMwkYcsjnsPs23FwJbsO+k4t0k9bQCgOmzIlpHO28+WPK/KRbRk0DDHuuDw==}
2706
+ /deep-is@0.1.4:
2707
+ resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
2524
2708
  dev: true
2525
2709
 
2526
2710
  /deepmerge@4.2.2:
@@ -2528,29 +2712,21 @@ packages:
2528
2712
  engines: {node: '>=0.10.0'}
2529
2713
  dev: true
2530
2714
 
2531
- /define-data-property@1.1.0:
2532
- resolution: {integrity: sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g==}
2715
+ /define-data-property@1.1.4:
2716
+ resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==}
2533
2717
  engines: {node: '>= 0.4'}
2534
2718
  dependencies:
2535
- get-intrinsic: 1.2.1
2719
+ es-define-property: 1.0.0
2720
+ es-errors: 1.3.0
2536
2721
  gopd: 1.0.1
2537
- has-property-descriptors: 1.0.0
2538
- dev: true
2539
-
2540
- /define-properties@1.1.4:
2541
- resolution: {integrity: sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==}
2542
- engines: {node: '>= 0.4'}
2543
- dependencies:
2544
- has-property-descriptors: 1.0.0
2545
- object-keys: 1.1.1
2546
2722
  dev: true
2547
2723
 
2548
2724
  /define-properties@1.2.1:
2549
2725
  resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
2550
2726
  engines: {node: '>= 0.4'}
2551
2727
  dependencies:
2552
- define-data-property: 1.1.0
2553
- has-property-descriptors: 1.0.0
2728
+ define-data-property: 1.1.4
2729
+ has-property-descriptors: 1.0.2
2554
2730
  object-keys: 1.1.1
2555
2731
  dev: true
2556
2732
 
@@ -2600,6 +2776,10 @@ packages:
2600
2776
  resolution: {integrity: sha512-54z7squS1FyFRSUqq/knOFSptjjogLZXbKcYk3B0qkE1KZzvqASwRZnY2KzZQJqIYLVD38XZeoiMRflYSwyO4w==}
2601
2777
  dev: true
2602
2778
 
2779
+ /electron-to-chromium@1.4.715:
2780
+ resolution: {integrity: sha512-XzWNH4ZSa9BwVUQSDorPWAUQ5WGuYz7zJUNpNif40zFCiCl20t8zgylmreNmn26h5kiyw2lg7RfTmeMBsDklqg==}
2781
+ dev: true
2782
+
2603
2783
  /emittery@0.13.1:
2604
2784
  resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==}
2605
2785
  engines: {node: '>=12'}
@@ -2615,104 +2795,90 @@ packages:
2615
2795
  is-arrayish: 0.2.1
2616
2796
  dev: true
2617
2797
 
2618
- /es-abstract@1.21.2:
2619
- resolution: {integrity: sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==}
2798
+ /es-abstract@1.23.2:
2799
+ resolution: {integrity: sha512-60s3Xv2T2p1ICykc7c+DNDPLDMm9t4QxCOUU0K9JxiLjM3C1zB9YVdN7tjxrFd4+AkZ8CdX1ovUga4P2+1e+/w==}
2620
2800
  engines: {node: '>= 0.4'}
2621
2801
  dependencies:
2622
- array-buffer-byte-length: 1.0.0
2623
- available-typed-arrays: 1.0.5
2624
- call-bind: 1.0.2
2625
- es-set-tostringtag: 2.0.1
2802
+ array-buffer-byte-length: 1.0.1
2803
+ arraybuffer.prototype.slice: 1.0.3
2804
+ available-typed-arrays: 1.0.7
2805
+ call-bind: 1.0.7
2806
+ data-view-buffer: 1.0.1
2807
+ data-view-byte-length: 1.0.1
2808
+ data-view-byte-offset: 1.0.0
2809
+ es-define-property: 1.0.0
2810
+ es-errors: 1.3.0
2811
+ es-object-atoms: 1.0.0
2812
+ es-set-tostringtag: 2.0.3
2626
2813
  es-to-primitive: 1.2.1
2627
- function.prototype.name: 1.1.5
2628
- get-intrinsic: 1.2.0
2629
- get-symbol-description: 1.0.0
2814
+ function.prototype.name: 1.1.6
2815
+ get-intrinsic: 1.2.4
2816
+ get-symbol-description: 1.0.2
2630
2817
  globalthis: 1.0.3
2631
2818
  gopd: 1.0.1
2632
- has: 1.0.3
2633
- has-property-descriptors: 1.0.0
2634
- has-proto: 1.0.1
2819
+ has-property-descriptors: 1.0.2
2820
+ has-proto: 1.0.3
2635
2821
  has-symbols: 1.0.3
2636
- internal-slot: 1.0.5
2637
- is-array-buffer: 3.0.2
2822
+ hasown: 2.0.2
2823
+ internal-slot: 1.0.7
2824
+ is-array-buffer: 3.0.4
2638
2825
  is-callable: 1.2.7
2639
- is-negative-zero: 2.0.2
2826
+ is-data-view: 1.0.1
2827
+ is-negative-zero: 2.0.3
2640
2828
  is-regex: 1.1.4
2641
- is-shared-array-buffer: 1.0.2
2829
+ is-shared-array-buffer: 1.0.3
2642
2830
  is-string: 1.0.7
2643
- is-typed-array: 1.1.10
2831
+ is-typed-array: 1.1.13
2644
2832
  is-weakref: 1.0.2
2645
- object-inspect: 1.12.3
2833
+ object-inspect: 1.13.1
2646
2834
  object-keys: 1.1.1
2647
- object.assign: 4.1.4
2648
- regexp.prototype.flags: 1.4.3
2649
- safe-regex-test: 1.0.0
2650
- string.prototype.trim: 1.2.7
2651
- string.prototype.trimend: 1.0.6
2652
- string.prototype.trimstart: 1.0.6
2653
- typed-array-length: 1.0.4
2835
+ object.assign: 4.1.5
2836
+ regexp.prototype.flags: 1.5.2
2837
+ safe-array-concat: 1.1.2
2838
+ safe-regex-test: 1.0.3
2839
+ string.prototype.trim: 1.2.9
2840
+ string.prototype.trimend: 1.0.8
2841
+ string.prototype.trimstart: 1.0.8
2842
+ typed-array-buffer: 1.0.2
2843
+ typed-array-byte-length: 1.0.1
2844
+ typed-array-byte-offset: 1.0.2
2845
+ typed-array-length: 1.0.6
2654
2846
  unbox-primitive: 1.0.2
2655
- which-typed-array: 1.1.9
2847
+ which-typed-array: 1.1.15
2656
2848
  dev: true
2657
2849
 
2658
- /es-abstract@1.22.2:
2659
- resolution: {integrity: sha512-YoxfFcDmhjOgWPWsV13+2RNjq1F6UQnfs+8TftwNqtzlmFzEXvlUwdrNrYeaizfjQzRMxkZ6ElWMOJIFKdVqwA==}
2850
+ /es-define-property@1.0.0:
2851
+ resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==}
2660
2852
  engines: {node: '>= 0.4'}
2661
2853
  dependencies:
2662
- array-buffer-byte-length: 1.0.0
2663
- arraybuffer.prototype.slice: 1.0.2
2664
- available-typed-arrays: 1.0.5
2665
- call-bind: 1.0.2
2666
- es-set-tostringtag: 2.0.1
2667
- es-to-primitive: 1.2.1
2668
- function.prototype.name: 1.1.6
2669
- get-intrinsic: 1.2.1
2670
- get-symbol-description: 1.0.0
2671
- globalthis: 1.0.3
2672
- gopd: 1.0.1
2673
- has: 1.0.3
2674
- has-property-descriptors: 1.0.0
2675
- has-proto: 1.0.1
2676
- has-symbols: 1.0.3
2677
- internal-slot: 1.0.5
2678
- is-array-buffer: 3.0.2
2679
- is-callable: 1.2.7
2680
- is-negative-zero: 2.0.2
2681
- is-regex: 1.1.4
2682
- is-shared-array-buffer: 1.0.2
2683
- is-string: 1.0.7
2684
- is-typed-array: 1.1.12
2685
- is-weakref: 1.0.2
2686
- object-inspect: 1.12.3
2687
- object-keys: 1.1.1
2688
- object.assign: 4.1.4
2689
- regexp.prototype.flags: 1.5.1
2690
- safe-array-concat: 1.0.1
2691
- safe-regex-test: 1.0.0
2692
- string.prototype.trim: 1.2.8
2693
- string.prototype.trimend: 1.0.7
2694
- string.prototype.trimstart: 1.0.7
2695
- typed-array-buffer: 1.0.0
2696
- typed-array-byte-length: 1.0.0
2697
- typed-array-byte-offset: 1.0.0
2698
- typed-array-length: 1.0.4
2699
- unbox-primitive: 1.0.2
2700
- which-typed-array: 1.1.11
2854
+ get-intrinsic: 1.2.4
2701
2855
  dev: true
2702
2856
 
2703
- /es-set-tostringtag@2.0.1:
2704
- resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==}
2857
+ /es-errors@1.3.0:
2858
+ resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
2859
+ engines: {node: '>= 0.4'}
2860
+ dev: true
2861
+
2862
+ /es-object-atoms@1.0.0:
2863
+ resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==}
2705
2864
  engines: {node: '>= 0.4'}
2706
2865
  dependencies:
2707
- get-intrinsic: 1.2.0
2708
- has: 1.0.3
2709
- has-tostringtag: 1.0.0
2866
+ es-errors: 1.3.0
2710
2867
  dev: true
2711
2868
 
2712
- /es-shim-unscopables@1.0.0:
2713
- resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==}
2869
+ /es-set-tostringtag@2.0.3:
2870
+ resolution: {integrity: sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==}
2871
+ engines: {node: '>= 0.4'}
2714
2872
  dependencies:
2715
- has: 1.0.3
2873
+ get-intrinsic: 1.2.4
2874
+ has-tostringtag: 1.0.2
2875
+ hasown: 2.0.2
2876
+ dev: true
2877
+
2878
+ /es-shim-unscopables@1.0.2:
2879
+ resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==}
2880
+ dependencies:
2881
+ hasown: 2.0.2
2716
2882
  dev: true
2717
2883
 
2718
2884
  /es-to-primitive@1.2.1:
@@ -2744,18 +2910,18 @@ packages:
2744
2910
  engines: {node: '>=10'}
2745
2911
  dev: true
2746
2912
 
2747
- /eslint-import-resolver-node@0.3.7:
2748
- resolution: {integrity: sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==}
2913
+ /eslint-import-resolver-node@0.3.9:
2914
+ resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==}
2749
2915
  dependencies:
2750
2916
  debug: 3.2.7(supports-color@5.5.0)
2751
- is-core-module: 2.13.0
2752
- resolve: 1.22.2
2917
+ is-core-module: 2.13.1
2918
+ resolve: 1.22.8
2753
2919
  transitivePeerDependencies:
2754
2920
  - supports-color
2755
2921
  dev: true
2756
2922
 
2757
- /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.7)(eslint@8.44.0):
2758
- resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
2923
+ /eslint-module-utils@2.8.1(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0):
2924
+ resolution: {integrity: sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==}
2759
2925
  engines: {node: '>=4'}
2760
2926
  peerDependencies:
2761
2927
  '@typescript-eslint/parser': '*'
@@ -2775,16 +2941,16 @@ packages:
2775
2941
  eslint-import-resolver-webpack:
2776
2942
  optional: true
2777
2943
  dependencies:
2778
- '@typescript-eslint/parser': 5.62.0(eslint@8.44.0)(typescript@5.0.4)
2944
+ '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.0.4)
2779
2945
  debug: 3.2.7(supports-color@5.5.0)
2780
- eslint: 8.44.0
2781
- eslint-import-resolver-node: 0.3.7
2946
+ eslint: 8.57.0
2947
+ eslint-import-resolver-node: 0.3.9
2782
2948
  transitivePeerDependencies:
2783
2949
  - supports-color
2784
2950
  dev: true
2785
2951
 
2786
- /eslint-plugin-import@2.28.1(@typescript-eslint/parser@5.62.0)(eslint@8.44.0):
2787
- resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==}
2952
+ /eslint-plugin-import@2.29.1(@typescript-eslint/parser@5.62.0)(eslint@8.57.0):
2953
+ resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==}
2788
2954
  engines: {node: '>=4'}
2789
2955
  peerDependencies:
2790
2956
  '@typescript-eslint/parser': '*'
@@ -2793,25 +2959,25 @@ packages:
2793
2959
  '@typescript-eslint/parser':
2794
2960
  optional: true
2795
2961
  dependencies:
2796
- '@typescript-eslint/parser': 5.62.0(eslint@8.44.0)(typescript@5.0.4)
2797
- array-includes: 3.1.6
2798
- array.prototype.findlastindex: 1.2.3
2799
- array.prototype.flat: 1.3.1
2800
- array.prototype.flatmap: 1.3.1
2962
+ '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.0.4)
2963
+ array-includes: 3.1.8
2964
+ array.prototype.findlastindex: 1.2.5
2965
+ array.prototype.flat: 1.3.2
2966
+ array.prototype.flatmap: 1.3.2
2801
2967
  debug: 3.2.7(supports-color@5.5.0)
2802
2968
  doctrine: 2.1.0
2803
- eslint: 8.44.0
2804
- eslint-import-resolver-node: 0.3.7
2805
- eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.7)(eslint@8.44.0)
2806
- has: 1.0.3
2807
- is-core-module: 2.13.0
2969
+ eslint: 8.57.0
2970
+ eslint-import-resolver-node: 0.3.9
2971
+ eslint-module-utils: 2.8.1(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0)
2972
+ hasown: 2.0.2
2973
+ is-core-module: 2.13.1
2808
2974
  is-glob: 4.0.3
2809
2975
  minimatch: 3.1.2
2810
- object.fromentries: 2.0.7
2811
- object.groupby: 1.0.1
2812
- object.values: 1.1.6
2976
+ object.fromentries: 2.0.8
2977
+ object.groupby: 1.0.3
2978
+ object.values: 1.2.0
2813
2979
  semver: 6.3.1
2814
- tsconfig-paths: 3.14.2
2980
+ tsconfig-paths: 3.15.0
2815
2981
  transitivePeerDependencies:
2816
2982
  - eslint-import-resolver-typescript
2817
2983
  - eslint-import-resolver-webpack
@@ -2826,50 +2992,50 @@ packages:
2826
2992
  estraverse: 4.3.0
2827
2993
  dev: true
2828
2994
 
2829
- /eslint-scope@7.2.0:
2830
- resolution: {integrity: sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==}
2995
+ /eslint-scope@7.2.2:
2996
+ resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==}
2831
2997
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2832
2998
  dependencies:
2833
2999
  esrecurse: 4.3.0
2834
- estraverse: 5.2.0
3000
+ estraverse: 5.3.0
2835
3001
  dev: true
2836
3002
 
2837
- /eslint-visitor-keys@3.4.1:
2838
- resolution: {integrity: sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==}
3003
+ /eslint-visitor-keys@3.4.3:
3004
+ resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
2839
3005
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2840
3006
  dev: true
2841
3007
 
2842
- /eslint@8.44.0:
2843
- resolution: {integrity: sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==}
3008
+ /eslint@8.57.0:
3009
+ resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==}
2844
3010
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2845
3011
  hasBin: true
2846
3012
  dependencies:
2847
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.44.0)
2848
- '@eslint-community/regexpp': 4.5.1
2849
- '@eslint/eslintrc': 2.1.0
2850
- '@eslint/js': 8.44.0
2851
- '@humanwhocodes/config-array': 0.11.10
3013
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
3014
+ '@eslint-community/regexpp': 4.10.0
3015
+ '@eslint/eslintrc': 2.1.4
3016
+ '@eslint/js': 8.57.0
3017
+ '@humanwhocodes/config-array': 0.11.14
2852
3018
  '@humanwhocodes/module-importer': 1.0.1
2853
3019
  '@nodelib/fs.walk': 1.2.8
3020
+ '@ungap/structured-clone': 1.2.0
2854
3021
  ajv: 6.12.6
2855
3022
  chalk: 4.1.0
2856
3023
  cross-spawn: 7.0.3
2857
3024
  debug: 4.3.4
2858
3025
  doctrine: 3.0.0
2859
3026
  escape-string-regexp: 4.0.0
2860
- eslint-scope: 7.2.0
2861
- eslint-visitor-keys: 3.4.1
2862
- espree: 9.6.0
3027
+ eslint-scope: 7.2.2
3028
+ eslint-visitor-keys: 3.4.3
3029
+ espree: 9.6.1
2863
3030
  esquery: 1.5.0
2864
3031
  esutils: 2.0.3
2865
3032
  fast-deep-equal: 3.1.3
2866
3033
  file-entry-cache: 6.0.1
2867
3034
  find-up: 5.0.0
2868
3035
  glob-parent: 6.0.2
2869
- globals: 13.19.0
3036
+ globals: 13.24.0
2870
3037
  graphemer: 1.4.0
2871
- ignore: 5.2.0
2872
- import-fresh: 3.3.0
3038
+ ignore: 5.3.1
2873
3039
  imurmurhash: 0.1.4
2874
3040
  is-glob: 4.0.3
2875
3041
  is-path-inside: 3.0.3
@@ -2881,19 +3047,18 @@ packages:
2881
3047
  natural-compare: 1.4.0
2882
3048
  optionator: 0.9.3
2883
3049
  strip-ansi: 6.0.1
2884
- strip-json-comments: 3.1.1
2885
3050
  text-table: 0.2.0
2886
3051
  transitivePeerDependencies:
2887
3052
  - supports-color
2888
3053
  dev: true
2889
3054
 
2890
- /espree@9.6.0:
2891
- resolution: {integrity: sha512-1FH/IiruXZ84tpUlm0aCUEwMl2Ho5ilqVh0VvQXw+byAz/4SAciyHLlfmL5WYqsvD38oymdUwBss0LtK8m4s/A==}
3055
+ /espree@9.6.1:
3056
+ resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
2892
3057
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2893
3058
  dependencies:
2894
3059
  acorn: 8.10.0
2895
3060
  acorn-jsx: 5.3.2(acorn@8.10.0)
2896
- eslint-visitor-keys: 3.4.1
3061
+ eslint-visitor-keys: 3.4.3
2897
3062
  dev: true
2898
3063
 
2899
3064
  /esprima@4.0.1:
@@ -2906,14 +3071,14 @@ packages:
2906
3071
  resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==}
2907
3072
  engines: {node: '>=0.10'}
2908
3073
  dependencies:
2909
- estraverse: 5.2.0
3074
+ estraverse: 5.3.0
2910
3075
  dev: true
2911
3076
 
2912
3077
  /esrecurse@4.3.0:
2913
3078
  resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
2914
3079
  engines: {node: '>=4.0'}
2915
3080
  dependencies:
2916
- estraverse: 5.2.0
3081
+ estraverse: 5.3.0
2917
3082
  dev: true
2918
3083
 
2919
3084
  /estraverse@4.3.0:
@@ -2921,8 +3086,8 @@ packages:
2921
3086
  engines: {node: '>=4.0'}
2922
3087
  dev: true
2923
3088
 
2924
- /estraverse@5.2.0:
2925
- resolution: {integrity: sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==}
3089
+ /estraverse@5.3.0:
3090
+ resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
2926
3091
  engines: {node: '>=4.0'}
2927
3092
  dev: true
2928
3093
 
@@ -3006,7 +3171,7 @@ packages:
3006
3171
  resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==}
3007
3172
  engines: {node: ^10.12.0 || >=12.0.0}
3008
3173
  dependencies:
3009
- flat-cache: 3.0.4
3174
+ flat-cache: 3.2.0
3010
3175
  dev: true
3011
3176
 
3012
3177
  /fill-range@7.0.1:
@@ -3039,16 +3204,17 @@ packages:
3039
3204
  path-exists: 4.0.0
3040
3205
  dev: true
3041
3206
 
3042
- /flat-cache@3.0.4:
3043
- resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==}
3207
+ /flat-cache@3.2.0:
3208
+ resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==}
3044
3209
  engines: {node: ^10.12.0 || >=12.0.0}
3045
3210
  dependencies:
3046
- flatted: 3.1.0
3211
+ flatted: 3.3.1
3212
+ keyv: 4.5.4
3047
3213
  rimraf: 3.0.2
3048
3214
  dev: true
3049
3215
 
3050
- /flatted@3.1.0:
3051
- resolution: {integrity: sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA==}
3216
+ /flatted@3.3.1:
3217
+ resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==}
3052
3218
  dev: true
3053
3219
 
3054
3220
  /for-each@0.3.3:
@@ -3082,23 +3248,17 @@ packages:
3082
3248
  resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==}
3083
3249
  dev: true
3084
3250
 
3085
- /function.prototype.name@1.1.5:
3086
- resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==}
3087
- engines: {node: '>= 0.4'}
3088
- dependencies:
3089
- call-bind: 1.0.2
3090
- define-properties: 1.1.4
3091
- es-abstract: 1.21.2
3092
- functions-have-names: 1.2.3
3251
+ /function-bind@1.1.2:
3252
+ resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
3093
3253
  dev: true
3094
3254
 
3095
3255
  /function.prototype.name@1.1.6:
3096
3256
  resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==}
3097
3257
  engines: {node: '>= 0.4'}
3098
3258
  dependencies:
3099
- call-bind: 1.0.2
3259
+ call-bind: 1.0.7
3100
3260
  define-properties: 1.2.1
3101
- es-abstract: 1.22.2
3261
+ es-abstract: 1.23.2
3102
3262
  functions-have-names: 1.2.3
3103
3263
  dev: true
3104
3264
 
@@ -3116,21 +3276,15 @@ packages:
3116
3276
  engines: {node: 6.* || 8.* || >= 10.*}
3117
3277
  dev: true
3118
3278
 
3119
- /get-intrinsic@1.2.0:
3120
- resolution: {integrity: sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==}
3121
- dependencies:
3122
- function-bind: 1.1.1
3123
- has: 1.0.3
3124
- has-symbols: 1.0.3
3125
- dev: true
3126
-
3127
- /get-intrinsic@1.2.1:
3128
- resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==}
3279
+ /get-intrinsic@1.2.4:
3280
+ resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==}
3281
+ engines: {node: '>= 0.4'}
3129
3282
  dependencies:
3130
- function-bind: 1.1.1
3131
- has: 1.0.3
3132
- has-proto: 1.0.1
3283
+ es-errors: 1.3.0
3284
+ function-bind: 1.1.2
3285
+ has-proto: 1.0.3
3133
3286
  has-symbols: 1.0.3
3287
+ hasown: 2.0.2
3134
3288
  dev: true
3135
3289
 
3136
3290
  /get-package-type@0.1.0:
@@ -3143,12 +3297,13 @@ packages:
3143
3297
  engines: {node: '>=10'}
3144
3298
  dev: true
3145
3299
 
3146
- /get-symbol-description@1.0.0:
3147
- resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==}
3300
+ /get-symbol-description@1.0.2:
3301
+ resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==}
3148
3302
  engines: {node: '>= 0.4'}
3149
3303
  dependencies:
3150
- call-bind: 1.0.2
3151
- get-intrinsic: 1.2.0
3304
+ call-bind: 1.0.7
3305
+ es-errors: 1.3.0
3306
+ get-intrinsic: 1.2.4
3152
3307
  dev: true
3153
3308
 
3154
3309
  /glob-parent@5.1.2:
@@ -3181,8 +3336,8 @@ packages:
3181
3336
  engines: {node: '>=4'}
3182
3337
  dev: true
3183
3338
 
3184
- /globals@13.19.0:
3185
- resolution: {integrity: sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==}
3339
+ /globals@13.24.0:
3340
+ resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==}
3186
3341
  engines: {node: '>=8'}
3187
3342
  dependencies:
3188
3343
  type-fest: 0.20.2
@@ -3192,7 +3347,7 @@ packages:
3192
3347
  resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==}
3193
3348
  engines: {node: '>= 0.4'}
3194
3349
  dependencies:
3195
- define-properties: 1.1.4
3350
+ define-properties: 1.2.1
3196
3351
  dev: true
3197
3352
 
3198
3353
  /globby@11.1.0:
@@ -3202,7 +3357,7 @@ packages:
3202
3357
  array-union: 2.1.0
3203
3358
  dir-glob: 3.0.1
3204
3359
  fast-glob: 3.3.1
3205
- ignore: 5.2.0
3360
+ ignore: 5.3.1
3206
3361
  merge2: 1.4.1
3207
3362
  slash: 3.0.0
3208
3363
  dev: true
@@ -3210,7 +3365,7 @@ packages:
3210
3365
  /gopd@1.0.1:
3211
3366
  resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==}
3212
3367
  dependencies:
3213
- get-intrinsic: 1.2.0
3368
+ get-intrinsic: 1.2.4
3214
3369
  dev: true
3215
3370
 
3216
3371
  /graceful-fs@4.2.10:
@@ -3235,14 +3390,14 @@ packages:
3235
3390
  engines: {node: '>=8'}
3236
3391
  dev: true
3237
3392
 
3238
- /has-property-descriptors@1.0.0:
3239
- resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==}
3393
+ /has-property-descriptors@1.0.2:
3394
+ resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==}
3240
3395
  dependencies:
3241
- get-intrinsic: 1.2.0
3396
+ es-define-property: 1.0.0
3242
3397
  dev: true
3243
3398
 
3244
- /has-proto@1.0.1:
3245
- resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==}
3399
+ /has-proto@1.0.3:
3400
+ resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==}
3246
3401
  engines: {node: '>= 0.4'}
3247
3402
  dev: true
3248
3403
 
@@ -3251,8 +3406,8 @@ packages:
3251
3406
  engines: {node: '>= 0.4'}
3252
3407
  dev: true
3253
3408
 
3254
- /has-tostringtag@1.0.0:
3255
- resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==}
3409
+ /has-tostringtag@1.0.2:
3410
+ resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
3256
3411
  engines: {node: '>= 0.4'}
3257
3412
  dependencies:
3258
3413
  has-symbols: 1.0.3
@@ -3265,6 +3420,13 @@ packages:
3265
3420
  function-bind: 1.1.1
3266
3421
  dev: true
3267
3422
 
3423
+ /hasown@2.0.2:
3424
+ resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
3425
+ engines: {node: '>= 0.4'}
3426
+ dependencies:
3427
+ function-bind: 1.1.2
3428
+ dev: true
3429
+
3268
3430
  /html-escaper@2.0.2:
3269
3431
  resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==}
3270
3432
  dev: true
@@ -3284,8 +3446,8 @@ packages:
3284
3446
  resolution: {integrity: sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==}
3285
3447
  dev: true
3286
3448
 
3287
- /ignore@5.2.0:
3288
- resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==}
3449
+ /ignore@5.3.1:
3450
+ resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==}
3289
3451
  engines: {node: '>= 4'}
3290
3452
  dev: true
3291
3453
 
@@ -3322,21 +3484,21 @@ packages:
3322
3484
  resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
3323
3485
  dev: true
3324
3486
 
3325
- /internal-slot@1.0.5:
3326
- resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==}
3487
+ /internal-slot@1.0.7:
3488
+ resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==}
3327
3489
  engines: {node: '>= 0.4'}
3328
3490
  dependencies:
3329
- get-intrinsic: 1.2.0
3330
- has: 1.0.3
3331
- side-channel: 1.0.4
3491
+ es-errors: 1.3.0
3492
+ hasown: 2.0.2
3493
+ side-channel: 1.0.6
3332
3494
  dev: true
3333
3495
 
3334
- /is-array-buffer@3.0.2:
3335
- resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==}
3496
+ /is-array-buffer@3.0.4:
3497
+ resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==}
3498
+ engines: {node: '>= 0.4'}
3336
3499
  dependencies:
3337
- call-bind: 1.0.2
3338
- get-intrinsic: 1.2.0
3339
- is-typed-array: 1.1.10
3500
+ call-bind: 1.0.7
3501
+ get-intrinsic: 1.2.4
3340
3502
  dev: true
3341
3503
 
3342
3504
  /is-arrayish@0.2.1:
@@ -3360,8 +3522,8 @@ packages:
3360
3522
  resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==}
3361
3523
  engines: {node: '>= 0.4'}
3362
3524
  dependencies:
3363
- call-bind: 1.0.2
3364
- has-tostringtag: 1.0.0
3525
+ call-bind: 1.0.7
3526
+ has-tostringtag: 1.0.2
3365
3527
  dev: true
3366
3528
 
3367
3529
  /is-callable@1.2.7:
@@ -3375,11 +3537,24 @@ packages:
3375
3537
  has: 1.0.3
3376
3538
  dev: true
3377
3539
 
3540
+ /is-core-module@2.13.1:
3541
+ resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==}
3542
+ dependencies:
3543
+ hasown: 2.0.2
3544
+ dev: true
3545
+
3546
+ /is-data-view@1.0.1:
3547
+ resolution: {integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==}
3548
+ engines: {node: '>= 0.4'}
3549
+ dependencies:
3550
+ is-typed-array: 1.1.13
3551
+ dev: true
3552
+
3378
3553
  /is-date-object@1.0.5:
3379
3554
  resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==}
3380
3555
  engines: {node: '>= 0.4'}
3381
3556
  dependencies:
3382
- has-tostringtag: 1.0.0
3557
+ has-tostringtag: 1.0.2
3383
3558
  dev: true
3384
3559
 
3385
3560
  /is-extglob@2.1.1:
@@ -3404,8 +3579,8 @@ packages:
3404
3579
  is-extglob: 2.1.1
3405
3580
  dev: true
3406
3581
 
3407
- /is-negative-zero@2.0.2:
3408
- resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==}
3582
+ /is-negative-zero@2.0.3:
3583
+ resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==}
3409
3584
  engines: {node: '>= 0.4'}
3410
3585
  dev: true
3411
3586
 
@@ -3413,7 +3588,7 @@ packages:
3413
3588
  resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==}
3414
3589
  engines: {node: '>= 0.4'}
3415
3590
  dependencies:
3416
- has-tostringtag: 1.0.0
3591
+ has-tostringtag: 1.0.2
3417
3592
  dev: true
3418
3593
 
3419
3594
  /is-number@7.0.0:
@@ -3430,14 +3605,15 @@ packages:
3430
3605
  resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==}
3431
3606
  engines: {node: '>= 0.4'}
3432
3607
  dependencies:
3433
- call-bind: 1.0.2
3434
- has-tostringtag: 1.0.0
3608
+ call-bind: 1.0.7
3609
+ has-tostringtag: 1.0.2
3435
3610
  dev: true
3436
3611
 
3437
- /is-shared-array-buffer@1.0.2:
3438
- resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==}
3612
+ /is-shared-array-buffer@1.0.3:
3613
+ resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==}
3614
+ engines: {node: '>= 0.4'}
3439
3615
  dependencies:
3440
- call-bind: 1.0.2
3616
+ call-bind: 1.0.7
3441
3617
  dev: true
3442
3618
 
3443
3619
  /is-stream@2.0.0:
@@ -3449,7 +3625,7 @@ packages:
3449
3625
  resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==}
3450
3626
  engines: {node: '>= 0.4'}
3451
3627
  dependencies:
3452
- has-tostringtag: 1.0.0
3628
+ has-tostringtag: 1.0.2
3453
3629
  dev: true
3454
3630
 
3455
3631
  /is-symbol@1.0.4:
@@ -3459,28 +3635,17 @@ packages:
3459
3635
  has-symbols: 1.0.3
3460
3636
  dev: true
3461
3637
 
3462
- /is-typed-array@1.1.10:
3463
- resolution: {integrity: sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==}
3638
+ /is-typed-array@1.1.13:
3639
+ resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==}
3464
3640
  engines: {node: '>= 0.4'}
3465
3641
  dependencies:
3466
- available-typed-arrays: 1.0.5
3467
- call-bind: 1.0.2
3468
- for-each: 0.3.3
3469
- gopd: 1.0.1
3470
- has-tostringtag: 1.0.0
3471
- dev: true
3472
-
3473
- /is-typed-array@1.1.12:
3474
- resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==}
3475
- engines: {node: '>= 0.4'}
3476
- dependencies:
3477
- which-typed-array: 1.1.11
3642
+ which-typed-array: 1.1.15
3478
3643
  dev: true
3479
3644
 
3480
3645
  /is-weakref@1.0.2:
3481
3646
  resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==}
3482
3647
  dependencies:
3483
- call-bind: 1.0.2
3648
+ call-bind: 1.0.7
3484
3649
  dev: true
3485
3650
 
3486
3651
  /isarray@2.0.5:
@@ -3500,7 +3665,7 @@ packages:
3500
3665
  resolution: {integrity: sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==}
3501
3666
  engines: {node: '>=8'}
3502
3667
  dependencies:
3503
- '@babel/core': 7.23.0
3668
+ '@babel/core': 7.24.3
3504
3669
  '@babel/parser': 7.23.0
3505
3670
  '@istanbuljs/schema': 0.1.2
3506
3671
  istanbul-lib-coverage: 3.2.0
@@ -3513,7 +3678,7 @@ packages:
3513
3678
  resolution: {integrity: sha512-EAMEJBsYuyyztxMxW3g7ugGPkrZsV57v0Hmv3mm1uQsmB+QnZuepg731CRaIgeUVSdmsTngOkSnauNF8p7FIhA==}
3514
3679
  engines: {node: '>=10'}
3515
3680
  dependencies:
3516
- '@babel/core': 7.23.0
3681
+ '@babel/core': 7.24.3
3517
3682
  '@babel/parser': 7.23.0
3518
3683
  '@istanbuljs/schema': 0.1.2
3519
3684
  istanbul-lib-coverage: 3.2.0
@@ -3628,11 +3793,11 @@ packages:
3628
3793
  ts-node:
3629
3794
  optional: true
3630
3795
  dependencies:
3631
- '@babel/core': 7.23.0
3796
+ '@babel/core': 7.24.3
3632
3797
  '@jest/test-sequencer': 29.7.0
3633
3798
  '@jest/types': 29.6.3
3634
3799
  '@types/node': 20.8.3
3635
- babel-jest: 29.7.0(@babel/core@7.23.0)
3800
+ babel-jest: 29.7.0(@babel/core@7.24.3)
3636
3801
  chalk: 4.1.0
3637
3802
  ci-info: 3.3.0
3638
3803
  deepmerge: 4.2.2
@@ -3868,15 +4033,15 @@ packages:
3868
4033
  resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==}
3869
4034
  engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
3870
4035
  dependencies:
3871
- '@babel/core': 7.23.0
4036
+ '@babel/core': 7.24.3
3872
4037
  '@babel/generator': 7.23.0
3873
- '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0)
3874
- '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.0)
4038
+ '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.24.3)
4039
+ '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.24.3)
3875
4040
  '@babel/types': 7.23.0
3876
4041
  '@jest/expect-utils': 29.7.0
3877
4042
  '@jest/transform': 29.7.0
3878
4043
  '@jest/types': 29.6.3
3879
- babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.0)
4044
+ babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.3)
3880
4045
  chalk: 4.1.0
3881
4046
  expect: 29.7.0
3882
4047
  graceful-fs: 4.2.10
@@ -3991,6 +4156,10 @@ packages:
3991
4156
  hasBin: true
3992
4157
  dev: true
3993
4158
 
4159
+ /json-buffer@3.0.1:
4160
+ resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
4161
+ dev: true
4162
+
3994
4163
  /json-parse-even-better-errors@2.3.1:
3995
4164
  resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==}
3996
4165
  dev: true
@@ -4011,7 +4180,7 @@ packages:
4011
4180
  resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==}
4012
4181
  hasBin: true
4013
4182
  dependencies:
4014
- minimist: 1.2.6
4183
+ minimist: 1.2.8
4015
4184
  dev: true
4016
4185
 
4017
4186
  /json5@2.2.3:
@@ -4032,6 +4201,12 @@ packages:
4032
4201
  graceful-fs: 4.2.10
4033
4202
  dev: true
4034
4203
 
4204
+ /keyv@4.5.4:
4205
+ resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
4206
+ dependencies:
4207
+ json-buffer: 3.0.1
4208
+ dev: true
4209
+
4035
4210
  /kindof@2.0.0:
4036
4211
  resolution: {integrity: sha512-ZjkyNRo87FUdtxtpx/MLmePxaLoAhipw0CSTNgX50S1BQhPnsjkgZ/Vso0tR9pbfrzzQiAn+MSFooZAr/GfUNw==}
4037
4212
  dev: true
@@ -4183,8 +4358,8 @@ packages:
4183
4358
  brace-expansion: 2.0.1
4184
4359
  dev: true
4185
4360
 
4186
- /minimist@1.2.6:
4187
- resolution: {integrity: sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==}
4361
+ /minimist@1.2.8:
4362
+ resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
4188
4363
  dev: true
4189
4364
 
4190
4365
  /ms@2.1.2:
@@ -4221,6 +4396,10 @@ packages:
4221
4396
  resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==}
4222
4397
  dev: true
4223
4398
 
4399
+ /node-releases@2.0.14:
4400
+ resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==}
4401
+ dev: true
4402
+
4224
4403
  /nodemon@3.0.1:
4225
4404
  resolution: {integrity: sha512-g9AZ7HmkhQkqXkRc20w+ZfQ73cHLbE8hnPbtaFbFtCumZsjyMhKk9LajQ07U5Ux28lvFjZ5X7HvWR1xzU8jHVw==}
4226
4405
  engines: {node: '>=10'}
@@ -4257,8 +4436,8 @@ packages:
4257
4436
  path-key: 3.1.1
4258
4437
  dev: true
4259
4438
 
4260
- /object-inspect@1.12.3:
4261
- resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==}
4439
+ /object-inspect@1.13.1:
4440
+ resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==}
4262
4441
  dev: true
4263
4442
 
4264
4443
  /object-keys@1.1.1:
@@ -4266,41 +4445,42 @@ packages:
4266
4445
  engines: {node: '>= 0.4'}
4267
4446
  dev: true
4268
4447
 
4269
- /object.assign@4.1.4:
4270
- resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==}
4448
+ /object.assign@4.1.5:
4449
+ resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==}
4271
4450
  engines: {node: '>= 0.4'}
4272
4451
  dependencies:
4273
- call-bind: 1.0.2
4274
- define-properties: 1.1.4
4452
+ call-bind: 1.0.7
4453
+ define-properties: 1.2.1
4275
4454
  has-symbols: 1.0.3
4276
4455
  object-keys: 1.1.1
4277
4456
  dev: true
4278
4457
 
4279
- /object.fromentries@2.0.7:
4280
- resolution: {integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==}
4458
+ /object.fromentries@2.0.8:
4459
+ resolution: {integrity: sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==}
4281
4460
  engines: {node: '>= 0.4'}
4282
4461
  dependencies:
4283
- call-bind: 1.0.2
4462
+ call-bind: 1.0.7
4284
4463
  define-properties: 1.2.1
4285
- es-abstract: 1.22.2
4464
+ es-abstract: 1.23.2
4465
+ es-object-atoms: 1.0.0
4286
4466
  dev: true
4287
4467
 
4288
- /object.groupby@1.0.1:
4289
- resolution: {integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==}
4468
+ /object.groupby@1.0.3:
4469
+ resolution: {integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==}
4470
+ engines: {node: '>= 0.4'}
4290
4471
  dependencies:
4291
- call-bind: 1.0.2
4472
+ call-bind: 1.0.7
4292
4473
  define-properties: 1.2.1
4293
- es-abstract: 1.22.2
4294
- get-intrinsic: 1.2.1
4474
+ es-abstract: 1.23.2
4295
4475
  dev: true
4296
4476
 
4297
- /object.values@1.1.6:
4298
- resolution: {integrity: sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==}
4477
+ /object.values@1.2.0:
4478
+ resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==}
4299
4479
  engines: {node: '>= 0.4'}
4300
4480
  dependencies:
4301
- call-bind: 1.0.2
4302
- define-properties: 1.1.4
4303
- es-abstract: 1.21.2
4481
+ call-bind: 1.0.7
4482
+ define-properties: 1.2.1
4483
+ es-object-atoms: 1.0.0
4304
4484
  dev: true
4305
4485
 
4306
4486
  /once@1.4.0:
@@ -4325,7 +4505,7 @@ packages:
4325
4505
  engines: {node: '>= 0.8.0'}
4326
4506
  dependencies:
4327
4507
  '@aashutoshrathi/word-wrap': 1.2.6
4328
- deep-is: 0.1.3
4508
+ deep-is: 0.1.4
4329
4509
  fast-levenshtein: 2.0.6
4330
4510
  levn: 0.4.1
4331
4511
  prelude-ls: 1.2.1
@@ -4446,6 +4626,11 @@ packages:
4446
4626
  find-up: 3.0.0
4447
4627
  dev: true
4448
4628
 
4629
+ /possible-typed-array-names@1.0.0:
4630
+ resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==}
4631
+ engines: {node: '>= 0.4'}
4632
+ dev: true
4633
+
4449
4634
  /prelude-ls@1.2.1:
4450
4635
  resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
4451
4636
  engines: {node: '>= 0.8.0'}
@@ -4478,8 +4663,8 @@ packages:
4478
4663
  resolution: {integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==}
4479
4664
  dev: true
4480
4665
 
4481
- /punycode@2.1.1:
4482
- resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==}
4666
+ /punycode@2.3.1:
4667
+ resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
4483
4668
  engines: {node: '>=6'}
4484
4669
  dev: true
4485
4670
 
@@ -4519,22 +4704,14 @@ packages:
4519
4704
  '@babel/runtime': 7.12.5
4520
4705
  dev: true
4521
4706
 
4522
- /regexp.prototype.flags@1.4.3:
4523
- resolution: {integrity: sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==}
4707
+ /regexp.prototype.flags@1.5.2:
4708
+ resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==}
4524
4709
  engines: {node: '>= 0.4'}
4525
4710
  dependencies:
4526
- call-bind: 1.0.2
4527
- define-properties: 1.1.4
4528
- functions-have-names: 1.2.3
4529
- dev: true
4530
-
4531
- /regexp.prototype.flags@1.5.1:
4532
- resolution: {integrity: sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==}
4533
- engines: {node: '>= 0.4'}
4534
- dependencies:
4535
- call-bind: 1.0.2
4711
+ call-bind: 1.0.7
4536
4712
  define-properties: 1.2.1
4537
- set-function-name: 2.0.1
4713
+ es-errors: 1.3.0
4714
+ set-function-name: 2.0.2
4538
4715
  dev: true
4539
4716
 
4540
4717
  /regexpu-core@5.3.2:
@@ -4604,6 +4781,15 @@ packages:
4604
4781
  supports-preserve-symlinks-flag: 1.0.0
4605
4782
  dev: true
4606
4783
 
4784
+ /resolve@1.22.8:
4785
+ resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
4786
+ hasBin: true
4787
+ dependencies:
4788
+ is-core-module: 2.13.1
4789
+ path-parse: 1.0.7
4790
+ supports-preserve-symlinks-flag: 1.0.0
4791
+ dev: true
4792
+
4607
4793
  /reusify@1.0.4:
4608
4794
  resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
4609
4795
  engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
@@ -4620,12 +4806,12 @@ packages:
4620
4806
  resolution: {integrity: sha512-zb/1OuZ6flOlH6tQyMPUrE3x3Ulxjlo9WIVXR4yVYi4H9UXQaeIsPbLn2R3O3vQCnDKkAl2qHiuocKKX4Tz/Sw==}
4621
4807
  dev: true
4622
4808
 
4623
- /safe-array-concat@1.0.1:
4624
- resolution: {integrity: sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==}
4809
+ /safe-array-concat@1.1.2:
4810
+ resolution: {integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==}
4625
4811
  engines: {node: '>=0.4'}
4626
4812
  dependencies:
4627
- call-bind: 1.0.2
4628
- get-intrinsic: 1.2.1
4813
+ call-bind: 1.0.7
4814
+ get-intrinsic: 1.2.4
4629
4815
  has-symbols: 1.0.3
4630
4816
  isarray: 2.0.5
4631
4817
  dev: true
@@ -4634,11 +4820,12 @@ packages:
4634
4820
  resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==}
4635
4821
  dev: true
4636
4822
 
4637
- /safe-regex-test@1.0.0:
4638
- resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==}
4823
+ /safe-regex-test@1.0.3:
4824
+ resolution: {integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==}
4825
+ engines: {node: '>= 0.4'}
4639
4826
  dependencies:
4640
- call-bind: 1.0.2
4641
- get-intrinsic: 1.2.0
4827
+ call-bind: 1.0.7
4828
+ es-errors: 1.3.0
4642
4829
  is-regex: 1.1.4
4643
4830
  dev: true
4644
4831
 
@@ -4647,29 +4834,34 @@ packages:
4647
4834
  hasBin: true
4648
4835
  dev: true
4649
4836
 
4650
- /semver@7.3.7:
4651
- resolution: {integrity: sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==}
4837
+ /semver@7.5.4:
4838
+ resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==}
4652
4839
  engines: {node: '>=10'}
4653
4840
  hasBin: true
4654
4841
  dependencies:
4655
4842
  lru-cache: 6.0.0
4656
4843
  dev: true
4657
4844
 
4658
- /semver@7.5.4:
4659
- resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==}
4660
- engines: {node: '>=10'}
4661
- hasBin: true
4845
+ /set-function-length@1.2.2:
4846
+ resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==}
4847
+ engines: {node: '>= 0.4'}
4662
4848
  dependencies:
4663
- lru-cache: 6.0.0
4849
+ define-data-property: 1.1.4
4850
+ es-errors: 1.3.0
4851
+ function-bind: 1.1.2
4852
+ get-intrinsic: 1.2.4
4853
+ gopd: 1.0.1
4854
+ has-property-descriptors: 1.0.2
4664
4855
  dev: true
4665
4856
 
4666
- /set-function-name@2.0.1:
4667
- resolution: {integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==}
4857
+ /set-function-name@2.0.2:
4858
+ resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==}
4668
4859
  engines: {node: '>= 0.4'}
4669
4860
  dependencies:
4670
- define-data-property: 1.1.0
4861
+ define-data-property: 1.1.4
4862
+ es-errors: 1.3.0
4671
4863
  functions-have-names: 1.2.3
4672
- has-property-descriptors: 1.0.0
4864
+ has-property-descriptors: 1.0.2
4673
4865
  dev: true
4674
4866
 
4675
4867
  /shebang-command@2.0.0:
@@ -4693,12 +4885,14 @@ packages:
4693
4885
  vscode-textmate: 8.0.0
4694
4886
  dev: true
4695
4887
 
4696
- /side-channel@1.0.4:
4697
- resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==}
4888
+ /side-channel@1.0.6:
4889
+ resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==}
4890
+ engines: {node: '>= 0.4'}
4698
4891
  dependencies:
4699
- call-bind: 1.0.2
4700
- get-intrinsic: 1.2.0
4701
- object-inspect: 1.12.3
4892
+ call-bind: 1.0.7
4893
+ es-errors: 1.3.0
4894
+ get-intrinsic: 1.2.4
4895
+ object-inspect: 1.13.1
4702
4896
  dev: true
4703
4897
 
4704
4898
  /signal-exit@3.0.7:
@@ -4761,54 +4955,31 @@ packages:
4761
4955
  strip-ansi: 6.0.1
4762
4956
  dev: true
4763
4957
 
4764
- /string.prototype.trim@1.2.7:
4765
- resolution: {integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==}
4766
- engines: {node: '>= 0.4'}
4767
- dependencies:
4768
- call-bind: 1.0.2
4769
- define-properties: 1.1.4
4770
- es-abstract: 1.21.2
4771
- dev: true
4772
-
4773
- /string.prototype.trim@1.2.8:
4774
- resolution: {integrity: sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==}
4958
+ /string.prototype.trim@1.2.9:
4959
+ resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==}
4775
4960
  engines: {node: '>= 0.4'}
4776
4961
  dependencies:
4777
- call-bind: 1.0.2
4962
+ call-bind: 1.0.7
4778
4963
  define-properties: 1.2.1
4779
- es-abstract: 1.22.2
4964
+ es-abstract: 1.23.2
4965
+ es-object-atoms: 1.0.0
4780
4966
  dev: true
4781
4967
 
4782
- /string.prototype.trimend@1.0.6:
4783
- resolution: {integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==}
4968
+ /string.prototype.trimend@1.0.8:
4969
+ resolution: {integrity: sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==}
4784
4970
  dependencies:
4785
- call-bind: 1.0.2
4786
- define-properties: 1.1.4
4787
- es-abstract: 1.21.2
4788
- dev: true
4789
-
4790
- /string.prototype.trimend@1.0.7:
4791
- resolution: {integrity: sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==}
4792
- dependencies:
4793
- call-bind: 1.0.2
4971
+ call-bind: 1.0.7
4794
4972
  define-properties: 1.2.1
4795
- es-abstract: 1.22.2
4796
- dev: true
4797
-
4798
- /string.prototype.trimstart@1.0.6:
4799
- resolution: {integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==}
4800
- dependencies:
4801
- call-bind: 1.0.2
4802
- define-properties: 1.1.4
4803
- es-abstract: 1.21.2
4973
+ es-object-atoms: 1.0.0
4804
4974
  dev: true
4805
4975
 
4806
- /string.prototype.trimstart@1.0.7:
4807
- resolution: {integrity: sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==}
4976
+ /string.prototype.trimstart@1.0.8:
4977
+ resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==}
4978
+ engines: {node: '>= 0.4'}
4808
4979
  dependencies:
4809
- call-bind: 1.0.2
4980
+ call-bind: 1.0.7
4810
4981
  define-properties: 1.2.1
4811
- es-abstract: 1.22.2
4982
+ es-object-atoms: 1.0.0
4812
4983
  dev: true
4813
4984
 
4814
4985
  /strip-ansi@6.0.1:
@@ -4931,12 +5102,12 @@ packages:
4931
5102
  yn: 3.1.1
4932
5103
  dev: true
4933
5104
 
4934
- /tsconfig-paths@3.14.2:
4935
- resolution: {integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==}
5105
+ /tsconfig-paths@3.15.0:
5106
+ resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==}
4936
5107
  dependencies:
4937
5108
  '@types/json5': 0.0.29
4938
5109
  json5: 1.0.2
4939
- minimist: 1.2.6
5110
+ minimist: 1.2.8
4940
5111
  strip-bom: 3.0.0
4941
5112
  dev: true
4942
5113
 
@@ -4976,42 +5147,48 @@ packages:
4976
5147
  engines: {node: '>=10'}
4977
5148
  dev: true
4978
5149
 
4979
- /typed-array-buffer@1.0.0:
4980
- resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==}
5150
+ /typed-array-buffer@1.0.2:
5151
+ resolution: {integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==}
4981
5152
  engines: {node: '>= 0.4'}
4982
5153
  dependencies:
4983
- call-bind: 1.0.2
4984
- get-intrinsic: 1.2.1
4985
- is-typed-array: 1.1.12
5154
+ call-bind: 1.0.7
5155
+ es-errors: 1.3.0
5156
+ is-typed-array: 1.1.13
4986
5157
  dev: true
4987
5158
 
4988
- /typed-array-byte-length@1.0.0:
4989
- resolution: {integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==}
5159
+ /typed-array-byte-length@1.0.1:
5160
+ resolution: {integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==}
4990
5161
  engines: {node: '>= 0.4'}
4991
5162
  dependencies:
4992
- call-bind: 1.0.2
5163
+ call-bind: 1.0.7
4993
5164
  for-each: 0.3.3
4994
- has-proto: 1.0.1
4995
- is-typed-array: 1.1.12
5165
+ gopd: 1.0.1
5166
+ has-proto: 1.0.3
5167
+ is-typed-array: 1.1.13
4996
5168
  dev: true
4997
5169
 
4998
- /typed-array-byte-offset@1.0.0:
4999
- resolution: {integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==}
5170
+ /typed-array-byte-offset@1.0.2:
5171
+ resolution: {integrity: sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==}
5000
5172
  engines: {node: '>= 0.4'}
5001
5173
  dependencies:
5002
- available-typed-arrays: 1.0.5
5003
- call-bind: 1.0.2
5174
+ available-typed-arrays: 1.0.7
5175
+ call-bind: 1.0.7
5004
5176
  for-each: 0.3.3
5005
- has-proto: 1.0.1
5006
- is-typed-array: 1.1.12
5177
+ gopd: 1.0.1
5178
+ has-proto: 1.0.3
5179
+ is-typed-array: 1.1.13
5007
5180
  dev: true
5008
5181
 
5009
- /typed-array-length@1.0.4:
5010
- resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==}
5182
+ /typed-array-length@1.0.6:
5183
+ resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==}
5184
+ engines: {node: '>= 0.4'}
5011
5185
  dependencies:
5012
- call-bind: 1.0.2
5186
+ call-bind: 1.0.7
5013
5187
  for-each: 0.3.3
5014
- is-typed-array: 1.1.10
5188
+ gopd: 1.0.1
5189
+ has-proto: 1.0.3
5190
+ is-typed-array: 1.1.13
5191
+ possible-typed-array-names: 1.0.0
5015
5192
  dev: true
5016
5193
 
5017
5194
  /typedoc@0.23.28(typescript@5.0.4):
@@ -5037,7 +5214,7 @@ packages:
5037
5214
  /unbox-primitive@1.0.2:
5038
5215
  resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==}
5039
5216
  dependencies:
5040
- call-bind: 1.0.2
5217
+ call-bind: 1.0.7
5041
5218
  has-bigints: 1.0.2
5042
5219
  has-symbols: 1.0.3
5043
5220
  which-boxed-primitive: 1.0.2
@@ -5086,10 +5263,21 @@ packages:
5086
5263
  picocolors: 1.0.0
5087
5264
  dev: true
5088
5265
 
5089
- /uri-js@4.4.0:
5090
- resolution: {integrity: sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g==}
5266
+ /update-browserslist-db@1.0.13(browserslist@4.23.0):
5267
+ resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==}
5268
+ hasBin: true
5269
+ peerDependencies:
5270
+ browserslist: '>= 4.21.0'
5091
5271
  dependencies:
5092
- punycode: 2.1.1
5272
+ browserslist: 4.23.0
5273
+ escalade: 3.1.1
5274
+ picocolors: 1.0.0
5275
+ dev: true
5276
+
5277
+ /uri-js@4.4.1:
5278
+ resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
5279
+ dependencies:
5280
+ punycode: 2.3.1
5093
5281
  dev: true
5094
5282
 
5095
5283
  /v8-compile-cache-lib@3.0.1:
@@ -5129,27 +5317,15 @@ packages:
5129
5317
  is-symbol: 1.0.4
5130
5318
  dev: true
5131
5319
 
5132
- /which-typed-array@1.1.11:
5133
- resolution: {integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==}
5134
- engines: {node: '>= 0.4'}
5135
- dependencies:
5136
- available-typed-arrays: 1.0.5
5137
- call-bind: 1.0.2
5138
- for-each: 0.3.3
5139
- gopd: 1.0.1
5140
- has-tostringtag: 1.0.0
5141
- dev: true
5142
-
5143
- /which-typed-array@1.1.9:
5144
- resolution: {integrity: sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==}
5320
+ /which-typed-array@1.1.15:
5321
+ resolution: {integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==}
5145
5322
  engines: {node: '>= 0.4'}
5146
5323
  dependencies:
5147
- available-typed-arrays: 1.0.5
5148
- call-bind: 1.0.2
5324
+ available-typed-arrays: 1.0.7
5325
+ call-bind: 1.0.7
5149
5326
  for-each: 0.3.3
5150
5327
  gopd: 1.0.1
5151
- has-tostringtag: 1.0.0
5152
- is-typed-array: 1.1.10
5328
+ has-tostringtag: 1.0.2
5153
5329
  dev: true
5154
5330
 
5155
5331
  /which@2.0.2: