@ui5/cli 3.9.0 → 3.9.2

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.
package/CHANGELOG.md CHANGED
@@ -2,7 +2,16 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
4
4
 
5
- A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.9.0...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.9.2...HEAD).
6
+
7
+ <a name="v3.9.2"></a>
8
+ ## [v3.9.2] - 2024-03-27
9
+ ### Dependency Updates
10
+ - Bump [@ui5](https://github.com/ui5)/builder from 3.3.0 to 3.3.1 [`c1d3b76`](https://github.com/SAP/ui5-cli/commit/c1d3b76dc0670f0a65334d269b804c1a49a82dba)
11
+
12
+
13
+ <a name="v3.9.1"></a>
14
+ ## [v3.9.1] - 2024-02-13
6
15
 
7
16
  <a name="v3.9.0"></a>
8
17
  ## [v3.9.0] - 2024-01-18
@@ -1166,6 +1175,8 @@ Only Node.js v10 or higher is supported.
1166
1175
 
1167
1176
  <a name="v0.0.1"></a>
1168
1177
  ## v0.0.1 - 2018-06-06
1178
+ [v3.9.2]: https://github.com/SAP/ui5-cli/compare/v3.9.1...v3.9.2
1179
+ [v3.9.1]: https://github.com/SAP/ui5-cli/compare/v3.9.0...v3.9.1
1169
1180
  [v3.9.0]: https://github.com/SAP/ui5-cli/compare/v3.8.0...v3.9.0
1170
1181
  [v3.8.0]: https://github.com/SAP/ui5-cli/compare/v3.7.3...v3.8.0
1171
1182
  [v3.7.3]: https://github.com/SAP/ui5-cli/compare/v3.7.2...v3.7.3
package/CONTRIBUTING.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # Contributing to the UI5 Tooling
2
2
 
3
- See CONTRIBUTING.md in the [SAP/ui5-tooling](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md) repository.
3
+ See CONTRIBUTING.md in the [SAP/ui5-tooling](https://github.com/SAP/ui5-tooling/blob/v3/CONTRIBUTING.md) repository.
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- ![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-tooling/main/docs/images/UI5_logo_wide.png)
1
+ ![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-tooling/v3/docs/images/UI5_logo_wide.png)
2
2
 
3
3
  # ui5-cli
4
4
  > `ui5` Command Line Interface
5
5
  > Part of the [UI5 Tooling](https://github.com/SAP/ui5-tooling)
6
6
 
7
7
  [![REUSE status](https://api.reuse.software/badge/github.com/SAP/ui5-cli)](https://api.reuse.software/info/github.com/SAP/ui5-cli)
8
- [![Build Status](https://dev.azure.com/sap/opensource/_apis/build/status/SAP.ui5-cli?branchName=main)](https://dev.azure.com/sap/opensource/_build/latest?definitionId=33&branchName=main)
8
+ [![Build Status](https://dev.azure.com/sap/opensource/_apis/build/status/SAP.ui5-cli?branchName=v3)](https://dev.azure.com/sap/opensource/_build/latest?definitionId=33&branchName=v3)
9
9
  [![npm Package Version](https://badge.fury.io/js/%40ui5%2Fcli.svg)](https://www.npmjs.com/package/@ui5/cli)
10
10
  [![Coverage Status](https://coveralls.io/repos/github/SAP/ui5-cli/badge.svg)](https://coveralls.io/github/SAP/ui5-cli)
11
11
 
@@ -14,11 +14,11 @@ UI5 CLI documentation can be found here: [sap.github.io/ui5-tooling](https://sap
14
14
 
15
15
  ## Contributing
16
16
 
17
- Please check our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md).
17
+ Please check our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/v3/CONTRIBUTING.md).
18
18
 
19
19
  ## Support
20
20
 
21
- Please follow our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md#report-an-issue) on how to report an issue.
21
+ Please follow our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/v3/CONTRIBUTING.md#report-an-issue) on how to report an issue.
22
22
 
23
23
  Please report issues in the main [UI5 Tooling](https://github.com/SAP/ui5-tooling) repository.
24
24
 
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.9.0",
3
+ "version": "3.9.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@ui5/cli",
9
- "version": "3.9.0",
9
+ "version": "3.9.2",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@ui5/builder": "^3.3.0",
12
+ "@ui5/builder": "^3.3.1",
13
13
  "@ui5/fs": "^3.0.5",
14
14
  "@ui5/logger": "^3.0.0",
15
15
  "@ui5/project": "^3.9.0",
@@ -20,7 +20,7 @@
20
20
  "js-yaml": "^4.1.0",
21
21
  "open": "^9.1.0",
22
22
  "pretty-hrtime": "^1.0.3",
23
- "semver": "^7.5.4",
23
+ "semver": "^7.6.0",
24
24
  "update-notifier": "^6.0.2",
25
25
  "yargs": "^17.7.2"
26
26
  },
@@ -34,73 +34,22 @@
34
34
  }
35
35
  },
36
36
  "node_modules/@adobe/css-tools": {
37
- "version": "4.3.2",
38
- "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.2.tgz",
39
- "integrity": "sha512-DA5a1C0gD/pLOvhv33YMrbf2FK3oUzwNl9oOJqE4XVjuEtt6XIakRcsd7eLiOSPkp1kTRQGICTA8cKra/vFbjw=="
37
+ "version": "4.3.3",
38
+ "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.3.tgz",
39
+ "integrity": "sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ=="
40
40
  },
41
41
  "node_modules/@babel/code-frame": {
42
- "version": "7.23.5",
43
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz",
44
- "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==",
42
+ "version": "7.24.2",
43
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz",
44
+ "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==",
45
45
  "dependencies": {
46
- "@babel/highlight": "^7.23.4",
47
- "chalk": "^2.4.2"
46
+ "@babel/highlight": "^7.24.2",
47
+ "picocolors": "^1.0.0"
48
48
  },
49
49
  "engines": {
50
50
  "node": ">=6.9.0"
51
51
  }
52
52
  },
53
- "node_modules/@babel/code-frame/node_modules/ansi-styles": {
54
- "version": "3.2.1",
55
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
56
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
57
- "dependencies": {
58
- "color-convert": "^1.9.0"
59
- },
60
- "engines": {
61
- "node": ">=4"
62
- }
63
- },
64
- "node_modules/@babel/code-frame/node_modules/chalk": {
65
- "version": "2.4.2",
66
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
67
- "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
68
- "dependencies": {
69
- "ansi-styles": "^3.2.1",
70
- "escape-string-regexp": "^1.0.5",
71
- "supports-color": "^5.3.0"
72
- },
73
- "engines": {
74
- "node": ">=4"
75
- }
76
- },
77
- "node_modules/@babel/code-frame/node_modules/escape-string-regexp": {
78
- "version": "1.0.5",
79
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
80
- "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
81
- "engines": {
82
- "node": ">=0.8.0"
83
- }
84
- },
85
- "node_modules/@babel/code-frame/node_modules/has-flag": {
86
- "version": "3.0.0",
87
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
88
- "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
89
- "engines": {
90
- "node": ">=4"
91
- }
92
- },
93
- "node_modules/@babel/code-frame/node_modules/supports-color": {
94
- "version": "5.5.0",
95
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
96
- "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
97
- "dependencies": {
98
- "has-flag": "^3.0.0"
99
- },
100
- "engines": {
101
- "node": ">=4"
102
- }
103
- },
104
53
  "node_modules/@babel/helper-validator-identifier": {
105
54
  "version": "7.22.20",
106
55
  "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
@@ -110,13 +59,14 @@
110
59
  }
111
60
  },
112
61
  "node_modules/@babel/highlight": {
113
- "version": "7.23.4",
114
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz",
115
- "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==",
62
+ "version": "7.24.2",
63
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz",
64
+ "integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==",
116
65
  "dependencies": {
117
66
  "@babel/helper-validator-identifier": "^7.22.20",
118
67
  "chalk": "^2.4.2",
119
- "js-tokens": "^4.0.0"
68
+ "js-tokens": "^4.0.0",
69
+ "picocolors": "^1.0.0"
120
70
  },
121
71
  "engines": {
122
72
  "node": ">=6.9.0"
@@ -174,9 +124,9 @@
174
124
  }
175
125
  },
176
126
  "node_modules/@babel/parser": {
177
- "version": "7.23.6",
178
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.6.tgz",
179
- "integrity": "sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==",
127
+ "version": "7.24.1",
128
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.1.tgz",
129
+ "integrity": "sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==",
180
130
  "bin": {
181
131
  "parser": "bin/babel-parser.js"
182
132
  },
@@ -222,41 +172,41 @@
222
172
  }
223
173
  },
224
174
  "node_modules/@jridgewell/gen-mapping": {
225
- "version": "0.3.3",
226
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
227
- "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
175
+ "version": "0.3.5",
176
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
177
+ "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
228
178
  "dependencies": {
229
- "@jridgewell/set-array": "^1.0.1",
179
+ "@jridgewell/set-array": "^1.2.1",
230
180
  "@jridgewell/sourcemap-codec": "^1.4.10",
231
- "@jridgewell/trace-mapping": "^0.3.9"
181
+ "@jridgewell/trace-mapping": "^0.3.24"
232
182
  },
233
183
  "engines": {
234
184
  "node": ">=6.0.0"
235
185
  }
236
186
  },
237
187
  "node_modules/@jridgewell/resolve-uri": {
238
- "version": "3.1.1",
239
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz",
240
- "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==",
188
+ "version": "3.1.2",
189
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
190
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
241
191
  "engines": {
242
192
  "node": ">=6.0.0"
243
193
  }
244
194
  },
245
195
  "node_modules/@jridgewell/set-array": {
246
- "version": "1.1.2",
247
- "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
248
- "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
196
+ "version": "1.2.1",
197
+ "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
198
+ "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
249
199
  "engines": {
250
200
  "node": ">=6.0.0"
251
201
  }
252
202
  },
253
203
  "node_modules/@jridgewell/source-map": {
254
- "version": "0.3.5",
255
- "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz",
256
- "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==",
204
+ "version": "0.3.6",
205
+ "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
206
+ "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
257
207
  "dependencies": {
258
- "@jridgewell/gen-mapping": "^0.3.0",
259
- "@jridgewell/trace-mapping": "^0.3.9"
208
+ "@jridgewell/gen-mapping": "^0.3.5",
209
+ "@jridgewell/trace-mapping": "^0.3.25"
260
210
  }
261
211
  },
262
212
  "node_modules/@jridgewell/sourcemap-codec": {
@@ -265,9 +215,9 @@
265
215
  "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
266
216
  },
267
217
  "node_modules/@jridgewell/trace-mapping": {
268
- "version": "0.3.21",
269
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.21.tgz",
270
- "integrity": "sha512-SRfKmRe1KvYnxjEMtxEr+J4HIeMX5YBg/qhRHpxEIGjhX1rshcHlnFUE9K0GazhVKWM7B+nARSkV8LuvJdJ5/g==",
218
+ "version": "0.3.25",
219
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
220
+ "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
271
221
  "dependencies": {
272
222
  "@jridgewell/resolve-uri": "^3.1.0",
273
223
  "@jridgewell/sourcemap-codec": "^1.4.14"
@@ -317,9 +267,9 @@
317
267
  }
318
268
  },
319
269
  "node_modules/@npmcli/agent": {
320
- "version": "2.2.0",
321
- "resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.0.tgz",
322
- "integrity": "sha512-2yThA1Es98orMkpSLVqlDZAMPK3jHJhifP2gnNUdk1754uZ8yI5c+ulCoVG+WlntQA6MzhrURMXjSd9Z7dJ2/Q==",
270
+ "version": "2.2.1",
271
+ "resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.1.tgz",
272
+ "integrity": "sha512-H4FrOVtNyWC8MUwL3UfjOsAihHvT1Pe8POj3JvjXhSTJipsZMtgUALCT4mGyYZNxymkUfOw3PUj6dE4QPp6osQ==",
323
273
  "dependencies": {
324
274
  "agent-base": "^7.1.0",
325
275
  "http-proxy-agent": "^7.0.0",
@@ -332,17 +282,17 @@
332
282
  }
333
283
  },
334
284
  "node_modules/@npmcli/agent/node_modules/lru-cache": {
335
- "version": "10.1.0",
336
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
337
- "integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==",
285
+ "version": "10.2.0",
286
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
287
+ "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
338
288
  "engines": {
339
289
  "node": "14 || >=16.14"
340
290
  }
341
291
  },
342
292
  "node_modules/@npmcli/config": {
343
- "version": "8.1.0",
344
- "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.1.0.tgz",
345
- "integrity": "sha512-61LNEybTFaa9Z/f8y6X9s2Blc75aijZK67LxqC5xicBcfkw8M/88nYrRXGXxAUKm6GRlxTZ216dp1UK2+TbaYw==",
293
+ "version": "8.2.0",
294
+ "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.2.0.tgz",
295
+ "integrity": "sha512-YoEYZFg0hRSRP/Chmq+J4FvULFvji6SORUYWQc10FiJ+ReAnViXcDCENg6kM6dID04bAoKNUygrby798+gYBbQ==",
346
296
  "dependencies": {
347
297
  "@npmcli/map-workspaces": "^3.0.2",
348
298
  "ci-info": "^4.0.0",
@@ -460,40 +410,40 @@
460
410
  }
461
411
  },
462
412
  "node_modules/@sigstore/bundle": {
463
- "version": "2.1.1",
464
- "resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.1.1.tgz",
465
- "integrity": "sha512-v3/iS+1nufZdKQ5iAlQKcCsoh0jffQyABvYIxKsZQFWc4ubuGjwZklFHpDgV6O6T7vvV78SW5NHI91HFKEcxKg==",
413
+ "version": "2.2.0",
414
+ "resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.2.0.tgz",
415
+ "integrity": "sha512-5VI58qgNs76RDrwXNhpmyN/jKpq9evV/7f1XrcqcAfvxDl5SeVY/I5Rmfe96ULAV7/FK5dge9RBKGBJPhL1WsQ==",
466
416
  "dependencies": {
467
- "@sigstore/protobuf-specs": "^0.2.1"
417
+ "@sigstore/protobuf-specs": "^0.3.0"
468
418
  },
469
419
  "engines": {
470
420
  "node": "^16.14.0 || >=18.0.0"
471
421
  }
472
422
  },
473
423
  "node_modules/@sigstore/core": {
474
- "version": "0.2.0",
475
- "resolved": "https://registry.npmjs.org/@sigstore/core/-/core-0.2.0.tgz",
476
- "integrity": "sha512-THobAPPZR9pDH2CAvDLpkrYedt7BlZnsyxDe+Isq4ZmGfPy5juOFZq487vCU2EgKD7aHSiTfE/i7sN7aEdzQnA==",
424
+ "version": "1.1.0",
425
+ "resolved": "https://registry.npmjs.org/@sigstore/core/-/core-1.1.0.tgz",
426
+ "integrity": "sha512-JzBqdVIyqm2FRQCulY6nbQzMpJJpSiJ8XXWMhtOX9eKgaXXpfNOF53lzQEjIydlStnd/eFtuC1dW4VYdD93oRg==",
477
427
  "engines": {
478
428
  "node": "^16.14.0 || >=18.0.0"
479
429
  }
480
430
  },
481
431
  "node_modules/@sigstore/protobuf-specs": {
482
- "version": "0.2.1",
483
- "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.2.1.tgz",
484
- "integrity": "sha512-XTWVxnWJu+c1oCshMLwnKvz8ZQJJDVOlciMfgpJBQbThVjKTCG8dwyhgLngBD2KN0ap9F/gOV8rFDEx8uh7R2A==",
432
+ "version": "0.3.0",
433
+ "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.0.tgz",
434
+ "integrity": "sha512-zxiQ66JFOjVvP9hbhGj/F/qNdsZfkGb/dVXSanNRNuAzMlr4MC95voPUBX8//ZNnmv3uSYzdfR/JSkrgvZTGxA==",
485
435
  "engines": {
486
436
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
487
437
  }
488
438
  },
489
439
  "node_modules/@sigstore/sign": {
490
- "version": "2.2.1",
491
- "resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-2.2.1.tgz",
492
- "integrity": "sha512-U5sKQEj+faE1MsnLou1f4DQQHeFZay+V9s9768lw48J4pKykPj34rWyI1lsMOGJ3Mae47Ye6q3HAJvgXO21rkQ==",
440
+ "version": "2.2.3",
441
+ "resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-2.2.3.tgz",
442
+ "integrity": "sha512-LqlA+ffyN02yC7RKszCdMTS6bldZnIodiox+IkT8B2f8oRYXCB3LQ9roXeiEL21m64CVH1wyveYAORfD65WoSw==",
493
443
  "dependencies": {
494
- "@sigstore/bundle": "^2.1.1",
495
- "@sigstore/core": "^0.2.0",
496
- "@sigstore/protobuf-specs": "^0.2.1",
444
+ "@sigstore/bundle": "^2.2.0",
445
+ "@sigstore/core": "^1.0.0",
446
+ "@sigstore/protobuf-specs": "^0.3.0",
497
447
  "make-fetch-happen": "^13.0.0"
498
448
  },
499
449
  "engines": {
@@ -501,11 +451,11 @@
501
451
  }
502
452
  },
503
453
  "node_modules/@sigstore/tuf": {
504
- "version": "2.3.0",
505
- "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.0.tgz",
506
- "integrity": "sha512-S98jo9cpJwO1mtQ+2zY7bOdcYyfVYCUaofCG6wWRzk3pxKHVAkSfshkfecto2+LKsx7Ovtqbgb2LS8zTRhxJ9Q==",
454
+ "version": "2.3.2",
455
+ "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.2.tgz",
456
+ "integrity": "sha512-mwbY1VrEGU4CO55t+Kl6I7WZzIl+ysSzEYdA1Nv/FTrl2bkeaPXo5PnWZAVfcY2zSdhOpsUTJW67/M2zHXGn5w==",
507
457
  "dependencies": {
508
- "@sigstore/protobuf-specs": "^0.2.1",
458
+ "@sigstore/protobuf-specs": "^0.3.0",
509
459
  "tuf-js": "^2.2.0"
510
460
  },
511
461
  "engines": {
@@ -513,13 +463,13 @@
513
463
  }
514
464
  },
515
465
  "node_modules/@sigstore/verify": {
516
- "version": "0.1.0",
517
- "resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-0.1.0.tgz",
518
- "integrity": "sha512-2UzMNYAa/uaz11NhvgRnIQf4gpLTJ59bhb8ESXaoSS5sxedfS+eLak8bsdMc+qpNQfITUTFoSKFx5h8umlRRiA==",
466
+ "version": "1.1.1",
467
+ "resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-1.1.1.tgz",
468
+ "integrity": "sha512-BNANJms49rw9Q5J+fJjrDqOQSzjXDcOq/pgKDaVdDoIvQwqIfaoUriy+fQfh8sBX04hr4bkkrwu3EbhQqoQH7A==",
519
469
  "dependencies": {
520
- "@sigstore/bundle": "^2.1.1",
521
- "@sigstore/core": "^0.2.0",
522
- "@sigstore/protobuf-specs": "^0.2.1"
470
+ "@sigstore/bundle": "^2.2.0",
471
+ "@sigstore/core": "^1.1.0",
472
+ "@sigstore/protobuf-specs": "^0.3.0"
523
473
  },
524
474
  "engines": {
525
475
  "node": "^16.14.0 || >=18.0.0"
@@ -597,9 +547,9 @@
597
547
  "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA=="
598
548
  },
599
549
  "node_modules/@ui5/builder": {
600
- "version": "3.3.0",
601
- "resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-3.3.0.tgz",
602
- "integrity": "sha512-gQ28Bj4WqF3b+8Mp4luxe2pGb+Adq2qpy1H9JZ8DTpIGcCEcJgJVCTRv6KdWZja6y5ZD89NWQAv0k0N50MV6Sw==",
550
+ "version": "3.3.1",
551
+ "resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-3.3.1.tgz",
552
+ "integrity": "sha512-YHhCN8pF7eRHKWq4l8j3MYSabpGPe4ByoPLhW8NCz37HjlKPKa50ySUpTSHN9CGopMRzWxVMw6Zjul4SAwULWg==",
603
553
  "dependencies": {
604
554
  "@jridgewell/sourcemap-codec": "^1.4.15",
605
555
  "@ui5/fs": "^3.0.5",
@@ -613,8 +563,8 @@
613
563
  "less-openui5": "^0.11.6",
614
564
  "pretty-data": "^0.40.0",
615
565
  "rimraf": "^5.0.5",
616
- "semver": "^7.5.4",
617
- "terser": "^5.27.0",
566
+ "semver": "^7.6.0",
567
+ "terser": "^5.29.2",
618
568
  "workerpool": "^6.5.1",
619
569
  "xml2js": "^0.6.2"
620
570
  },
@@ -1067,13 +1017,18 @@
1067
1017
  }
1068
1018
  },
1069
1019
  "node_modules/call-bind": {
1070
- "version": "1.0.5",
1071
- "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.5.tgz",
1072
- "integrity": "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==",
1020
+ "version": "1.0.7",
1021
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
1022
+ "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
1073
1023
  "dependencies": {
1024
+ "es-define-property": "^1.0.0",
1025
+ "es-errors": "^1.3.0",
1074
1026
  "function-bind": "^1.1.2",
1075
- "get-intrinsic": "^1.2.1",
1076
- "set-function-length": "^1.1.1"
1027
+ "get-intrinsic": "^1.2.4",
1028
+ "set-function-length": "^1.2.1"
1029
+ },
1030
+ "engines": {
1031
+ "node": ">= 0.4"
1077
1032
  },
1078
1033
  "funding": {
1079
1034
  "url": "https://github.com/sponsors/ljharb"
@@ -1431,9 +1386,9 @@
1431
1386
  }
1432
1387
  },
1433
1388
  "node_modules/cookie": {
1434
- "version": "0.5.0",
1435
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
1436
- "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
1389
+ "version": "0.6.0",
1390
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz",
1391
+ "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
1437
1392
  "engines": {
1438
1393
  "node": ">= 0.6"
1439
1394
  }
@@ -1673,16 +1628,19 @@
1673
1628
  }
1674
1629
  },
1675
1630
  "node_modules/define-data-property": {
1676
- "version": "1.1.1",
1677
- "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.1.tgz",
1678
- "integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==",
1631
+ "version": "1.1.4",
1632
+ "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
1633
+ "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
1679
1634
  "dependencies": {
1680
- "get-intrinsic": "^1.2.1",
1681
- "gopd": "^1.0.1",
1682
- "has-property-descriptors": "^1.0.0"
1635
+ "es-define-property": "^1.0.0",
1636
+ "es-errors": "^1.3.0",
1637
+ "gopd": "^1.0.1"
1683
1638
  },
1684
1639
  "engines": {
1685
1640
  "node": ">= 0.4"
1641
+ },
1642
+ "funding": {
1643
+ "url": "https://github.com/sponsors/ljharb"
1686
1644
  }
1687
1645
  },
1688
1646
  "node_modules/define-lazy-prop": {
@@ -1932,10 +1890,29 @@
1932
1890
  "is-arrayish": "^0.2.1"
1933
1891
  }
1934
1892
  },
1893
+ "node_modules/es-define-property": {
1894
+ "version": "1.0.0",
1895
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
1896
+ "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
1897
+ "dependencies": {
1898
+ "get-intrinsic": "^1.2.4"
1899
+ },
1900
+ "engines": {
1901
+ "node": ">= 0.4"
1902
+ }
1903
+ },
1904
+ "node_modules/es-errors": {
1905
+ "version": "1.3.0",
1906
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
1907
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
1908
+ "engines": {
1909
+ "node": ">= 0.4"
1910
+ }
1911
+ },
1935
1912
  "node_modules/escalade": {
1936
- "version": "3.1.1",
1937
- "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
1938
- "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
1913
+ "version": "3.1.2",
1914
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
1915
+ "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
1939
1916
  "engines": {
1940
1917
  "node": ">=6"
1941
1918
  }
@@ -2055,16 +2032,16 @@
2055
2032
  "integrity": "sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw=="
2056
2033
  },
2057
2034
  "node_modules/express": {
2058
- "version": "4.18.2",
2059
- "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz",
2060
- "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==",
2035
+ "version": "4.19.2",
2036
+ "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz",
2037
+ "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==",
2061
2038
  "dependencies": {
2062
2039
  "accepts": "~1.3.8",
2063
2040
  "array-flatten": "1.1.1",
2064
- "body-parser": "1.20.1",
2041
+ "body-parser": "1.20.2",
2065
2042
  "content-disposition": "0.5.4",
2066
2043
  "content-type": "~1.0.4",
2067
- "cookie": "0.5.0",
2044
+ "cookie": "0.6.0",
2068
2045
  "cookie-signature": "1.0.6",
2069
2046
  "debug": "2.6.9",
2070
2047
  "depd": "2.0.0",
@@ -2095,29 +2072,6 @@
2095
2072
  "node": ">= 0.10.0"
2096
2073
  }
2097
2074
  },
2098
- "node_modules/express/node_modules/body-parser": {
2099
- "version": "1.20.1",
2100
- "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz",
2101
- "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==",
2102
- "dependencies": {
2103
- "bytes": "3.1.2",
2104
- "content-type": "~1.0.4",
2105
- "debug": "2.6.9",
2106
- "depd": "2.0.0",
2107
- "destroy": "1.2.0",
2108
- "http-errors": "2.0.0",
2109
- "iconv-lite": "0.4.24",
2110
- "on-finished": "2.4.1",
2111
- "qs": "6.11.0",
2112
- "raw-body": "2.5.1",
2113
- "type-is": "~1.6.18",
2114
- "unpipe": "1.0.0"
2115
- },
2116
- "engines": {
2117
- "node": ">= 0.8",
2118
- "npm": "1.2.8000 || >= 1.4.16"
2119
- }
2120
- },
2121
2075
  "node_modules/express/node_modules/debug": {
2122
2076
  "version": "2.6.9",
2123
2077
  "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
@@ -2131,20 +2085,6 @@
2131
2085
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
2132
2086
  "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
2133
2087
  },
2134
- "node_modules/express/node_modules/raw-body": {
2135
- "version": "2.5.1",
2136
- "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz",
2137
- "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==",
2138
- "dependencies": {
2139
- "bytes": "3.1.2",
2140
- "http-errors": "2.0.0",
2141
- "iconv-lite": "0.4.24",
2142
- "unpipe": "1.0.0"
2143
- },
2144
- "engines": {
2145
- "node": ">= 0.8"
2146
- }
2147
- },
2148
2088
  "node_modules/express/node_modules/safe-buffer": {
2149
2089
  "version": "5.2.1",
2150
2090
  "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
@@ -2190,9 +2130,9 @@
2190
2130
  "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
2191
2131
  },
2192
2132
  "node_modules/fastq": {
2193
- "version": "1.16.0",
2194
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.16.0.tgz",
2195
- "integrity": "sha512-ifCoaXsDrsdkWTtiNJX5uzHDsrck5TzfKKDcuFFTIrrc/BS076qgEIfoIy1VeZqViznfKiysPYTh/QeHtnIsYA==",
2133
+ "version": "1.17.1",
2134
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
2135
+ "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
2196
2136
  "dependencies": {
2197
2137
  "reusify": "^1.0.4"
2198
2138
  }
@@ -2337,15 +2277,19 @@
2337
2277
  }
2338
2278
  },
2339
2279
  "node_modules/get-intrinsic": {
2340
- "version": "1.2.2",
2341
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.2.tgz",
2342
- "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==",
2280
+ "version": "1.2.4",
2281
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
2282
+ "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
2343
2283
  "dependencies": {
2284
+ "es-errors": "^1.3.0",
2344
2285
  "function-bind": "^1.1.2",
2345
2286
  "has-proto": "^1.0.1",
2346
2287
  "has-symbols": "^1.0.3",
2347
2288
  "hasown": "^2.0.0"
2348
2289
  },
2290
+ "engines": {
2291
+ "node": ">= 0.4"
2292
+ },
2349
2293
  "funding": {
2350
2294
  "url": "https://github.com/sponsors/ljharb"
2351
2295
  }
@@ -2487,20 +2431,20 @@
2487
2431
  "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg=="
2488
2432
  },
2489
2433
  "node_modules/has-property-descriptors": {
2490
- "version": "1.0.1",
2491
- "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz",
2492
- "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==",
2434
+ "version": "1.0.2",
2435
+ "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
2436
+ "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
2493
2437
  "dependencies": {
2494
- "get-intrinsic": "^1.2.2"
2438
+ "es-define-property": "^1.0.0"
2495
2439
  },
2496
2440
  "funding": {
2497
2441
  "url": "https://github.com/sponsors/ljharb"
2498
2442
  }
2499
2443
  },
2500
2444
  "node_modules/has-proto": {
2501
- "version": "1.0.1",
2502
- "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
2503
- "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
2445
+ "version": "1.0.3",
2446
+ "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
2447
+ "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
2504
2448
  "engines": {
2505
2449
  "node": ">= 0.4"
2506
2450
  },
@@ -2531,9 +2475,9 @@
2531
2475
  }
2532
2476
  },
2533
2477
  "node_modules/hasown": {
2534
- "version": "2.0.0",
2535
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz",
2536
- "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==",
2478
+ "version": "2.0.2",
2479
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
2480
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
2537
2481
  "dependencies": {
2538
2482
  "function-bind": "^1.1.2"
2539
2483
  },
@@ -2618,9 +2562,9 @@
2618
2562
  }
2619
2563
  },
2620
2564
  "node_modules/http-proxy-agent": {
2621
- "version": "7.0.0",
2622
- "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.0.tgz",
2623
- "integrity": "sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==",
2565
+ "version": "7.0.2",
2566
+ "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
2567
+ "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
2624
2568
  "dependencies": {
2625
2569
  "agent-base": "^7.1.0",
2626
2570
  "debug": "^4.3.4"
@@ -2653,9 +2597,9 @@
2653
2597
  }
2654
2598
  },
2655
2599
  "node_modules/https-proxy-agent": {
2656
- "version": "7.0.2",
2657
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz",
2658
- "integrity": "sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==",
2600
+ "version": "7.0.4",
2601
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
2602
+ "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
2659
2603
  "dependencies": {
2660
2604
  "agent-base": "^7.0.2",
2661
2605
  "debug": "4"
@@ -2676,9 +2620,9 @@
2676
2620
  }
2677
2621
  },
2678
2622
  "node_modules/ignore": {
2679
- "version": "5.3.0",
2680
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz",
2681
- "integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==",
2623
+ "version": "5.3.1",
2624
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
2625
+ "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
2682
2626
  "engines": {
2683
2627
  "node": ">= 4"
2684
2628
  }
@@ -2754,17 +2698,24 @@
2754
2698
  "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
2755
2699
  },
2756
2700
  "node_modules/ini": {
2757
- "version": "4.1.1",
2758
- "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
2759
- "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
2701
+ "version": "4.1.2",
2702
+ "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.2.tgz",
2703
+ "integrity": "sha512-AMB1mvwR1pyBFY/nSevUX6y8nJWS63/SzUKD3JyQn97s4xgIdgQPT75IRouIiBAN4yLQBUShNYVW0+UG25daCw==",
2760
2704
  "engines": {
2761
2705
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2762
2706
  }
2763
2707
  },
2764
- "node_modules/ip": {
2765
- "version": "2.0.0",
2766
- "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
2767
- "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ=="
2708
+ "node_modules/ip-address": {
2709
+ "version": "9.0.5",
2710
+ "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz",
2711
+ "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
2712
+ "dependencies": {
2713
+ "jsbn": "1.1.0",
2714
+ "sprintf-js": "^1.1.3"
2715
+ },
2716
+ "engines": {
2717
+ "node": ">= 12"
2718
+ }
2768
2719
  },
2769
2720
  "node_modules/ipaddr.js": {
2770
2721
  "version": "1.9.1",
@@ -3039,6 +2990,11 @@
3039
2990
  "xmlcreate": "^2.0.4"
3040
2991
  }
3041
2992
  },
2993
+ "node_modules/jsbn": {
2994
+ "version": "1.1.0",
2995
+ "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",
2996
+ "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A=="
2997
+ },
3042
2998
  "node_modules/jsdoc": {
3043
2999
  "version": "4.0.2",
3044
3000
  "resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-4.0.2.tgz",
@@ -3281,9 +3237,9 @@
3281
3237
  }
3282
3238
  },
3283
3239
  "node_modules/make-fetch-happen/node_modules/lru-cache": {
3284
- "version": "10.1.0",
3285
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
3286
- "integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==",
3240
+ "version": "10.2.0",
3241
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
3242
+ "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
3287
3243
  "engines": {
3288
3244
  "node": "14 || >=16.14"
3289
3245
  }
@@ -3695,9 +3651,9 @@
3695
3651
  }
3696
3652
  },
3697
3653
  "node_modules/normalize-url": {
3698
- "version": "8.0.0",
3699
- "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.0.tgz",
3700
- "integrity": "sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==",
3654
+ "version": "8.0.1",
3655
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.1.tgz",
3656
+ "integrity": "sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==",
3701
3657
  "engines": {
3702
3658
  "node": ">=14.16"
3703
3659
  },
@@ -3747,9 +3703,9 @@
3747
3703
  }
3748
3704
  },
