@ui5/mcp-server 0.2.8 → 0.2.10
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 +26 -0
- package/lib/registerTools.d.ts +2 -0
- package/lib/tools/create_integration_card/index.d.ts +1 -1
- package/lib/tools/get_api_reference/index.js +1 -1
- package/lib/tools/get_api_reference/index.js.map +1 -1
- package/lib/tools/get_version_info/index.js +1 -1
- package/lib/tools/get_version_info/index.js.map +1 -1
- package/lib/tools/run_manifest_validation/createValidationFunction.d.ts +2 -0
- package/lib/tools/run_manifest_validation/createValidationFunction.js +160 -0
- package/lib/tools/run_manifest_validation/createValidationFunction.js.map +1 -0
- package/lib/tools/run_manifest_validation/runValidation.js +2 -69
- package/lib/tools/run_manifest_validation/runValidation.js.map +1 -1
- package/lib/tools/run_ui5_linter/index.js +3 -3
- package/lib/tools/run_ui5_linter/index.js.map +1 -1
- package/lib/utils/ui5Manifest.js +1 -2
- package/lib/utils/ui5Manifest.js.map +1 -1
- package/npm-shrinkwrap.json +235 -320
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/mcp-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.10",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@ui5/mcp-server",
|
|
9
|
-
"version": "0.2.
|
|
9
|
+
"version": "0.2.10",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
@@ -58,21 +58,18 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"node_modules/@gar/promise-retry": {
|
|
61
|
-
"version": "1.0.
|
|
62
|
-
"resolved": "https://registry.npmjs.org/@gar/promise-retry/-/promise-retry-1.0.
|
|
63
|
-
"integrity": "sha512-
|
|
61
|
+
"version": "1.0.3",
|
|
62
|
+
"resolved": "https://registry.npmjs.org/@gar/promise-retry/-/promise-retry-1.0.3.tgz",
|
|
63
|
+
"integrity": "sha512-GmzA9ckNokPypTg10pgpeHNQe7ph+iIKKmhKu3Ob9ANkswreCx7R3cKmY781K8QK3AqVL3xVh9A42JvIAbkkSA==",
|
|
64
64
|
"license": "MIT",
|
|
65
|
-
"dependencies": {
|
|
66
|
-
"retry": "^0.13.1"
|
|
67
|
-
},
|
|
68
65
|
"engines": {
|
|
69
66
|
"node": "^20.17.0 || >=22.9.0"
|
|
70
67
|
}
|
|
71
68
|
},
|
|
72
69
|
"node_modules/@hono/node-server": {
|
|
73
|
-
"version": "1.19.
|
|
74
|
-
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.
|
|
75
|
-
"integrity": "sha512-
|
|
70
|
+
"version": "1.19.12",
|
|
71
|
+
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.12.tgz",
|
|
72
|
+
"integrity": "sha512-txsUW4SQ1iilgE0l9/e9VQWmELXifEFvmdA1j6WFh/aFPj99hIntrSsq/if0UWyGVkmrRPKA1wCeP+UCr1B9Uw==",
|
|
76
73
|
"license": "MIT",
|
|
77
74
|
"engines": {
|
|
78
75
|
"node": ">=18.14.1"
|
|
@@ -134,9 +131,9 @@
|
|
|
134
131
|
}
|
|
135
132
|
},
|
|
136
133
|
"node_modules/@modelcontextprotocol/sdk": {
|
|
137
|
-
"version": "1.
|
|
138
|
-
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.
|
|
139
|
-
"integrity": "sha512-
|
|
134
|
+
"version": "1.29.0",
|
|
135
|
+
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.29.0.tgz",
|
|
136
|
+
"integrity": "sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==",
|
|
140
137
|
"license": "MIT",
|
|
141
138
|
"dependencies": {
|
|
142
139
|
"@hono/node-server": "^1.19.9",
|
|
@@ -234,9 +231,9 @@
|
|
|
234
231
|
}
|
|
235
232
|
},
|
|
236
233
|
"node_modules/@npmcli/agent/node_modules/lru-cache": {
|
|
237
|
-
"version": "11.2.
|
|
238
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.
|
|
239
|
-
"integrity": "sha512-
|
|
234
|
+
"version": "11.2.7",
|
|
235
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.7.tgz",
|
|
236
|
+
"integrity": "sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA==",
|
|
240
237
|
"license": "BlueOak-1.0.0",
|
|
241
238
|
"engines": {
|
|
242
239
|
"node": "20 || >=22"
|
|
@@ -663,9 +660,9 @@
|
|
|
663
660
|
}
|
|
664
661
|
},
|
|
665
662
|
"node_modules/@ui5/fs/node_modules/brace-expansion": {
|
|
666
|
-
"version": "5.0.
|
|
667
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
668
|
-
"integrity": "sha512-
|
|
663
|
+
"version": "5.0.5",
|
|
664
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
665
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
669
666
|
"license": "MIT",
|
|
670
667
|
"dependencies": {
|
|
671
668
|
"balanced-match": "^4.0.2"
|
|
@@ -675,12 +672,12 @@
|
|
|
675
672
|
}
|
|
676
673
|
},
|
|
677
674
|
"node_modules/@ui5/fs/node_modules/minimatch": {
|
|
678
|
-
"version": "10.2.
|
|
679
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
680
|
-
"integrity": "sha512-
|
|
675
|
+
"version": "10.2.5",
|
|
676
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
677
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
681
678
|
"license": "BlueOak-1.0.0",
|
|
682
679
|
"dependencies": {
|
|
683
|
-
"brace-expansion": "^5.0.
|
|
680
|
+
"brace-expansion": "^5.0.5"
|
|
684
681
|
},
|
|
685
682
|
"engines": {
|
|
686
683
|
"node": "18 || 20 || >=22"
|
|
@@ -690,27 +687,27 @@
|
|
|
690
687
|
}
|
|
691
688
|
},
|
|
692
689
|
"node_modules/@ui5/linter": {
|
|
693
|
-
"version": "1.20.
|
|
694
|
-
"resolved": "https://registry.npmjs.org/@ui5/linter/-/linter-1.20.
|
|
695
|
-
"integrity": "sha512-
|
|
690
|
+
"version": "1.20.18",
|
|
691
|
+
"resolved": "https://registry.npmjs.org/@ui5/linter/-/linter-1.20.18.tgz",
|
|
692
|
+
"integrity": "sha512-wpfeL5mTJ5LEwBeNCjqyJQleqMHPYQden70hJpEZxCQ2qQ8PSmUvFG4PLza2oL3iTMFEb/JdMIIf4j4+FBn6+g==",
|
|
696
693
|
"hasShrinkwrap": true,
|
|
697
694
|
"license": "Apache-2.0",
|
|
698
695
|
"dependencies": {
|
|
699
696
|
"@jridgewell/sourcemap-codec": "^1.5.5",
|
|
700
697
|
"@jridgewell/trace-mapping": "^0.3.31",
|
|
701
|
-
"@sapui5/types": "1.136.
|
|
698
|
+
"@sapui5/types": "1.136.16",
|
|
702
699
|
"@ui5/fs": "^4.0.5",
|
|
703
700
|
"@ui5/logger": "^4.0.2",
|
|
704
|
-
"@ui5/project": "^4.0.
|
|
701
|
+
"@ui5/project": "^4.0.15",
|
|
705
702
|
"chalk": "^5.6.2",
|
|
706
703
|
"data-with-position": "^0.5.0",
|
|
707
|
-
"fast-xml-parser": "^5.
|
|
704
|
+
"fast-xml-parser": "^5.5.9",
|
|
708
705
|
"figures": "^6.1.0",
|
|
709
706
|
"globals": "^17.4.0",
|
|
710
707
|
"he": "^1.2.0",
|
|
711
708
|
"json-source-map": "^0.6.1",
|
|
712
709
|
"magic-string": "^0.30.21",
|
|
713
|
-
"minimatch": "^10.2.
|
|
710
|
+
"minimatch": "^10.2.5",
|
|
714
711
|
"sax-wasm": "^3.1.4",
|
|
715
712
|
"semver": "^7.7.4",
|
|
716
713
|
"typescript": "^5.9.3",
|
|
@@ -925,9 +922,9 @@
|
|
|
925
922
|
"license": "MIT"
|
|
926
923
|
},
|
|
927
924
|
"node_modules/@ui5/linter/node_modules/@npmcli/map-workspaces/node_modules/brace-expansion": {
|
|
928
|
-
"version": "2.0.
|
|
929
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
930
|
-
"integrity": "sha512-
|
|
925
|
+
"version": "2.0.3",
|
|
926
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
927
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
931
928
|
"license": "MIT",
|
|
932
929
|
"dependencies": {
|
|
933
930
|
"balanced-match": "^1.0.0"
|
|
@@ -1039,9 +1036,9 @@
|
|
|
1039
1036
|
}
|
|
1040
1037
|
},
|
|
1041
1038
|
"node_modules/@ui5/linter/node_modules/@sapui5/types": {
|
|
1042
|
-
"version": "1.136.
|
|
1043
|
-
"resolved": "https://registry.npmjs.org/@sapui5/types/-/types-1.136.
|
|
1044
|
-
"integrity": "sha512-
|
|
1039
|
+
"version": "1.136.16",
|
|
1040
|
+
"resolved": "https://registry.npmjs.org/@sapui5/types/-/types-1.136.16.tgz",
|
|
1041
|
+
"integrity": "sha512-5xEuMPF3gPQtDbgieBVPDkiy2pNZvsAyga1VvIF2vgIGbU1wzrLL4eGtboODtnDQ1ZaeQIjTvmMcL7VPecfs/w==",
|
|
1045
1042
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
1046
1043
|
"dependencies": {
|
|
1047
1044
|
"@types/jquery": "3.5.13",
|
|
@@ -1165,9 +1162,9 @@
|
|
|
1165
1162
|
"license": "MIT"
|
|
1166
1163
|
},
|
|
1167
1164
|
"node_modules/@ui5/linter/node_modules/@tufjs/models/node_modules/brace-expansion": {
|
|
1168
|
-
"version": "2.0.
|
|
1169
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
1170
|
-
"integrity": "sha512-
|
|
1165
|
+
"version": "2.0.3",
|
|
1166
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
1167
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
1171
1168
|
"license": "MIT",
|
|
1172
1169
|
"dependencies": {
|
|
1173
1170
|
"balanced-match": "^1.0.0"
|
|
@@ -1264,16 +1261,16 @@
|
|
|
1264
1261
|
}
|
|
1265
1262
|
},
|
|
1266
1263
|
"node_modules/@ui5/linter/node_modules/@ui5/project": {
|
|
1267
|
-
"version": "4.0.
|
|
1268
|
-
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.
|
|
1269
|
-
"integrity": "sha512-
|
|
1264
|
+
"version": "4.0.15",
|
|
1265
|
+
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.15.tgz",
|
|
1266
|
+
"integrity": "sha512-Fo1g1t15NCLb9xKxVVJ4jD7BTGimk2CoE+4nMTg0NEA9DGv0UUWkfVygnNnmur1NJg4HV4sqK/mKO1yszFpCAQ==",
|
|
1270
1267
|
"license": "Apache-2.0",
|
|
1271
1268
|
"dependencies": {
|
|
1272
1269
|
"@npmcli/config": "^9.0.0",
|
|
1273
1270
|
"@ui5/fs": "^4.0.5",
|
|
1274
1271
|
"@ui5/logger": "^4.0.2",
|
|
1275
|
-
"ajv": "^
|
|
1276
|
-
"ajv-errors": "^
|
|
1272
|
+
"ajv": "^8.18.0",
|
|
1273
|
+
"ajv-errors": "^3.0.0",
|
|
1277
1274
|
"chalk": "^5.6.2",
|
|
1278
1275
|
"escape-string-regexp": "^5.0.0",
|
|
1279
1276
|
"globby": "^14.1.0",
|
|
@@ -1282,7 +1279,7 @@
|
|
|
1282
1279
|
"lockfile": "^1.0.4",
|
|
1283
1280
|
"make-fetch-happen": "^14.0.3",
|
|
1284
1281
|
"node-stream-zip": "^1.15.0",
|
|
1285
|
-
"pacote": "^19.0.
|
|
1282
|
+
"pacote": "^19.0.2",
|
|
1286
1283
|
"pretty-hrtime": "^1.0.3",
|
|
1287
1284
|
"read-package-up": "^11.0.0",
|
|
1288
1285
|
"read-pkg": "^9.0.1",
|
|
@@ -1296,7 +1293,7 @@
|
|
|
1296
1293
|
"npm": ">= 8"
|
|
1297
1294
|
},
|
|
1298
1295
|
"peerDependencies": {
|
|
1299
|
-
"@ui5/builder": "^4.1.
|
|
1296
|
+
"@ui5/builder": "^4.1.5"
|
|
1300
1297
|
},
|
|
1301
1298
|
"peerDependenciesMeta": {
|
|
1302
1299
|
"@ui5/builder": {
|
|
@@ -1316,22 +1313,6 @@
|
|
|
1316
1313
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1317
1314
|
}
|
|
1318
1315
|
},
|
|
1319
|
-
"node_modules/@ui5/linter/node_modules/@ui5/project/node_modules/ajv": {
|
|
1320
|
-
"version": "6.14.0",
|
|
1321
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
|
|
1322
|
-
"integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
|
|
1323
|
-
"license": "MIT",
|
|
1324
|
-
"dependencies": {
|
|
1325
|
-
"fast-deep-equal": "^3.1.1",
|
|
1326
|
-
"fast-json-stable-stringify": "^2.0.0",
|
|
1327
|
-
"json-schema-traverse": "^0.4.1",
|
|
1328
|
-
"uri-js": "^4.2.2"
|
|
1329
|
-
},
|
|
1330
|
-
"funding": {
|
|
1331
|
-
"type": "github",
|
|
1332
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
1333
|
-
}
|
|
1334
|
-
},
|
|
1335
1316
|
"node_modules/@ui5/linter/node_modules/@ui5/project/node_modules/argparse": {
|
|
1336
1317
|
"version": "2.0.1",
|
|
1337
1318
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
@@ -1379,12 +1360,6 @@
|
|
|
1379
1360
|
"js-yaml": "bin/js-yaml.js"
|
|
1380
1361
|
}
|
|
1381
1362
|
},
|
|
1382
|
-
"node_modules/@ui5/linter/node_modules/@ui5/project/node_modules/json-schema-traverse": {
|
|
1383
|
-
"version": "0.4.1",
|
|
1384
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
1385
|
-
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
1386
|
-
"license": "MIT"
|
|
1387
|
-
},
|
|
1388
1363
|
"node_modules/@ui5/linter/node_modules/@ui5/project/node_modules/unicorn-magic": {
|
|
1389
1364
|
"version": "0.3.0",
|
|
1390
1365
|
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
|
|
@@ -1420,7 +1395,6 @@
|
|
|
1420
1395
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
|
|
1421
1396
|
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
|
|
1422
1397
|
"license": "MIT",
|
|
1423
|
-
"peer": true,
|
|
1424
1398
|
"dependencies": {
|
|
1425
1399
|
"fast-deep-equal": "^3.1.3",
|
|
1426
1400
|
"fast-uri": "^3.0.1",
|
|
@@ -1433,12 +1407,12 @@
|
|
|
1433
1407
|
}
|
|
1434
1408
|
},
|
|
1435
1409
|
"node_modules/@ui5/linter/node_modules/ajv-errors": {
|
|
1436
|
-
"version": "
|
|
1437
|
-
"resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-
|
|
1438
|
-
"integrity": "sha512-
|
|
1410
|
+
"version": "3.0.0",
|
|
1411
|
+
"resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
|
|
1412
|
+
"integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
|
|
1439
1413
|
"license": "MIT",
|
|
1440
1414
|
"peerDependencies": {
|
|
1441
|
-
"ajv": "
|
|
1415
|
+
"ajv": "^8.0.1"
|
|
1442
1416
|
}
|
|
1443
1417
|
},
|
|
1444
1418
|
"node_modules/@ui5/linter/node_modules/ansi-align": {
|
|
@@ -1544,9 +1518,9 @@
|
|
|
1544
1518
|
}
|
|
1545
1519
|
},
|
|
1546
1520
|
"node_modules/@ui5/linter/node_modules/brace-expansion": {
|
|
1547
|
-
"version": "5.0.
|
|
1548
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
1549
|
-
"integrity": "sha512-
|
|
1521
|
+
"version": "5.0.5",
|
|
1522
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
1523
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
1550
1524
|
"license": "MIT",
|
|
1551
1525
|
"dependencies": {
|
|
1552
1526
|
"balanced-match": "^4.0.2"
|
|
@@ -2041,12 +2015,6 @@
|
|
|
2041
2015
|
"node": ">= 6"
|
|
2042
2016
|
}
|
|
2043
2017
|
},
|
|
2044
|
-
"node_modules/@ui5/linter/node_modules/fast-json-stable-stringify": {
|
|
2045
|
-
"version": "2.1.0",
|
|
2046
|
-
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
|
|
2047
|
-
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
|
|
2048
|
-
"license": "MIT"
|
|
2049
|
-
},
|
|
2050
2018
|
"node_modules/@ui5/linter/node_modules/fast-uri": {
|
|
2051
2019
|
"version": "3.1.0",
|
|
2052
2020
|
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
|
|
@@ -2061,25 +2029,27 @@
|
|
|
2061
2029
|
"url": "https://opencollective.com/fastify"
|
|
2062
2030
|
}
|
|
2063
2031
|
],
|
|
2064
|
-
"license": "BSD-3-Clause"
|
|
2065
|
-
"peer": true
|
|
2032
|
+
"license": "BSD-3-Clause"
|
|
2066
2033
|
},
|
|
2067
2034
|
"node_modules/@ui5/linter/node_modules/fast-xml-builder": {
|
|
2068
|
-
"version": "1.
|
|
2069
|
-
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.
|
|
2070
|
-
"integrity": "sha512-
|
|
2035
|
+
"version": "1.1.4",
|
|
2036
|
+
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz",
|
|
2037
|
+
"integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==",
|
|
2071
2038
|
"funding": [
|
|
2072
2039
|
{
|
|
2073
2040
|
"type": "github",
|
|
2074
2041
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
2075
2042
|
}
|
|
2076
2043
|
],
|
|
2077
|
-
"license": "MIT"
|
|
2044
|
+
"license": "MIT",
|
|
2045
|
+
"dependencies": {
|
|
2046
|
+
"path-expression-matcher": "^1.1.3"
|
|
2047
|
+
}
|
|
2078
2048
|
},
|
|
2079
2049
|
"node_modules/@ui5/linter/node_modules/fast-xml-parser": {
|
|
2080
|
-
"version": "5.
|
|
2081
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
2082
|
-
"integrity": "sha512-
|
|
2050
|
+
"version": "5.5.9",
|
|
2051
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.9.tgz",
|
|
2052
|
+
"integrity": "sha512-jldvxr1MC6rtiZKgrFnDSvT8xuH+eJqxqOBThUVjYrxssYTo1avZLGql5l0a0BAERR01CadYzZ83kVEkbyDg+g==",
|
|
2083
2053
|
"funding": [
|
|
2084
2054
|
{
|
|
2085
2055
|
"type": "github",
|
|
@@ -2088,8 +2058,9 @@
|
|
|
2088
2058
|
],
|
|
2089
2059
|
"license": "MIT",
|
|
2090
2060
|
"dependencies": {
|
|
2091
|
-
"fast-xml-builder": "^1.
|
|
2092
|
-
"
|
|
2061
|
+
"fast-xml-builder": "^1.1.4",
|
|
2062
|
+
"path-expression-matcher": "^1.2.0",
|
|
2063
|
+
"strnum": "^2.2.2"
|
|
2093
2064
|
},
|
|
2094
2065
|
"bin": {
|
|
2095
2066
|
"fxparser": "src/cli/cli.js"
|
|
@@ -2246,9 +2217,9 @@
|
|
|
2246
2217
|
"license": "MIT"
|
|
2247
2218
|
},
|
|
2248
2219
|
"node_modules/@ui5/linter/node_modules/glob/node_modules/brace-expansion": {
|
|
2249
|
-
"version": "2.0.
|
|
2250
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
2251
|
-
"integrity": "sha512-
|
|
2220
|
+
"version": "2.0.3",
|
|
2221
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
2222
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
2252
2223
|
"license": "MIT",
|
|
2253
2224
|
"dependencies": {
|
|
2254
2225
|
"balanced-match": "^1.0.0"
|
|
@@ -2306,9 +2277,9 @@
|
|
|
2306
2277
|
}
|
|
2307
2278
|
},
|
|
2308
2279
|
"node_modules/@ui5/linter/node_modules/globby": {
|
|
2309
|
-
"version": "16.
|
|
2310
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-16.
|
|
2311
|
-
"integrity": "sha512-
|
|
2280
|
+
"version": "16.2.0",
|
|
2281
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-16.2.0.tgz",
|
|
2282
|
+
"integrity": "sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q==",
|
|
2312
2283
|
"license": "MIT",
|
|
2313
2284
|
"dependencies": {
|
|
2314
2285
|
"@sindresorhus/merge-streams": "^4.0.0",
|
|
@@ -2443,9 +2414,9 @@
|
|
|
2443
2414
|
"license": "MIT"
|
|
2444
2415
|
},
|
|
2445
2416
|
"node_modules/@ui5/linter/node_modules/ignore-walk/node_modules/brace-expansion": {
|
|
2446
|
-
"version": "2.0.
|
|
2447
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
2448
|
-
"integrity": "sha512-
|
|
2417
|
+
"version": "2.0.3",
|
|
2418
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
2419
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
2449
2420
|
"license": "MIT",
|
|
2450
2421
|
"dependencies": {
|
|
2451
2422
|
"balanced-match": "^1.0.0"
|
|
@@ -2660,8 +2631,7 @@
|
|
|
2660
2631
|
"version": "1.0.0",
|
|
2661
2632
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
2662
2633
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
2663
|
-
"license": "MIT"
|
|
2664
|
-
"peer": true
|
|
2634
|
+
"license": "MIT"
|
|
2665
2635
|
},
|
|
2666
2636
|
"node_modules/@ui5/linter/node_modules/json-source-map": {
|
|
2667
2637
|
"version": "0.6.1",
|
|
@@ -2851,9 +2821,9 @@
|
|
|
2851
2821
|
}
|
|
2852
2822
|
},
|
|
2853
2823
|
"node_modules/@ui5/linter/node_modules/micromatch/node_modules/picomatch": {
|
|
2854
|
-
"version": "2.3.
|
|
2855
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.
|
|
2856
|
-
"integrity": "sha512-
|
|
2824
|
+
"version": "2.3.2",
|
|
2825
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
2826
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
2857
2827
|
"license": "MIT",
|
|
2858
2828
|
"engines": {
|
|
2859
2829
|
"node": ">=8.6"
|
|
@@ -2863,12 +2833,12 @@
|
|
|
2863
2833
|
}
|
|
2864
2834
|
},
|
|
2865
2835
|
"node_modules/@ui5/linter/node_modules/minimatch": {
|
|
2866
|
-
"version": "10.2.
|
|
2867
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
2868
|
-
"integrity": "sha512-
|
|
2836
|
+
"version": "10.2.5",
|
|
2837
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
2838
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
2869
2839
|
"license": "BlueOak-1.0.0",
|
|
2870
2840
|
"dependencies": {
|
|
2871
|
-
"brace-expansion": "^5.0.
|
|
2841
|
+
"brace-expansion": "^5.0.5"
|
|
2872
2842
|
},
|
|
2873
2843
|
"engines": {
|
|
2874
2844
|
"node": "18 || 20 || >=22"
|
|
@@ -2925,10 +2895,10 @@
|
|
|
2925
2895
|
}
|
|
2926
2896
|
},
|
|
2927
2897
|
"node_modules/@ui5/linter/node_modules/minipass-flush": {
|
|
2928
|
-
"version": "1.0.
|
|
2929
|
-
"resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.
|
|
2930
|
-
"integrity": "sha512-
|
|
2931
|
-
"license": "
|
|
2898
|
+
"version": "1.0.7",
|
|
2899
|
+
"resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.7.tgz",
|
|
2900
|
+
"integrity": "sha512-TbqTz9cUwWyHS2Dy89P3ocAGUGxKjjLuR9z8w4WUTGAVgEj17/4nhgo2Du56i0Fm3Pm30g4iA8Lcqctc76jCzA==",
|
|
2901
|
+
"license": "BlueOak-1.0.0",
|
|
2932
2902
|
"dependencies": {
|
|
2933
2903
|
"minipass": "^3.0.0"
|
|
2934
2904
|
},
|
|
@@ -3210,9 +3180,9 @@
|
|
|
3210
3180
|
"license": "BlueOak-1.0.0"
|
|
3211
3181
|
},
|
|
3212
3182
|
"node_modules/@ui5/linter/node_modules/pacote": {
|
|
3213
|
-
"version": "
|
|
3214
|
-
"resolved": "https://registry.npmjs.org/pacote/-/pacote-
|
|
3215
|
-
"integrity": "sha512-
|
|
3183
|
+
"version": "19.0.2",
|
|
3184
|
+
"resolved": "https://registry.npmjs.org/pacote/-/pacote-19.0.2.tgz",
|
|
3185
|
+
"integrity": "sha512-iNInrWMS+PzYbaef5EW/mU8OiCPxGuTmYn6ht5ImeXd5TZIVY4+dDmIrbpB6v0MKG/KIMMvj2UD7eKU9GbTGHA==",
|
|
3216
3186
|
"license": "ISC",
|
|
3217
3187
|
"dependencies": {
|
|
3218
3188
|
"@npmcli/git": "^6.0.0",
|
|
@@ -3231,7 +3201,7 @@
|
|
|
3231
3201
|
"promise-retry": "^2.0.1",
|
|
3232
3202
|
"sigstore": "^3.0.0",
|
|
3233
3203
|
"ssri": "^12.0.0",
|
|
3234
|
-
"tar": "^
|
|
3204
|
+
"tar": "^7.5.10"
|
|
3235
3205
|
},
|
|
3236
3206
|
"bin": {
|
|
3237
3207
|
"pacote": "bin/index.js"
|
|
@@ -3456,6 +3426,21 @@
|
|
|
3456
3426
|
"node": "^18.17.0 || >=20.5.0"
|
|
3457
3427
|
}
|
|
3458
3428
|
},
|
|
3429
|
+
"node_modules/@ui5/linter/node_modules/path-expression-matcher": {
|
|
3430
|
+
"version": "1.2.0",
|
|
3431
|
+
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz",
|
|
3432
|
+
"integrity": "sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==",
|
|
3433
|
+
"funding": [
|
|
3434
|
+
{
|
|
3435
|
+
"type": "github",
|
|
3436
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
3437
|
+
}
|
|
3438
|
+
],
|
|
3439
|
+
"license": "MIT",
|
|
3440
|
+
"engines": {
|
|
3441
|
+
"node": ">=14.0.0"
|
|
3442
|
+
}
|
|
3443
|
+
},
|
|
3459
3444
|
"node_modules/@ui5/linter/node_modules/path-key": {
|
|
3460
3445
|
"version": "3.1.1",
|
|
3461
3446
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
@@ -3512,9 +3497,9 @@
|
|
|
3512
3497
|
"license": "ISC"
|
|
3513
3498
|
},
|
|
3514
3499
|
"node_modules/@ui5/linter/node_modules/picomatch": {
|
|
3515
|
-
"version": "4.0.
|
|
3516
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
3517
|
-
"integrity": "sha512-
|
|
3500
|
+
"version": "4.0.4",
|
|
3501
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
3502
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
3518
3503
|
"license": "MIT",
|
|
3519
3504
|
"engines": {
|
|
3520
3505
|
"node": ">=12"
|
|
@@ -3560,15 +3545,6 @@
|
|
|
3560
3545
|
"integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==",
|
|
3561
3546
|
"license": "ISC"
|
|
3562
3547
|
},
|
|
3563
|
-
"node_modules/@ui5/linter/node_modules/punycode": {
|
|
3564
|
-
"version": "2.3.1",
|
|
3565
|
-
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
3566
|
-
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
3567
|
-
"license": "MIT",
|
|
3568
|
-
"engines": {
|
|
3569
|
-
"node": ">=6"
|
|
3570
|
-
}
|
|
3571
|
-
},
|
|
3572
3548
|
"node_modules/@ui5/linter/node_modules/pupa": {
|
|
3573
3549
|
"version": "3.3.0",
|
|
3574
3550
|
"resolved": "https://registry.npmjs.org/pupa/-/pupa-3.3.0.tgz",
|
|
@@ -3776,7 +3752,6 @@
|
|
|
3776
3752
|
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
|
|
3777
3753
|
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
|
|
3778
3754
|
"license": "MIT",
|
|
3779
|
-
"peer": true,
|
|
3780
3755
|
"engines": {
|
|
3781
3756
|
"node": ">=0.10.0"
|
|
3782
3757
|
}
|
|
@@ -3851,9 +3826,9 @@
|
|
|
3851
3826
|
"optional": true
|
|
3852
3827
|
},
|
|
3853
3828
|
"node_modules/@ui5/linter/node_modules/sax": {
|
|
3854
|
-
"version": "1.
|
|
3855
|
-
"resolved": "https://registry.npmjs.org/sax/-/sax-1.
|
|
3856
|
-
"integrity": "sha512-
|
|
3829
|
+
"version": "1.6.0",
|
|
3830
|
+
"resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
|
|
3831
|
+
"integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
|
|
3857
3832
|
"license": "BlueOak-1.0.0",
|
|
3858
3833
|
"engines": {
|
|
3859
3834
|
"node": ">=11.0.0"
|
|
@@ -4118,9 +4093,9 @@
|
|
|
4118
4093
|
}
|
|
4119
4094
|
},
|
|
4120
4095
|
"node_modules/@ui5/linter/node_modules/strnum": {
|
|
4121
|
-
"version": "2.2.
|
|
4122
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.
|
|
4123
|
-
"integrity": "sha512-
|
|
4096
|
+
"version": "2.2.2",
|
|
4097
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.2.tgz",
|
|
4098
|
+
"integrity": "sha512-DnR90I+jtXNSTXWdwrEy9FakW7UX+qUZg28gj5fk2vxxl7uS/3bpI4fjFYVmdK9etptYBPNkpahuQnEwhwECqA==",
|
|
4124
4099
|
"funding": [
|
|
4125
4100
|
{
|
|
4126
4101
|
"type": "github",
|
|
@@ -4157,9 +4132,9 @@
|
|
|
4157
4132
|
}
|
|
4158
4133
|
},
|
|
4159
4134
|
"node_modules/@ui5/linter/node_modules/tar": {
|
|
4160
|
-
"version": "7.5.
|
|
4161
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
4162
|
-
"integrity": "sha512-
|
|
4135
|
+
"version": "7.5.13",
|
|
4136
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.13.tgz",
|
|
4137
|
+
"integrity": "sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==",
|
|
4163
4138
|
"license": "BlueOak-1.0.0",
|
|
4164
4139
|
"dependencies": {
|
|
4165
4140
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
@@ -4373,15 +4348,6 @@
|
|
|
4373
4348
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4374
4349
|
}
|
|
4375
4350
|
},
|
|
4376
|
-
"node_modules/@ui5/linter/node_modules/uri-js": {
|
|
4377
|
-
"version": "4.4.1",
|
|
4378
|
-
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
|
4379
|
-
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
|
4380
|
-
"license": "BSD-2-Clause",
|
|
4381
|
-
"dependencies": {
|
|
4382
|
-
"punycode": "^2.1.0"
|
|
4383
|
-
}
|
|
4384
|
-
},
|
|
4385
4351
|
"node_modules/@ui5/linter/node_modules/validate-npm-package-license": {
|
|
4386
4352
|
"version": "3.0.4",
|
|
4387
4353
|
"resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
|
|
@@ -4677,16 +4643,16 @@
|
|
|
4677
4643
|
}
|
|
4678
4644
|
},
|
|
4679
4645
|
"node_modules/@ui5/project": {
|
|
4680
|
-
"version": "4.0.
|
|
4681
|
-
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.
|
|
4682
|
-
"integrity": "sha512-
|
|
4646
|
+
"version": "4.0.15",
|
|
4647
|
+
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.15.tgz",
|
|
4648
|
+
"integrity": "sha512-Fo1g1t15NCLb9xKxVVJ4jD7BTGimk2CoE+4nMTg0NEA9DGv0UUWkfVygnNnmur1NJg4HV4sqK/mKO1yszFpCAQ==",
|
|
4683
4649
|
"license": "Apache-2.0",
|
|
4684
4650
|
"dependencies": {
|
|
4685
4651
|
"@npmcli/config": "^9.0.0",
|
|
4686
4652
|
"@ui5/fs": "^4.0.5",
|
|
4687
4653
|
"@ui5/logger": "^4.0.2",
|
|
4688
|
-
"ajv": "^
|
|
4689
|
-
"ajv-errors": "^
|
|
4654
|
+
"ajv": "^8.18.0",
|
|
4655
|
+
"ajv-errors": "^3.0.0",
|
|
4690
4656
|
"chalk": "^5.6.2",
|
|
4691
4657
|
"escape-string-regexp": "^5.0.0",
|
|
4692
4658
|
"globby": "^14.1.0",
|
|
@@ -4695,7 +4661,7 @@
|
|
|
4695
4661
|
"lockfile": "^1.0.4",
|
|
4696
4662
|
"make-fetch-happen": "^14.0.3",
|
|
4697
4663
|
"node-stream-zip": "^1.15.0",
|
|
4698
|
-
"pacote": "^19.0.
|
|
4664
|
+
"pacote": "^19.0.2",
|
|
4699
4665
|
"pretty-hrtime": "^1.0.3",
|
|
4700
4666
|
"read-package-up": "^11.0.0",
|
|
4701
4667
|
"read-pkg": "^9.0.1",
|
|
@@ -4709,7 +4675,7 @@
|
|
|
4709
4675
|
"npm": ">= 8"
|
|
4710
4676
|
},
|
|
4711
4677
|
"peerDependencies": {
|
|
4712
|
-
"@ui5/builder": "^4.1.
|
|
4678
|
+
"@ui5/builder": "^4.1.5"
|
|
4713
4679
|
},
|
|
4714
4680
|
"peerDependenciesMeta": {
|
|
4715
4681
|
"@ui5/builder": {
|
|
@@ -4757,22 +4723,6 @@
|
|
|
4757
4723
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4758
4724
|
}
|
|
4759
4725
|
},
|
|
4760
|
-
"node_modules/@ui5/project/node_modules/ajv": {
|
|
4761
|
-
"version": "6.14.0",
|
|
4762
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
|
|
4763
|
-
"integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
|
|
4764
|
-
"license": "MIT",
|
|
4765
|
-
"dependencies": {
|
|
4766
|
-
"fast-deep-equal": "^3.1.1",
|
|
4767
|
-
"fast-json-stable-stringify": "^2.0.0",
|
|
4768
|
-
"json-schema-traverse": "^0.4.1",
|
|
4769
|
-
"uri-js": "^4.2.2"
|
|
4770
|
-
},
|
|
4771
|
-
"funding": {
|
|
4772
|
-
"type": "github",
|
|
4773
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
4774
|
-
}
|
|
4775
|
-
},
|
|
4776
4726
|
"node_modules/@ui5/project/node_modules/argparse": {
|
|
4777
4727
|
"version": "2.0.1",
|
|
4778
4728
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
@@ -4843,12 +4793,6 @@
|
|
|
4843
4793
|
"js-yaml": "bin/js-yaml.js"
|
|
4844
4794
|
}
|
|
4845
4795
|
},
|
|
4846
|
-
"node_modules/@ui5/project/node_modules/json-schema-traverse": {
|
|
4847
|
-
"version": "0.4.1",
|
|
4848
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
4849
|
-
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
4850
|
-
"license": "MIT"
|
|
4851
|
-
},
|
|
4852
4796
|
"node_modules/@ui5/project/node_modules/lru-cache": {
|
|
4853
4797
|
"version": "10.4.3",
|
|
4854
4798
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
@@ -5020,12 +4964,12 @@
|
|
|
5020
4964
|
}
|
|
5021
4965
|
},
|
|
5022
4966
|
"node_modules/ajv-errors": {
|
|
5023
|
-
"version": "
|
|
5024
|
-
"resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-
|
|
5025
|
-
"integrity": "sha512-
|
|
4967
|
+
"version": "3.0.0",
|
|
4968
|
+
"resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
|
|
4969
|
+
"integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
|
|
5026
4970
|
"license": "MIT",
|
|
5027
4971
|
"peerDependencies": {
|
|
5028
|
-
"ajv": "
|
|
4972
|
+
"ajv": "^8.0.1"
|
|
5029
4973
|
}
|
|
5030
4974
|
},
|
|
5031
4975
|
"node_modules/ajv-formats": {
|
|
@@ -5115,9 +5059,9 @@
|
|
|
5115
5059
|
}
|
|
5116
5060
|
},
|
|
5117
5061
|
"node_modules/brace-expansion": {
|
|
5118
|
-
"version": "2.0.
|
|
5119
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
5120
|
-
"integrity": "sha512-
|
|
5062
|
+
"version": "2.0.3",
|
|
5063
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
5064
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
5121
5065
|
"license": "MIT",
|
|
5122
5066
|
"dependencies": {
|
|
5123
5067
|
"balanced-match": "^1.0.0"
|
|
@@ -5614,12 +5558,12 @@
|
|
|
5614
5558
|
}
|
|
5615
5559
|
},
|
|
5616
5560
|
"node_modules/express-rate-limit": {
|
|
5617
|
-
"version": "8.2
|
|
5618
|
-
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.2.
|
|
5619
|
-
"integrity": "sha512-
|
|
5561
|
+
"version": "8.3.2",
|
|
5562
|
+
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.3.2.tgz",
|
|
5563
|
+
"integrity": "sha512-77VmFeJkO0/rvimEDuUC5H30oqUC4EyOhyGccfqoLebB0oiEYfM7nwPrsDsBL1gsTpwfzX8SFy2MT3TDyRq+bg==",
|
|
5620
5564
|
"license": "MIT",
|
|
5621
5565
|
"dependencies": {
|
|
5622
|
-
"ip-address": "10.0
|
|
5566
|
+
"ip-address": "10.1.0"
|
|
5623
5567
|
},
|
|
5624
5568
|
"engines": {
|
|
5625
5569
|
"node": ">= 16"
|
|
@@ -5665,12 +5609,6 @@
|
|
|
5665
5609
|
"node": ">= 6"
|
|
5666
5610
|
}
|
|
5667
5611
|
},
|
|
5668
|
-
"node_modules/fast-json-stable-stringify": {
|
|
5669
|
-
"version": "2.1.0",
|
|
5670
|
-
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
|
|
5671
|
-
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
|
|
5672
|
-
"license": "MIT"
|
|
5673
|
-
},
|
|
5674
5612
|
"node_modules/fast-uri": {
|
|
5675
5613
|
"version": "3.1.0",
|
|
5676
5614
|
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
|
|
@@ -5688,21 +5626,24 @@
|
|
|
5688
5626
|
"license": "BSD-3-Clause"
|
|
5689
5627
|
},
|
|
5690
5628
|
"node_modules/fast-xml-builder": {
|
|
5691
|
-
"version": "1.
|
|
5692
|
-
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.
|
|
5693
|
-
"integrity": "sha512-
|
|
5629
|
+
"version": "1.1.4",
|
|
5630
|
+
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz",
|
|
5631
|
+
"integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==",
|
|
5694
5632
|
"funding": [
|
|
5695
5633
|
{
|
|
5696
5634
|
"type": "github",
|
|
5697
5635
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
5698
5636
|
}
|
|
5699
5637
|
],
|
|
5700
|
-
"license": "MIT"
|
|
5638
|
+
"license": "MIT",
|
|
5639
|
+
"dependencies": {
|
|
5640
|
+
"path-expression-matcher": "^1.1.3"
|
|
5641
|
+
}
|
|
5701
5642
|
},
|
|
5702
5643
|
"node_modules/fast-xml-parser": {
|
|
5703
|
-
"version": "5.
|
|
5704
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
5705
|
-
"integrity": "sha512-
|
|
5644
|
+
"version": "5.5.9",
|
|
5645
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.9.tgz",
|
|
5646
|
+
"integrity": "sha512-jldvxr1MC6rtiZKgrFnDSvT8xuH+eJqxqOBThUVjYrxssYTo1avZLGql5l0a0BAERR01CadYzZ83kVEkbyDg+g==",
|
|
5706
5647
|
"funding": [
|
|
5707
5648
|
{
|
|
5708
5649
|
"type": "github",
|
|
@@ -5711,8 +5652,9 @@
|
|
|
5711
5652
|
],
|
|
5712
5653
|
"license": "MIT",
|
|
5713
5654
|
"dependencies": {
|
|
5714
|
-
"fast-xml-builder": "^1.
|
|
5715
|
-
"
|
|
5655
|
+
"fast-xml-builder": "^1.1.4",
|
|
5656
|
+
"path-expression-matcher": "^1.2.0",
|
|
5657
|
+
"strnum": "^2.2.2"
|
|
5716
5658
|
},
|
|
5717
5659
|
"bin": {
|
|
5718
5660
|
"fxparser": "src/cli/cli.js"
|
|
@@ -5955,9 +5897,9 @@
|
|
|
5955
5897
|
}
|
|
5956
5898
|
},
|
|
5957
5899
|
"node_modules/globby": {
|
|
5958
|
-
"version": "16.
|
|
5959
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-16.
|
|
5960
|
-
"integrity": "sha512-
|
|
5900
|
+
"version": "16.2.0",
|
|
5901
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-16.2.0.tgz",
|
|
5902
|
+
"integrity": "sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q==",
|
|
5961
5903
|
"license": "MIT",
|
|
5962
5904
|
"dependencies": {
|
|
5963
5905
|
"@sindresorhus/merge-streams": "^4.0.0",
|
|
@@ -6026,9 +5968,9 @@
|
|
|
6026
5968
|
}
|
|
6027
5969
|
},
|
|
6028
5970
|
"node_modules/hono": {
|
|
6029
|
-
"version": "4.12.
|
|
6030
|
-
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.
|
|
6031
|
-
"integrity": "sha512-
|
|
5971
|
+
"version": "4.12.10",
|
|
5972
|
+
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.10.tgz",
|
|
5973
|
+
"integrity": "sha512-mx/p18PLy5og9ufies2GOSUqep98Td9q4i/EF6X7yJgAiIopxqdfIO3jbqsi3jRgTgw88jMDEzVKi+V2EF+27w==",
|
|
6032
5974
|
"license": "MIT",
|
|
6033
5975
|
"engines": {
|
|
6034
5976
|
"node": ">=16.9.0"
|
|
@@ -6178,9 +6120,9 @@
|
|
|
6178
6120
|
}
|
|
6179
6121
|
},
|
|
6180
6122
|
"node_modules/ip-address": {
|
|
6181
|
-
"version": "10.0
|
|
6182
|
-
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.0.
|
|
6183
|
-
"integrity": "sha512-
|
|
6123
|
+
"version": "10.1.0",
|
|
6124
|
+
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz",
|
|
6125
|
+
"integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
|
|
6184
6126
|
"license": "MIT",
|
|
6185
6127
|
"engines": {
|
|
6186
6128
|
"node": ">= 12"
|
|
@@ -6336,9 +6278,9 @@
|
|
|
6336
6278
|
}
|
|
6337
6279
|
},
|
|
6338
6280
|
"node_modules/jose": {
|
|
6339
|
-
"version": "6.
|
|
6340
|
-
"resolved": "https://registry.npmjs.org/jose/-/jose-6.
|
|
6341
|
-
"integrity": "sha512-
|
|
6281
|
+
"version": "6.2.2",
|
|
6282
|
+
"resolved": "https://registry.npmjs.org/jose/-/jose-6.2.2.tgz",
|
|
6283
|
+
"integrity": "sha512-d7kPDd34KO/YnzaDOlikGpOurfF0ByC2sEV4cANCtdqLlTfBlw2p14O/5d/zv40gJPbIQxfES3nSx1/oYNyuZQ==",
|
|
6342
6284
|
"license": "MIT",
|
|
6343
6285
|
"funding": {
|
|
6344
6286
|
"url": "https://github.com/sponsors/panva"
|
|
@@ -6396,13 +6338,14 @@
|
|
|
6396
6338
|
"license": "ISC"
|
|
6397
6339
|
},
|
|
6398
6340
|
"node_modules/make-fetch-happen": {
|
|
6399
|
-
"version": "15.0.
|
|
6400
|
-
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-15.0.
|
|
6401
|
-
"integrity": "sha512-
|
|
6341
|
+
"version": "15.0.5",
|
|
6342
|
+
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-15.0.5.tgz",
|
|
6343
|
+
"integrity": "sha512-uCbIa8jWWmQZt4dSnEStkVC6gdakiinAm4PiGsywIkguF0eWMdcjDz0ECYhUolFU3pFLOev9VNPCEygydXnddg==",
|
|
6402
6344
|
"license": "ISC",
|
|
6403
6345
|
"dependencies": {
|
|
6404
6346
|
"@gar/promise-retry": "^1.0.0",
|
|
6405
6347
|
"@npmcli/agent": "^4.0.0",
|
|
6348
|
+
"@npmcli/redact": "^4.0.0",
|
|
6406
6349
|
"cacache": "^20.0.1",
|
|
6407
6350
|
"http-cache-semantics": "^4.1.1",
|
|
6408
6351
|
"minipass": "^7.0.2",
|
|
@@ -6429,6 +6372,15 @@
|
|
|
6429
6372
|
"node": "^20.17.0 || >=22.9.0"
|
|
6430
6373
|
}
|
|
6431
6374
|
},
|
|
6375
|
+
"node_modules/make-fetch-happen/node_modules/@npmcli/redact": {
|
|
6376
|
+
"version": "4.0.0",
|
|
6377
|
+
"resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-4.0.0.tgz",
|
|
6378
|
+
"integrity": "sha512-gOBg5YHMfZy+TfHArfVogwgfBeQnKbbGo3pSUyK/gSI0AVu+pEiDVcKlQb0D8Mg1LNRZILZ6XG8I5dJ4KuAd9Q==",
|
|
6379
|
+
"license": "ISC",
|
|
6380
|
+
"engines": {
|
|
6381
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
6382
|
+
}
|
|
6383
|
+
},
|
|
6432
6384
|
"node_modules/make-fetch-happen/node_modules/balanced-match": {
|
|
6433
6385
|
"version": "4.0.4",
|
|
6434
6386
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
@@ -6439,9 +6391,9 @@
|
|
|
6439
6391
|
}
|
|
6440
6392
|
},
|
|
6441
6393
|
"node_modules/make-fetch-happen/node_modules/brace-expansion": {
|
|
6442
|
-
"version": "5.0.
|
|
6443
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
6444
|
-
"integrity": "sha512-
|
|
6394
|
+
"version": "5.0.5",
|
|
6395
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
6396
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
6445
6397
|
"license": "MIT",
|
|
6446
6398
|
"dependencies": {
|
|
6447
6399
|
"balanced-match": "^4.0.2"
|
|
@@ -6451,9 +6403,9 @@
|
|
|
6451
6403
|
}
|
|
6452
6404
|
},
|
|
6453
6405
|
"node_modules/make-fetch-happen/node_modules/cacache": {
|
|
6454
|
-
"version": "20.0.
|
|
6455
|
-
"resolved": "https://registry.npmjs.org/cacache/-/cacache-20.0.
|
|
6456
|
-
"integrity": "sha512-
|
|
6406
|
+
"version": "20.0.4",
|
|
6407
|
+
"resolved": "https://registry.npmjs.org/cacache/-/cacache-20.0.4.tgz",
|
|
6408
|
+
"integrity": "sha512-M3Lab8NPYlZU2exsL3bMVvMrMqgwCnMWfdZbK28bn3pK6APT/Te/I8hjRPNu1uwORY9a1eEQoifXbKPQMfMTOA==",
|
|
6457
6409
|
"license": "ISC",
|
|
6458
6410
|
"dependencies": {
|
|
6459
6411
|
"@npmcli/fs": "^5.0.0",
|
|
@@ -6465,8 +6417,7 @@
|
|
|
6465
6417
|
"minipass-flush": "^1.0.5",
|
|
6466
6418
|
"minipass-pipeline": "^1.2.4",
|
|
6467
6419
|
"p-map": "^7.0.2",
|
|
6468
|
-
"ssri": "^13.0.0"
|
|
6469
|
-
"unique-filename": "^5.0.0"
|
|
6420
|
+
"ssri": "^13.0.0"
|
|
6470
6421
|
},
|
|
6471
6422
|
"engines": {
|
|
6472
6423
|
"node": "^20.17.0 || >=22.9.0"
|
|
@@ -6490,21 +6441,21 @@
|
|
|
6490
6441
|
}
|
|
6491
6442
|
},
|
|
6492
6443
|
"node_modules/make-fetch-happen/node_modules/lru-cache": {
|
|
6493
|
-
"version": "11.2.
|
|
6494
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.
|
|
6495
|
-
"integrity": "sha512-
|
|
6444
|
+
"version": "11.2.7",
|
|
6445
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.7.tgz",
|
|
6446
|
+
"integrity": "sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA==",
|
|
6496
6447
|
"license": "BlueOak-1.0.0",
|
|
6497
6448
|
"engines": {
|
|
6498
6449
|
"node": "20 || >=22"
|
|
6499
6450
|
}
|
|
6500
6451
|
},
|
|
6501
6452
|
"node_modules/make-fetch-happen/node_modules/minimatch": {
|
|
6502
|
-
"version": "10.2.
|
|
6503
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
6504
|
-
"integrity": "sha512-
|
|
6453
|
+
"version": "10.2.5",
|
|
6454
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
6455
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
6505
6456
|
"license": "BlueOak-1.0.0",
|
|
6506
6457
|
"dependencies": {
|
|
6507
|
-
"brace-expansion": "^5.0.
|
|
6458
|
+
"brace-expansion": "^5.0.5"
|
|
6508
6459
|
},
|
|
6509
6460
|
"engines": {
|
|
6510
6461
|
"node": "18 || 20 || >=22"
|
|
@@ -6550,30 +6501,6 @@
|
|
|
6550
6501
|
"node": "^20.17.0 || >=22.9.0"
|
|
6551
6502
|
}
|
|
6552
6503
|
},
|
|
6553
|
-
"node_modules/make-fetch-happen/node_modules/unique-filename": {
|
|
6554
|
-
"version": "5.0.0",
|
|
6555
|
-
"resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-5.0.0.tgz",
|
|
6556
|
-
"integrity": "sha512-2RaJTAvAb4owyjllTfXzFClJ7WsGxlykkPvCr9pA//LD9goVq+m4PPAeBgNodGZ7nSrntT/auWpJ6Y5IFXcfjg==",
|
|
6557
|
-
"license": "ISC",
|
|
6558
|
-
"dependencies": {
|
|
6559
|
-
"unique-slug": "^6.0.0"
|
|
6560
|
-
},
|
|
6561
|
-
"engines": {
|
|
6562
|
-
"node": "^20.17.0 || >=22.9.0"
|
|
6563
|
-
}
|
|
6564
|
-
},
|
|
6565
|
-
"node_modules/make-fetch-happen/node_modules/unique-slug": {
|
|
6566
|
-
"version": "6.0.0",
|
|
6567
|
-
"resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-6.0.0.tgz",
|
|
6568
|
-
"integrity": "sha512-4Lup7Ezn8W3d52/xBhZBVdx323ckxa7DEvd9kPQHppTkLoJXw6ltrBCyj5pnrxj0qKDxYMJ56CoxNuFCscdTiw==",
|
|
6569
|
-
"license": "ISC",
|
|
6570
|
-
"dependencies": {
|
|
6571
|
-
"imurmurhash": "^0.1.4"
|
|
6572
|
-
},
|
|
6573
|
-
"engines": {
|
|
6574
|
-
"node": "^20.17.0 || >=22.9.0"
|
|
6575
|
-
}
|
|
6576
|
-
},
|
|
6577
6504
|
"node_modules/math-intrinsics": {
|
|
6578
6505
|
"version": "1.1.0",
|
|
6579
6506
|
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
@@ -6627,9 +6554,9 @@
|
|
|
6627
6554
|
}
|
|
6628
6555
|
},
|
|
6629
6556
|
"node_modules/micromatch/node_modules/picomatch": {
|
|
6630
|
-
"version": "2.3.
|
|
6631
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.
|
|
6632
|
-
"integrity": "sha512-
|
|
6557
|
+
"version": "2.3.2",
|
|
6558
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
6559
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
6633
6560
|
"license": "MIT",
|
|
6634
6561
|
"engines": {
|
|
6635
6562
|
"node": ">=8.6"
|
|
@@ -6717,10 +6644,10 @@
|
|
|
6717
6644
|
}
|
|
6718
6645
|
},
|
|
6719
6646
|
"node_modules/minipass-flush": {
|
|
6720
|
-
"version": "1.0.
|
|
6721
|
-
"resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.
|
|
6722
|
-
"integrity": "sha512-
|
|
6723
|
-
"license": "
|
|
6647
|
+
"version": "1.0.7",
|
|
6648
|
+
"resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.7.tgz",
|
|
6649
|
+
"integrity": "sha512-TbqTz9cUwWyHS2Dy89P3ocAGUGxKjjLuR9z8w4WUTGAVgEj17/4nhgo2Du56i0Fm3Pm30g4iA8Lcqctc76jCzA==",
|
|
6650
|
+
"license": "BlueOak-1.0.0",
|
|
6724
6651
|
"dependencies": {
|
|
6725
6652
|
"minipass": "^3.0.0"
|
|
6726
6653
|
},
|
|
@@ -7048,9 +6975,9 @@
|
|
|
7048
6975
|
"license": "BlueOak-1.0.0"
|
|
7049
6976
|
},
|
|
7050
6977
|
"node_modules/pacote": {
|
|
7051
|
-
"version": "20.0.
|
|
7052
|
-
"resolved": "https://registry.npmjs.org/pacote/-/pacote-20.0.
|
|
7053
|
-
"integrity": "sha512-
|
|
6978
|
+
"version": "20.0.1",
|
|
6979
|
+
"resolved": "https://registry.npmjs.org/pacote/-/pacote-20.0.1.tgz",
|
|
6980
|
+
"integrity": "sha512-jTMLD/QK7JMUKg3g7K3M/DEqIbGm7sxclj12eQYIkL3viutSiefTs26IrqIqgGlFsviF/9dlDUZxnpGvkRXtjw==",
|
|
7054
6981
|
"license": "ISC",
|
|
7055
6982
|
"dependencies": {
|
|
7056
6983
|
"@npmcli/git": "^6.0.0",
|
|
@@ -7069,7 +6996,7 @@
|
|
|
7069
6996
|
"promise-retry": "^2.0.1",
|
|
7070
6997
|
"sigstore": "^3.0.0",
|
|
7071
6998
|
"ssri": "^12.0.0",
|
|
7072
|
-
"tar": "^
|
|
6999
|
+
"tar": "^7.5.10"
|
|
7073
7000
|
},
|
|
7074
7001
|
"bin": {
|
|
7075
7002
|
"pacote": "bin/index.js"
|
|
@@ -7400,6 +7327,21 @@
|
|
|
7400
7327
|
"node": ">= 0.8"
|
|
7401
7328
|
}
|
|
7402
7329
|
},
|
|
7330
|
+
"node_modules/path-expression-matcher": {
|
|
7331
|
+
"version": "1.2.0",
|
|
7332
|
+
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz",
|
|
7333
|
+
"integrity": "sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==",
|
|
7334
|
+
"funding": [
|
|
7335
|
+
{
|
|
7336
|
+
"type": "github",
|
|
7337
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
7338
|
+
}
|
|
7339
|
+
],
|
|
7340
|
+
"license": "MIT",
|
|
7341
|
+
"engines": {
|
|
7342
|
+
"node": ">=14.0.0"
|
|
7343
|
+
}
|
|
7344
|
+
},
|
|
7403
7345
|
"node_modules/path-key": {
|
|
7404
7346
|
"version": "3.1.1",
|
|
7405
7347
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
@@ -7438,9 +7380,9 @@
|
|
|
7438
7380
|
"license": "ISC"
|
|
7439
7381
|
},
|
|
7440
7382
|
"node_modules/path-to-regexp": {
|
|
7441
|
-
"version": "8.
|
|
7442
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.
|
|
7443
|
-
"integrity": "sha512-
|
|
7383
|
+
"version": "8.4.2",
|
|
7384
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
|
|
7385
|
+
"integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
|
|
7444
7386
|
"license": "MIT",
|
|
7445
7387
|
"funding": {
|
|
7446
7388
|
"type": "opencollective",
|
|
@@ -7466,9 +7408,9 @@
|
|
|
7466
7408
|
"license": "ISC"
|
|
7467
7409
|
},
|
|
7468
7410
|
"node_modules/picomatch": {
|
|
7469
|
-
"version": "4.0.
|
|
7470
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
7471
|
-
"integrity": "sha512-
|
|
7411
|
+
"version": "4.0.4",
|
|
7412
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
7413
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
7472
7414
|
"license": "MIT",
|
|
7473
7415
|
"engines": {
|
|
7474
7416
|
"node": ">=12"
|
|
@@ -7523,15 +7465,6 @@
|
|
|
7523
7465
|
"node": ">=10"
|
|
7524
7466
|
}
|
|
7525
7467
|
},
|
|
7526
|
-
"node_modules/promise-retry/node_modules/retry": {
|
|
7527
|
-
"version": "0.12.0",
|
|
7528
|
-
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
7529
|
-
"integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
|
|
7530
|
-
"license": "MIT",
|
|
7531
|
-
"engines": {
|
|
7532
|
-
"node": ">= 4"
|
|
7533
|
-
}
|
|
7534
|
-
},
|
|
7535
7468
|
"node_modules/proxy-addr": {
|
|
7536
7469
|
"version": "2.0.7",
|
|
7537
7470
|
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
|
|
@@ -7545,15 +7478,6 @@
|
|
|
7545
7478
|
"node": ">= 0.10"
|
|
7546
7479
|
}
|
|
7547
7480
|
},
|
|
7548
|
-
"node_modules/punycode": {
|
|
7549
|
-
"version": "2.3.1",
|
|
7550
|
-
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
7551
|
-
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
7552
|
-
"license": "MIT",
|
|
7553
|
-
"engines": {
|
|
7554
|
-
"node": ">=6"
|
|
7555
|
-
}
|
|
7556
|
-
},
|
|
7557
7481
|
"node_modules/qs": {
|
|
7558
7482
|
"version": "6.15.0",
|
|
7559
7483
|
"resolved": "https://registry.npmjs.org/qs/-/qs-6.15.0.tgz",
|
|
@@ -7744,9 +7668,9 @@
|
|
|
7744
7668
|
}
|
|
7745
7669
|
},
|
|
7746
7670
|
"node_modules/retry": {
|
|
7747
|
-
"version": "0.
|
|
7748
|
-
"resolved": "https://registry.npmjs.org/retry/-/retry-0.
|
|
7749
|
-
"integrity": "sha512-
|
|
7671
|
+
"version": "0.12.0",
|
|
7672
|
+
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
7673
|
+
"integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
|
|
7750
7674
|
"license": "MIT",
|
|
7751
7675
|
"engines": {
|
|
7752
7676
|
"node": ">= 4"
|
|
@@ -7808,9 +7732,9 @@
|
|
|
7808
7732
|
"license": "MIT"
|
|
7809
7733
|
},
|
|
7810
7734
|
"node_modules/sax": {
|
|
7811
|
-
"version": "1.
|
|
7812
|
-
"resolved": "https://registry.npmjs.org/sax/-/sax-1.
|
|
7813
|
-
"integrity": "sha512-
|
|
7735
|
+
"version": "1.6.0",
|
|
7736
|
+
"resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
|
|
7737
|
+
"integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
|
|
7814
7738
|
"license": "BlueOak-1.0.0",
|
|
7815
7739
|
"engines": {
|
|
7816
7740
|
"node": ">=11.0.0"
|
|
@@ -8231,9 +8155,9 @@
|
|
|
8231
8155
|
}
|
|
8232
8156
|
},
|
|
8233
8157
|
"node_modules/strnum": {
|
|
8234
|
-
"version": "2.
|
|
8235
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.
|
|
8236
|
-
"integrity": "sha512-
|
|
8158
|
+
"version": "2.2.2",
|
|
8159
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.2.tgz",
|
|
8160
|
+
"integrity": "sha512-DnR90I+jtXNSTXWdwrEy9FakW7UX+qUZg28gj5fk2vxxl7uS/3bpI4fjFYVmdK9etptYBPNkpahuQnEwhwECqA==",
|
|
8237
8161
|
"funding": [
|
|
8238
8162
|
{
|
|
8239
8163
|
"type": "github",
|
|
@@ -8255,9 +8179,9 @@
|
|
|
8255
8179
|
}
|
|
8256
8180
|
},
|
|
8257
8181
|
"node_modules/tar": {
|
|
8258
|
-
"version": "7.5.
|
|
8259
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
8260
|
-
"integrity": "sha512-
|
|
8182
|
+
"version": "7.5.13",
|
|
8183
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.13.tgz",
|
|
8184
|
+
"integrity": "sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==",
|
|
8261
8185
|
"license": "BlueOak-1.0.0",
|
|
8262
8186
|
"dependencies": {
|
|
8263
8187
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
@@ -8533,15 +8457,6 @@
|
|
|
8533
8457
|
"node": ">= 0.8"
|
|
8534
8458
|
}
|
|
8535
8459
|
},
|
|
8536
|
-
"node_modules/uri-js": {
|
|
8537
|
-
"version": "4.4.1",
|
|
8538
|
-
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
|
8539
|
-
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
|
8540
|
-
"license": "BSD-2-Clause",
|
|
8541
|
-
"dependencies": {
|
|
8542
|
-
"punycode": "^2.1.0"
|
|
8543
|
-
}
|
|
8544
|
-
},
|
|
8545
8460
|
"node_modules/validate-npm-package-license": {
|
|
8546
8461
|
"version": "3.0.4",
|
|
8547
8462
|
"resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
|
|
@@ -8742,12 +8657,12 @@
|
|
|
8742
8657
|
}
|
|
8743
8658
|
},
|
|
8744
8659
|
"node_modules/zod-to-json-schema": {
|
|
8745
|
-
"version": "3.25.
|
|
8746
|
-
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.
|
|
8747
|
-
"integrity": "sha512-
|
|
8660
|
+
"version": "3.25.2",
|
|
8661
|
+
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz",
|
|
8662
|
+
"integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==",
|
|
8748
8663
|
"license": "ISC",
|
|
8749
8664
|
"peerDependencies": {
|
|
8750
|
-
"zod": "^3.25 || ^4"
|
|
8665
|
+
"zod": "^3.25.28 || ^4"
|
|
8751
8666
|
}
|
|
8752
8667
|
}
|
|
8753
8668
|
}
|