3749
3705
  "node_modules/npm-run-path": {
3750
- "version": "5.2.0",
3751
- "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.2.0.tgz",
3752
- "integrity": "sha512-W4/tgAXFqFA0iL7fk0+uQ3g7wkL8xJmx3XdK0VGb4cHW//eZTtKGvFBBoRKVTpY7n6ze4NL9ly7rgXcHufqXKg==",
3706
+ "version": "5.3.0",
3707
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
3708
+ "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
3753
3709
  "dependencies": {
3754
3710
  "path-key": "^4.0.0"
3755
3711
  },
@@ -3968,6 +3924,23 @@
3968
3924
  "node": "^16.14.0 || >=18.0.0"
3969
3925
  }
3970
3926
  },
3927
+ "node_modules/pacote/node_modules/@npmcli/package-json": {
3928
+ "version": "5.0.0",
3929
+ "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.0.0.tgz",
3930
+ "integrity": "sha512-OI2zdYBLhQ7kpNPaJxiflofYIpkNLi+lnGdzqUOfRmCF3r2l1nadcjtCYMJKv/Utm/ZtlffaUuTiAktPHbc17g==",
3931
+ "dependencies": {
3932
+ "@npmcli/git": "^5.0.0",
3933
+ "glob": "^10.2.2",
3934
+ "hosted-git-info": "^7.0.0",
3935
+ "json-parse-even-better-errors": "^3.0.0",
3936
+ "normalize-package-data": "^6.0.0",
3937
+ "proc-log": "^3.0.0",
3938
+ "semver": "^7.5.3"
3939
+ },
3940
+ "engines": {
3941
+ "node": "^16.14.0 || >=18.0.0"
3942
+ }
3943
+ },
3971
3944
  "node_modules/pacote/node_modules/@npmcli/promise-spawn": {
3972
3945
  "version": "7.0.1",
3973
3946
  "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.1.tgz",
@@ -3980,14 +3953,14 @@
3980
3953
  }
3981
3954
  },
3982
3955
  "node_modules/pacote/node_modules/@npmcli/run-script": {
3983
- "version": "7.0.3",
3984
- "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-7.0.3.tgz",
3985
- "integrity": "sha512-ZMWGLHpzMq3rBGIwPyeaoaleaLMvrBrH8nugHxTi5ACkJZXTxXPtVuEH91ifgtss5hUwJQ2VDnzDBWPmz78rvg==",
3956
+ "version": "7.0.4",
3957
+ "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-7.0.4.tgz",
3958
+ "integrity": "sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==",
3986
3959
  "dependencies": {
3987
3960
  "@npmcli/node-gyp": "^3.0.0",
3961
+ "@npmcli/package-json": "^5.0.0",
3988
3962
  "@npmcli/promise-spawn": "^7.0.0",
3989
3963
  "node-gyp": "^10.0.0",
3990
- "read-package-json-fast": "^3.0.0",
3991
3964
  "which": "^4.0.0"
3992
3965
  },
3993
3966
  "engines": {
@@ -4064,9 +4037,9 @@
4064
4037
  }
4065
4038
  },
4066
4039
  "node_modules/pacote/node_modules/lru-cache": {
4067
- "version": "10.1.0",
4068
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
4069
- "integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==",
4040
+ "version": "10.2.0",
4041
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
4042
+ "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
4070
4043
  "engines": {
4071
4044
  "node": "14 || >=16.14"
4072
4045
  }
@@ -4083,9 +4056,9 @@
4083
4056
  }
4084
4057
  },
4085
4058
  "node_modules/pacote/node_modules/node-gyp": {
4086
- "version": "10.0.1",
4087
- "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.0.1.tgz",
4088
- "integrity": "sha512-gg3/bHehQfZivQVfqIyy8wTdSymF9yTyP4CJifK73imyNMU8AIGQE2pUa7dNWfmMeG9cDVF2eehiRMv0LC1iAg==",
4059
+ "version": "10.1.0",
4060
+ "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.1.0.tgz",
4061
+ "integrity": "sha512-B4J5M1cABxPc5PwfjhbV5hoy2DP9p8lFXASnEN6hugXOa61416tnTZ29x9sSwAd0o99XNIcpvDDy1swAExsVKA==",
4089
4062
  "dependencies": {
4090
4063
  "env-paths": "^2.2.0",
4091
4064
  "exponential-backoff": "^3.1.1",
@@ -4105,6 +4078,20 @@
4105
4078
  "node": "^16.14.0 || >=18.0.0"
4106
4079
  }
4107
4080
  },
4081
+ "node_modules/pacote/node_modules/normalize-package-data": {
4082
+ "version": "6.0.0",
4083
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.0.tgz",
4084
+ "integrity": "sha512-UL7ELRVxYBHBgYEtZCXjxuD5vPxnmvMGq0jp/dGPKKrN7tfsBh2IY7TlJ15WWwdjRWD3RJbnsygUurTK3xkPkg==",
4085
+ "dependencies": {
4086
+ "hosted-git-info": "^7.0.0",
4087
+ "is-core-module": "^2.8.1",
4088
+ "semver": "^7.3.5",
4089
+ "validate-npm-package-license": "^3.0.4"
4090
+ },
4091
+ "engines": {
4092
+ "node": "^16.14.0 || >=18.0.0"
4093
+ }
4094
+ },
4108
4095
  "node_modules/pacote/node_modules/npm-package-arg": {
4109
4096
  "version": "11.0.1",
4110
4097
  "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.1.tgz",
@@ -4254,9 +4241,9 @@
4254
4241
  }
4255
4242
  },
4256
4243
  "node_modules/path-scurry/node_modules/lru-cache": {
4257
- "version": "10.1.0",
4258
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
4259
- "integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==",
4244
+ "version": "10.2.0",
4245
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
4246
+ "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
4260
4247
  "engines": {
4261
4248
  "node": "14 || >=16.14"
4262
4249
  }
@@ -4274,6 +4261,11 @@
4274
4261
  "node": ">=8"
4275
4262
  }
4276
4263
  },
4264
+ "node_modules/picocolors": {
4265
+ "version": "1.0.0",
4266
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
4267
+ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
4268
+ },
4277
4269
  "node_modules/picomatch": {
4278
4270
  "version": "2.3.1",
4279
4271
  "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
@@ -4514,9 +4506,9 @@
4514
4506
  }
4515
4507
  },
4516
4508
  "node_modules/read-package-json/node_modules/lru-cache": {
4517
- "version": "10.1.0",
4518
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
4519
- "integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==",
4509
+ "version": "10.2.0",
4510
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
4511
+ "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
4520
4512
  "engines": {
4521
4513
  "node": "14 || >=16.14"
4522
4514
  }
@@ -4634,9 +4626,9 @@
4634
4626
  }
4635
4627
  },
4636
4628
  "node_modules/read-pkg-up/node_modules/type-fest": {
4637
- "version": "4.9.0",
4638
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.9.0.tgz",
4639
- "integrity": "sha512-KS/6lh/ynPGiHD/LnAobrEFq3Ad4pBzOlJ1wAnJx9N4EYoqFhMfLIBjUT2UEx4wg5ZE+cC1ob6DCSpppVo+rtg==",
4629
+ "version": "4.14.0",
4630
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.14.0.tgz",
4631
+ "integrity": "sha512-on5/Cw89wwqGZQu+yWO0gGMGu8VNxsaW9SB2HE8yJjllEk7IDTwnSN1dUVldYILhYPN5HzD7WAaw2cc/jBfn0Q==",
4640
4632
  "engines": {
4641
4633
  "node": ">=16"
4642
4634
  },
@@ -4675,9 +4667,9 @@
4675
4667
  }
4676
4668
  },
4677
4669
  "node_modules/read-pkg/node_modules/lru-cache": {
4678
- "version": "10.1.0",
4679
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
4680
- "integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==",
4670
+ "version": "10.2.0",
4671
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
4672
+ "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
4681
4673
  "engines": {
4682
4674
  "node": "14 || >=16.14"
4683
4675
  }
@@ -4726,9 +4718,9 @@
4726
4718
  }
4727
4719
  },
4728
4720
  "node_modules/read-pkg/node_modules/type-fest": {
4729
- "version": "4.9.0",
4730
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.9.0.tgz",
4731
- "integrity": "sha512-KS/6lh/ynPGiHD/LnAobrEFq3Ad4pBzOlJ1wAnJx9N4EYoqFhMfLIBjUT2UEx4wg5ZE+cC1ob6DCSpppVo+rtg==",
4721
+ "version": "4.14.0",
4722
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.14.0.tgz",
4723
+ "integrity": "sha512-on5/Cw89wwqGZQu+yWO0gGMGu8VNxsaW9SB2HE8yJjllEk7IDTwnSN1dUVldYILhYPN5HzD7WAaw2cc/jBfn0Q==",
4732
4724
  "engines": {
4733
4725
  "node": ">=16"
4734
4726
  },
@@ -5108,9 +5100,9 @@
5108
5100
  "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg=="
5109
5101
  },
5110
5102
  "node_modules/semver": {
5111
- "version": "7.5.4",
5112
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
5113
- "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
5103
+ "version": "7.6.0",
5104
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
5105
+ "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
5114
5106
  "dependencies": {
5115
5107
  "lru-cache": "^6.0.0"
5116
5108
  },
@@ -5202,15 +5194,16 @@
5202
5194
  }
5203
5195
  },
5204
5196
  "node_modules/set-function-length": {
5205
- "version": "1.2.0",
5206
- "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.0.tgz",
5207
- "integrity": "sha512-4DBHDoyHlM1IRPGYcoxexgh67y4ueR53FKV1yyxwFMY7aCqcN/38M1+SwZ/qJQ8iLv7+ck385ot4CcisOAPT9w==",
5197
+ "version": "1.2.2",
5198
+ "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
5199
+ "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
5208
5200
  "dependencies": {
5209
- "define-data-property": "^1.1.1",
5201
+ "define-data-property": "^1.1.4",
5202
+ "es-errors": "^1.3.0",
5210
5203
  "function-bind": "^1.1.2",
5211
- "get-intrinsic": "^1.2.2",
5204
+ "get-intrinsic": "^1.2.4",
5212
5205
  "gopd": "^1.0.1",
5213
- "has-property-descriptors": "^1.0.1"
5206
+ "has-property-descriptors": "^1.0.2"
5214
5207
  },
5215
5208
  "engines": {
5216
5209
  "node": ">= 0.4"
@@ -5241,13 +5234,17 @@
5241
5234
  }
5242
5235
  },
5243
5236
  "node_modules/side-channel": {
5244
- "version": "1.0.4",
5245
- "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
5246
- "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
5237
+ "version": "1.0.6",
5238
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz",
5239
+ "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
5247
5240
  "dependencies": {
5248
- "call-bind": "^1.0.0",
5249
- "get-intrinsic": "^1.0.2",
5250
- "object-inspect": "^1.9.0"
5241
+ "call-bind": "^1.0.7",
5242
+ "es-errors": "^1.3.0",
5243
+ "get-intrinsic": "^1.2.4",
5244
+ "object-inspect": "^1.13.1"
5245
+ },
5246
+ "engines": {
5247
+ "node": ">= 0.4"
5251
5248
  },
5252
5249
  "funding": {
5253
5250
  "url": "https://github.com/sponsors/ljharb"
@@ -5265,16 +5262,16 @@
5265
5262
  }
5266
5263
  },
5267
5264
  "node_modules/sigstore": {
5268
- "version": "2.2.0",
5269
- "resolved": "https://registry.npmjs.org/sigstore/-/sigstore-2.2.0.tgz",
5270
- "integrity": "sha512-fcU9clHwEss2/M/11FFM8Jwc4PjBgbhXoNskoK5guoK0qGQBSeUbQZRJ+B2fDFIvhyf0gqCaPrel9mszbhAxug==",
5265
+ "version": "2.2.2",
5266
+ "resolved": "https://registry.npmjs.org/sigstore/-/sigstore-2.2.2.tgz",
5267
+ "integrity": "sha512-2A3WvXkQurhuMgORgT60r6pOWiCOO5LlEqY2ADxGBDGVYLSo5HN0uLtb68YpVpuL/Vi8mLTe7+0Dx2Fq8lLqEg==",
5271
5268
  "dependencies": {
5272
- "@sigstore/bundle": "^2.1.1",
5273
- "@sigstore/core": "^0.2.0",
5274
- "@sigstore/protobuf-specs": "^0.2.1",
5275
- "@sigstore/sign": "^2.2.1",
5276
- "@sigstore/tuf": "^2.3.0",
5277
- "@sigstore/verify": "^0.1.0"
5269
+ "@sigstore/bundle": "^2.2.0",
5270
+ "@sigstore/core": "^1.0.0",
5271
+ "@sigstore/protobuf-specs": "^0.3.0",
5272
+ "@sigstore/sign": "^2.2.3",
5273
+ "@sigstore/tuf": "^2.3.1",
5274
+ "@sigstore/verify": "^1.1.0"
5278
5275
  },
5279
5276
  "engines": {
5280
5277
  "node": "^16.14.0 || >=18.0.0"
@@ -5301,15 +5298,15 @@
5301
5298
  }
5302
5299
  },
5303
5300
  "node_modules/socks": {
5304
- "version": "2.7.1",
5305
- "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz",
5306
- "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==",
5301
+ "version": "2.8.1",
5302
+ "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.1.tgz",
5303
+ "integrity": "sha512-B6w7tkwNid7ToxjZ08rQMT8M9BJAf8DKx8Ft4NivzH0zBUfd6jldGcisJn/RLgxcX3FPNDdNQCUEMMT79b+oCQ==",
5307
5304
  "dependencies": {
5308
- "ip": "^2.0.0",
5305
+ "ip-address": "^9.0.5",
5309
5306
  "smart-buffer": "^4.2.0"
5310
5307
  },
5311
5308
  "engines": {
5312
- "node": ">= 10.13.0",
5309
+ "node": ">= 10.0.0",
5313
5310
  "npm": ">= 3.0.0"
5314
5311
  }
5315
5312
  },
@@ -5362,14 +5359,14 @@
5362
5359
  }
5363
5360
  },
5364
5361
  "node_modules/spdx-exceptions": {
5365
- "version": "2.3.0",
5366
- "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
5367
- "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A=="
5362
+ "version": "2.5.0",
5363
+ "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
5364
+ "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w=="
5368
5365
  },
5369
5366
  "node_modules/spdx-license-ids": {
5370
- "version": "3.0.16",
5371
- "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz",
5372
- "integrity": "sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw=="
5367
+ "version": "3.0.17",
5368
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz",
5369
+ "integrity": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg=="
5373
5370
  },
5374
5371
  "node_modules/spdy": {
5375
5372
  "version": "4.0.2",
@@ -5399,6 +5396,11 @@
5399
5396
  "wbuf": "^1.7.3"
5400
5397
  }
5401
5398
  },
5399
+ "node_modules/sprintf-js": {
5400
+ "version": "1.1.3",
5401
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
5402
+ "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA=="
5403
+ },
5402
5404
  "node_modules/ssri": {
5403
5405
  "version": "10.0.5",
5404
5406
  "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.5.tgz",
@@ -5594,9 +5596,9 @@
5594
5596
  }
5595
5597
  },
5596
5598
  "node_modules/tar": {
5597
- "version": "6.2.0",
5598
- "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz",
5599
- "integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==",
5599
+ "version": "6.2.1",
5600
+ "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
5601
+ "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
5600
5602
  "dependencies": {
5601
5603
  "chownr": "^2.0.0",
5602
5604
  "fs-minipass": "^2.0.0",
@@ -5656,9 +5658,9 @@
5656
5658
  "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
5657
5659
  },
5658
5660
  "node_modules/terser": {
5659
- "version": "5.27.0",
5660
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.27.0.tgz",
5661
- "integrity": "sha512-bi1HRwVRskAjheeYl291n3JC4GgO/Ty4z1nVs5AAsmonJulGxpSektecnNedrwK9C7vpvVtcX3cw00VSLt7U2A==",
5661
+ "version": "5.29.2",
5662
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.29.2.tgz",
5663
+ "integrity": "sha512-ZiGkhUBIM+7LwkNjXYJq8svgkd+QK3UUr0wJqY4MieaezBSAIPgbSPZyIx0idM6XWK5CMzSWa8MJIzmRcB8Caw==",
5662
5664
  "dependencies": {
5663
5665
  "@jridgewell/source-map": "^0.3.3",
5664
5666
  "acorn": "^8.8.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.9.0",
3
+ "version": "3.9.2",
4
4
  "description": "UI5 Tooling - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -117,7 +117,7 @@
117
117
  "url": "git@github.com:SAP/ui5-cli.git"
118
118
  },
119
119
  "dependencies": {
120
- "@ui5/builder": "^3.3.0",
120
+ "@ui5/builder": "^3.3.1",
121
121
  "@ui5/fs": "^3.0.5",
122
122
  "@ui5/logger": "^3.0.0",
123
123
  "@ui5/project": "^3.9.0",
@@ -128,7 +128,7 @@
128
128
  "js-yaml": "^4.1.0",
129
129
  "open": "^9.1.0",
130
130
  "pretty-hrtime": "^1.0.3",
131
- "semver": "^7.5.4",
131
+ "semver": "^7.6.0",
132
132
  "update-notifier": "^6.0.2",
133
133
  "yargs": "^17.7.2"
134
134
  },
@@ -139,11 +139,11 @@
139
139
  "cross-env": "^7.0.3",
140
140
  "depcheck": "^1.4.7",
141
141
  "docdash": "^2.0.2",
142
- "eslint": "^8.56.0",
142
+ "eslint": "^8.57.0",
143
143
  "eslint-config-google": "^0.14.0",
144
144
  "eslint-plugin-ava": "^14.0.0",
145
145
  "eslint-plugin-jsdoc": "^46.10.1",
146
- "esmock": "^2.6.2",
146
+ "esmock": "^2.6.4",
147
147
  "execa": "^8.0.1",
148
148
  "jsdoc": "^4.0.2",
149
149
  "licensee": "^10.0.0",
@@ -153,6 +153,6 @@
153
153
  "sinon": "^16.1.3",
154
154
  "strip-ansi": "^7.1.0",
155
155
  "tap-xunit": "^2.4.1",
156
- "testdouble": "^3.20.1"
156
+ "testdouble": "^3.20.2"
157
157
  }
158
158
  }