@ui5/mcp-server 0.2.5 → 0.2.6
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 +14 -0
- package/README.md +75 -59
- package/lib/tools/create_ui5_app/create_ui5_app.js +9 -7
- package/lib/tools/create_ui5_app/create_ui5_app.js.map +1 -1
- package/lib/tools/create_ui5_app/templateProcessor.d.ts +2 -0
- package/lib/tools/create_ui5_app/templateProcessor.js.map +1 -1
- package/npm-shrinkwrap.json +362 -582
- package/package.json +10 -10
- package/resources/template-js/webapp/manifest.json +5 -1
- package/resources/template-ts/webapp/manifest.json +5 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/mcp-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
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.6",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
13
|
-
"@ui5/linter": "^1.20.
|
|
13
|
+
"@ui5/linter": "^1.20.11",
|
|
14
14
|
"@ui5/logger": "^4.0.2",
|
|
15
|
-
"@ui5/project": "^4.0.
|
|
15
|
+
"@ui5/project": "^4.0.10",
|
|
16
16
|
"ajv": "^8.17.1",
|
|
17
17
|
"ajv-formats": "^3.0.1",
|
|
18
18
|
"async-mutex": "^0.5.0",
|
|
19
19
|
"ejs": "^4.0.1",
|
|
20
20
|
"execa": "^9.6.1",
|
|
21
|
-
"fast-xml-parser": "^5.3.
|
|
21
|
+
"fast-xml-parser": "^5.3.6",
|
|
22
22
|
"globby": "^16.1.0",
|
|
23
23
|
"lockfile": "^1.0.4",
|
|
24
24
|
"make-fetch-happen": "^15.0.3",
|
|
@@ -69,27 +69,6 @@
|
|
|
69
69
|
"hono": "^4"
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
|
-
"node_modules/@isaacs/balanced-match": {
|
|
73
|
-
"version": "4.0.1",
|
|
74
|
-
"resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
|
|
75
|
-
"integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
|
|
76
|
-
"license": "MIT",
|
|
77
|
-
"engines": {
|
|
78
|
-
"node": "20 || >=22"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
"node_modules/@isaacs/brace-expansion": {
|
|
82
|
-
"version": "5.0.1",
|
|
83
|
-
"resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.1.tgz",
|
|
84
|
-
"integrity": "sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==",
|
|
85
|
-
"license": "MIT",
|
|
86
|
-
"dependencies": {
|
|
87
|
-
"@isaacs/balanced-match": "^4.0.1"
|
|
88
|
-
},
|
|
89
|
-
"engines": {
|
|
90
|
-
"node": "20 || >=22"
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
72
|
"node_modules/@isaacs/cliui": {
|
|
94
73
|
"version": "8.0.2",
|
|
95
74
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
@@ -243,9 +222,9 @@
|
|
|
243
222
|
}
|
|
244
223
|
},
|
|
245
224
|
"node_modules/@npmcli/agent/node_modules/lru-cache": {
|
|
246
|
-
"version": "11.2.
|
|
247
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.
|
|
248
|
-
"integrity": "sha512-
|
|
225
|
+
"version": "11.2.6",
|
|
226
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz",
|
|
227
|
+
"integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
|
|
249
228
|
"license": "BlueOak-1.0.0",
|
|
250
229
|
"engines": {
|
|
251
230
|
"node": "20 || >=22"
|
|
@@ -654,18 +633,18 @@
|
|
|
654
633
|
"license": "MIT"
|
|
655
634
|
},
|
|
656
635
|
"node_modules/@ui5/fs": {
|
|
657
|
-
"version": "4.0.
|
|
658
|
-
"resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-4.0.
|
|
659
|
-
"integrity": "sha512-
|
|
636
|
+
"version": "4.0.5",
|
|
637
|
+
"resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-4.0.5.tgz",
|
|
638
|
+
"integrity": "sha512-P2pkzHig7neVpElvEaaG5WG/NR/IVz08PDxiizycdQUXG1rqSaGxlww7CV5lUA3YFFBu2bYTh3CJ7ayTu9RYVg==",
|
|
660
639
|
"license": "Apache-2.0",
|
|
661
640
|
"dependencies": {
|
|
662
641
|
"@ui5/logger": "^4.0.2",
|
|
663
642
|
"clone": "^2.1.2",
|
|
664
643
|
"escape-string-regexp": "^5.0.0",
|
|
665
|
-
"globby": "^
|
|
644
|
+
"globby": "^16.1.0",
|
|
666
645
|
"graceful-fs": "^4.2.11",
|
|
667
646
|
"micromatch": "^4.0.8",
|
|
668
|
-
"minimatch": "^10.
|
|
647
|
+
"minimatch": "^10.2.0",
|
|
669
648
|
"pretty-hrtime": "^1.0.3",
|
|
670
649
|
"random-int": "^3.1.0"
|
|
671
650
|
},
|
|
@@ -674,54 +653,46 @@
|
|
|
674
653
|
"npm": ">= 8"
|
|
675
654
|
}
|
|
676
655
|
},
|
|
677
|
-
"node_modules/@ui5/fs/node_modules/@
|
|
678
|
-
"version": "
|
|
679
|
-
"resolved": "https://registry.npmjs.org/@
|
|
680
|
-
"integrity": "sha512-
|
|
681
|
-
"license": "
|
|
656
|
+
"node_modules/@ui5/fs/node_modules/@isaacs/cliui": {
|
|
657
|
+
"version": "9.0.0",
|
|
658
|
+
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-9.0.0.tgz",
|
|
659
|
+
"integrity": "sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==",
|
|
660
|
+
"license": "BlueOak-1.0.0",
|
|
682
661
|
"engines": {
|
|
683
662
|
"node": ">=18"
|
|
684
|
-
},
|
|
685
|
-
"funding": {
|
|
686
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
687
663
|
}
|
|
688
664
|
},
|
|
689
|
-
"node_modules/@ui5/fs/node_modules/
|
|
690
|
-
"version": "
|
|
691
|
-
"resolved": "https://registry.npmjs.org/
|
|
692
|
-
"integrity": "sha512-
|
|
665
|
+
"node_modules/@ui5/fs/node_modules/balanced-match": {
|
|
666
|
+
"version": "4.0.2",
|
|
667
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.2.tgz",
|
|
668
|
+
"integrity": "sha512-x0K50QvKQ97fdEz2kPehIerj+YTeptKF9hyYkKf6egnwmMWAkADiO0QCzSp0R5xN8FTZgYaBfSaue46Ej62nMg==",
|
|
693
669
|
"license": "MIT",
|
|
694
670
|
"dependencies": {
|
|
695
|
-
"
|
|
696
|
-
"fast-glob": "^3.3.3",
|
|
697
|
-
"ignore": "^7.0.3",
|
|
698
|
-
"path-type": "^6.0.0",
|
|
699
|
-
"slash": "^5.1.0",
|
|
700
|
-
"unicorn-magic": "^0.3.0"
|
|
671
|
+
"jackspeak": "^4.2.3"
|
|
701
672
|
},
|
|
702
673
|
"engines": {
|
|
703
|
-
"node": ">=
|
|
704
|
-
},
|
|
705
|
-
"funding": {
|
|
706
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
674
|
+
"node": "20 || >=22"
|
|
707
675
|
}
|
|
708
676
|
},
|
|
709
|
-
"node_modules/@ui5/fs/node_modules/
|
|
710
|
-
"version": "
|
|
711
|
-
"resolved": "https://registry.npmjs.org/
|
|
712
|
-
"integrity": "sha512-
|
|
677
|
+
"node_modules/@ui5/fs/node_modules/brace-expansion": {
|
|
678
|
+
"version": "5.0.2",
|
|
679
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
|
|
680
|
+
"integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
|
|
713
681
|
"license": "MIT",
|
|
682
|
+
"dependencies": {
|
|
683
|
+
"balanced-match": "^4.0.2"
|
|
684
|
+
},
|
|
714
685
|
"engines": {
|
|
715
|
-
"node": ">=
|
|
686
|
+
"node": "20 || >=22"
|
|
716
687
|
}
|
|
717
688
|
},
|
|
718
|
-
"node_modules/@ui5/fs/node_modules/
|
|
719
|
-
"version": "
|
|
720
|
-
"resolved": "https://registry.npmjs.org/
|
|
721
|
-
"integrity": "sha512-
|
|
689
|
+
"node_modules/@ui5/fs/node_modules/jackspeak": {
|
|
690
|
+
"version": "4.2.3",
|
|
691
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.2.3.tgz",
|
|
692
|
+
"integrity": "sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==",
|
|
722
693
|
"license": "BlueOak-1.0.0",
|
|
723
694
|
"dependencies": {
|
|
724
|
-
"@isaacs/
|
|
695
|
+
"@isaacs/cliui": "^9.0.0"
|
|
725
696
|
},
|
|
726
697
|
"engines": {
|
|
727
698
|
"node": "20 || >=22"
|
|
@@ -730,42 +701,45 @@
|
|
|
730
701
|
"url": "https://github.com/sponsors/isaacs"
|
|
731
702
|
}
|
|
732
703
|
},
|
|
733
|
-
"node_modules/@ui5/fs/node_modules/
|
|
734
|
-
"version": "
|
|
735
|
-
"resolved": "https://registry.npmjs.org/
|
|
736
|
-
"integrity": "sha512
|
|
737
|
-
"license": "
|
|
704
|
+
"node_modules/@ui5/fs/node_modules/minimatch": {
|
|
705
|
+
"version": "10.2.1",
|
|
706
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.1.tgz",
|
|
707
|
+
"integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==",
|
|
708
|
+
"license": "BlueOak-1.0.0",
|
|
709
|
+
"dependencies": {
|
|
710
|
+
"brace-expansion": "^5.0.2"
|
|
711
|
+
},
|
|
738
712
|
"engines": {
|
|
739
|
-
"node": ">=
|
|
713
|
+
"node": "20 || >=22"
|
|
740
714
|
},
|
|
741
715
|
"funding": {
|
|
742
|
-
"url": "https://github.com/sponsors/
|
|
716
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
743
717
|
}
|
|
744
718
|
},
|
|
745
719
|
"node_modules/@ui5/linter": {
|
|
746
|
-
"version": "1.20.
|
|
747
|
-
"resolved": "https://registry.npmjs.org/@ui5/linter/-/linter-1.20.
|
|
748
|
-
"integrity": "sha512-
|
|
720
|
+
"version": "1.20.11",
|
|
721
|
+
"resolved": "https://registry.npmjs.org/@ui5/linter/-/linter-1.20.11.tgz",
|
|
722
|
+
"integrity": "sha512-FVioCE6sruihRmo/euvRTGRI+lT1feS0hTr+rcQVtCynwEzdZEd3gHwgFOscfDLhQVECOBMD6rm2/1qnkNToqQ==",
|
|
749
723
|
"hasShrinkwrap": true,
|
|
750
724
|
"license": "Apache-2.0",
|
|
751
725
|
"dependencies": {
|
|
752
726
|
"@jridgewell/sourcemap-codec": "^1.5.5",
|
|
753
727
|
"@jridgewell/trace-mapping": "^0.3.31",
|
|
754
728
|
"@sapui5/types": "1.136.14",
|
|
755
|
-
"@ui5/fs": "^4.0.
|
|
729
|
+
"@ui5/fs": "^4.0.5",
|
|
756
730
|
"@ui5/logger": "^4.0.2",
|
|
757
|
-
"@ui5/project": "^4.0.
|
|
731
|
+
"@ui5/project": "^4.0.10",
|
|
758
732
|
"chalk": "^5.6.2",
|
|
759
733
|
"data-with-position": "^0.5.0",
|
|
760
|
-
"fast-xml-parser": "^5.3.
|
|
734
|
+
"fast-xml-parser": "^5.3.6",
|
|
761
735
|
"figures": "^6.1.0",
|
|
762
736
|
"globals": "^17.3.0",
|
|
763
737
|
"he": "^1.2.0",
|
|
764
738
|
"json-source-map": "^0.6.1",
|
|
765
739
|
"magic-string": "^0.30.21",
|
|
766
|
-
"minimatch": "^10.1
|
|
767
|
-
"sax-wasm": "^3.1.
|
|
768
|
-
"semver": "^7.7.
|
|
740
|
+
"minimatch": "^10.2.1",
|
|
741
|
+
"sax-wasm": "^3.1.4",
|
|
742
|
+
"semver": "^7.7.4",
|
|
769
743
|
"typescript": "^5.9.3",
|
|
770
744
|
"update-notifier": "^7.3.1",
|
|
771
745
|
"yargs": "^17.7.2"
|
|
@@ -782,7 +756,6 @@
|
|
|
782
756
|
"version": "7.29.0",
|
|
783
757
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
|
|
784
758
|
"integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
|
|
785
|
-
"license": "MIT",
|
|
786
759
|
"dependencies": {
|
|
787
760
|
"@babel/helper-validator-identifier": "^7.28.5",
|
|
788
761
|
"js-tokens": "^4.0.0",
|
|
@@ -796,37 +769,14 @@
|
|
|
796
769
|
"version": "7.28.5",
|
|
797
770
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
798
771
|
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
799
|
-
"license": "MIT",
|
|
800
772
|
"engines": {
|
|
801
773
|
"node": ">=6.9.0"
|
|
802
774
|
}
|
|
803
775
|
},
|
|
804
|
-
"node_modules/@ui5/linter/node_modules/@isaacs/balanced-match": {
|
|
805
|
-
"version": "4.0.1",
|
|
806
|
-
"resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
|
|
807
|
-
"integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
|
|
808
|
-
"license": "MIT",
|
|
809
|
-
"engines": {
|
|
810
|
-
"node": "20 || >=22"
|
|
811
|
-
}
|
|
812
|
-
},
|
|
813
|
-
"node_modules/@ui5/linter/node_modules/@isaacs/brace-expansion": {
|
|
814
|
-
"version": "5.0.1",
|
|
815
|
-
"resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.1.tgz",
|
|
816
|
-
"integrity": "sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==",
|
|
817
|
-
"license": "MIT",
|
|
818
|
-
"dependencies": {
|
|
819
|
-
"@isaacs/balanced-match": "^4.0.1"
|
|
820
|
-
},
|
|
821
|
-
"engines": {
|
|
822
|
-
"node": "20 || >=22"
|
|
823
|
-
}
|
|
824
|
-
},
|
|
825
776
|
"node_modules/@ui5/linter/node_modules/@isaacs/cliui": {
|
|
826
777
|
"version": "8.0.2",
|
|
827
778
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
828
779
|
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
|
|
829
|
-
"license": "ISC",
|
|
830
780
|
"dependencies": {
|
|
831
781
|
"string-width": "^5.1.2",
|
|
832
782
|
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
@@ -843,7 +793,6 @@
|
|
|
843
793
|
"version": "4.0.1",
|
|
844
794
|
"resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
|
|
845
795
|
"integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
|
|
846
|
-
"license": "ISC",
|
|
847
796
|
"dependencies": {
|
|
848
797
|
"minipass": "^7.0.4"
|
|
849
798
|
},
|
|
@@ -855,7 +804,6 @@
|
|
|
855
804
|
"version": "3.1.2",
|
|
856
805
|
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
857
806
|
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
858
|
-
"license": "MIT",
|
|
859
807
|
"engines": {
|
|
860
808
|
"node": ">=6.0.0"
|
|
861
809
|
}
|
|
@@ -863,14 +811,12 @@
|
|
|
863
811
|
"node_modules/@ui5/linter/node_modules/@jridgewell/sourcemap-codec": {
|
|
864
812
|
"version": "1.5.5",
|
|
865
813
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
866
|
-
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og=="
|
|
867
|
-
"license": "MIT"
|
|
814
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og=="
|
|
868
815
|
},
|
|
869
816
|
"node_modules/@ui5/linter/node_modules/@jridgewell/trace-mapping": {
|
|
870
817
|
"version": "0.3.31",
|
|
871
818
|
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
872
819
|
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
873
|
-
"license": "MIT",
|
|
874
820
|
"dependencies": {
|
|
875
821
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
876
822
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
@@ -880,7 +826,6 @@
|
|
|
880
826
|
"version": "2.1.5",
|
|
881
827
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
882
828
|
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
|
|
883
|
-
"license": "MIT",
|
|
884
829
|
"dependencies": {
|
|
885
830
|
"@nodelib/fs.stat": "2.0.5",
|
|
886
831
|
"run-parallel": "^1.1.9"
|
|
@@ -893,7 +838,6 @@
|
|
|
893
838
|
"version": "2.0.5",
|
|
894
839
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
|
|
895
840
|
"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
|
|
896
|
-
"license": "MIT",
|
|
897
841
|
"engines": {
|
|
898
842
|
"node": ">= 8"
|
|
899
843
|
}
|
|
@@ -902,7 +846,6 @@
|
|
|
902
846
|
"version": "1.2.8",
|
|
903
847
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
|
|
904
848
|
"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
|
|
905
|
-
"license": "MIT",
|
|
906
849
|
"dependencies": {
|
|
907
850
|
"@nodelib/fs.scandir": "2.1.5",
|
|
908
851
|
"fastq": "^1.6.0"
|
|
@@ -915,7 +858,6 @@
|
|
|
915
858
|
"version": "3.0.0",
|
|
916
859
|
"resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-3.0.0.tgz",
|
|
917
860
|
"integrity": "sha512-S79NdEgDQd/NGCay6TCoVzXSj74skRZIKJcpJjC5lOq34SZzyI6MqtiiWoiVWoVrTcGjNeC4ipbh1VIHlpfF5Q==",
|
|
918
|
-
"license": "ISC",
|
|
919
861
|
"dependencies": {
|
|
920
862
|
"agent-base": "^7.1.0",
|
|
921
863
|
"http-proxy-agent": "^7.0.0",
|
|
@@ -930,14 +872,12 @@
|
|
|
930
872
|
"node_modules/@ui5/linter/node_modules/@npmcli/agent/node_modules/lru-cache": {
|
|
931
873
|
"version": "10.4.3",
|
|
932
874
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
933
|
-
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
|
|
934
|
-
"license": "ISC"
|
|
875
|
+
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
|
|
935
876
|
},
|
|
936
877
|
"node_modules/@ui5/linter/node_modules/@npmcli/config": {
|
|
937
878
|
"version": "9.0.0",
|
|
938
879
|
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-9.0.0.tgz",
|
|
939
880
|
"integrity": "sha512-P5Vi16Y+c8E0prGIzX112ug7XxqfaPFUVW/oXAV+2VsxplKZEnJozqZ0xnK8V8w/SEsBf+TXhUihrEIAU4CA5Q==",
|
|
940
|
-
"license": "ISC",
|
|
941
881
|
"dependencies": {
|
|
942
882
|
"@npmcli/map-workspaces": "^4.0.1",
|
|
943
883
|
"@npmcli/package-json": "^6.0.1",
|
|
@@ -956,7 +896,6 @@
|
|
|
956
896
|
"version": "6.0.3",
|
|
957
897
|
"resolved": "https://registry.npmjs.org/@npmcli/git/-/git-6.0.3.tgz",
|
|
958
898
|
"integrity": "sha512-GUYESQlxZRAdhs3UhbB6pVRNUELQOHXwK9ruDkwmCv2aZ5y0SApQzUJCg02p3A7Ue2J5hxvlk1YI53c00NmRyQ==",
|
|
959
|
-
"license": "ISC",
|
|
960
899
|
"dependencies": {
|
|
961
900
|
"@npmcli/promise-spawn": "^8.0.0",
|
|
962
901
|
"ini": "^5.0.0",
|
|
@@ -974,14 +913,12 @@
|
|
|
974
913
|
"node_modules/@ui5/linter/node_modules/@npmcli/git/node_modules/lru-cache": {
|
|
975
914
|
"version": "10.4.3",
|
|
976
915
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
977
|
-
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
|
|
978
|
-
"license": "ISC"
|
|
916
|
+
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
|
|
979
917
|
},
|
|
980
918
|
"node_modules/@ui5/linter/node_modules/@npmcli/map-workspaces": {
|
|
981
919
|
"version": "4.0.2",
|
|
982
920
|
"resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-4.0.2.tgz",
|
|
983
921
|
"integrity": "sha512-mnuMuibEbkaBTYj9HQ3dMe6L0ylYW+s/gfz7tBDMFY/la0w9Kf44P9aLn4/+/t3aTR3YUHKoT6XQL9rlicIe3Q==",
|
|
984
|
-
"license": "ISC",
|
|
985
922
|
"dependencies": {
|
|
986
923
|
"@npmcli/name-from-folder": "^3.0.0",
|
|
987
924
|
"@npmcli/package-json": "^6.0.0",
|
|
@@ -992,11 +929,15 @@
|
|
|
992
929
|
"node": "^18.17.0 || >=20.5.0"
|
|
993
930
|
}
|
|
994
931
|
},
|
|
932
|
+
"node_modules/@ui5/linter/node_modules/@npmcli/map-workspaces/node_modules/balanced-match": {
|
|
933
|
+
"version": "1.0.2",
|
|
934
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
935
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
|
|
936
|
+
},
|
|
995
937
|
"node_modules/@ui5/linter/node_modules/@npmcli/map-workspaces/node_modules/brace-expansion": {
|
|
996
938
|
"version": "2.0.2",
|
|
997
939
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
998
940
|
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
999
|
-
"license": "MIT",
|
|
1000
941
|
"dependencies": {
|
|
1001
942
|
"balanced-match": "^1.0.0"
|
|
1002
943
|
}
|
|
@@ -1005,7 +946,6 @@
|
|
|
1005
946
|
"version": "9.0.5",
|
|
1006
947
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
1007
948
|
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
1008
|
-
"license": "ISC",
|
|
1009
949
|
"dependencies": {
|
|
1010
950
|
"brace-expansion": "^2.0.1"
|
|
1011
951
|
},
|
|
@@ -1020,7 +960,6 @@
|
|
|
1020
960
|
"version": "3.0.0",
|
|
1021
961
|
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-3.0.0.tgz",
|
|
1022
962
|
"integrity": "sha512-61cDL8LUc9y80fXn+lir+iVt8IS0xHqEKwPu/5jCjxQTVoSCmkXvw4vbMrzAMtmghz3/AkiBjhHkDKUH+kf7kA==",
|
|
1023
|
-
"license": "ISC",
|
|
1024
963
|
"engines": {
|
|
1025
964
|
"node": "^18.17.0 || >=20.5.0"
|
|
1026
965
|
}
|
|
@@ -1029,7 +968,6 @@
|
|
|
1029
968
|
"version": "6.2.0",
|
|
1030
969
|
"resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-6.2.0.tgz",
|
|
1031
970
|
"integrity": "sha512-rCNLSB/JzNvot0SEyXqWZ7tX2B5dD2a1br2Dp0vSYVo5jh8Z0EZ7lS9TsZ1UtziddB1UfNUaMCc538/HztnJGA==",
|
|
1032
|
-
"license": "ISC",
|
|
1033
971
|
"dependencies": {
|
|
1034
972
|
"@npmcli/git": "^6.0.0",
|
|
1035
973
|
"glob": "^10.2.2",
|
|
@@ -1047,7 +985,6 @@
|
|
|
1047
985
|
"version": "8.0.3",
|
|
1048
986
|
"resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-8.0.3.tgz",
|
|
1049
987
|
"integrity": "sha512-Yb00SWaL4F8w+K8YGhQ55+xE4RUNdMHV43WZGsiTM92gS+lC0mGsn7I4hLug7pbao035S6bj3Y3w0cUNGLfmkg==",
|
|
1050
|
-
"license": "ISC",
|
|
1051
988
|
"dependencies": {
|
|
1052
989
|
"which": "^5.0.0"
|
|
1053
990
|
},
|
|
@@ -1059,7 +996,6 @@
|
|
|
1059
996
|
"version": "0.11.0",
|
|
1060
997
|
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
1061
998
|
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
|
|
1062
|
-
"license": "MIT",
|
|
1063
999
|
"optional": true,
|
|
1064
1000
|
"engines": {
|
|
1065
1001
|
"node": ">=14"
|
|
@@ -1069,7 +1005,6 @@
|
|
|
1069
1005
|
"version": "1.1.0",
|
|
1070
1006
|
"resolved": "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz",
|
|
1071
1007
|
"integrity": "sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==",
|
|
1072
|
-
"license": "MIT",
|
|
1073
1008
|
"engines": {
|
|
1074
1009
|
"node": ">=12.22.0"
|
|
1075
1010
|
}
|
|
@@ -1078,7 +1013,6 @@
|
|
|
1078
1013
|
"version": "1.0.2",
|
|
1079
1014
|
"resolved": "https://registry.npmjs.org/@pnpm/network.ca-file/-/network.ca-file-1.0.2.tgz",
|
|
1080
1015
|
"integrity": "sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==",
|
|
1081
|
-
"license": "MIT",
|
|
1082
1016
|
"dependencies": {
|
|
1083
1017
|
"graceful-fs": "4.2.10"
|
|
1084
1018
|
},
|
|
@@ -1089,14 +1023,12 @@
|
|
|
1089
1023
|
"node_modules/@ui5/linter/node_modules/@pnpm/network.ca-file/node_modules/graceful-fs": {
|
|
1090
1024
|
"version": "4.2.10",
|
|
1091
1025
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
|
|
1092
|
-
"integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA=="
|
|
1093
|
-
"license": "ISC"
|
|
1026
|
+
"integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA=="
|
|
1094
1027
|
},
|
|
1095
1028
|
"node_modules/@ui5/linter/node_modules/@pnpm/npm-conf": {
|
|
1096
1029
|
"version": "3.0.2",
|
|
1097
1030
|
"resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-3.0.2.tgz",
|
|
1098
1031
|
"integrity": "sha512-h104Kh26rR8tm+a3Qkc5S4VLYint3FE48as7+/5oCEcKR2idC/pF1G6AhIXKI+eHPJa/3J9i5z0Al47IeGHPkA==",
|
|
1099
|
-
"license": "MIT",
|
|
1100
1032
|
"dependencies": {
|
|
1101
1033
|
"@pnpm/config.env-replace": "^1.1.0",
|
|
1102
1034
|
"@pnpm/network.ca-file": "^1.0.1",
|
|
@@ -1110,7 +1042,6 @@
|
|
|
1110
1042
|
"version": "1.136.14",
|
|
1111
1043
|
"resolved": "https://registry.npmjs.org/@sapui5/types/-/types-1.136.14.tgz",
|
|
1112
1044
|
"integrity": "sha512-JJOOKOf052dLF6uxanO0v7QEpuOkwfecwCYU8OgMnkR072mEjAPfi/kvwRFAKLZb2YBldUVfxRuPHnZQ6j0ivA==",
|
|
1113
|
-
"license": "SEE LICENSE IN LICENSE.txt",
|
|
1114
1045
|
"dependencies": {
|
|
1115
1046
|
"@types/jquery": "3.5.13",
|
|
1116
1047
|
"@types/offscreencanvas": "2019.6.4",
|
|
@@ -1122,7 +1053,6 @@
|
|
|
1122
1053
|
"version": "3.1.0",
|
|
1123
1054
|
"resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-3.1.0.tgz",
|
|
1124
1055
|
"integrity": "sha512-Mm1E3/CmDDCz3nDhFKTuYdB47EdRFRQMOE/EAbiG1MJW77/w1b3P7Qx7JSrVJs8PfwOLOVcKQCHErIwCTyPbag==",
|
|
1125
|
-
"license": "Apache-2.0",
|
|
1126
1056
|
"dependencies": {
|
|
1127
1057
|
"@sigstore/protobuf-specs": "^0.4.0"
|
|
1128
1058
|
},
|
|
@@ -1134,7 +1064,6 @@
|
|
|
1134
1064
|
"version": "2.0.0",
|
|
1135
1065
|
"resolved": "https://registry.npmjs.org/@sigstore/core/-/core-2.0.0.tgz",
|
|
1136
1066
|
"integrity": "sha512-nYxaSb/MtlSI+JWcwTHQxyNmWeWrUXJJ/G4liLrGG7+tS4vAz6LF3xRXqLH6wPIVUoZQel2Fs4ddLx4NCpiIYg==",
|
|
1137
|
-
"license": "Apache-2.0",
|
|
1138
1067
|
"engines": {
|
|
1139
1068
|
"node": "^18.17.0 || >=20.5.0"
|
|
1140
1069
|
}
|
|
@@ -1143,7 +1072,6 @@
|
|
|
1143
1072
|
"version": "0.4.3",
|
|
1144
1073
|
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.4.3.tgz",
|
|
1145
1074
|
"integrity": "sha512-fk2zjD9117RL9BjqEwF7fwv7Q/P9yGsMV4MUJZ/DocaQJ6+3pKr+syBq1owU5Q5qGw5CUbXzm+4yJ2JVRDQeSA==",
|
|
1146
|
-
"license": "Apache-2.0",
|
|
1147
1075
|
"engines": {
|
|
1148
1076
|
"node": "^18.17.0 || >=20.5.0"
|
|
1149
1077
|
}
|
|
@@ -1152,7 +1080,6 @@
|
|
|
1152
1080
|
"version": "3.1.0",
|
|
1153
1081
|
"resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-3.1.0.tgz",
|
|
1154
1082
|
"integrity": "sha512-knzjmaOHOov1Ur7N/z4B1oPqZ0QX5geUfhrVaqVlu+hl0EAoL4o+l0MSULINcD5GCWe3Z0+YJO8ues6vFlW0Yw==",
|
|
1155
|
-
"license": "Apache-2.0",
|
|
1156
1083
|
"dependencies": {
|
|
1157
1084
|
"@sigstore/bundle": "^3.1.0",
|
|
1158
1085
|
"@sigstore/core": "^2.0.0",
|
|
@@ -1169,7 +1096,6 @@
|
|
|
1169
1096
|
"version": "3.1.1",
|
|
1170
1097
|
"resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-3.1.1.tgz",
|
|
1171
1098
|
"integrity": "sha512-eFFvlcBIoGwVkkwmTi/vEQFSva3xs5Ot3WmBcjgjVdiaoelBLQaQ/ZBfhlG0MnG0cmTYScPpk7eDdGDWUcFUmg==",
|
|
1172
|
-
"license": "Apache-2.0",
|
|
1173
1099
|
"dependencies": {
|
|
1174
1100
|
"@sigstore/protobuf-specs": "^0.4.1",
|
|
1175
1101
|
"tuf-js": "^3.0.1"
|
|
@@ -1182,7 +1108,6 @@
|
|
|
1182
1108
|
"version": "2.1.1",
|
|
1183
1109
|
"resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-2.1.1.tgz",
|
|
1184
1110
|
"integrity": "sha512-hVJD77oT67aowHxwT4+M6PGOp+E2LtLdTK3+FC0lBO9T7sYwItDMXZ7Z07IDCvR1M717a4axbIWckrW67KMP/w==",
|
|
1185
|
-
"license": "Apache-2.0",
|
|
1186
1111
|
"dependencies": {
|
|
1187
1112
|
"@sigstore/bundle": "^3.1.0",
|
|
1188
1113
|
"@sigstore/core": "^2.0.0",
|
|
@@ -1193,10 +1118,9 @@
|
|
|
1193
1118
|
}
|
|
1194
1119
|
},
|
|
1195
1120
|
"node_modules/@ui5/linter/node_modules/@sindresorhus/merge-streams": {
|
|
1196
|
-
"version": "
|
|
1197
|
-
"resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-
|
|
1198
|
-
"integrity": "sha512-
|
|
1199
|
-
"license": "MIT",
|
|
1121
|
+
"version": "4.0.0",
|
|
1122
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
|
|
1123
|
+
"integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
|
|
1200
1124
|
"engines": {
|
|
1201
1125
|
"node": ">=18"
|
|
1202
1126
|
},
|
|
@@ -1208,7 +1132,6 @@
|
|
|
1208
1132
|
"version": "2.0.0",
|
|
1209
1133
|
"resolved": "https://registry.npmjs.org/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz",
|
|
1210
1134
|
"integrity": "sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==",
|
|
1211
|
-
"license": "MIT",
|
|
1212
1135
|
"engines": {
|
|
1213
1136
|
"node": "^16.14.0 || >=18.0.0"
|
|
1214
1137
|
}
|
|
@@ -1217,7 +1140,6 @@
|
|
|
1217
1140
|
"version": "3.0.1",
|
|
1218
1141
|
"resolved": "https://registry.npmjs.org/@tufjs/models/-/models-3.0.1.tgz",
|
|
1219
1142
|
"integrity": "sha512-UUYHISyhCU3ZgN8yaear3cGATHb3SMuKHsQ/nVbHXcmnBf+LzQ/cQfhNG+rfaSHgqGKNEm2cOCLVLELStUQ1JA==",
|
|
1220
|
-
"license": "MIT",
|
|
1221
1143
|
"dependencies": {
|
|
1222
1144
|
"@tufjs/canonical-json": "2.0.0",
|
|
1223
1145
|
"minimatch": "^9.0.5"
|
|
@@ -1226,11 +1148,15 @@
|
|
|
1226
1148
|
"node": "^18.17.0 || >=20.5.0"
|
|
1227
1149
|
}
|
|
1228
1150
|
},
|
|
1151
|
+
"node_modules/@ui5/linter/node_modules/@tufjs/models/node_modules/balanced-match": {
|
|
1152
|
+
"version": "1.0.2",
|
|
1153
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
1154
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
|
|
1155
|
+
},
|
|
1229
1156
|
"node_modules/@ui5/linter/node_modules/@tufjs/models/node_modules/brace-expansion": {
|
|
1230
1157
|
"version": "2.0.2",
|
|
1231
1158
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
1232
1159
|
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
1233
|
-
"license": "MIT",
|
|
1234
1160
|
"dependencies": {
|
|
1235
1161
|
"balanced-match": "^1.0.0"
|
|
1236
1162
|
}
|
|
@@ -1239,7 +1165,6 @@
|
|
|
1239
1165
|
"version": "9.0.5",
|
|
1240
1166
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
1241
1167
|
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
1242
|
-
"license": "ISC",
|
|
1243
1168
|
"dependencies": {
|
|
1244
1169
|
"brace-expansion": "^2.0.1"
|
|
1245
1170
|
},
|
|
@@ -1254,7 +1179,6 @@
|
|
|
1254
1179
|
"version": "3.5.13",
|
|
1255
1180
|
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.13.tgz",
|
|
1256
1181
|
"integrity": "sha512-ZxJrup8nz/ZxcU0vantG+TPdboMhB24jad2uSap50zE7Q9rUeYlCF25kFMSmHR33qoeOgqcdHEp3roaookC0Sg==",
|
|
1257
|
-
"license": "MIT",
|
|
1258
1182
|
"dependencies": {
|
|
1259
1183
|
"@types/sizzle": "*"
|
|
1260
1184
|
}
|
|
@@ -1262,46 +1186,40 @@
|
|
|
1262
1186
|
"node_modules/@ui5/linter/node_modules/@types/normalize-package-data": {
|
|
1263
1187
|
"version": "2.4.4",
|
|
1264
1188
|
"resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz",
|
|
1265
|
-
"integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA=="
|
|
1266
|
-
"license": "MIT"
|
|
1189
|
+
"integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA=="
|
|
1267
1190
|
},
|
|
1268
1191
|
"node_modules/@ui5/linter/node_modules/@types/offscreencanvas": {
|
|
1269
1192
|
"version": "2019.6.4",
|
|
1270
1193
|
"resolved": "https://registry.npmjs.org/@types/offscreencanvas/-/offscreencanvas-2019.6.4.tgz",
|
|
1271
|
-
"integrity": "sha512-u8SAgdZ8ROtkTF+mfZGOscl0or6BSj9A4g37e6nvxDc+YB/oDut0wHkK2PBBiC2bNR8TS0CPV+1gAk4fNisr1Q=="
|
|
1272
|
-
"license": "MIT"
|
|
1194
|
+
"integrity": "sha512-u8SAgdZ8ROtkTF+mfZGOscl0or6BSj9A4g37e6nvxDc+YB/oDut0wHkK2PBBiC2bNR8TS0CPV+1gAk4fNisr1Q=="
|
|
1273
1195
|
},
|
|
1274
1196
|
"node_modules/@ui5/linter/node_modules/@types/qunit": {
|
|
1275
1197
|
"version": "2.5.4",
|
|
1276
1198
|
"resolved": "https://registry.npmjs.org/@types/qunit/-/qunit-2.5.4.tgz",
|
|
1277
|
-
"integrity": "sha512-VHi2lEd4/zp8OOouf43JXGJJ5ZxHvdLL1dU0Yakp6Iy73SjpuXl7yjwAwmh1qhTv8krDgHteSwaySr++uXX9YQ=="
|
|
1278
|
-
"license": "MIT"
|
|
1199
|
+
"integrity": "sha512-VHi2lEd4/zp8OOouf43JXGJJ5ZxHvdLL1dU0Yakp6Iy73SjpuXl7yjwAwmh1qhTv8krDgHteSwaySr++uXX9YQ=="
|
|
1279
1200
|
},
|
|
1280
1201
|
"node_modules/@ui5/linter/node_modules/@types/sizzle": {
|
|
1281
1202
|
"version": "2.3.10",
|
|
1282
1203
|
"resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.10.tgz",
|
|
1283
|
-
"integrity": "sha512-TC0dmN0K8YcWEAEfiPi5gJP14eJe30TTGjkvek3iM/1NdHHsdCA/Td6GvNndMOo/iSnIsZ4HuuhrYPDAmbxzww=="
|
|
1284
|
-
"license": "MIT"
|
|
1204
|
+
"integrity": "sha512-TC0dmN0K8YcWEAEfiPi5gJP14eJe30TTGjkvek3iM/1NdHHsdCA/Td6GvNndMOo/iSnIsZ4HuuhrYPDAmbxzww=="
|
|
1285
1205
|
},
|
|
1286
1206
|
"node_modules/@ui5/linter/node_modules/@types/three": {
|
|
1287
1207
|
"version": "0.125.3",
|
|
1288
1208
|
"resolved": "https://registry.npmjs.org/@types/three/-/three-0.125.3.tgz",
|
|
1289
|
-
"integrity": "sha512-tUPMzKooKDvMOhqcNVUPwkt+JNnF8ASgWSsrLgleVd0SjLj4boJhteSsF9f6YDjye0mmUjO+BDMWW83F97ehXA=="
|
|
1290
|
-
"license": "MIT"
|
|
1209
|
+
"integrity": "sha512-tUPMzKooKDvMOhqcNVUPwkt+JNnF8ASgWSsrLgleVd0SjLj4boJhteSsF9f6YDjye0mmUjO+BDMWW83F97ehXA=="
|
|
1291
1210
|
},
|
|
1292
1211
|
"node_modules/@ui5/linter/node_modules/@ui5/fs": {
|
|
1293
|
-
"version": "4.0.
|
|
1294
|
-
"resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-4.0.
|
|
1295
|
-
"integrity": "sha512-
|
|
1296
|
-
"license": "Apache-2.0",
|
|
1212
|
+
"version": "4.0.5",
|
|
1213
|
+
"resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-4.0.5.tgz",
|
|
1214
|
+
"integrity": "sha512-P2pkzHig7neVpElvEaaG5WG/NR/IVz08PDxiizycdQUXG1rqSaGxlww7CV5lUA3YFFBu2bYTh3CJ7ayTu9RYVg==",
|
|
1297
1215
|
"dependencies": {
|
|
1298
1216
|
"@ui5/logger": "^4.0.2",
|
|
1299
1217
|
"clone": "^2.1.2",
|
|
1300
1218
|
"escape-string-regexp": "^5.0.0",
|
|
1301
|
-
"globby": "^
|
|
1219
|
+
"globby": "^16.1.0",
|
|
1302
1220
|
"graceful-fs": "^4.2.11",
|
|
1303
1221
|
"micromatch": "^4.0.8",
|
|
1304
|
-
"minimatch": "^10.
|
|
1222
|
+
"minimatch": "^10.2.0",
|
|
1305
1223
|
"pretty-hrtime": "^1.0.3",
|
|
1306
1224
|
"random-int": "^3.1.0"
|
|
1307
1225
|
},
|
|
@@ -1314,7 +1232,6 @@
|
|
|
1314
1232
|
"version": "4.0.2",
|
|
1315
1233
|
"resolved": "https://registry.npmjs.org/@ui5/logger/-/logger-4.0.2.tgz",
|
|
1316
1234
|
"integrity": "sha512-uscDCQyHFeenh4r2RbYuffTMn6IQdcNC1tXrQ4BF+apAFjmDGP11IHdAwVCKwxgyPrIC17HT2gub3ZugGM8kpQ==",
|
|
1317
|
-
"license": "Apache-2.0",
|
|
1318
1235
|
"dependencies": {
|
|
1319
1236
|
"chalk": "^5.6.0",
|
|
1320
1237
|
"cli-progress": "^3.12.0",
|
|
@@ -1326,13 +1243,12 @@
|
|
|
1326
1243
|
}
|
|
1327
1244
|
},
|
|
1328
1245
|
"node_modules/@ui5/linter/node_modules/@ui5/project": {
|
|
1329
|
-
"version": "4.0.
|
|
1330
|
-
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.
|
|
1331
|
-
"integrity": "sha512-
|
|
1332
|
-
"license": "Apache-2.0",
|
|
1246
|
+
"version": "4.0.10",
|
|
1247
|
+
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.10.tgz",
|
|
1248
|
+
"integrity": "sha512-Zp4ezytTUkx11TjaG9SPA+GqzXzoEKSNPy35gVEvN4l8P7eflQthGvo87SszzL+jtbEuruRn+BMSvXo5/xZIUQ==",
|
|
1333
1249
|
"dependencies": {
|
|
1334
1250
|
"@npmcli/config": "^9.0.0",
|
|
1335
|
-
"@ui5/fs": "^4.0.
|
|
1251
|
+
"@ui5/fs": "^4.0.5",
|
|
1336
1252
|
"@ui5/logger": "^4.0.2",
|
|
1337
1253
|
"ajv": "^6.12.6",
|
|
1338
1254
|
"ajv-errors": "^1.0.1",
|
|
@@ -1349,7 +1265,7 @@
|
|
|
1349
1265
|
"read-package-up": "^11.0.0",
|
|
1350
1266
|
"read-pkg": "^9.0.1",
|
|
1351
1267
|
"resolve": "^1.22.11",
|
|
1352
|
-
"semver": "^7.7.
|
|
1268
|
+
"semver": "^7.7.4",
|
|
1353
1269
|
"xml2js": "^0.6.2",
|
|
1354
1270
|
"yesno": "^0.4.0"
|
|
1355
1271
|
},
|
|
@@ -1358,7 +1274,7 @@
|
|
|
1358
1274
|
"npm": ">= 8"
|
|
1359
1275
|
},
|
|
1360
1276
|
"peerDependencies": {
|
|
1361
|
-
"@ui5/builder": "^4.1.
|
|
1277
|
+
"@ui5/builder": "^4.1.4"
|
|
1362
1278
|
},
|
|
1363
1279
|
"peerDependenciesMeta": {
|
|
1364
1280
|
"@ui5/builder": {
|
|
@@ -1366,11 +1282,21 @@
|
|
|
1366
1282
|
}
|
|
1367
1283
|
}
|
|
1368
1284
|
},
|
|
1285
|
+
"node_modules/@ui5/linter/node_modules/@ui5/project/node_modules/@sindresorhus/merge-streams": {
|
|
1286
|
+
"version": "2.3.0",
|
|
1287
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
|
|
1288
|
+
"integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
|
|
1289
|
+
"engines": {
|
|
1290
|
+
"node": ">=18"
|
|
1291
|
+
},
|
|
1292
|
+
"funding": {
|
|
1293
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1369
1296
|
"node_modules/@ui5/linter/node_modules/@ui5/project/node_modules/ajv": {
|
|
1370
1297
|
"version": "6.12.6",
|
|
1371
1298
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
1372
1299
|
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
1373
|
-
"license": "MIT",
|
|
1374
1300
|
"dependencies": {
|
|
1375
1301
|
"fast-deep-equal": "^3.1.1",
|
|
1376
1302
|
"fast-json-stable-stringify": "^2.0.0",
|
|
@@ -1385,14 +1311,39 @@
|
|
|
1385
1311
|
"node_modules/@ui5/linter/node_modules/@ui5/project/node_modules/argparse": {
|
|
1386
1312
|
"version": "2.0.1",
|
|
1387
1313
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
1388
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
|
|
1389
|
-
|
|
1314
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
|
|
1315
|
+
},
|
|
1316
|
+
"node_modules/@ui5/linter/node_modules/@ui5/project/node_modules/globby": {
|
|
1317
|
+
"version": "14.1.0",
|
|
1318
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-14.1.0.tgz",
|
|
1319
|
+
"integrity": "sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==",
|
|
1320
|
+
"dependencies": {
|
|
1321
|
+
"@sindresorhus/merge-streams": "^2.1.0",
|
|
1322
|
+
"fast-glob": "^3.3.3",
|
|
1323
|
+
"ignore": "^7.0.3",
|
|
1324
|
+
"path-type": "^6.0.0",
|
|
1325
|
+
"slash": "^5.1.0",
|
|
1326
|
+
"unicorn-magic": "^0.3.0"
|
|
1327
|
+
},
|
|
1328
|
+
"engines": {
|
|
1329
|
+
"node": ">=18"
|
|
1330
|
+
},
|
|
1331
|
+
"funding": {
|
|
1332
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1333
|
+
}
|
|
1334
|
+
},
|
|
1335
|
+
"node_modules/@ui5/linter/node_modules/@ui5/project/node_modules/ignore": {
|
|
1336
|
+
"version": "7.0.5",
|
|
1337
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
|
|
1338
|
+
"integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
|
|
1339
|
+
"engines": {
|
|
1340
|
+
"node": ">= 4"
|
|
1341
|
+
}
|
|
1390
1342
|
},
|
|
1391
1343
|
"node_modules/@ui5/linter/node_modules/@ui5/project/node_modules/js-yaml": {
|
|
1392
1344
|
"version": "4.1.1",
|
|
1393
1345
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
|
1394
1346
|
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
1395
|
-
"license": "MIT",
|
|
1396
1347
|
"dependencies": {
|
|
1397
1348
|
"argparse": "^2.0.1"
|
|
1398
1349
|
},
|
|
@@ -1403,14 +1354,23 @@
|
|
|
1403
1354
|
"node_modules/@ui5/linter/node_modules/@ui5/project/node_modules/json-schema-traverse": {
|
|
1404
1355
|
"version": "0.4.1",
|
|
1405
1356
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
1406
|
-
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
|
|
1407
|
-
|
|
1357
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
|
|
1358
|
+
},
|
|
1359
|
+
"node_modules/@ui5/linter/node_modules/@ui5/project/node_modules/unicorn-magic": {
|
|
1360
|
+
"version": "0.3.0",
|
|
1361
|
+
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
|
|
1362
|
+
"integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
|
|
1363
|
+
"engines": {
|
|
1364
|
+
"node": ">=18"
|
|
1365
|
+
},
|
|
1366
|
+
"funding": {
|
|
1367
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1368
|
+
}
|
|
1408
1369
|
},
|
|
1409
1370
|
"node_modules/@ui5/linter/node_modules/abbrev": {
|
|
1410
1371
|
"version": "3.0.1",
|
|
1411
1372
|
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-3.0.1.tgz",
|
|
1412
1373
|
"integrity": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==",
|
|
1413
|
-
"license": "ISC",
|
|
1414
1374
|
"engines": {
|
|
1415
1375
|
"node": "^18.17.0 || >=20.5.0"
|
|
1416
1376
|
}
|
|
@@ -1419,16 +1379,14 @@
|
|
|
1419
1379
|
"version": "7.1.4",
|
|
1420
1380
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
|
1421
1381
|
"integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
|
|
1422
|
-
"license": "MIT",
|
|
1423
1382
|
"engines": {
|
|
1424
1383
|
"node": ">= 14"
|
|
1425
1384
|
}
|
|
1426
1385
|
},
|
|
1427
1386
|
"node_modules/@ui5/linter/node_modules/ajv": {
|
|
1428
|
-
"version": "8.
|
|
1429
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.
|
|
1430
|
-
"integrity": "sha512-
|
|
1431
|
-
"license": "MIT",
|
|
1387
|
+
"version": "8.18.0",
|
|
1388
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
|
|
1389
|
+
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
|
|
1432
1390
|
"peer": true,
|
|
1433
1391
|
"dependencies": {
|
|
1434
1392
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -1445,7 +1403,6 @@
|
|
|
1445
1403
|
"version": "1.0.1",
|
|
1446
1404
|
"resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz",
|
|
1447
1405
|
"integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==",
|
|
1448
|
-
"license": "MIT",
|
|
1449
1406
|
"peerDependencies": {
|
|
1450
1407
|
"ajv": ">=5.0.0"
|
|
1451
1408
|
}
|
|
@@ -1454,7 +1411,6 @@
|
|
|
1454
1411
|
"version": "3.0.1",
|
|
1455
1412
|
"resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz",
|
|
1456
1413
|
"integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==",
|
|
1457
|
-
"license": "ISC",
|
|
1458
1414
|
"dependencies": {
|
|
1459
1415
|
"string-width": "^4.1.0"
|
|
1460
1416
|
}
|
|
@@ -1463,7 +1419,6 @@
|
|
|
1463
1419
|
"version": "5.0.1",
|
|
1464
1420
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
1465
1421
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
1466
|
-
"license": "MIT",
|
|
1467
1422
|
"engines": {
|
|
1468
1423
|
"node": ">=8"
|
|
1469
1424
|
}
|
|
@@ -1471,14 +1426,12 @@
|
|
|
1471
1426
|
"node_modules/@ui5/linter/node_modules/ansi-align/node_modules/emoji-regex": {
|
|
1472
1427
|
"version": "8.0.0",
|
|
1473
1428
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
1474
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
1475
|
-
"license": "MIT"
|
|
1429
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
1476
1430
|
},
|
|
1477
1431
|
"node_modules/@ui5/linter/node_modules/ansi-align/node_modules/is-fullwidth-code-point": {
|
|
1478
1432
|
"version": "3.0.0",
|
|
1479
1433
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
1480
1434
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
1481
|
-
"license": "MIT",
|
|
1482
1435
|
"engines": {
|
|
1483
1436
|
"node": ">=8"
|
|
1484
1437
|
}
|
|
@@ -1487,7 +1440,6 @@
|
|
|
1487
1440
|
"version": "4.2.3",
|
|
1488
1441
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
1489
1442
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
1490
|
-
"license": "MIT",
|
|
1491
1443
|
"dependencies": {
|
|
1492
1444
|
"emoji-regex": "^8.0.0",
|
|
1493
1445
|
"is-fullwidth-code-point": "^3.0.0",
|
|
@@ -1501,7 +1453,6 @@
|
|
|
1501
1453
|
"version": "6.0.1",
|
|
1502
1454
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
1503
1455
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
1504
|
-
"license": "MIT",
|
|
1505
1456
|
"dependencies": {
|
|
1506
1457
|
"ansi-regex": "^5.0.1"
|
|
1507
1458
|
},
|
|
@@ -1513,7 +1464,6 @@
|
|
|
1513
1464
|
"version": "6.2.2",
|
|
1514
1465
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
1515
1466
|
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
1516
|
-
"license": "MIT",
|
|
1517
1467
|
"engines": {
|
|
1518
1468
|
"node": ">=12"
|
|
1519
1469
|
},
|
|
@@ -1525,7 +1475,6 @@
|
|
|
1525
1475
|
"version": "6.2.3",
|
|
1526
1476
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
1527
1477
|
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
1528
|
-
"license": "MIT",
|
|
1529
1478
|
"engines": {
|
|
1530
1479
|
"node": ">=12"
|
|
1531
1480
|
},
|
|
@@ -1534,26 +1483,62 @@
|
|
|
1534
1483
|
}
|
|
1535
1484
|
},
|
|
1536
1485
|
"node_modules/@ui5/linter/node_modules/atomically": {
|
|
1537
|
-
"version": "2.1.
|
|
1538
|
-
"resolved": "https://registry.npmjs.org/atomically/-/atomically-2.1.
|
|
1539
|
-
"integrity": "sha512
|
|
1540
|
-
"license": "MIT",
|
|
1486
|
+
"version": "2.1.1",
|
|
1487
|
+
"resolved": "https://registry.npmjs.org/atomically/-/atomically-2.1.1.tgz",
|
|
1488
|
+
"integrity": "sha512-P4w9o2dqARji6P7MHprklbfiArZAWvo07yW7qs3pdljb3BWr12FIB7W+p0zJiuiVsUpRO0iZn1kFFcpPegg0tQ==",
|
|
1541
1489
|
"dependencies": {
|
|
1542
1490
|
"stubborn-fs": "^2.0.0",
|
|
1543
1491
|
"when-exit": "^2.1.4"
|
|
1544
1492
|
}
|
|
1545
1493
|
},
|
|
1546
1494
|
"node_modules/@ui5/linter/node_modules/balanced-match": {
|
|
1547
|
-
"version": "
|
|
1548
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-
|
|
1549
|
-
"integrity": "sha512-
|
|
1550
|
-
"
|
|
1495
|
+
"version": "4.0.2",
|
|
1496
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.2.tgz",
|
|
1497
|
+
"integrity": "sha512-x0K50QvKQ97fdEz2kPehIerj+YTeptKF9hyYkKf6egnwmMWAkADiO0QCzSp0R5xN8FTZgYaBfSaue46Ej62nMg==",
|
|
1498
|
+
"dependencies": {
|
|
1499
|
+
"jackspeak": "^4.2.3"
|
|
1500
|
+
},
|
|
1501
|
+
"engines": {
|
|
1502
|
+
"node": "20 || >=22"
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1505
|
+
"node_modules/@ui5/linter/node_modules/balanced-match/node_modules/@isaacs/cliui": {
|
|
1506
|
+
"version": "9.0.0",
|
|
1507
|
+
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-9.0.0.tgz",
|
|
1508
|
+
"integrity": "sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==",
|
|
1509
|
+
"engines": {
|
|
1510
|
+
"node": ">=18"
|
|
1511
|
+
}
|
|
1512
|
+
},
|
|
1513
|
+
"node_modules/@ui5/linter/node_modules/balanced-match/node_modules/jackspeak": {
|
|
1514
|
+
"version": "4.2.3",
|
|
1515
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.2.3.tgz",
|
|
1516
|
+
"integrity": "sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==",
|
|
1517
|
+
"dependencies": {
|
|
1518
|
+
"@isaacs/cliui": "^9.0.0"
|
|
1519
|
+
},
|
|
1520
|
+
"engines": {
|
|
1521
|
+
"node": "20 || >=22"
|
|
1522
|
+
},
|
|
1523
|
+
"funding": {
|
|
1524
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1525
|
+
}
|
|
1526
|
+
},
|
|
1527
|
+
"node_modules/@ui5/linter/node_modules/brace-expansion": {
|
|
1528
|
+
"version": "5.0.2",
|
|
1529
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
|
|
1530
|
+
"integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
|
|
1531
|
+
"dependencies": {
|
|
1532
|
+
"balanced-match": "^4.0.2"
|
|
1533
|
+
},
|
|
1534
|
+
"engines": {
|
|
1535
|
+
"node": "20 || >=22"
|
|
1536
|
+
}
|
|
1551
1537
|
},
|
|
1552
1538
|
"node_modules/@ui5/linter/node_modules/braces": {
|
|
1553
1539
|
"version": "3.0.3",
|
|
1554
1540
|
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
|
1555
1541
|
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
1556
|
-
"license": "MIT",
|
|
1557
1542
|
"dependencies": {
|
|
1558
1543
|
"fill-range": "^7.1.1"
|
|
1559
1544
|
},
|
|
@@ -1565,7 +1550,6 @@
|
|
|
1565
1550
|
"version": "5.6.2",
|
|
1566
1551
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
1567
1552
|
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
|
|
1568
|
-
"license": "MIT",
|
|
1569
1553
|
"engines": {
|
|
1570
1554
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
1571
1555
|
},
|
|
@@ -1577,7 +1561,6 @@
|
|
|
1577
1561
|
"version": "3.0.0",
|
|
1578
1562
|
"resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz",
|
|
1579
1563
|
"integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
|
|
1580
|
-
"license": "BlueOak-1.0.0",
|
|
1581
1564
|
"engines": {
|
|
1582
1565
|
"node": ">=18"
|
|
1583
1566
|
}
|
|
@@ -1592,7 +1575,6 @@
|
|
|
1592
1575
|
"url": "https://github.com/sponsors/sibiraj-s"
|
|
1593
1576
|
}
|
|
1594
1577
|
],
|
|
1595
|
-
"license": "MIT",
|
|
1596
1578
|
"engines": {
|
|
1597
1579
|
"node": ">=8"
|
|
1598
1580
|
}
|
|
@@ -1601,7 +1583,6 @@
|
|
|
1601
1583
|
"version": "3.0.0",
|
|
1602
1584
|
"resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz",
|
|
1603
1585
|
"integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==",
|
|
1604
|
-
"license": "MIT",
|
|
1605
1586
|
"engines": {
|
|
1606
1587
|
"node": ">=10"
|
|
1607
1588
|
},
|
|
@@ -1613,7 +1594,6 @@
|
|
|
1613
1594
|
"version": "3.12.0",
|
|
1614
1595
|
"resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.12.0.tgz",
|
|
1615
1596
|
"integrity": "sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==",
|
|
1616
|
-
"license": "MIT",
|
|
1617
1597
|
"dependencies": {
|
|
1618
1598
|
"string-width": "^4.2.3"
|
|
1619
1599
|
},
|
|
@@ -1625,7 +1605,6 @@
|
|
|
1625
1605
|
"version": "5.0.1",
|
|
1626
1606
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
1627
1607
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
1628
|
-
"license": "MIT",
|
|
1629
1608
|
"engines": {
|
|
1630
1609
|
"node": ">=8"
|
|
1631
1610
|
}
|
|
@@ -1633,14 +1612,12 @@
|
|
|
1633
1612
|
"node_modules/@ui5/linter/node_modules/cli-progress/node_modules/emoji-regex": {
|
|
1634
1613
|
"version": "8.0.0",
|
|
1635
1614
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
1636
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
1637
|
-
"license": "MIT"
|
|
1615
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
1638
1616
|
},
|
|
1639
1617
|
"node_modules/@ui5/linter/node_modules/cli-progress/node_modules/is-fullwidth-code-point": {
|
|
1640
1618
|
"version": "3.0.0",
|
|
1641
1619
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
1642
1620
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
1643
|
-
"license": "MIT",
|
|
1644
1621
|
"engines": {
|
|
1645
1622
|
"node": ">=8"
|
|
1646
1623
|
}
|
|
@@ -1649,7 +1626,6 @@
|
|
|
1649
1626
|
"version": "4.2.3",
|
|
1650
1627
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
1651
1628
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
1652
|
-
"license": "MIT",
|
|
1653
1629
|
"dependencies": {
|
|
1654
1630
|
"emoji-regex": "^8.0.0",
|
|
1655
1631
|
"is-fullwidth-code-point": "^3.0.0",
|
|
@@ -1663,7 +1639,6 @@
|
|
|
1663
1639
|
"version": "6.0.1",
|
|
1664
1640
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
1665
1641
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
1666
|
-
"license": "MIT",
|
|
1667
1642
|
"dependencies": {
|
|
1668
1643
|
"ansi-regex": "^5.0.1"
|
|
1669
1644
|
},
|
|
@@ -1675,7 +1650,6 @@
|
|
|
1675
1650
|
"version": "8.0.1",
|
|
1676
1651
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
|
1677
1652
|
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
|
1678
|
-
"license": "ISC",
|
|
1679
1653
|
"dependencies": {
|
|
1680
1654
|
"string-width": "^4.2.0",
|
|
1681
1655
|
"strip-ansi": "^6.0.1",
|
|
@@ -1689,7 +1663,6 @@
|
|
|
1689
1663
|
"version": "5.0.1",
|
|
1690
1664
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
1691
1665
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
1692
|
-
"license": "MIT",
|
|
1693
1666
|
"engines": {
|
|
1694
1667
|
"node": ">=8"
|
|
1695
1668
|
}
|
|
@@ -1698,7 +1671,6 @@
|
|
|
1698
1671
|
"version": "4.3.0",
|
|
1699
1672
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
1700
1673
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
1701
|
-
"license": "MIT",
|
|
1702
1674
|
"dependencies": {
|
|
1703
1675
|
"color-convert": "^2.0.1"
|
|
1704
1676
|
},
|
|
@@ -1712,14 +1684,12 @@
|
|
|
1712
1684
|
"node_modules/@ui5/linter/node_modules/cliui/node_modules/emoji-regex": {
|
|
1713
1685
|
"version": "8.0.0",
|
|
1714
1686
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
1715
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
1716
|
-
"license": "MIT"
|
|
1687
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
1717
1688
|
},
|
|
1718
1689
|
"node_modules/@ui5/linter/node_modules/cliui/node_modules/is-fullwidth-code-point": {
|
|
1719
1690
|
"version": "3.0.0",
|
|
1720
1691
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
1721
1692
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
1722
|
-
"license": "MIT",
|
|
1723
1693
|
"engines": {
|
|
1724
1694
|
"node": ">=8"
|
|
1725
1695
|
}
|
|
@@ -1728,7 +1698,6 @@
|
|
|
1728
1698
|
"version": "4.2.3",
|
|
1729
1699
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
1730
1700
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
1731
|
-
"license": "MIT",
|
|
1732
1701
|
"dependencies": {
|
|
1733
1702
|
"emoji-regex": "^8.0.0",
|
|
1734
1703
|
"is-fullwidth-code-point": "^3.0.0",
|
|
@@ -1742,7 +1711,6 @@
|
|
|
1742
1711
|
"version": "6.0.1",
|
|
1743
1712
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
1744
1713
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
1745
|
-
"license": "MIT",
|
|
1746
1714
|
"dependencies": {
|
|
1747
1715
|
"ansi-regex": "^5.0.1"
|
|
1748
1716
|
},
|
|
@@ -1754,7 +1722,6 @@
|
|
|
1754
1722
|
"version": "7.0.0",
|
|
1755
1723
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
1756
1724
|
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
1757
|
-
"license": "MIT",
|
|
1758
1725
|
"dependencies": {
|
|
1759
1726
|
"ansi-styles": "^4.0.0",
|
|
1760
1727
|
"string-width": "^4.1.0",
|
|
@@ -1771,7 +1738,6 @@
|
|
|
1771
1738
|
"version": "2.1.2",
|
|
1772
1739
|
"resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
|
|
1773
1740
|
"integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
|
|
1774
|
-
"license": "MIT",
|
|
1775
1741
|
"engines": {
|
|
1776
1742
|
"node": ">=0.8"
|
|
1777
1743
|
}
|
|
@@ -1780,7 +1746,6 @@
|
|
|
1780
1746
|
"version": "2.0.1",
|
|
1781
1747
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
1782
1748
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
1783
|
-
"license": "MIT",
|
|
1784
1749
|
"dependencies": {
|
|
1785
1750
|
"color-name": "~1.1.4"
|
|
1786
1751
|
},
|
|
@@ -1791,14 +1756,12 @@
|
|
|
1791
1756
|
"node_modules/@ui5/linter/node_modules/color-name": {
|
|
1792
1757
|
"version": "1.1.4",
|
|
1793
1758
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
1794
|
-
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
1795
|
-
"license": "MIT"
|
|
1759
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
1796
1760
|
},
|
|
1797
1761
|
"node_modules/@ui5/linter/node_modules/config-chain": {
|
|
1798
1762
|
"version": "1.1.13",
|
|
1799
1763
|
"resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz",
|
|
1800
1764
|
"integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==",
|
|
1801
|
-
"license": "MIT",
|
|
1802
1765
|
"dependencies": {
|
|
1803
1766
|
"ini": "^1.3.4",
|
|
1804
1767
|
"proto-list": "~1.2.1"
|
|
@@ -1807,14 +1770,12 @@
|
|
|
1807
1770
|
"node_modules/@ui5/linter/node_modules/config-chain/node_modules/ini": {
|
|
1808
1771
|
"version": "1.3.8",
|
|
1809
1772
|
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
|
|
1810
|
-
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
|
|
1811
|
-
"license": "ISC"
|
|
1773
|
+
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
|
|
1812
1774
|
},
|
|
1813
1775
|
"node_modules/@ui5/linter/node_modules/configstore": {
|
|
1814
1776
|
"version": "7.1.0",
|
|
1815
1777
|
"resolved": "https://registry.npmjs.org/configstore/-/configstore-7.1.0.tgz",
|
|
1816
1778
|
"integrity": "sha512-N4oog6YJWbR9kGyXvS7jEykLDXIE2C0ILYqNBZBp9iwiJpoCBWYsuAdW6PPFn6w06jjnC+3JstVvWHO4cZqvRg==",
|
|
1817
|
-
"license": "BSD-2-Clause",
|
|
1818
1779
|
"dependencies": {
|
|
1819
1780
|
"atomically": "^2.0.3",
|
|
1820
1781
|
"dot-prop": "^9.0.0",
|
|
@@ -1832,7 +1793,6 @@
|
|
|
1832
1793
|
"version": "9.0.0",
|
|
1833
1794
|
"resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-9.0.0.tgz",
|
|
1834
1795
|
"integrity": "sha512-1gxPBJpI/pcjQhKgIU91II6Wkay+dLcN3M6rf2uwP8hRur3HtQXjVrdAK3sjC0piaEuxzMwjXChcETiJl47lAQ==",
|
|
1835
|
-
"license": "MIT",
|
|
1836
1796
|
"dependencies": {
|
|
1837
1797
|
"type-fest": "^4.18.2"
|
|
1838
1798
|
},
|
|
@@ -1847,7 +1807,6 @@
|
|
|
1847
1807
|
"version": "4.41.0",
|
|
1848
1808
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
|
|
1849
1809
|
"integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
|
|
1850
|
-
"license": "(MIT OR CC0-1.0)",
|
|
1851
1810
|
"engines": {
|
|
1852
1811
|
"node": ">=16"
|
|
1853
1812
|
},
|
|
@@ -1859,7 +1818,6 @@
|
|
|
1859
1818
|
"version": "7.0.6",
|
|
1860
1819
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
1861
1820
|
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
1862
|
-
"license": "MIT",
|
|
1863
1821
|
"dependencies": {
|
|
1864
1822
|
"path-key": "^3.1.0",
|
|
1865
1823
|
"shebang-command": "^2.0.0",
|
|
@@ -1872,14 +1830,12 @@
|
|
|
1872
1830
|
"node_modules/@ui5/linter/node_modules/cross-spawn/node_modules/isexe": {
|
|
1873
1831
|
"version": "2.0.0",
|
|
1874
1832
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
1875
|
-
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
|
|
1876
|
-
"license": "ISC"
|
|
1833
|
+
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
|
|
1877
1834
|
},
|
|
1878
1835
|
"node_modules/@ui5/linter/node_modules/cross-spawn/node_modules/which": {
|
|
1879
1836
|
"version": "2.0.2",
|
|
1880
1837
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
1881
1838
|
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
1882
|
-
"license": "ISC",
|
|
1883
1839
|
"dependencies": {
|
|
1884
1840
|
"isexe": "^2.0.0"
|
|
1885
1841
|
},
|
|
@@ -1894,7 +1850,6 @@
|
|
|
1894
1850
|
"version": "0.5.0",
|
|
1895
1851
|
"resolved": "https://registry.npmjs.org/data-with-position/-/data-with-position-0.5.0.tgz",
|
|
1896
1852
|
"integrity": "sha512-GhsgEIPWk7WCAisjwBkOjvPqpAlVUOSl1CTmy9KyhVMG1wxl29Zj5+J71WhQ/KgoJS/Psxq6Cnioz3xdBjeIWQ==",
|
|
1897
|
-
"license": "BSD-3-Clause",
|
|
1898
1853
|
"dependencies": {
|
|
1899
1854
|
"yaml-ast-parser": "^0.0.43"
|
|
1900
1855
|
}
|
|
@@ -1903,7 +1858,6 @@
|
|
|
1903
1858
|
"version": "4.4.3",
|
|
1904
1859
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
1905
1860
|
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
1906
|
-
"license": "MIT",
|
|
1907
1861
|
"dependencies": {
|
|
1908
1862
|
"ms": "^2.1.3"
|
|
1909
1863
|
},
|
|
@@ -1920,7 +1874,6 @@
|
|
|
1920
1874
|
"version": "0.6.0",
|
|
1921
1875
|
"resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
|
|
1922
1876
|
"integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
|
|
1923
|
-
"license": "MIT",
|
|
1924
1877
|
"engines": {
|
|
1925
1878
|
"node": ">=4.0.0"
|
|
1926
1879
|
}
|
|
@@ -1928,20 +1881,17 @@
|
|
|
1928
1881
|
"node_modules/@ui5/linter/node_modules/eastasianwidth": {
|
|
1929
1882
|
"version": "0.2.0",
|
|
1930
1883
|
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
|
1931
|
-
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
|
|
1932
|
-
"license": "MIT"
|
|
1884
|
+
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
|
|
1933
1885
|
},
|
|
1934
1886
|
"node_modules/@ui5/linter/node_modules/emoji-regex": {
|
|
1935
1887
|
"version": "9.2.2",
|
|
1936
1888
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
1937
|
-
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
|
|
1938
|
-
"license": "MIT"
|
|
1889
|
+
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
|
|
1939
1890
|
},
|
|
1940
1891
|
"node_modules/@ui5/linter/node_modules/encoding": {
|
|
1941
1892
|
"version": "0.1.13",
|
|
1942
1893
|
"resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz",
|
|
1943
1894
|
"integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
|
|
1944
|
-
"license": "MIT",
|
|
1945
1895
|
"optional": true,
|
|
1946
1896
|
"dependencies": {
|
|
1947
1897
|
"iconv-lite": "^0.6.2"
|
|
@@ -1951,7 +1901,6 @@
|
|
|
1951
1901
|
"version": "2.2.1",
|
|
1952
1902
|
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
|
|
1953
1903
|
"integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
|
|
1954
|
-
"license": "MIT",
|
|
1955
1904
|
"engines": {
|
|
1956
1905
|
"node": ">=6"
|
|
1957
1906
|
}
|
|
@@ -1959,14 +1908,12 @@
|
|
|
1959
1908
|
"node_modules/@ui5/linter/node_modules/err-code": {
|
|
1960
1909
|
"version": "2.0.3",
|
|
1961
1910
|
"resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz",
|
|
1962
|
-
"integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA=="
|
|
1963
|
-
"license": "MIT"
|
|
1911
|
+
"integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA=="
|
|
1964
1912
|
},
|
|
1965
1913
|
"node_modules/@ui5/linter/node_modules/escalade": {
|
|
1966
1914
|
"version": "3.2.0",
|
|
1967
1915
|
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
1968
1916
|
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
1969
|
-
"license": "MIT",
|
|
1970
1917
|
"engines": {
|
|
1971
1918
|
"node": ">=6"
|
|
1972
1919
|
}
|
|
@@ -1975,7 +1922,6 @@
|
|
|
1975
1922
|
"version": "4.0.0",
|
|
1976
1923
|
"resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-4.0.0.tgz",
|
|
1977
1924
|
"integrity": "sha512-2Sd4ShcWxbx6OY1IHyla/CVNwvg7XwZVoXZHcSu9w9SReNP1EzzD5T8NWKIR38fIqEns9kDWKUQTXXAmlDrdPg==",
|
|
1978
|
-
"license": "MIT",
|
|
1979
1925
|
"engines": {
|
|
1980
1926
|
"node": ">=12"
|
|
1981
1927
|
},
|
|
@@ -1987,7 +1933,6 @@
|
|
|
1987
1933
|
"version": "5.0.0",
|
|
1988
1934
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
1989
1935
|
"integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
|
|
1990
|
-
"license": "MIT",
|
|
1991
1936
|
"engines": {
|
|
1992
1937
|
"node": ">=12"
|
|
1993
1938
|
},
|
|
@@ -1998,20 +1943,17 @@
|
|
|
1998
1943
|
"node_modules/@ui5/linter/node_modules/exponential-backoff": {
|
|
1999
1944
|
"version": "3.1.3",
|
|
2000
1945
|
"resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.3.tgz",
|
|
2001
|
-
"integrity": "sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA=="
|
|
2002
|
-
"license": "Apache-2.0"
|
|
1946
|
+
"integrity": "sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA=="
|
|
2003
1947
|
},
|
|
2004
1948
|
"node_modules/@ui5/linter/node_modules/fast-deep-equal": {
|
|
2005
1949
|
"version": "3.1.3",
|
|
2006
1950
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
2007
|
-
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
|
|
2008
|
-
"license": "MIT"
|
|
1951
|
+
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
|
|
2009
1952
|
},
|
|
2010
1953
|
"node_modules/@ui5/linter/node_modules/fast-glob": {
|
|
2011
1954
|
"version": "3.3.3",
|
|
2012
1955
|
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
|
|
2013
1956
|
"integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
|
|
2014
|
-
"license": "MIT",
|
|
2015
1957
|
"dependencies": {
|
|
2016
1958
|
"@nodelib/fs.stat": "^2.0.2",
|
|
2017
1959
|
"@nodelib/fs.walk": "^1.2.3",
|
|
@@ -2027,7 +1969,6 @@
|
|
|
2027
1969
|
"version": "5.1.2",
|
|
2028
1970
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
2029
1971
|
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
2030
|
-
"license": "ISC",
|
|
2031
1972
|
"dependencies": {
|
|
2032
1973
|
"is-glob": "^4.0.1"
|
|
2033
1974
|
},
|
|
@@ -2038,8 +1979,7 @@
|
|
|
2038
1979
|
"node_modules/@ui5/linter/node_modules/fast-json-stable-stringify": {
|
|
2039
1980
|
"version": "2.1.0",
|
|
2040
1981
|
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
|
|
2041
|
-
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
|
|
2042
|
-
"license": "MIT"
|
|
1982
|
+
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
|
|
2043
1983
|
},
|
|
2044
1984
|
"node_modules/@ui5/linter/node_modules/fast-uri": {
|
|
2045
1985
|
"version": "3.1.0",
|
|
@@ -2054,22 +1994,20 @@
|
|
|
2054
1994
|
"type": "opencollective",
|
|
2055
1995
|
"url": "https://opencollective.com/fastify"
|
|
2056
1996
|
}
|
|
2057
|
-
]
|
|
2058
|
-
"license": "BSD-3-Clause"
|
|
1997
|
+
]
|
|
2059
1998
|
},
|
|
2060
1999
|
"node_modules/@ui5/linter/node_modules/fast-xml-parser": {
|
|
2061
|
-
"version": "5.3.
|
|
2062
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.
|
|
2063
|
-
"integrity": "sha512-
|
|
2000
|
+
"version": "5.3.6",
|
|
2001
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.6.tgz",
|
|
2002
|
+
"integrity": "sha512-QNI3sAvSvaOiaMl8FYU4trnEzCwiRr8XMWgAHzlrWpTSj+QaCSvOf1h82OEP1s4hiAXhnbXSyFWCf4ldZzZRVA==",
|
|
2064
2003
|
"funding": [
|
|
2065
2004
|
{
|
|
2066
2005
|
"type": "github",
|
|
2067
2006
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
2068
2007
|
}
|
|
2069
2008
|
],
|
|
2070
|
-
"license": "MIT",
|
|
2071
2009
|
"dependencies": {
|
|
2072
|
-
"strnum": "^2.1.
|
|
2010
|
+
"strnum": "^2.1.2"
|
|
2073
2011
|
},
|
|
2074
2012
|
"bin": {
|
|
2075
2013
|
"fxparser": "src/cli/cli.js"
|
|
@@ -2079,7 +2017,6 @@
|
|
|
2079
2017
|
"version": "1.20.1",
|
|
2080
2018
|
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
|
|
2081
2019
|
"integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
|
|
2082
|
-
"license": "ISC",
|
|
2083
2020
|
"dependencies": {
|
|
2084
2021
|
"reusify": "^1.0.4"
|
|
2085
2022
|
}
|
|
@@ -2088,7 +2025,6 @@
|
|
|
2088
2025
|
"version": "6.5.0",
|
|
2089
2026
|
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
2090
2027
|
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
2091
|
-
"license": "MIT",
|
|
2092
2028
|
"engines": {
|
|
2093
2029
|
"node": ">=12.0.0"
|
|
2094
2030
|
},
|
|
@@ -2105,7 +2041,6 @@
|
|
|
2105
2041
|
"version": "6.1.0",
|
|
2106
2042
|
"resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz",
|
|
2107
2043
|
"integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==",
|
|
2108
|
-
"license": "MIT",
|
|
2109
2044
|
"dependencies": {
|
|
2110
2045
|
"is-unicode-supported": "^2.0.0"
|
|
2111
2046
|
},
|
|
@@ -2120,7 +2055,6 @@
|
|
|
2120
2055
|
"version": "7.1.1",
|
|
2121
2056
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
|
2122
2057
|
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
2123
|
-
"license": "MIT",
|
|
2124
2058
|
"dependencies": {
|
|
2125
2059
|
"to-regex-range": "^5.0.1"
|
|
2126
2060
|
},
|
|
@@ -2132,7 +2066,6 @@
|
|
|
2132
2066
|
"version": "1.0.1",
|
|
2133
2067
|
"resolved": "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.1.tgz",
|
|
2134
2068
|
"integrity": "sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==",
|
|
2135
|
-
"license": "MIT",
|
|
2136
2069
|
"engines": {
|
|
2137
2070
|
"node": ">=18"
|
|
2138
2071
|
},
|
|
@@ -2144,7 +2077,6 @@
|
|
|
2144
2077
|
"version": "3.3.1",
|
|
2145
2078
|
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
2146
2079
|
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
|
|
2147
|
-
"license": "ISC",
|
|
2148
2080
|
"dependencies": {
|
|
2149
2081
|
"cross-spawn": "^7.0.6",
|
|
2150
2082
|
"signal-exit": "^4.0.1"
|
|
@@ -2160,7 +2092,6 @@
|
|
|
2160
2092
|
"version": "3.0.3",
|
|
2161
2093
|
"resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.3.tgz",
|
|
2162
2094
|
"integrity": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==",
|
|
2163
|
-
"license": "ISC",
|
|
2164
2095
|
"dependencies": {
|
|
2165
2096
|
"minipass": "^7.0.3"
|
|
2166
2097
|
},
|
|
@@ -2172,7 +2103,6 @@
|
|
|
2172
2103
|
"version": "1.1.2",
|
|
2173
2104
|
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
2174
2105
|
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
2175
|
-
"license": "MIT",
|
|
2176
2106
|
"funding": {
|
|
2177
2107
|
"url": "https://github.com/sponsors/ljharb"
|
|
2178
2108
|
}
|
|
@@ -2181,7 +2111,6 @@
|
|
|
2181
2111
|
"version": "2.0.5",
|
|
2182
2112
|
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
|
2183
2113
|
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
|
|
2184
|
-
"license": "ISC",
|
|
2185
2114
|
"engines": {
|
|
2186
2115
|
"node": "6.* || 8.* || >= 10.*"
|
|
2187
2116
|
}
|
|
@@ -2190,7 +2119,6 @@
|
|
|
2190
2119
|
"version": "1.4.0",
|
|
2191
2120
|
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz",
|
|
2192
2121
|
"integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",
|
|
2193
|
-
"license": "MIT",
|
|
2194
2122
|
"engines": {
|
|
2195
2123
|
"node": ">=18"
|
|
2196
2124
|
},
|
|
@@ -2203,7 +2131,6 @@
|
|
|
2203
2131
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
2204
2132
|
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
2205
2133
|
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
2206
|
-
"license": "ISC",
|
|
2207
2134
|
"dependencies": {
|
|
2208
2135
|
"foreground-child": "^3.1.0",
|
|
2209
2136
|
"jackspeak": "^3.1.2",
|
|
@@ -2219,11 +2146,15 @@
|
|
|
2219
2146
|
"url": "https://github.com/sponsors/isaacs"
|
|
2220
2147
|
}
|
|
2221
2148
|
},
|
|
2149
|
+
"node_modules/@ui5/linter/node_modules/glob/node_modules/balanced-match": {
|
|
2150
|
+
"version": "1.0.2",
|
|
2151
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
2152
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
|
|
2153
|
+
},
|
|
2222
2154
|
"node_modules/@ui5/linter/node_modules/glob/node_modules/brace-expansion": {
|
|
2223
2155
|
"version": "2.0.2",
|
|
2224
2156
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
2225
2157
|
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
2226
|
-
"license": "MIT",
|
|
2227
2158
|
"dependencies": {
|
|
2228
2159
|
"balanced-match": "^1.0.0"
|
|
2229
2160
|
}
|
|
@@ -2232,7 +2163,6 @@
|
|
|
2232
2163
|
"version": "9.0.5",
|
|
2233
2164
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
2234
2165
|
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
2235
|
-
"license": "ISC",
|
|
2236
2166
|
"dependencies": {
|
|
2237
2167
|
"brace-expansion": "^2.0.1"
|
|
2238
2168
|
},
|
|
@@ -2247,7 +2177,6 @@
|
|
|
2247
2177
|
"version": "4.0.1",
|
|
2248
2178
|
"resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
|
|
2249
2179
|
"integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
|
|
2250
|
-
"license": "MIT",
|
|
2251
2180
|
"dependencies": {
|
|
2252
2181
|
"ini": "4.1.1"
|
|
2253
2182
|
},
|
|
@@ -2262,7 +2191,6 @@
|
|
|
2262
2191
|
"version": "4.1.1",
|
|
2263
2192
|
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
|
|
2264
2193
|
"integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
|
|
2265
|
-
"license": "ISC",
|
|
2266
2194
|
"engines": {
|
|
2267
2195
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
2268
2196
|
}
|
|
@@ -2271,7 +2199,6 @@
|
|
|
2271
2199
|
"version": "17.3.0",
|
|
2272
2200
|
"resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz",
|
|
2273
2201
|
"integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==",
|
|
2274
|
-
"license": "MIT",
|
|
2275
2202
|
"engines": {
|
|
2276
2203
|
"node": ">=18"
|
|
2277
2204
|
},
|
|
@@ -2280,20 +2207,19 @@
|
|
|
2280
2207
|
}
|
|
2281
2208
|
},
|
|
2282
2209
|
"node_modules/@ui5/linter/node_modules/globby": {
|
|
2283
|
-
"version": "
|
|
2284
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-
|
|
2285
|
-
"integrity": "sha512
|
|
2286
|
-
"license": "MIT",
|
|
2210
|
+
"version": "16.1.0",
|
|
2211
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-16.1.0.tgz",
|
|
2212
|
+
"integrity": "sha512-+A4Hq7m7Ze592k9gZRy4gJ27DrXRNnC1vPjxTt1qQxEY8RxagBkBxivkCwg7FxSTG0iLLEMaUx13oOr0R2/qcQ==",
|
|
2287
2213
|
"dependencies": {
|
|
2288
|
-
"@sindresorhus/merge-streams": "^
|
|
2214
|
+
"@sindresorhus/merge-streams": "^4.0.0",
|
|
2289
2215
|
"fast-glob": "^3.3.3",
|
|
2290
|
-
"ignore": "^7.0.
|
|
2291
|
-
"path-
|
|
2216
|
+
"ignore": "^7.0.5",
|
|
2217
|
+
"is-path-inside": "^4.0.0",
|
|
2292
2218
|
"slash": "^5.1.0",
|
|
2293
|
-
"unicorn-magic": "^0.
|
|
2219
|
+
"unicorn-magic": "^0.4.0"
|
|
2294
2220
|
},
|
|
2295
2221
|
"engines": {
|
|
2296
|
-
"node": ">=
|
|
2222
|
+
"node": ">=20"
|
|
2297
2223
|
},
|
|
2298
2224
|
"funding": {
|
|
2299
2225
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -2303,7 +2229,6 @@
|
|
|
2303
2229
|
"version": "7.0.5",
|
|
2304
2230
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
|
|
2305
2231
|
"integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
|
|
2306
|
-
"license": "MIT",
|
|
2307
2232
|
"engines": {
|
|
2308
2233
|
"node": ">= 4"
|
|
2309
2234
|
}
|
|
@@ -2311,14 +2236,12 @@
|
|
|
2311
2236
|
"node_modules/@ui5/linter/node_modules/graceful-fs": {
|
|
2312
2237
|
"version": "4.2.11",
|
|
2313
2238
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
2314
|
-
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
|
|
2315
|
-
"license": "ISC"
|
|
2239
|
+
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
|
|
2316
2240
|
},
|
|
2317
2241
|
"node_modules/@ui5/linter/node_modules/hasown": {
|
|
2318
2242
|
"version": "2.0.2",
|
|
2319
2243
|
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
2320
2244
|
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
2321
|
-
"license": "MIT",
|
|
2322
2245
|
"dependencies": {
|
|
2323
2246
|
"function-bind": "^1.1.2"
|
|
2324
2247
|
},
|
|
@@ -2330,7 +2253,6 @@
|
|
|
2330
2253
|
"version": "1.2.0",
|
|
2331
2254
|
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
|
|
2332
2255
|
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
|
|
2333
|
-
"license": "MIT",
|
|
2334
2256
|
"bin": {
|
|
2335
2257
|
"he": "bin/he"
|
|
2336
2258
|
}
|
|
@@ -2339,7 +2261,6 @@
|
|
|
2339
2261
|
"version": "8.1.0",
|
|
2340
2262
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-8.1.0.tgz",
|
|
2341
2263
|
"integrity": "sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw==",
|
|
2342
|
-
"license": "ISC",
|
|
2343
2264
|
"dependencies": {
|
|
2344
2265
|
"lru-cache": "^10.0.1"
|
|
2345
2266
|
},
|
|
@@ -2350,20 +2271,17 @@
|
|
|
2350
2271
|
"node_modules/@ui5/linter/node_modules/hosted-git-info/node_modules/lru-cache": {
|
|
2351
2272
|
"version": "10.4.3",
|
|
2352
2273
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
2353
|
-
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
|
|
2354
|
-
"license": "ISC"
|
|
2274
|
+
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
|
|
2355
2275
|
},
|
|
2356
2276
|
"node_modules/@ui5/linter/node_modules/http-cache-semantics": {
|
|
2357
2277
|
"version": "4.2.0",
|
|
2358
2278
|
"resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz",
|
|
2359
|
-
"integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ=="
|
|
2360
|
-
"license": "BSD-2-Clause"
|
|
2279
|
+
"integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ=="
|
|
2361
2280
|
},
|
|
2362
2281
|
"node_modules/@ui5/linter/node_modules/http-proxy-agent": {
|
|
2363
2282
|
"version": "7.0.2",
|
|
2364
2283
|
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
2365
2284
|
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
2366
|
-
"license": "MIT",
|
|
2367
2285
|
"dependencies": {
|
|
2368
2286
|
"agent-base": "^7.1.0",
|
|
2369
2287
|
"debug": "^4.3.4"
|
|
@@ -2376,7 +2294,6 @@
|
|
|
2376
2294
|
"version": "7.0.6",
|
|
2377
2295
|
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
2378
2296
|
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
2379
|
-
"license": "MIT",
|
|
2380
2297
|
"dependencies": {
|
|
2381
2298
|
"agent-base": "^7.1.2",
|
|
2382
2299
|
"debug": "4"
|
|
@@ -2389,7 +2306,6 @@
|
|
|
2389
2306
|
"version": "0.6.3",
|
|
2390
2307
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
2391
2308
|
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
2392
|
-
"license": "MIT",
|
|
2393
2309
|
"optional": true,
|
|
2394
2310
|
"dependencies": {
|
|
2395
2311
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
@@ -2402,7 +2318,6 @@
|
|
|
2402
2318
|
"version": "7.0.0",
|
|
2403
2319
|
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-7.0.0.tgz",
|
|
2404
2320
|
"integrity": "sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==",
|
|
2405
|
-
"license": "ISC",
|
|
2406
2321
|
"dependencies": {
|
|
2407
2322
|
"minimatch": "^9.0.0"
|
|
2408
2323
|
},
|
|
@@ -2410,11 +2325,15 @@
|
|
|
2410
2325
|
"node": "^18.17.0 || >=20.5.0"
|
|
2411
2326
|
}
|
|
2412
2327
|
},
|
|
2328
|
+
"node_modules/@ui5/linter/node_modules/ignore-walk/node_modules/balanced-match": {
|
|
2329
|
+
"version": "1.0.2",
|
|
2330
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
2331
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
|
|
2332
|
+
},
|
|
2413
2333
|
"node_modules/@ui5/linter/node_modules/ignore-walk/node_modules/brace-expansion": {
|
|
2414
2334
|
"version": "2.0.2",
|
|
2415
2335
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
2416
2336
|
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
2417
|
-
"license": "MIT",
|
|
2418
2337
|
"dependencies": {
|
|
2419
2338
|
"balanced-match": "^1.0.0"
|
|
2420
2339
|
}
|
|
@@ -2423,7 +2342,6 @@
|
|
|
2423
2342
|
"version": "9.0.5",
|
|
2424
2343
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
2425
2344
|
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
2426
|
-
"license": "ISC",
|
|
2427
2345
|
"dependencies": {
|
|
2428
2346
|
"brace-expansion": "^2.0.1"
|
|
2429
2347
|
},
|
|
@@ -2438,7 +2356,6 @@
|
|
|
2438
2356
|
"version": "0.1.4",
|
|
2439
2357
|
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
|
2440
2358
|
"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
|
|
2441
|
-
"license": "MIT",
|
|
2442
2359
|
"engines": {
|
|
2443
2360
|
"node": ">=0.8.19"
|
|
2444
2361
|
}
|
|
@@ -2447,7 +2364,6 @@
|
|
|
2447
2364
|
"version": "1.2.0",
|
|
2448
2365
|
"resolved": "https://registry.npmjs.org/index-to-position/-/index-to-position-1.2.0.tgz",
|
|
2449
2366
|
"integrity": "sha512-Yg7+ztRkqslMAS2iFaU+Oa4KTSidr63OsFGlOrJoW981kIYO3CGCS3wA95P1mUi/IVSJkn0D479KTJpVpvFNuw==",
|
|
2450
|
-
"license": "MIT",
|
|
2451
2367
|
"engines": {
|
|
2452
2368
|
"node": ">=18"
|
|
2453
2369
|
},
|
|
@@ -2459,7 +2375,6 @@
|
|
|
2459
2375
|
"version": "5.0.0",
|
|
2460
2376
|
"resolved": "https://registry.npmjs.org/ini/-/ini-5.0.0.tgz",
|
|
2461
2377
|
"integrity": "sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw==",
|
|
2462
|
-
"license": "ISC",
|
|
2463
2378
|
"engines": {
|
|
2464
2379
|
"node": "^18.17.0 || >=20.5.0"
|
|
2465
2380
|
}
|
|
@@ -2468,7 +2383,6 @@
|
|
|
2468
2383
|
"version": "10.1.0",
|
|
2469
2384
|
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz",
|
|
2470
2385
|
"integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
|
|
2471
|
-
"license": "MIT",
|
|
2472
2386
|
"engines": {
|
|
2473
2387
|
"node": ">= 12"
|
|
2474
2388
|
}
|
|
@@ -2477,7 +2391,6 @@
|
|
|
2477
2391
|
"version": "2.16.1",
|
|
2478
2392
|
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
|
|
2479
2393
|
"integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
|
|
2480
|
-
"license": "MIT",
|
|
2481
2394
|
"dependencies": {
|
|
2482
2395
|
"hasown": "^2.0.2"
|
|
2483
2396
|
},
|
|
@@ -2492,7 +2405,6 @@
|
|
|
2492
2405
|
"version": "2.1.1",
|
|
2493
2406
|
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
2494
2407
|
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
2495
|
-
"license": "MIT",
|
|
2496
2408
|
"engines": {
|
|
2497
2409
|
"node": ">=0.10.0"
|
|
2498
2410
|
}
|
|
@@ -2501,7 +2413,6 @@
|
|
|
2501
2413
|
"version": "4.0.3",
|
|
2502
2414
|
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
2503
2415
|
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
2504
|
-
"license": "MIT",
|
|
2505
2416
|
"dependencies": {
|
|
2506
2417
|
"is-extglob": "^2.1.1"
|
|
2507
2418
|
},
|
|
@@ -2513,7 +2424,6 @@
|
|
|
2513
2424
|
"version": "1.0.0",
|
|
2514
2425
|
"resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-1.0.0.tgz",
|
|
2515
2426
|
"integrity": "sha512-eUuAjybVTHMYWm/U+vBO1sY/JOCgoPCXRxzdju0K+K0BiGW0SChEL1MLC0PoCIR1OlPo5YAp8HuQoUlsWEICwg==",
|
|
2516
|
-
"license": "MIT",
|
|
2517
2427
|
"bin": {
|
|
2518
2428
|
"is-in-ci": "cli.js"
|
|
2519
2429
|
},
|
|
@@ -2528,7 +2438,6 @@
|
|
|
2528
2438
|
"version": "1.0.0",
|
|
2529
2439
|
"resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
|
|
2530
2440
|
"integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
|
|
2531
|
-
"license": "MIT",
|
|
2532
2441
|
"dependencies": {
|
|
2533
2442
|
"global-directory": "^4.0.1",
|
|
2534
2443
|
"is-path-inside": "^4.0.0"
|
|
@@ -2544,7 +2453,6 @@
|
|
|
2544
2453
|
"version": "6.1.0",
|
|
2545
2454
|
"resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.1.0.tgz",
|
|
2546
2455
|
"integrity": "sha512-O2z4/kNgyjhQwVR1Wpkbfc19JIhggF97NZNCpWTnjH7kVcZMUrnut9XSN7txI7VdyIYk5ZatOq3zvSuWpU8hoA==",
|
|
2547
|
-
"license": "MIT",
|
|
2548
2456
|
"engines": {
|
|
2549
2457
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
2550
2458
|
},
|
|
@@ -2556,7 +2464,6 @@
|
|
|
2556
2464
|
"version": "7.0.0",
|
|
2557
2465
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
|
2558
2466
|
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
2559
|
-
"license": "MIT",
|
|
2560
2467
|
"engines": {
|
|
2561
2468
|
"node": ">=0.12.0"
|
|
2562
2469
|
}
|
|
@@ -2565,7 +2472,6 @@
|
|
|
2565
2472
|
"version": "4.0.0",
|
|
2566
2473
|
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
|
|
2567
2474
|
"integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
|
|
2568
|
-
"license": "MIT",
|
|
2569
2475
|
"engines": {
|
|
2570
2476
|
"node": ">=12"
|
|
2571
2477
|
},
|
|
@@ -2577,7 +2483,6 @@
|
|
|
2577
2483
|
"version": "2.1.0",
|
|
2578
2484
|
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
|
|
2579
2485
|
"integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
|
|
2580
|
-
"license": "MIT",
|
|
2581
2486
|
"engines": {
|
|
2582
2487
|
"node": ">=18"
|
|
2583
2488
|
},
|
|
@@ -2586,19 +2491,17 @@
|
|
|
2586
2491
|
}
|
|
2587
2492
|
},
|
|
2588
2493
|
"node_modules/@ui5/linter/node_modules/isexe": {
|
|
2589
|
-
"version": "3.1.
|
|
2590
|
-
"resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.
|
|
2591
|
-
"integrity": "sha512-
|
|
2592
|
-
"license": "ISC",
|
|
2494
|
+
"version": "3.1.5",
|
|
2495
|
+
"resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.5.tgz",
|
|
2496
|
+
"integrity": "sha512-6B3tLtFqtQS4ekarvLVMZ+X+VlvQekbe4taUkf/rhVO3d/h0M2rfARm/pXLcPEsjjMsFgrFgSrhQIxcSVrBz8w==",
|
|
2593
2497
|
"engines": {
|
|
2594
|
-
"node": ">=
|
|
2498
|
+
"node": ">=18"
|
|
2595
2499
|
}
|
|
2596
2500
|
},
|
|
2597
2501
|
"node_modules/@ui5/linter/node_modules/jackspeak": {
|
|
2598
2502
|
"version": "3.4.3",
|
|
2599
2503
|
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
|
|
2600
2504
|
"integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
|
|
2601
|
-
"license": "BlueOak-1.0.0",
|
|
2602
2505
|
"dependencies": {
|
|
2603
2506
|
"@isaacs/cliui": "^8.0.2"
|
|
2604
2507
|
},
|
|
@@ -2612,14 +2515,12 @@
|
|
|
2612
2515
|
"node_modules/@ui5/linter/node_modules/js-tokens": {
|
|
2613
2516
|
"version": "4.0.0",
|
|
2614
2517
|
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
2615
|
-
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
|
|
2616
|
-
"license": "MIT"
|
|
2518
|
+
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
|
|
2617
2519
|
},
|
|
2618
2520
|
"node_modules/@ui5/linter/node_modules/json-parse-even-better-errors": {
|
|
2619
2521
|
"version": "4.0.0",
|
|
2620
2522
|
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz",
|
|
2621
2523
|
"integrity": "sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==",
|
|
2622
|
-
"license": "MIT",
|
|
2623
2524
|
"engines": {
|
|
2624
2525
|
"node": "^18.17.0 || >=20.5.0"
|
|
2625
2526
|
}
|
|
@@ -2627,14 +2528,12 @@
|
|
|
2627
2528
|
"node_modules/@ui5/linter/node_modules/json-schema-traverse": {
|
|
2628
2529
|
"version": "1.0.0",
|
|
2629
2530
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
2630
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
|
|
2631
|
-
"license": "MIT"
|
|
2531
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
|
|
2632
2532
|
},
|
|
2633
2533
|
"node_modules/@ui5/linter/node_modules/json-source-map": {
|
|
2634
2534
|
"version": "0.6.1",
|
|
2635
2535
|
"resolved": "https://registry.npmjs.org/json-source-map/-/json-source-map-0.6.1.tgz",
|
|
2636
|
-
"integrity": "sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg=="
|
|
2637
|
-
"license": "MIT"
|
|
2536
|
+
"integrity": "sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg=="
|
|
2638
2537
|
},
|
|
2639
2538
|
"node_modules/@ui5/linter/node_modules/jsonparse": {
|
|
2640
2539
|
"version": "1.3.1",
|
|
@@ -2642,14 +2541,12 @@
|
|
|
2642
2541
|
"integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==",
|
|
2643
2542
|
"engines": [
|
|
2644
2543
|
"node >= 0.2.0"
|
|
2645
|
-
]
|
|
2646
|
-
"license": "MIT"
|
|
2544
|
+
]
|
|
2647
2545
|
},
|
|
2648
2546
|
"node_modules/@ui5/linter/node_modules/ky": {
|
|
2649
2547
|
"version": "1.14.3",
|
|
2650
2548
|
"resolved": "https://registry.npmjs.org/ky/-/ky-1.14.3.tgz",
|
|
2651
2549
|
"integrity": "sha512-9zy9lkjac+TR1c2tG+mkNSVlyOpInnWdSMiue4F+kq8TwJSgv6o8jhLRg8Ho6SnZ9wOYUq/yozts9qQCfk7bIw==",
|
|
2652
|
-
"license": "MIT",
|
|
2653
2550
|
"engines": {
|
|
2654
2551
|
"node": ">=18"
|
|
2655
2552
|
},
|
|
@@ -2661,7 +2558,6 @@
|
|
|
2661
2558
|
"version": "9.0.0",
|
|
2662
2559
|
"resolved": "https://registry.npmjs.org/latest-version/-/latest-version-9.0.0.tgz",
|
|
2663
2560
|
"integrity": "sha512-7W0vV3rqv5tokqkBAFV1LbR7HPOWzXQDpDgEuib/aJ1jsZZx6x3c2mBI+TJhJzOhkGeaLbCKEHXEXLfirtG2JA==",
|
|
2664
|
-
"license": "MIT",
|
|
2665
2561
|
"dependencies": {
|
|
2666
2562
|
"package-json": "^10.0.0"
|
|
2667
2563
|
},
|
|
@@ -2676,7 +2572,6 @@
|
|
|
2676
2572
|
"version": "1.0.4",
|
|
2677
2573
|
"resolved": "https://registry.npmjs.org/lockfile/-/lockfile-1.0.4.tgz",
|
|
2678
2574
|
"integrity": "sha512-cvbTwETRfsFh4nHsL1eGWapU1XFi5Ot9E85sWAwia7Y7EgB7vfqcZhTKZ+l7hCGxSPoushMv5GKhT5PdLv03WA==",
|
|
2679
|
-
"license": "ISC",
|
|
2680
2575
|
"dependencies": {
|
|
2681
2576
|
"signal-exit": "^3.0.2"
|
|
2682
2577
|
}
|
|
@@ -2684,14 +2579,12 @@
|
|
|
2684
2579
|
"node_modules/@ui5/linter/node_modules/lockfile/node_modules/signal-exit": {
|
|
2685
2580
|
"version": "3.0.7",
|
|
2686
2581
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
2687
|
-
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
|
|
2688
|
-
"license": "ISC"
|
|
2582
|
+
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
|
|
2689
2583
|
},
|
|
2690
2584
|
"node_modules/@ui5/linter/node_modules/magic-string": {
|
|
2691
2585
|
"version": "0.30.21",
|
|
2692
2586
|
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
2693
2587
|
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
2694
|
-
"license": "MIT",
|
|
2695
2588
|
"dependencies": {
|
|
2696
2589
|
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
2697
2590
|
}
|
|
@@ -2700,7 +2593,6 @@
|
|
|
2700
2593
|
"version": "14.0.3",
|
|
2701
2594
|
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-14.0.3.tgz",
|
|
2702
2595
|
"integrity": "sha512-QMjGbFTP0blj97EeidG5hk/QhKQ3T4ICckQGLgz38QF7Vgbk6e6FTARN8KhKxyBbWn8R0HU+bnw8aSoFPD4qtQ==",
|
|
2703
|
-
"license": "ISC",
|
|
2704
2596
|
"dependencies": {
|
|
2705
2597
|
"@npmcli/agent": "^3.0.0",
|
|
2706
2598
|
"cacache": "^19.0.1",
|
|
@@ -2722,7 +2614,6 @@
|
|
|
2722
2614
|
"version": "4.0.0",
|
|
2723
2615
|
"resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-4.0.0.tgz",
|
|
2724
2616
|
"integrity": "sha512-/xGlezI6xfGO9NwuJlnwz/K14qD1kCSAGtacBHnGzeAIuJGazcp45KP5NuyARXoKb7cwulAGWVsbeSxdG/cb0Q==",
|
|
2725
|
-
"license": "ISC",
|
|
2726
2617
|
"dependencies": {
|
|
2727
2618
|
"semver": "^7.3.5"
|
|
2728
2619
|
},
|
|
@@ -2734,7 +2625,6 @@
|
|
|
2734
2625
|
"version": "19.0.1",
|
|
2735
2626
|
"resolved": "https://registry.npmjs.org/cacache/-/cacache-19.0.1.tgz",
|
|
2736
2627
|
"integrity": "sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==",
|
|
2737
|
-
"license": "ISC",
|
|
2738
2628
|
"dependencies": {
|
|
2739
2629
|
"@npmcli/fs": "^4.0.0",
|
|
2740
2630
|
"fs-minipass": "^3.0.0",
|
|
@@ -2756,14 +2646,12 @@
|
|
|
2756
2646
|
"node_modules/@ui5/linter/node_modules/make-fetch-happen/node_modules/lru-cache": {
|
|
2757
2647
|
"version": "10.4.3",
|
|
2758
2648
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
2759
|
-
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
|
|
2760
|
-
"license": "ISC"
|
|
2649
|
+
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
|
|
2761
2650
|
},
|
|
2762
2651
|
"node_modules/@ui5/linter/node_modules/make-fetch-happen/node_modules/ssri": {
|
|
2763
2652
|
"version": "12.0.0",
|
|
2764
2653
|
"resolved": "https://registry.npmjs.org/ssri/-/ssri-12.0.0.tgz",
|
|
2765
2654
|
"integrity": "sha512-S7iGNosepx9RadX82oimUkvr0Ct7IjJbEbs4mJcTxst8um95J3sDYU1RBEOvdu6oL1Wek2ODI5i4MAw+dZ6cAQ==",
|
|
2766
|
-
"license": "ISC",
|
|
2767
2655
|
"dependencies": {
|
|
2768
2656
|
"minipass": "^7.0.3"
|
|
2769
2657
|
},
|
|
@@ -2775,7 +2663,6 @@
|
|
|
2775
2663
|
"version": "4.0.0",
|
|
2776
2664
|
"resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-4.0.0.tgz",
|
|
2777
2665
|
"integrity": "sha512-XSnEewXmQ+veP7xX2dS5Q4yZAvO40cBN2MWkJ7D/6sW4Dg6wYBNwM1Vrnz1FhH5AdeLIlUXRI9e28z1YZi71NQ==",
|
|
2778
|
-
"license": "ISC",
|
|
2779
2666
|
"dependencies": {
|
|
2780
2667
|
"unique-slug": "^5.0.0"
|
|
2781
2668
|
},
|
|
@@ -2787,7 +2674,6 @@
|
|
|
2787
2674
|
"version": "5.0.0",
|
|
2788
2675
|
"resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-5.0.0.tgz",
|
|
2789
2676
|
"integrity": "sha512-9OdaqO5kwqR+1kVgHAhsp5vPNU0hnxRa26rBFNfNgM7M6pNtgzeBn3s/xbyCQL3dcjzOatcef6UUHpB/6MaETg==",
|
|
2790
|
-
"license": "ISC",
|
|
2791
2677
|
"dependencies": {
|
|
2792
2678
|
"imurmurhash": "^0.1.4"
|
|
2793
2679
|
},
|
|
@@ -2799,7 +2685,6 @@
|
|
|
2799
2685
|
"version": "1.4.1",
|
|
2800
2686
|
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
|
|
2801
2687
|
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
|
|
2802
|
-
"license": "MIT",
|
|
2803
2688
|
"engines": {
|
|
2804
2689
|
"node": ">= 8"
|
|
2805
2690
|
}
|
|
@@ -2808,7 +2693,6 @@
|
|
|
2808
2693
|
"version": "4.0.8",
|
|
2809
2694
|
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
2810
2695
|
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
2811
|
-
"license": "MIT",
|
|
2812
2696
|
"dependencies": {
|
|
2813
2697
|
"braces": "^3.0.3",
|
|
2814
2698
|
"picomatch": "^2.3.1"
|
|
@@ -2821,7 +2705,6 @@
|
|
|
2821
2705
|
"version": "2.3.1",
|
|
2822
2706
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
2823
2707
|
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
2824
|
-
"license": "MIT",
|
|
2825
2708
|
"engines": {
|
|
2826
2709
|
"node": ">=8.6"
|
|
2827
2710
|
},
|
|
@@ -2830,12 +2713,11 @@
|
|
|
2830
2713
|
}
|
|
2831
2714
|
},
|
|
2832
2715
|
"node_modules/@ui5/linter/node_modules/minimatch": {
|
|
2833
|
-
"version": "10.1
|
|
2834
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.
|
|
2835
|
-
"integrity": "sha512-
|
|
2836
|
-
"license": "BlueOak-1.0.0",
|
|
2716
|
+
"version": "10.2.1",
|
|
2717
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.1.tgz",
|
|
2718
|
+
"integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==",
|
|
2837
2719
|
"dependencies": {
|
|
2838
|
-
"
|
|
2720
|
+
"brace-expansion": "^5.0.2"
|
|
2839
2721
|
},
|
|
2840
2722
|
"engines": {
|
|
2841
2723
|
"node": "20 || >=22"
|
|
@@ -2848,7 +2730,6 @@
|
|
|
2848
2730
|
"version": "1.2.8",
|
|
2849
2731
|
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
|
|
2850
2732
|
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
|
|
2851
|
-
"license": "MIT",
|
|
2852
2733
|
"funding": {
|
|
2853
2734
|
"url": "https://github.com/sponsors/ljharb"
|
|
2854
2735
|
}
|
|
@@ -2857,7 +2738,6 @@
|
|
|
2857
2738
|
"version": "7.1.2",
|
|
2858
2739
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
2859
2740
|
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
2860
|
-
"license": "ISC",
|
|
2861
2741
|
"engines": {
|
|
2862
2742
|
"node": ">=16 || 14 >=14.17"
|
|
2863
2743
|
}
|
|
@@ -2866,7 +2746,6 @@
|
|
|
2866
2746
|
"version": "2.0.1",
|
|
2867
2747
|
"resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz",
|
|
2868
2748
|
"integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==",
|
|
2869
|
-
"license": "ISC",
|
|
2870
2749
|
"dependencies": {
|
|
2871
2750
|
"minipass": "^7.0.3"
|
|
2872
2751
|
},
|
|
@@ -2878,7 +2757,6 @@
|
|
|
2878
2757
|
"version": "4.0.1",
|
|
2879
2758
|
"resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-4.0.1.tgz",
|
|
2880
2759
|
"integrity": "sha512-j7U11C5HXigVuutxebFadoYBbd7VSdZWggSe64NVdvWNBqGAiXPL2QVCehjmw7lY1oF9gOllYbORh+hiNgfPgQ==",
|
|
2881
|
-
"license": "MIT",
|
|
2882
2760
|
"dependencies": {
|
|
2883
2761
|
"minipass": "^7.0.3",
|
|
2884
2762
|
"minipass-sized": "^1.0.3",
|
|
@@ -2895,7 +2773,6 @@
|
|
|
2895
2773
|
"version": "1.0.5",
|
|
2896
2774
|
"resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz",
|
|
2897
2775
|
"integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==",
|
|
2898
|
-
"license": "ISC",
|
|
2899
2776
|
"dependencies": {
|
|
2900
2777
|
"minipass": "^3.0.0"
|
|
2901
2778
|
},
|
|
@@ -2907,7 +2784,6 @@
|
|
|
2907
2784
|
"version": "3.3.6",
|
|
2908
2785
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
2909
2786
|
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
2910
|
-
"license": "ISC",
|
|
2911
2787
|
"dependencies": {
|
|
2912
2788
|
"yallist": "^4.0.0"
|
|
2913
2789
|
},
|
|
@@ -2918,14 +2794,12 @@
|
|
|
2918
2794
|
"node_modules/@ui5/linter/node_modules/minipass-flush/node_modules/yallist": {
|
|
2919
2795
|
"version": "4.0.0",
|
|
2920
2796
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
2921
|
-
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
2922
|
-
"license": "ISC"
|
|
2797
|
+
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
2923
2798
|
},
|
|
2924
2799
|
"node_modules/@ui5/linter/node_modules/minipass-pipeline": {
|
|
2925
2800
|
"version": "1.2.4",
|
|
2926
2801
|
"resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz",
|
|
2927
2802
|
"integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==",
|
|
2928
|
-
"license": "ISC",
|
|
2929
2803
|
"dependencies": {
|
|
2930
2804
|
"minipass": "^3.0.0"
|
|
2931
2805
|
},
|
|
@@ -2937,7 +2811,6 @@
|
|
|
2937
2811
|
"version": "3.3.6",
|
|
2938
2812
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
2939
2813
|
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
2940
|
-
"license": "ISC",
|
|
2941
2814
|
"dependencies": {
|
|
2942
2815
|
"yallist": "^4.0.0"
|
|
2943
2816
|
},
|
|
@@ -2948,14 +2821,12 @@
|
|
|
2948
2821
|
"node_modules/@ui5/linter/node_modules/minipass-pipeline/node_modules/yallist": {
|
|
2949
2822
|
"version": "4.0.0",
|
|
2950
2823
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
2951
|
-
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
2952
|
-
"license": "ISC"
|
|
2824
|
+
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
2953
2825
|
},
|
|
2954
2826
|
"node_modules/@ui5/linter/node_modules/minipass-sized": {
|
|
2955
2827
|
"version": "1.0.3",
|
|
2956
2828
|
"resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz",
|
|
2957
2829
|
"integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==",
|
|
2958
|
-
"license": "ISC",
|
|
2959
2830
|
"dependencies": {
|
|
2960
2831
|
"minipass": "^3.0.0"
|
|
2961
2832
|
},
|
|
@@ -2967,7 +2838,6 @@
|
|
|
2967
2838
|
"version": "3.3.6",
|
|
2968
2839
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
2969
2840
|
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
2970
|
-
"license": "ISC",
|
|
2971
2841
|
"dependencies": {
|
|
2972
2842
|
"yallist": "^4.0.0"
|
|
2973
2843
|
},
|
|
@@ -2978,14 +2848,12 @@
|
|
|
2978
2848
|
"node_modules/@ui5/linter/node_modules/minipass-sized/node_modules/yallist": {
|
|
2979
2849
|
"version": "4.0.0",
|
|
2980
2850
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
2981
|
-
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
2982
|
-
"license": "ISC"
|
|
2851
|
+
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
2983
2852
|
},
|
|
2984
2853
|
"node_modules/@ui5/linter/node_modules/minizlib": {
|
|
2985
2854
|
"version": "3.1.0",
|
|
2986
2855
|
"resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz",
|
|
2987
2856
|
"integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
|
|
2988
|
-
"license": "MIT",
|
|
2989
2857
|
"dependencies": {
|
|
2990
2858
|
"minipass": "^7.1.2"
|
|
2991
2859
|
},
|
|
@@ -2996,14 +2864,12 @@
|
|
|
2996
2864
|
"node_modules/@ui5/linter/node_modules/ms": {
|
|
2997
2865
|
"version": "2.1.3",
|
|
2998
2866
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
2999
|
-
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
|
|
3000
|
-
"license": "MIT"
|
|
2867
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
|
|
3001
2868
|
},
|
|
3002
2869
|
"node_modules/@ui5/linter/node_modules/negotiator": {
|
|
3003
2870
|
"version": "1.0.0",
|
|
3004
2871
|
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
|
|
3005
2872
|
"integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
|
|
3006
|
-
"license": "MIT",
|
|
3007
2873
|
"engines": {
|
|
3008
2874
|
"node": ">= 0.6"
|
|
3009
2875
|
}
|
|
@@ -3012,7 +2878,6 @@
|
|
|
3012
2878
|
"version": "1.15.0",
|
|
3013
2879
|
"resolved": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.15.0.tgz",
|
|
3014
2880
|
"integrity": "sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==",
|
|
3015
|
-
"license": "MIT",
|
|
3016
2881
|
"engines": {
|
|
3017
2882
|
"node": ">=0.12.0"
|
|
3018
2883
|
},
|
|
@@ -3025,7 +2890,6 @@
|
|
|
3025
2890
|
"version": "8.1.0",
|
|
3026
2891
|
"resolved": "https://registry.npmjs.org/nopt/-/nopt-8.1.0.tgz",
|
|
3027
2892
|
"integrity": "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==",
|
|
3028
|
-
"license": "ISC",
|
|
3029
2893
|
"dependencies": {
|
|
3030
2894
|
"abbrev": "^3.0.0"
|
|
3031
2895
|
},
|
|
@@ -3040,7 +2904,6 @@
|
|
|
3040
2904
|
"version": "6.0.2",
|
|
3041
2905
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.2.tgz",
|
|
3042
2906
|
"integrity": "sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==",
|
|
3043
|
-
"license": "BSD-2-Clause",
|
|
3044
2907
|
"dependencies": {
|
|
3045
2908
|
"hosted-git-info": "^7.0.0",
|
|
3046
2909
|
"semver": "^7.3.5",
|
|
@@ -3054,7 +2917,6 @@
|
|
|
3054
2917
|
"version": "7.0.2",
|
|
3055
2918
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
|
|
3056
2919
|
"integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==",
|
|
3057
|
-
"license": "ISC",
|
|
3058
2920
|
"dependencies": {
|
|
3059
2921
|
"lru-cache": "^10.0.1"
|
|
3060
2922
|
},
|
|
@@ -3065,14 +2927,12 @@
|
|
|
3065
2927
|
"node_modules/@ui5/linter/node_modules/normalize-package-data/node_modules/lru-cache": {
|
|
3066
2928
|
"version": "10.4.3",
|
|
3067
2929
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
3068
|
-
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
|
|
3069
|
-
"license": "ISC"
|
|
2930
|
+
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
|
|
3070
2931
|
},
|
|
3071
2932
|
"node_modules/@ui5/linter/node_modules/npm-packlist": {
|
|
3072
2933
|
"version": "9.0.0",
|
|
3073
2934
|
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-9.0.0.tgz",
|
|
3074
2935
|
"integrity": "sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==",
|
|
3075
|
-
"license": "ISC",
|
|
3076
2936
|
"dependencies": {
|
|
3077
2937
|
"ignore-walk": "^7.0.0"
|
|
3078
2938
|
},
|
|
@@ -3084,7 +2944,6 @@
|
|
|
3084
2944
|
"version": "10.0.0",
|
|
3085
2945
|
"resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-10.0.0.tgz",
|
|
3086
2946
|
"integrity": "sha512-r4fFa4FqYY8xaM7fHecQ9Z2nE9hgNfJR+EmoKv0+chvzWkBcORX3r0FpTByP+CbOVJDladMXnPQGVN8PBLGuTQ==",
|
|
3087
|
-
"license": "ISC",
|
|
3088
2947
|
"dependencies": {
|
|
3089
2948
|
"npm-install-checks": "^7.1.0",
|
|
3090
2949
|
"npm-normalize-package-bin": "^4.0.0",
|
|
@@ -3099,7 +2958,6 @@
|
|
|
3099
2958
|
"version": "7.1.2",
|
|
3100
2959
|
"resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-7.1.2.tgz",
|
|
3101
2960
|
"integrity": "sha512-z9HJBCYw9Zr8BqXcllKIs5nI+QggAImbBdHphOzVYrz2CB4iQ6FzWyKmlqDZua+51nAu7FcemlbTc9VgQN5XDQ==",
|
|
3102
|
-
"license": "BSD-2-Clause",
|
|
3103
2961
|
"dependencies": {
|
|
3104
2962
|
"semver": "^7.1.1"
|
|
3105
2963
|
},
|
|
@@ -3111,7 +2969,6 @@
|
|
|
3111
2969
|
"version": "4.0.0",
|
|
3112
2970
|
"resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz",
|
|
3113
2971
|
"integrity": "sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==",
|
|
3114
|
-
"license": "ISC",
|
|
3115
2972
|
"engines": {
|
|
3116
2973
|
"node": "^18.17.0 || >=20.5.0"
|
|
3117
2974
|
}
|
|
@@ -3120,7 +2977,6 @@
|
|
|
3120
2977
|
"version": "12.0.2",
|
|
3121
2978
|
"resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-12.0.2.tgz",
|
|
3122
2979
|
"integrity": "sha512-f1NpFjNI9O4VbKMOlA5QoBq/vSQPORHcTZ2feJpFkTHJ9eQkdlmZEKSjcAhxTGInC7RlEyScT9ui67NaOsjFWA==",
|
|
3123
|
-
"license": "ISC",
|
|
3124
2980
|
"dependencies": {
|
|
3125
2981
|
"hosted-git-info": "^8.0.0",
|
|
3126
2982
|
"proc-log": "^5.0.0",
|
|
@@ -3135,7 +2991,6 @@
|
|
|
3135
2991
|
"version": "6.0.2",
|
|
3136
2992
|
"resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-6.0.2.tgz",
|
|
3137
2993
|
"integrity": "sha512-IUoow1YUtvoBBC06dXs8bR8B9vuA3aJfmQNKMoaPG/OFsPmoQvw8xh+6Ye25Gx9DQhoEom3Pcu9MKHerm/NpUQ==",
|
|
3138
|
-
"license": "ISC",
|
|
3139
2994
|
"engines": {
|
|
3140
2995
|
"node": "^18.17.0 || >=20.5.0"
|
|
3141
2996
|
}
|
|
@@ -3144,7 +2999,6 @@
|
|
|
3144
2999
|
"version": "7.0.4",
|
|
3145
3000
|
"resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.4.tgz",
|
|
3146
3001
|
"integrity": "sha512-tkAQEw8ysMzmkhgw8k+1U/iPhWNhykKnSk4Rd5zLoPJCuJaGRPo6YposrZgaxHKzDHdDWWZvE/Sk7hsL2X/CpQ==",
|
|
3147
|
-
"license": "MIT",
|
|
3148
3002
|
"engines": {
|
|
3149
3003
|
"node": ">=18"
|
|
3150
3004
|
},
|
|
@@ -3156,7 +3010,6 @@
|
|
|
3156
3010
|
"version": "10.0.1",
|
|
3157
3011
|
"resolved": "https://registry.npmjs.org/package-json/-/package-json-10.0.1.tgz",
|
|
3158
3012
|
"integrity": "sha512-ua1L4OgXSBdsu1FPb7F3tYH0F48a6kxvod4pLUlGY9COeJAJQNX/sNH2IiEmsxw7lqYiAwrdHMjz1FctOsyDQg==",
|
|
3159
|
-
"license": "MIT",
|
|
3160
3013
|
"dependencies": {
|
|
3161
3014
|
"ky": "^1.2.0",
|
|
3162
3015
|
"registry-auth-token": "^5.0.2",
|
|
@@ -3173,14 +3026,12 @@
|
|
|
3173
3026
|
"node_modules/@ui5/linter/node_modules/package-json-from-dist": {
|
|
3174
3027
|
"version": "1.0.1",
|
|
3175
3028
|
"resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
|
|
3176
|
-
"integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw=="
|
|
3177
|
-
"license": "BlueOak-1.0.0"
|
|
3029
|
+
"integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw=="
|
|
3178
3030
|
},
|
|
3179
3031
|
"node_modules/@ui5/linter/node_modules/pacote": {
|
|
3180
3032
|
"version": "20.0.0",
|
|
3181
3033
|
"resolved": "https://registry.npmjs.org/pacote/-/pacote-20.0.0.tgz",
|
|
3182
3034
|
"integrity": "sha512-pRjC5UFwZCgx9kUFDVM9YEahv4guZ1nSLqwmWiLUnDbGsjs+U5w7z6Uc8HNR1a6x8qnu5y9xtGE6D1uAuYz+0A==",
|
|
3183
|
-
"license": "ISC",
|
|
3184
3035
|
"dependencies": {
|
|
3185
3036
|
"@npmcli/git": "^6.0.0",
|
|
3186
3037
|
"@npmcli/installed-package-contents": "^3.0.0",
|
|
@@ -3211,7 +3062,6 @@
|
|
|
3211
3062
|
"version": "4.0.0",
|
|
3212
3063
|
"resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-4.0.0.tgz",
|
|
3213
3064
|
"integrity": "sha512-/xGlezI6xfGO9NwuJlnwz/K14qD1kCSAGtacBHnGzeAIuJGazcp45KP5NuyARXoKb7cwulAGWVsbeSxdG/cb0Q==",
|
|
3214
|
-
"license": "ISC",
|
|
3215
3065
|
"dependencies": {
|
|
3216
3066
|
"semver": "^7.3.5"
|
|
3217
3067
|
},
|
|
@@ -3223,7 +3073,6 @@
|
|
|
3223
3073
|
"version": "3.0.0",
|
|
3224
3074
|
"resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-3.0.0.tgz",
|
|
3225
3075
|
"integrity": "sha512-fkxoPuFGvxyrH+OQzyTkX2LUEamrF4jZSmxjAtPPHHGO0dqsQ8tTKjnIS8SAnPHdk2I03BDtSMR5K/4loKg79Q==",
|
|
3226
|
-
"license": "ISC",
|
|
3227
3076
|
"dependencies": {
|
|
3228
3077
|
"npm-bundled": "^4.0.0",
|
|
3229
3078
|
"npm-normalize-package-bin": "^4.0.0"
|
|
@@ -3239,7 +3088,6 @@
|
|
|
3239
3088
|
"version": "4.0.0",
|
|
3240
3089
|
"resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-4.0.0.tgz",
|
|
3241
3090
|
"integrity": "sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==",
|
|
3242
|
-
"license": "ISC",
|
|
3243
3091
|
"engines": {
|
|
3244
3092
|
"node": "^18.17.0 || >=20.5.0"
|
|
3245
3093
|
}
|
|
@@ -3248,7 +3096,6 @@
|
|
|
3248
3096
|
"version": "3.2.2",
|
|
3249
3097
|
"resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-3.2.2.tgz",
|
|
3250
3098
|
"integrity": "sha512-7VmYAmk4csGv08QzrDKScdzn11jHPFGyqJW39FyPgPuAp3zIaUmuCo1yxw9aGs+NEJuTGQ9Gwqpt93vtJubucg==",
|
|
3251
|
-
"license": "ISC",
|
|
3252
3099
|
"engines": {
|
|
3253
3100
|
"node": "^18.17.0 || >=20.5.0"
|
|
3254
3101
|
}
|
|
@@ -3257,7 +3104,6 @@
|
|
|
3257
3104
|
"version": "9.1.0",
|
|
3258
3105
|
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-9.1.0.tgz",
|
|
3259
3106
|
"integrity": "sha512-aoNSbxtkePXUlbZB+anS1LqsJdctG5n3UVhfU47+CDdwMi6uNTBMF9gPcQRnqghQd2FGzcwwIFBruFMxjhBewg==",
|
|
3260
|
-
"license": "ISC",
|
|
3261
3107
|
"dependencies": {
|
|
3262
3108
|
"@npmcli/node-gyp": "^4.0.0",
|
|
3263
3109
|
"@npmcli/package-json": "^6.0.0",
|
|
@@ -3274,7 +3120,6 @@
|
|
|
3274
3120
|
"version": "19.0.1",
|
|
3275
3121
|
"resolved": "https://registry.npmjs.org/cacache/-/cacache-19.0.1.tgz",
|
|
3276
3122
|
"integrity": "sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==",
|
|
3277
|
-
"license": "ISC",
|
|
3278
3123
|
"dependencies": {
|
|
3279
3124
|
"@npmcli/fs": "^4.0.0",
|
|
3280
3125
|
"fs-minipass": "^3.0.0",
|
|
@@ -3296,14 +3141,12 @@
|
|
|
3296
3141
|
"node_modules/@ui5/linter/node_modules/pacote/node_modules/lru-cache": {
|
|
3297
3142
|
"version": "10.4.3",
|
|
3298
3143
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
3299
|
-
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
|
|
3300
|
-
"license": "ISC"
|
|
3144
|
+
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
|
|
3301
3145
|
},
|
|
3302
3146
|
"node_modules/@ui5/linter/node_modules/pacote/node_modules/node-gyp": {
|
|
3303
3147
|
"version": "11.5.0",
|
|
3304
3148
|
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-11.5.0.tgz",
|
|
3305
3149
|
"integrity": "sha512-ra7Kvlhxn5V9Slyus0ygMa2h+UqExPqUIkfk7Pc8QTLT956JLSy51uWFwHtIYy0vI8cB4BDhc/S03+880My/LQ==",
|
|
3306
|
-
"license": "MIT",
|
|
3307
3150
|
"dependencies": {
|
|
3308
3151
|
"env-paths": "^2.2.0",
|
|
3309
3152
|
"exponential-backoff": "^3.1.1",
|
|
@@ -3327,7 +3170,6 @@
|
|
|
3327
3170
|
"version": "4.0.0",
|
|
3328
3171
|
"resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-4.0.0.tgz",
|
|
3329
3172
|
"integrity": "sha512-IxaQZDMsqfQ2Lz37VvyyEtKLe8FsRZuysmedy/N06TU1RyVppYKXrO4xIhR0F+7ubIBox6Q7nir6fQI3ej39iA==",
|
|
3330
|
-
"license": "ISC",
|
|
3331
3173
|
"dependencies": {
|
|
3332
3174
|
"npm-normalize-package-bin": "^4.0.0"
|
|
3333
3175
|
},
|
|
@@ -3339,7 +3181,6 @@
|
|
|
3339
3181
|
"version": "4.0.0",
|
|
3340
3182
|
"resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz",
|
|
3341
3183
|
"integrity": "sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==",
|
|
3342
|
-
"license": "ISC",
|
|
3343
3184
|
"engines": {
|
|
3344
3185
|
"node": "^18.17.0 || >=20.5.0"
|
|
3345
3186
|
}
|
|
@@ -3348,7 +3189,6 @@
|
|
|
3348
3189
|
"version": "12.0.2",
|
|
3349
3190
|
"resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-12.0.2.tgz",
|
|
3350
3191
|
"integrity": "sha512-f1NpFjNI9O4VbKMOlA5QoBq/vSQPORHcTZ2feJpFkTHJ9eQkdlmZEKSjcAhxTGInC7RlEyScT9ui67NaOsjFWA==",
|
|
3351
|
-
"license": "ISC",
|
|
3352
3192
|
"dependencies": {
|
|
3353
3193
|
"hosted-git-info": "^8.0.0",
|
|
3354
3194
|
"proc-log": "^5.0.0",
|
|
@@ -3363,7 +3203,6 @@
|
|
|
3363
3203
|
"version": "18.0.2",
|
|
3364
3204
|
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-18.0.2.tgz",
|
|
3365
3205
|
"integrity": "sha512-LeVMZBBVy+oQb5R6FDV9OlJCcWDU+al10oKpe+nsvcHnG24Z3uM3SvJYKfGJlfGjVU8v9liejCrUR/M5HO5NEQ==",
|
|
3366
|
-
"license": "ISC",
|
|
3367
3206
|
"dependencies": {
|
|
3368
3207
|
"@npmcli/redact": "^3.0.0",
|
|
3369
3208
|
"jsonparse": "^1.3.1",
|
|
@@ -3382,7 +3221,6 @@
|
|
|
3382
3221
|
"version": "12.0.0",
|
|
3383
3222
|
"resolved": "https://registry.npmjs.org/ssri/-/ssri-12.0.0.tgz",
|
|
3384
3223
|
"integrity": "sha512-S7iGNosepx9RadX82oimUkvr0Ct7IjJbEbs4mJcTxst8um95J3sDYU1RBEOvdu6oL1Wek2ODI5i4MAw+dZ6cAQ==",
|
|
3385
|
-
"license": "ISC",
|
|
3386
3224
|
"dependencies": {
|
|
3387
3225
|
"minipass": "^7.0.3"
|
|
3388
3226
|
},
|
|
@@ -3394,7 +3232,6 @@
|
|
|
3394
3232
|
"version": "4.0.0",
|
|
3395
3233
|
"resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-4.0.0.tgz",
|
|
3396
3234
|
"integrity": "sha512-XSnEewXmQ+veP7xX2dS5Q4yZAvO40cBN2MWkJ7D/6sW4Dg6wYBNwM1Vrnz1FhH5AdeLIlUXRI9e28z1YZi71NQ==",
|
|
3397
|
-
"license": "ISC",
|
|
3398
3235
|
"dependencies": {
|
|
3399
3236
|
"unique-slug": "^5.0.0"
|
|
3400
3237
|
},
|
|
@@ -3406,7 +3243,6 @@
|
|
|
3406
3243
|
"version": "5.0.0",
|
|
3407
3244
|
"resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-5.0.0.tgz",
|
|
3408
3245
|
"integrity": "sha512-9OdaqO5kwqR+1kVgHAhsp5vPNU0hnxRa26rBFNfNgM7M6pNtgzeBn3s/xbyCQL3dcjzOatcef6UUHpB/6MaETg==",
|
|
3409
|
-
"license": "ISC",
|
|
3410
3246
|
"dependencies": {
|
|
3411
3247
|
"imurmurhash": "^0.1.4"
|
|
3412
3248
|
},
|
|
@@ -3418,7 +3254,6 @@
|
|
|
3418
3254
|
"version": "6.0.2",
|
|
3419
3255
|
"resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-6.0.2.tgz",
|
|
3420
3256
|
"integrity": "sha512-IUoow1YUtvoBBC06dXs8bR8B9vuA3aJfmQNKMoaPG/OFsPmoQvw8xh+6Ye25Gx9DQhoEom3Pcu9MKHerm/NpUQ==",
|
|
3421
|
-
"license": "ISC",
|
|
3422
3257
|
"engines": {
|
|
3423
3258
|
"node": "^18.17.0 || >=20.5.0"
|
|
3424
3259
|
}
|
|
@@ -3427,7 +3262,6 @@
|
|
|
3427
3262
|
"version": "3.1.1",
|
|
3428
3263
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
3429
3264
|
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
3430
|
-
"license": "MIT",
|
|
3431
3265
|
"engines": {
|
|
3432
3266
|
"node": ">=8"
|
|
3433
3267
|
}
|
|
@@ -3435,14 +3269,12 @@
|
|
|
3435
3269
|
"node_modules/@ui5/linter/node_modules/path-parse": {
|
|
3436
3270
|
"version": "1.0.7",
|
|
3437
3271
|
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
|
|
3438
|
-
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
|
|
3439
|
-
"license": "MIT"
|
|
3272
|
+
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
|
|
3440
3273
|
},
|
|
3441
3274
|
"node_modules/@ui5/linter/node_modules/path-scurry": {
|
|
3442
3275
|
"version": "1.11.1",
|
|
3443
3276
|
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
|
|
3444
3277
|
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
|
|
3445
|
-
"license": "BlueOak-1.0.0",
|
|
3446
3278
|
"dependencies": {
|
|
3447
3279
|
"lru-cache": "^10.2.0",
|
|
3448
3280
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
@@ -3457,14 +3289,12 @@
|
|
|
3457
3289
|
"node_modules/@ui5/linter/node_modules/path-scurry/node_modules/lru-cache": {
|
|
3458
3290
|
"version": "10.4.3",
|
|
3459
3291
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
3460
|
-
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
|
|
3461
|
-
"license": "ISC"
|
|
3292
|
+
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
|
|
3462
3293
|
},
|
|
3463
3294
|
"node_modules/@ui5/linter/node_modules/path-type": {
|
|
3464
3295
|
"version": "6.0.0",
|
|
3465
3296
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-6.0.0.tgz",
|
|
3466
3297
|
"integrity": "sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==",
|
|
3467
|
-
"license": "MIT",
|
|
3468
3298
|
"engines": {
|
|
3469
3299
|
"node": ">=18"
|
|
3470
3300
|
},
|
|
@@ -3475,14 +3305,12 @@
|
|
|
3475
3305
|
"node_modules/@ui5/linter/node_modules/picocolors": {
|
|
3476
3306
|
"version": "1.1.1",
|
|
3477
3307
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
3478
|
-
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
|
|
3479
|
-
"license": "ISC"
|
|
3308
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
|
|
3480
3309
|
},
|
|
3481
3310
|
"node_modules/@ui5/linter/node_modules/picomatch": {
|
|
3482
3311
|
"version": "4.0.3",
|
|
3483
3312
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
3484
3313
|
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
3485
|
-
"license": "MIT",
|
|
3486
3314
|
"peer": true,
|
|
3487
3315
|
"engines": {
|
|
3488
3316
|
"node": ">=12"
|
|
@@ -3495,7 +3323,6 @@
|
|
|
3495
3323
|
"version": "1.0.3",
|
|
3496
3324
|
"resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
|
|
3497
3325
|
"integrity": "sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==",
|
|
3498
|
-
"license": "MIT",
|
|
3499
3326
|
"engines": {
|
|
3500
3327
|
"node": ">= 0.8"
|
|
3501
3328
|
}
|
|
@@ -3504,7 +3331,6 @@
|
|
|
3504
3331
|
"version": "5.0.0",
|
|
3505
3332
|
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-5.0.0.tgz",
|
|
3506
3333
|
"integrity": "sha512-Azwzvl90HaF0aCz1JrDdXQykFakSSNPaPoiZ9fm5qJIMHioDZEi7OAdRwSm6rSoPtY3Qutnm3L7ogmg3dc+wbQ==",
|
|
3507
|
-
"license": "ISC",
|
|
3508
3334
|
"engines": {
|
|
3509
3335
|
"node": "^18.17.0 || >=20.5.0"
|
|
3510
3336
|
}
|
|
@@ -3513,7 +3339,6 @@
|
|
|
3513
3339
|
"version": "2.0.1",
|
|
3514
3340
|
"resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz",
|
|
3515
3341
|
"integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==",
|
|
3516
|
-
"license": "MIT",
|
|
3517
3342
|
"dependencies": {
|
|
3518
3343
|
"err-code": "^2.0.2",
|
|
3519
3344
|
"retry": "^0.12.0"
|
|
@@ -3525,14 +3350,12 @@
|
|
|
3525
3350
|
"node_modules/@ui5/linter/node_modules/proto-list": {
|
|
3526
3351
|
"version": "1.2.4",
|
|
3527
3352
|
"resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz",
|
|
3528
|
-
"integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA=="
|
|
3529
|
-
"license": "ISC"
|
|
3353
|
+
"integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA=="
|
|
3530
3354
|
},
|
|
3531
3355
|
"node_modules/@ui5/linter/node_modules/punycode": {
|
|
3532
3356
|
"version": "2.3.1",
|
|
3533
3357
|
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
3534
3358
|
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
3535
|
-
"license": "MIT",
|
|
3536
3359
|
"engines": {
|
|
3537
3360
|
"node": ">=6"
|
|
3538
3361
|
}
|
|
@@ -3541,7 +3364,6 @@
|
|
|
3541
3364
|
"version": "3.3.0",
|
|
3542
3365
|
"resolved": "https://registry.npmjs.org/pupa/-/pupa-3.3.0.tgz",
|
|
3543
3366
|
"integrity": "sha512-LjgDO2zPtoXP2wJpDjZrGdojii1uqO0cnwKoIoUzkfS98HDmbeiGmYiXo3lXeFlq2xvne1QFQhwYXSUCLKtEuA==",
|
|
3544
|
-
"license": "MIT",
|
|
3545
3367
|
"dependencies": {
|
|
3546
3368
|
"escape-goat": "^4.0.0"
|
|
3547
3369
|
},
|
|
@@ -3569,14 +3391,12 @@
|
|
|
3569
3391
|
"type": "consulting",
|
|
3570
3392
|
"url": "https://feross.org/support"
|
|
3571
3393
|
}
|
|
3572
|
-
]
|
|
3573
|
-
"license": "MIT"
|
|
3394
|
+
]
|
|
3574
3395
|
},
|
|
3575
3396
|
"node_modules/@ui5/linter/node_modules/random-int": {
|
|
3576
3397
|
"version": "3.1.0",
|
|
3577
3398
|
"resolved": "https://registry.npmjs.org/random-int/-/random-int-3.1.0.tgz",
|
|
3578
3399
|
"integrity": "sha512-h8CRz8cpvzj0hC/iH/1Gapgcl2TQ6xtnCpyOI5WvWfXf/yrDx2DOU+tD9rX23j36IF11xg1KqB9W11Z18JPMdw==",
|
|
3579
|
-
"license": "MIT",
|
|
3580
3400
|
"engines": {
|
|
3581
3401
|
"node": ">=12"
|
|
3582
3402
|
},
|
|
@@ -3588,7 +3408,6 @@
|
|
|
3588
3408
|
"version": "1.2.8",
|
|
3589
3409
|
"resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
|
|
3590
3410
|
"integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
|
|
3591
|
-
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
|
|
3592
3411
|
"dependencies": {
|
|
3593
3412
|
"deep-extend": "^0.6.0",
|
|
3594
3413
|
"ini": "~1.3.0",
|
|
@@ -3602,14 +3421,12 @@
|
|
|
3602
3421
|
"node_modules/@ui5/linter/node_modules/rc/node_modules/ini": {
|
|
3603
3422
|
"version": "1.3.8",
|
|
3604
3423
|
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
|
|
3605
|
-
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
|
|
3606
|
-
"license": "ISC"
|
|
3424
|
+
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
|
|
3607
3425
|
},
|
|
3608
3426
|
"node_modules/@ui5/linter/node_modules/rc/node_modules/strip-json-comments": {
|
|
3609
3427
|
"version": "2.0.1",
|
|
3610
3428
|
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
|
|
3611
3429
|
"integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
|
|
3612
|
-
"license": "MIT",
|
|
3613
3430
|
"engines": {
|
|
3614
3431
|
"node": ">=0.10.0"
|
|
3615
3432
|
}
|
|
@@ -3618,7 +3435,6 @@
|
|
|
3618
3435
|
"version": "11.0.0",
|
|
3619
3436
|
"resolved": "https://registry.npmjs.org/read-package-up/-/read-package-up-11.0.0.tgz",
|
|
3620
3437
|
"integrity": "sha512-MbgfoNPANMdb4oRBNg5eqLbB2t2r+o5Ua1pNt8BqGp4I0FJZhuVSOj3PaBPni4azWuSzEdNn2evevzVmEk1ohQ==",
|
|
3621
|
-
"license": "MIT",
|
|
3622
3438
|
"dependencies": {
|
|
3623
3439
|
"find-up-simple": "^1.0.0",
|
|
3624
3440
|
"read-pkg": "^9.0.0",
|
|
@@ -3635,7 +3451,6 @@
|
|
|
3635
3451
|
"version": "4.41.0",
|
|
3636
3452
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
|
|
3637
3453
|
"integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
|
|
3638
|
-
"license": "(MIT OR CC0-1.0)",
|
|
3639
3454
|
"engines": {
|
|
3640
3455
|
"node": ">=16"
|
|
3641
3456
|
},
|
|
@@ -3647,7 +3462,6 @@
|
|
|
3647
3462
|
"version": "9.0.1",
|
|
3648
3463
|
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-9.0.1.tgz",
|
|
3649
3464
|
"integrity": "sha512-9viLL4/n1BJUCT1NXVTdS1jtm80yDEgR5T4yCelII49Mbj0v1rZdKqj7zCiYdbB0CuCgdrvHcNogAKTFPBocFA==",
|
|
3650
|
-
"license": "MIT",
|
|
3651
3465
|
"dependencies": {
|
|
3652
3466
|
"@types/normalize-package-data": "^2.4.3",
|
|
3653
3467
|
"normalize-package-data": "^6.0.0",
|
|
@@ -3666,7 +3480,6 @@
|
|
|
3666
3480
|
"version": "8.3.0",
|
|
3667
3481
|
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-8.3.0.tgz",
|
|
3668
3482
|
"integrity": "sha512-ybiGyvspI+fAoRQbIPRddCcSTV9/LsJbf0e/S85VLowVGzRmokfneg2kwVW/KU5rOXrPSbF1qAKPMgNTqqROQQ==",
|
|
3669
|
-
"license": "MIT",
|
|
3670
3483
|
"dependencies": {
|
|
3671
3484
|
"@babel/code-frame": "^7.26.2",
|
|
3672
3485
|
"index-to-position": "^1.1.0",
|
|
@@ -3683,7 +3496,6 @@
|
|
|
3683
3496
|
"version": "4.41.0",
|
|
3684
3497
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
|
|
3685
3498
|
"integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
|
|
3686
|
-
"license": "(MIT OR CC0-1.0)",
|
|
3687
3499
|
"engines": {
|
|
3688
3500
|
"node": ">=16"
|
|
3689
3501
|
},
|
|
@@ -3695,7 +3507,6 @@
|
|
|
3695
3507
|
"version": "0.1.0",
|
|
3696
3508
|
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
|
|
3697
3509
|
"integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
|
|
3698
|
-
"license": "MIT",
|
|
3699
3510
|
"engines": {
|
|
3700
3511
|
"node": ">=18"
|
|
3701
3512
|
},
|
|
@@ -3707,7 +3518,6 @@
|
|
|
3707
3518
|
"version": "5.1.1",
|
|
3708
3519
|
"resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.1.1.tgz",
|
|
3709
3520
|
"integrity": "sha512-P7B4+jq8DeD2nMsAcdfaqHbssgHtZ7Z5+++a5ask90fvmJ8p5je4mOa+wzu+DB4vQ5tdJV/xywY+UnVFeQLV5Q==",
|
|
3710
|
-
"license": "MIT",
|
|
3711
3521
|
"dependencies": {
|
|
3712
3522
|
"@pnpm/npm-conf": "^3.0.2"
|
|
3713
3523
|
},
|
|
@@ -3719,7 +3529,6 @@
|
|
|
3719
3529
|
"version": "6.0.1",
|
|
3720
3530
|
"resolved": "https://registry.npmjs.org/registry-url/-/registry-url-6.0.1.tgz",
|
|
3721
3531
|
"integrity": "sha512-+crtS5QjFRqFCoQmvGduwYWEBng99ZvmFvF+cUJkGYF1L1BfU8C6Zp9T7f5vPAwyLkUExpvK+ANVZmGU49qi4Q==",
|
|
3722
|
-
"license": "MIT",
|
|
3723
3532
|
"dependencies": {
|
|
3724
3533
|
"rc": "1.2.8"
|
|
3725
3534
|
},
|
|
@@ -3734,7 +3543,6 @@
|
|
|
3734
3543
|
"version": "2.1.1",
|
|
3735
3544
|
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
3736
3545
|
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
|
|
3737
|
-
"license": "MIT",
|
|
3738
3546
|
"engines": {
|
|
3739
3547
|
"node": ">=0.10.0"
|
|
3740
3548
|
}
|
|
@@ -3743,7 +3551,6 @@
|
|
|
3743
3551
|
"version": "2.0.2",
|
|
3744
3552
|
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
|
|
3745
3553
|
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
|
|
3746
|
-
"license": "MIT",
|
|
3747
3554
|
"engines": {
|
|
3748
3555
|
"node": ">=0.10.0"
|
|
3749
3556
|
}
|
|
@@ -3752,7 +3559,6 @@
|
|
|
3752
3559
|
"version": "1.22.11",
|
|
3753
3560
|
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
|
|
3754
3561
|
"integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
|
|
3755
|
-
"license": "MIT",
|
|
3756
3562
|
"dependencies": {
|
|
3757
3563
|
"is-core-module": "^2.16.1",
|
|
3758
3564
|
"path-parse": "^1.0.7",
|
|
@@ -3772,7 +3578,6 @@
|
|
|
3772
3578
|
"version": "0.12.0",
|
|
3773
3579
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
3774
3580
|
"integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
|
|
3775
|
-
"license": "MIT",
|
|
3776
3581
|
"engines": {
|
|
3777
3582
|
"node": ">= 4"
|
|
3778
3583
|
}
|
|
@@ -3781,7 +3586,6 @@
|
|
|
3781
3586
|
"version": "1.1.0",
|
|
3782
3587
|
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
|
|
3783
3588
|
"integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
|
|
3784
|
-
"license": "MIT",
|
|
3785
3589
|
"engines": {
|
|
3786
3590
|
"iojs": ">=1.0.0",
|
|
3787
3591
|
"node": ">=0.10.0"
|
|
@@ -3805,7 +3609,6 @@
|
|
|
3805
3609
|
"url": "https://feross.org/support"
|
|
3806
3610
|
}
|
|
3807
3611
|
],
|
|
3808
|
-
"license": "MIT",
|
|
3809
3612
|
"dependencies": {
|
|
3810
3613
|
"queue-microtask": "^1.2.2"
|
|
3811
3614
|
}
|
|
@@ -3814,32 +3617,28 @@
|
|
|
3814
3617
|
"version": "2.1.2",
|
|
3815
3618
|
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
3816
3619
|
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
3817
|
-
"license": "MIT",
|
|
3818
3620
|
"optional": true
|
|
3819
3621
|
},
|
|
3820
3622
|
"node_modules/@ui5/linter/node_modules/sax": {
|
|
3821
3623
|
"version": "1.4.4",
|
|
3822
3624
|
"resolved": "https://registry.npmjs.org/sax/-/sax-1.4.4.tgz",
|
|
3823
3625
|
"integrity": "sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==",
|
|
3824
|
-
"license": "BlueOak-1.0.0",
|
|
3825
3626
|
"engines": {
|
|
3826
3627
|
"node": ">=11.0.0"
|
|
3827
3628
|
}
|
|
3828
3629
|
},
|
|
3829
3630
|
"node_modules/@ui5/linter/node_modules/sax-wasm": {
|
|
3830
|
-
"version": "3.1.
|
|
3831
|
-
"resolved": "https://registry.npmjs.org/sax-wasm/-/sax-wasm-3.1.
|
|
3832
|
-
"integrity": "sha512-
|
|
3833
|
-
"license": "MIT",
|
|
3631
|
+
"version": "3.1.4",
|
|
3632
|
+
"resolved": "https://registry.npmjs.org/sax-wasm/-/sax-wasm-3.1.4.tgz",
|
|
3633
|
+
"integrity": "sha512-EnJxsp/e0Gu46tnlMTAqIJ55z4o4bMRa1eK/RsPJkD2SJbt4UrH9Oa9H7cTMYn/PgKyjkQHyp4aEhBdPq/uYtA==",
|
|
3834
3634
|
"engines": {
|
|
3835
3635
|
"node": ">=18.20.5"
|
|
3836
3636
|
}
|
|
3837
3637
|
},
|
|
3838
3638
|
"node_modules/@ui5/linter/node_modules/semver": {
|
|
3839
|
-
"version": "7.7.
|
|
3840
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
3841
|
-
"integrity": "sha512-
|
|
3842
|
-
"license": "ISC",
|
|
3639
|
+
"version": "7.7.4",
|
|
3640
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
3641
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
3843
3642
|
"bin": {
|
|
3844
3643
|
"semver": "bin/semver.js"
|
|
3845
3644
|
},
|
|
@@ -3851,7 +3650,6 @@
|
|
|
3851
3650
|
"version": "2.0.0",
|
|
3852
3651
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
3853
3652
|
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
3854
|
-
"license": "MIT",
|
|
3855
3653
|
"dependencies": {
|
|
3856
3654
|
"shebang-regex": "^3.0.0"
|
|
3857
3655
|
},
|
|
@@ -3863,7 +3661,6 @@
|
|
|
3863
3661
|
"version": "3.0.0",
|
|
3864
3662
|
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
3865
3663
|
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
3866
|
-
"license": "MIT",
|
|
3867
3664
|
"engines": {
|
|
3868
3665
|
"node": ">=8"
|
|
3869
3666
|
}
|
|
@@ -3872,7 +3669,6 @@
|
|
|
3872
3669
|
"version": "4.1.0",
|
|
3873
3670
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
3874
3671
|
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
3875
|
-
"license": "ISC",
|
|
3876
3672
|
"engines": {
|
|
3877
3673
|
"node": ">=14"
|
|
3878
3674
|
},
|
|
@@ -3884,7 +3680,6 @@
|
|
|
3884
3680
|
"version": "3.1.0",
|
|
3885
3681
|
"resolved": "https://registry.npmjs.org/sigstore/-/sigstore-3.1.0.tgz",
|
|
3886
3682
|
"integrity": "sha512-ZpzWAFHIFqyFE56dXqgX/DkDRZdz+rRcjoIk/RQU4IX0wiCv1l8S7ZrXDHcCc+uaf+6o7w3h2l3g6GYG5TKN9Q==",
|
|
3887
|
-
"license": "Apache-2.0",
|
|
3888
3683
|
"dependencies": {
|
|
3889
3684
|
"@sigstore/bundle": "^3.1.0",
|
|
3890
3685
|
"@sigstore/core": "^2.0.0",
|
|
@@ -3901,7 +3696,6 @@
|
|
|
3901
3696
|
"version": "5.1.0",
|
|
3902
3697
|
"resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
|
|
3903
3698
|
"integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
|
|
3904
|
-
"license": "MIT",
|
|
3905
3699
|
"engines": {
|
|
3906
3700
|
"node": ">=14.16"
|
|
3907
3701
|
},
|
|
@@ -3913,7 +3707,6 @@
|
|
|
3913
3707
|
"version": "4.2.0",
|
|
3914
3708
|
"resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
|
|
3915
3709
|
"integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
|
|
3916
|
-
"license": "MIT",
|
|
3917
3710
|
"engines": {
|
|
3918
3711
|
"node": ">= 6.0.0",
|
|
3919
3712
|
"npm": ">= 3.0.0"
|
|
@@ -3923,7 +3716,6 @@
|
|
|
3923
3716
|
"version": "2.8.7",
|
|
3924
3717
|
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.7.tgz",
|
|
3925
3718
|
"integrity": "sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==",
|
|
3926
|
-
"license": "MIT",
|
|
3927
3719
|
"dependencies": {
|
|
3928
3720
|
"ip-address": "^10.0.1",
|
|
3929
3721
|
"smart-buffer": "^4.2.0"
|
|
@@ -3937,7 +3729,6 @@
|
|
|
3937
3729
|
"version": "8.0.5",
|
|
3938
3730
|
"resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz",
|
|
3939
3731
|
"integrity": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==",
|
|
3940
|
-
"license": "MIT",
|
|
3941
3732
|
"dependencies": {
|
|
3942
3733
|
"agent-base": "^7.1.2",
|
|
3943
3734
|
"debug": "^4.3.4",
|
|
@@ -3951,7 +3742,6 @@
|
|
|
3951
3742
|
"version": "3.2.0",
|
|
3952
3743
|
"resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz",
|
|
3953
3744
|
"integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
|
|
3954
|
-
"license": "Apache-2.0",
|
|
3955
3745
|
"dependencies": {
|
|
3956
3746
|
"spdx-expression-parse": "^3.0.0",
|
|
3957
3747
|
"spdx-license-ids": "^3.0.0"
|
|
@@ -3961,7 +3751,6 @@
|
|
|
3961
3751
|
"version": "3.0.1",
|
|
3962
3752
|
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
|
|
3963
3753
|
"integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
|
|
3964
|
-
"license": "MIT",
|
|
3965
3754
|
"dependencies": {
|
|
3966
3755
|
"spdx-exceptions": "^2.1.0",
|
|
3967
3756
|
"spdx-license-ids": "^3.0.0"
|
|
@@ -3970,20 +3759,17 @@
|
|
|
3970
3759
|
"node_modules/@ui5/linter/node_modules/spdx-exceptions": {
|
|
3971
3760
|
"version": "2.5.0",
|
|
3972
3761
|
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
|
|
3973
|
-
"integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w=="
|
|
3974
|
-
"license": "CC-BY-3.0"
|
|
3762
|
+
"integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w=="
|
|
3975
3763
|
},
|
|
3976
3764
|
"node_modules/@ui5/linter/node_modules/spdx-license-ids": {
|
|
3977
3765
|
"version": "3.0.22",
|
|
3978
3766
|
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz",
|
|
3979
|
-
"integrity": "sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ=="
|
|
3980
|
-
"license": "CC0-1.0"
|
|
3767
|
+
"integrity": "sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ=="
|
|
3981
3768
|
},
|
|
3982
3769
|
"node_modules/@ui5/linter/node_modules/string-width": {
|
|
3983
3770
|
"version": "5.1.2",
|
|
3984
3771
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
3985
3772
|
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
3986
|
-
"license": "MIT",
|
|
3987
3773
|
"dependencies": {
|
|
3988
3774
|
"eastasianwidth": "^0.2.0",
|
|
3989
3775
|
"emoji-regex": "^9.2.2",
|
|
@@ -4001,7 +3787,6 @@
|
|
|
4001
3787
|
"version": "4.2.3",
|
|
4002
3788
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
4003
3789
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
4004
|
-
"license": "MIT",
|
|
4005
3790
|
"dependencies": {
|
|
4006
3791
|
"emoji-regex": "^8.0.0",
|
|
4007
3792
|
"is-fullwidth-code-point": "^3.0.0",
|
|
@@ -4015,7 +3800,6 @@
|
|
|
4015
3800
|
"version": "5.0.1",
|
|
4016
3801
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4017
3802
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4018
|
-
"license": "MIT",
|
|
4019
3803
|
"engines": {
|
|
4020
3804
|
"node": ">=8"
|
|
4021
3805
|
}
|
|
@@ -4023,14 +3807,12 @@
|
|
|
4023
3807
|
"node_modules/@ui5/linter/node_modules/string-width-cjs/node_modules/emoji-regex": {
|
|
4024
3808
|
"version": "8.0.0",
|
|
4025
3809
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
4026
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
4027
|
-
"license": "MIT"
|
|
3810
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
4028
3811
|
},
|
|
4029
3812
|
"node_modules/@ui5/linter/node_modules/string-width-cjs/node_modules/is-fullwidth-code-point": {
|
|
4030
3813
|
"version": "3.0.0",
|
|
4031
3814
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
4032
3815
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
4033
|
-
"license": "MIT",
|
|
4034
3816
|
"engines": {
|
|
4035
3817
|
"node": ">=8"
|
|
4036
3818
|
}
|
|
@@ -4039,7 +3821,6 @@
|
|
|
4039
3821
|
"version": "6.0.1",
|
|
4040
3822
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4041
3823
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4042
|
-
"license": "MIT",
|
|
4043
3824
|
"dependencies": {
|
|
4044
3825
|
"ansi-regex": "^5.0.1"
|
|
4045
3826
|
},
|
|
@@ -4051,7 +3832,6 @@
|
|
|
4051
3832
|
"version": "7.1.2",
|
|
4052
3833
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
4053
3834
|
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
4054
|
-
"license": "MIT",
|
|
4055
3835
|
"dependencies": {
|
|
4056
3836
|
"ansi-regex": "^6.0.1"
|
|
4057
3837
|
},
|
|
@@ -4067,7 +3847,6 @@
|
|
|
4067
3847
|
"version": "6.0.1",
|
|
4068
3848
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4069
3849
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4070
|
-
"license": "MIT",
|
|
4071
3850
|
"dependencies": {
|
|
4072
3851
|
"ansi-regex": "^5.0.1"
|
|
4073
3852
|
},
|
|
@@ -4079,7 +3858,6 @@
|
|
|
4079
3858
|
"version": "5.0.1",
|
|
4080
3859
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4081
3860
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4082
|
-
"license": "MIT",
|
|
4083
3861
|
"engines": {
|
|
4084
3862
|
"node": ">=8"
|
|
4085
3863
|
}
|
|
@@ -4093,14 +3871,12 @@
|
|
|
4093
3871
|
"type": "github",
|
|
4094
3872
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
4095
3873
|
}
|
|
4096
|
-
]
|
|
4097
|
-
"license": "MIT"
|
|
3874
|
+
]
|
|
4098
3875
|
},
|
|
4099
3876
|
"node_modules/@ui5/linter/node_modules/stubborn-fs": {
|
|
4100
3877
|
"version": "2.0.0",
|
|
4101
3878
|
"resolved": "https://registry.npmjs.org/stubborn-fs/-/stubborn-fs-2.0.0.tgz",
|
|
4102
3879
|
"integrity": "sha512-Y0AvSwDw8y+nlSNFXMm2g6L51rBGdAQT20J3YSOqxC53Lo3bjWRtr2BKcfYoAf352WYpsZSTURrA0tqhfgudPA==",
|
|
4103
|
-
"license": "MIT",
|
|
4104
3880
|
"dependencies": {
|
|
4105
3881
|
"stubborn-utils": "^1.0.1"
|
|
4106
3882
|
}
|
|
@@ -4108,14 +3884,12 @@
|
|
|
4108
3884
|
"node_modules/@ui5/linter/node_modules/stubborn-utils": {
|
|
4109
3885
|
"version": "1.0.2",
|
|
4110
3886
|
"resolved": "https://registry.npmjs.org/stubborn-utils/-/stubborn-utils-1.0.2.tgz",
|
|
4111
|
-
"integrity": "sha512-zOh9jPYI+xrNOyisSelgym4tolKTJCQd5GBhK0+0xJvcYDcwlOoxF/rnFKQ2KRZknXSG9jWAp66fwP6AxN9STg=="
|
|
4112
|
-
"license": "MIT"
|
|
3887
|
+
"integrity": "sha512-zOh9jPYI+xrNOyisSelgym4tolKTJCQd5GBhK0+0xJvcYDcwlOoxF/rnFKQ2KRZknXSG9jWAp66fwP6AxN9STg=="
|
|
4113
3888
|
},
|
|
4114
3889
|
"node_modules/@ui5/linter/node_modules/supports-preserve-symlinks-flag": {
|
|
4115
3890
|
"version": "1.0.0",
|
|
4116
3891
|
"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
|
|
4117
3892
|
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
|
|
4118
|
-
"license": "MIT",
|
|
4119
3893
|
"engines": {
|
|
4120
3894
|
"node": ">= 0.4"
|
|
4121
3895
|
},
|
|
@@ -4124,10 +3898,9 @@
|
|
|
4124
3898
|
}
|
|
4125
3899
|
},
|
|
4126
3900
|
"node_modules/@ui5/linter/node_modules/tar": {
|
|
4127
|
-
"version": "7.5.
|
|
4128
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
4129
|
-
"integrity": "sha512-
|
|
4130
|
-
"license": "BlueOak-1.0.0",
|
|
3901
|
+
"version": "7.5.9",
|
|
3902
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.9.tgz",
|
|
3903
|
+
"integrity": "sha512-BTLcK0xsDh2+PUe9F6c2TlRp4zOOBMTkoQHQIWSIzI0R7KG46uEwq4OPk2W7bZcprBMsuaeFsqwYr7pjh6CuHg==",
|
|
4131
3904
|
"dependencies": {
|
|
4132
3905
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
4133
3906
|
"chownr": "^3.0.0",
|
|
@@ -4143,7 +3916,6 @@
|
|
|
4143
3916
|
"version": "5.0.0",
|
|
4144
3917
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
|
|
4145
3918
|
"integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
|
|
4146
|
-
"license": "BlueOak-1.0.0",
|
|
4147
3919
|
"engines": {
|
|
4148
3920
|
"node": ">=18"
|
|
4149
3921
|
}
|
|
@@ -4152,7 +3924,6 @@
|
|
|
4152
3924
|
"version": "0.2.15",
|
|
4153
3925
|
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
|
4154
3926
|
"integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
|
|
4155
|
-
"license": "MIT",
|
|
4156
3927
|
"dependencies": {
|
|
4157
3928
|
"fdir": "^6.5.0",
|
|
4158
3929
|
"picomatch": "^4.0.3"
|
|
@@ -4168,7 +3939,6 @@
|
|
|
4168
3939
|
"version": "5.0.1",
|
|
4169
3940
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
4170
3941
|
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
4171
|
-
"license": "MIT",
|
|
4172
3942
|
"dependencies": {
|
|
4173
3943
|
"is-number": "^7.0.0"
|
|
4174
3944
|
},
|
|
@@ -4180,7 +3950,6 @@
|
|
|
4180
3950
|
"version": "3.1.0",
|
|
4181
3951
|
"resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-3.1.0.tgz",
|
|
4182
3952
|
"integrity": "sha512-3T3T04WzowbwV2FDiGXBbr81t64g1MUGGJRgT4x5o97N+8ArdhVCAF9IxFrxuSJmM3E5Asn7nKHkao0ibcZXAg==",
|
|
4183
|
-
"license": "MIT",
|
|
4184
3953
|
"dependencies": {
|
|
4185
3954
|
"@tufjs/models": "3.0.1",
|
|
4186
3955
|
"debug": "^4.4.1",
|
|
@@ -4194,7 +3963,6 @@
|
|
|
4194
3963
|
"version": "5.9.3",
|
|
4195
3964
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
4196
3965
|
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
4197
|
-
"license": "Apache-2.0",
|
|
4198
3966
|
"bin": {
|
|
4199
3967
|
"tsc": "bin/tsc",
|
|
4200
3968
|
"tsserver": "bin/tsserver"
|
|
@@ -4204,12 +3972,11 @@
|
|
|
4204
3972
|
}
|
|
4205
3973
|
},
|
|
4206
3974
|
"node_modules/@ui5/linter/node_modules/unicorn-magic": {
|
|
4207
|
-
"version": "0.
|
|
4208
|
-
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.
|
|
4209
|
-
"integrity": "sha512
|
|
4210
|
-
"license": "MIT",
|
|
3975
|
+
"version": "0.4.0",
|
|
3976
|
+
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
|
|
3977
|
+
"integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
|
|
4211
3978
|
"engines": {
|
|
4212
|
-
"node": ">=
|
|
3979
|
+
"node": ">=20"
|
|
4213
3980
|
},
|
|
4214
3981
|
"funding": {
|
|
4215
3982
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -4219,7 +3986,6 @@
|
|
|
4219
3986
|
"version": "7.3.1",
|
|
4220
3987
|
"resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-7.3.1.tgz",
|
|
4221
3988
|
"integrity": "sha512-+dwUY4L35XFYEzE+OAL3sarJdUioVovq+8f7lcIJ7wnmnYQV5UD1Y/lcwaMSyaQ6Bj3JMj1XSTjZbNLHn/19yA==",
|
|
4222
|
-
"license": "BSD-2-Clause",
|
|
4223
3989
|
"dependencies": {
|
|
4224
3990
|
"boxen": "^8.0.1",
|
|
4225
3991
|
"chalk": "^5.3.0",
|
|
@@ -4243,7 +4009,6 @@
|
|
|
4243
4009
|
"version": "8.0.1",
|
|
4244
4010
|
"resolved": "https://registry.npmjs.org/boxen/-/boxen-8.0.1.tgz",
|
|
4245
4011
|
"integrity": "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==",
|
|
4246
|
-
"license": "MIT",
|
|
4247
4012
|
"dependencies": {
|
|
4248
4013
|
"ansi-align": "^3.0.1",
|
|
4249
4014
|
"camelcase": "^8.0.0",
|
|
@@ -4265,7 +4030,6 @@
|
|
|
4265
4030
|
"version": "8.0.0",
|
|
4266
4031
|
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz",
|
|
4267
4032
|
"integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==",
|
|
4268
|
-
"license": "MIT",
|
|
4269
4033
|
"engines": {
|
|
4270
4034
|
"node": ">=16"
|
|
4271
4035
|
},
|
|
@@ -4276,14 +4040,12 @@
|
|
|
4276
4040
|
"node_modules/@ui5/linter/node_modules/update-notifier/node_modules/emoji-regex": {
|
|
4277
4041
|
"version": "10.6.0",
|
|
4278
4042
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
4279
|
-
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A=="
|
|
4280
|
-
"license": "MIT"
|
|
4043
|
+
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A=="
|
|
4281
4044
|
},
|
|
4282
4045
|
"node_modules/@ui5/linter/node_modules/update-notifier/node_modules/string-width": {
|
|
4283
4046
|
"version": "7.2.0",
|
|
4284
4047
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
4285
4048
|
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
4286
|
-
"license": "MIT",
|
|
4287
4049
|
"dependencies": {
|
|
4288
4050
|
"emoji-regex": "^10.3.0",
|
|
4289
4051
|
"get-east-asian-width": "^1.0.0",
|
|
@@ -4300,7 +4062,6 @@
|
|
|
4300
4062
|
"version": "4.41.0",
|
|
4301
4063
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
|
|
4302
4064
|
"integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
|
|
4303
|
-
"license": "(MIT OR CC0-1.0)",
|
|
4304
4065
|
"engines": {
|
|
4305
4066
|
"node": ">=16"
|
|
4306
4067
|
},
|
|
@@ -4312,7 +4073,6 @@
|
|
|
4312
4073
|
"version": "5.0.0",
|
|
4313
4074
|
"resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
|
|
4314
4075
|
"integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
|
|
4315
|
-
"license": "MIT",
|
|
4316
4076
|
"dependencies": {
|
|
4317
4077
|
"string-width": "^7.0.0"
|
|
4318
4078
|
},
|
|
@@ -4327,7 +4087,6 @@
|
|
|
4327
4087
|
"version": "9.0.2",
|
|
4328
4088
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
4329
4089
|
"integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
|
|
4330
|
-
"license": "MIT",
|
|
4331
4090
|
"dependencies": {
|
|
4332
4091
|
"ansi-styles": "^6.2.1",
|
|
4333
4092
|
"string-width": "^7.0.0",
|
|
@@ -4344,7 +4103,6 @@
|
|
|
4344
4103
|
"version": "4.4.1",
|
|
4345
4104
|
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
|
4346
4105
|
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
|
4347
|
-
"license": "BSD-2-Clause",
|
|
4348
4106
|
"dependencies": {
|
|
4349
4107
|
"punycode": "^2.1.0"
|
|
4350
4108
|
}
|
|
@@ -4353,7 +4111,6 @@
|
|
|
4353
4111
|
"version": "3.0.4",
|
|
4354
4112
|
"resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
|
|
4355
4113
|
"integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
|
|
4356
|
-
"license": "Apache-2.0",
|
|
4357
4114
|
"dependencies": {
|
|
4358
4115
|
"spdx-correct": "^3.0.0",
|
|
4359
4116
|
"spdx-expression-parse": "^3.0.0"
|
|
@@ -4363,7 +4120,6 @@
|
|
|
4363
4120
|
"version": "3.0.1",
|
|
4364
4121
|
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
|
|
4365
4122
|
"integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
|
|
4366
|
-
"license": "MIT",
|
|
4367
4123
|
"dependencies": {
|
|
4368
4124
|
"spdx-exceptions": "^2.1.0",
|
|
4369
4125
|
"spdx-license-ids": "^3.0.0"
|
|
@@ -4372,20 +4128,17 @@
|
|
|
4372
4128
|
"node_modules/@ui5/linter/node_modules/walk-up-path": {
|
|
4373
4129
|
"version": "3.0.1",
|
|
4374
4130
|
"resolved": "https://registry.npmjs.org/walk-up-path/-/walk-up-path-3.0.1.tgz",
|
|
4375
|
-
"integrity": "sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA=="
|
|
4376
|
-
"license": "ISC"
|
|
4131
|
+
"integrity": "sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA=="
|
|
4377
4132
|
},
|
|
4378
4133
|
"node_modules/@ui5/linter/node_modules/when-exit": {
|
|
4379
4134
|
"version": "2.1.5",
|
|
4380
4135
|
"resolved": "https://registry.npmjs.org/when-exit/-/when-exit-2.1.5.tgz",
|
|
4381
|
-
"integrity": "sha512-VGkKJ564kzt6Ms1dbgPP/yuIoQCrsFAnRbptpC5wOEsDaNsbCB2bnfnaA8i/vRs5tjUSEOtIuvl9/MyVsvQZCg=="
|
|
4382
|
-
"license": "MIT"
|
|
4136
|
+
"integrity": "sha512-VGkKJ564kzt6Ms1dbgPP/yuIoQCrsFAnRbptpC5wOEsDaNsbCB2bnfnaA8i/vRs5tjUSEOtIuvl9/MyVsvQZCg=="
|
|
4383
4137
|
},
|
|
4384
4138
|
"node_modules/@ui5/linter/node_modules/which": {
|
|
4385
4139
|
"version": "5.0.0",
|
|
4386
4140
|
"resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
|
|
4387
4141
|
"integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
|
|
4388
|
-
"license": "ISC",
|
|
4389
4142
|
"dependencies": {
|
|
4390
4143
|
"isexe": "^3.1.1"
|
|
4391
4144
|
},
|
|
@@ -4400,7 +4153,6 @@
|
|
|
4400
4153
|
"version": "8.1.0",
|
|
4401
4154
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
|
|
4402
4155
|
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
|
|
4403
|
-
"license": "MIT",
|
|
4404
4156
|
"dependencies": {
|
|
4405
4157
|
"ansi-styles": "^6.1.0",
|
|
4406
4158
|
"string-width": "^5.0.1",
|
|
@@ -4418,7 +4170,6 @@
|
|
|
4418
4170
|
"version": "7.0.0",
|
|
4419
4171
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4420
4172
|
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4421
|
-
"license": "MIT",
|
|
4422
4173
|
"dependencies": {
|
|
4423
4174
|
"ansi-styles": "^4.0.0",
|
|
4424
4175
|
"string-width": "^4.1.0",
|
|
@@ -4435,7 +4186,6 @@
|
|
|
4435
4186
|
"version": "5.0.1",
|
|
4436
4187
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4437
4188
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4438
|
-
"license": "MIT",
|
|
4439
4189
|
"engines": {
|
|
4440
4190
|
"node": ">=8"
|
|
4441
4191
|
}
|
|
@@ -4444,7 +4194,6 @@
|
|
|
4444
4194
|
"version": "4.3.0",
|
|
4445
4195
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
4446
4196
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
4447
|
-
"license": "MIT",
|
|
4448
4197
|
"dependencies": {
|
|
4449
4198
|
"color-convert": "^2.0.1"
|
|
4450
4199
|
},
|
|
@@ -4458,14 +4207,12 @@
|
|
|
4458
4207
|
"node_modules/@ui5/linter/node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
|
|
4459
4208
|
"version": "8.0.0",
|
|
4460
4209
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
4461
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
4462
|
-
"license": "MIT"
|
|
4210
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
4463
4211
|
},
|
|
4464
4212
|
"node_modules/@ui5/linter/node_modules/wrap-ansi-cjs/node_modules/is-fullwidth-code-point": {
|
|
4465
4213
|
"version": "3.0.0",
|
|
4466
4214
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
4467
4215
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
4468
|
-
"license": "MIT",
|
|
4469
4216
|
"engines": {
|
|
4470
4217
|
"node": ">=8"
|
|
4471
4218
|
}
|
|
@@ -4474,7 +4221,6 @@
|
|
|
4474
4221
|
"version": "4.2.3",
|
|
4475
4222
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
4476
4223
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
4477
|
-
"license": "MIT",
|
|
4478
4224
|
"dependencies": {
|
|
4479
4225
|
"emoji-regex": "^8.0.0",
|
|
4480
4226
|
"is-fullwidth-code-point": "^3.0.0",
|
|
@@ -4488,7 +4234,6 @@
|
|
|
4488
4234
|
"version": "6.0.1",
|
|
4489
4235
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4490
4236
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4491
|
-
"license": "MIT",
|
|
4492
4237
|
"dependencies": {
|
|
4493
4238
|
"ansi-regex": "^5.0.1"
|
|
4494
4239
|
},
|
|
@@ -4500,7 +4245,6 @@
|
|
|
4500
4245
|
"version": "5.1.0",
|
|
4501
4246
|
"resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-5.1.0.tgz",
|
|
4502
4247
|
"integrity": "sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==",
|
|
4503
|
-
"license": "MIT",
|
|
4504
4248
|
"engines": {
|
|
4505
4249
|
"node": ">=12"
|
|
4506
4250
|
},
|
|
@@ -4512,7 +4256,6 @@
|
|
|
4512
4256
|
"version": "0.6.2",
|
|
4513
4257
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
|
|
4514
4258
|
"integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
|
|
4515
|
-
"license": "MIT",
|
|
4516
4259
|
"dependencies": {
|
|
4517
4260
|
"sax": ">=0.6.0",
|
|
4518
4261
|
"xmlbuilder": "~11.0.0"
|
|
@@ -4525,7 +4268,6 @@
|
|
|
4525
4268
|
"version": "11.0.1",
|
|
4526
4269
|
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
|
|
4527
4270
|
"integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
|
|
4528
|
-
"license": "MIT",
|
|
4529
4271
|
"engines": {
|
|
4530
4272
|
"node": ">=4.0"
|
|
4531
4273
|
}
|
|
@@ -4534,7 +4276,6 @@
|
|
|
4534
4276
|
"version": "5.0.8",
|
|
4535
4277
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
|
|
4536
4278
|
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
|
|
4537
|
-
"license": "ISC",
|
|
4538
4279
|
"engines": {
|
|
4539
4280
|
"node": ">=10"
|
|
4540
4281
|
}
|
|
@@ -4542,14 +4283,12 @@
|
|
|
4542
4283
|
"node_modules/@ui5/linter/node_modules/yaml-ast-parser": {
|
|
4543
4284
|
"version": "0.0.43",
|
|
4544
4285
|
"resolved": "https://registry.npmjs.org/yaml-ast-parser/-/yaml-ast-parser-0.0.43.tgz",
|
|
4545
|
-
"integrity": "sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A=="
|
|
4546
|
-
"license": "Apache-2.0"
|
|
4286
|
+
"integrity": "sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A=="
|
|
4547
4287
|
},
|
|
4548
4288
|
"node_modules/@ui5/linter/node_modules/yargs": {
|
|
4549
4289
|
"version": "17.7.2",
|
|
4550
4290
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
4551
4291
|
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
|
|
4552
|
-
"license": "MIT",
|
|
4553
4292
|
"dependencies": {
|
|
4554
4293
|
"cliui": "^8.0.1",
|
|
4555
4294
|
"escalade": "^3.1.1",
|
|
@@ -4567,7 +4306,6 @@
|
|
|
4567
4306
|
"version": "21.1.1",
|
|
4568
4307
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
|
|
4569
4308
|
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
|
|
4570
|
-
"license": "ISC",
|
|
4571
4309
|
"engines": {
|
|
4572
4310
|
"node": ">=12"
|
|
4573
4311
|
}
|
|
@@ -4576,7 +4314,6 @@
|
|
|
4576
4314
|
"version": "5.0.1",
|
|
4577
4315
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4578
4316
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4579
|
-
"license": "MIT",
|
|
4580
4317
|
"engines": {
|
|
4581
4318
|
"node": ">=8"
|
|
4582
4319
|
}
|
|
@@ -4584,14 +4321,12 @@
|
|
|
4584
4321
|
"node_modules/@ui5/linter/node_modules/yargs/node_modules/emoji-regex": {
|
|
4585
4322
|
"version": "8.0.0",
|
|
4586
4323
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
4587
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
4588
|
-
"license": "MIT"
|
|
4324
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
4589
4325
|
},
|
|
4590
4326
|
"node_modules/@ui5/linter/node_modules/yargs/node_modules/is-fullwidth-code-point": {
|
|
4591
4327
|
"version": "3.0.0",
|
|
4592
4328
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
4593
4329
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
4594
|
-
"license": "MIT",
|
|
4595
4330
|
"engines": {
|
|
4596
4331
|
"node": ">=8"
|
|
4597
4332
|
}
|
|
@@ -4600,7 +4335,6 @@
|
|
|
4600
4335
|
"version": "4.2.3",
|
|
4601
4336
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
4602
4337
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
4603
|
-
"license": "MIT",
|
|
4604
4338
|
"dependencies": {
|
|
4605
4339
|
"emoji-regex": "^8.0.0",
|
|
4606
4340
|
"is-fullwidth-code-point": "^3.0.0",
|
|
@@ -4614,7 +4348,6 @@
|
|
|
4614
4348
|
"version": "6.0.1",
|
|
4615
4349
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4616
4350
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4617
|
-
"license": "MIT",
|
|
4618
4351
|
"dependencies": {
|
|
4619
4352
|
"ansi-regex": "^5.0.1"
|
|
4620
4353
|
},
|
|
@@ -4625,8 +4358,7 @@
|
|
|
4625
4358
|
"node_modules/@ui5/linter/node_modules/yesno": {
|
|
4626
4359
|
"version": "0.4.0",
|
|
4627
4360
|
"resolved": "https://registry.npmjs.org/yesno/-/yesno-0.4.0.tgz",
|
|
4628
|
-
"integrity": "sha512-tdBxmHvbXPBKYIg81bMCB7bVeDmHkRzk5rVJyYYXurwKkHq/MCd8rz4HSJUP7hW0H2NlXiq8IFiWvYKEHhlotA=="
|
|
4629
|
-
"license": "BSD"
|
|
4361
|
+
"integrity": "sha512-tdBxmHvbXPBKYIg81bMCB7bVeDmHkRzk5rVJyYYXurwKkHq/MCd8rz4HSJUP7hW0H2NlXiq8IFiWvYKEHhlotA=="
|
|
4630
4362
|
},
|
|
4631
4363
|
"node_modules/@ui5/logger": {
|
|
4632
4364
|
"version": "4.0.2",
|
|
@@ -4644,13 +4376,13 @@
|
|
|
4644
4376
|
}
|
|
4645
4377
|
},
|
|
4646
4378
|
"node_modules/@ui5/project": {
|
|
4647
|
-
"version": "4.0.
|
|
4648
|
-
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.
|
|
4649
|
-
"integrity": "sha512-
|
|
4379
|
+
"version": "4.0.10",
|
|
4380
|
+
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.10.tgz",
|
|
4381
|
+
"integrity": "sha512-Zp4ezytTUkx11TjaG9SPA+GqzXzoEKSNPy35gVEvN4l8P7eflQthGvo87SszzL+jtbEuruRn+BMSvXo5/xZIUQ==",
|
|
4650
4382
|
"license": "Apache-2.0",
|
|
4651
4383
|
"dependencies": {
|
|
4652
4384
|
"@npmcli/config": "^9.0.0",
|
|
4653
|
-
"@ui5/fs": "^4.0.
|
|
4385
|
+
"@ui5/fs": "^4.0.5",
|
|
4654
4386
|
"@ui5/logger": "^4.0.2",
|
|
4655
4387
|
"ajv": "^6.12.6",
|
|
4656
4388
|
"ajv-errors": "^1.0.1",
|
|
@@ -4667,7 +4399,7 @@
|
|
|
4667
4399
|
"read-package-up": "^11.0.0",
|
|
4668
4400
|
"read-pkg": "^9.0.1",
|
|
4669
4401
|
"resolve": "^1.22.11",
|
|
4670
|
-
"semver": "^7.7.
|
|
4402
|
+
"semver": "^7.7.4",
|
|
4671
4403
|
"xml2js": "^0.6.2",
|
|
4672
4404
|
"yesno": "^0.4.0"
|
|
4673
4405
|
},
|
|
@@ -4676,7 +4408,7 @@
|
|
|
4676
4408
|
"npm": ">= 8"
|
|
4677
4409
|
},
|
|
4678
4410
|
"peerDependencies": {
|
|
4679
|
-
"@ui5/builder": "^4.1.
|
|
4411
|
+
"@ui5/builder": "^4.1.4"
|
|
4680
4412
|
},
|
|
4681
4413
|
"peerDependenciesMeta": {
|
|
4682
4414
|
"@ui5/builder": {
|
|
@@ -4971,9 +4703,9 @@
|
|
|
4971
4703
|
}
|
|
4972
4704
|
},
|
|
4973
4705
|
"node_modules/ajv": {
|
|
4974
|
-
"version": "8.
|
|
4975
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.
|
|
4976
|
-
"integrity": "sha512-
|
|
4706
|
+
"version": "8.18.0",
|
|
4707
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
|
|
4708
|
+
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
|
|
4977
4709
|
"license": "MIT",
|
|
4978
4710
|
"peer": true,
|
|
4979
4711
|
"dependencies": {
|
|
@@ -5134,13 +4866,46 @@
|
|
|
5134
4866
|
"node": "^20.17.0 || >=22.9.0"
|
|
5135
4867
|
}
|
|
5136
4868
|
},
|
|
4869
|
+
"node_modules/cacache/node_modules/@isaacs/cliui": {
|
|
4870
|
+
"version": "9.0.0",
|
|
4871
|
+
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-9.0.0.tgz",
|
|
4872
|
+
"integrity": "sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==",
|
|
4873
|
+
"license": "BlueOak-1.0.0",
|
|
4874
|
+
"engines": {
|
|
4875
|
+
"node": ">=18"
|
|
4876
|
+
}
|
|
4877
|
+
},
|
|
4878
|
+
"node_modules/cacache/node_modules/balanced-match": {
|
|
4879
|
+
"version": "4.0.2",
|
|
4880
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.2.tgz",
|
|
4881
|
+
"integrity": "sha512-x0K50QvKQ97fdEz2kPehIerj+YTeptKF9hyYkKf6egnwmMWAkADiO0QCzSp0R5xN8FTZgYaBfSaue46Ej62nMg==",
|
|
4882
|
+
"license": "MIT",
|
|
4883
|
+
"dependencies": {
|
|
4884
|
+
"jackspeak": "^4.2.3"
|
|
4885
|
+
},
|
|
4886
|
+
"engines": {
|
|
4887
|
+
"node": "20 || >=22"
|
|
4888
|
+
}
|
|
4889
|
+
},
|
|
4890
|
+
"node_modules/cacache/node_modules/brace-expansion": {
|
|
4891
|
+
"version": "5.0.2",
|
|
4892
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
|
|
4893
|
+
"integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
|
|
4894
|
+
"license": "MIT",
|
|
4895
|
+
"dependencies": {
|
|
4896
|
+
"balanced-match": "^4.0.2"
|
|
4897
|
+
},
|
|
4898
|
+
"engines": {
|
|
4899
|
+
"node": "20 || >=22"
|
|
4900
|
+
}
|
|
4901
|
+
},
|
|
5137
4902
|
"node_modules/cacache/node_modules/glob": {
|
|
5138
|
-
"version": "13.0.
|
|
5139
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.
|
|
5140
|
-
"integrity": "sha512-
|
|
4903
|
+
"version": "13.0.5",
|
|
4904
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.5.tgz",
|
|
4905
|
+
"integrity": "sha512-BzXxZg24Ibra1pbQ/zE7Kys4Ua1ks7Bn6pKLkVPZ9FZe4JQS6/Q7ef3LG1H+k7lUf5l4T3PLSyYyYJVYUvfgTw==",
|
|
5141
4906
|
"license": "BlueOak-1.0.0",
|
|
5142
4907
|
"dependencies": {
|
|
5143
|
-
"minimatch": "^10.1
|
|
4908
|
+
"minimatch": "^10.2.1",
|
|
5144
4909
|
"minipass": "^7.1.2",
|
|
5145
4910
|
"path-scurry": "^2.0.0"
|
|
5146
4911
|
},
|
|
@@ -5151,22 +4916,37 @@
|
|
|
5151
4916
|
"url": "https://github.com/sponsors/isaacs"
|
|
5152
4917
|
}
|
|
5153
4918
|
},
|
|
4919
|
+
"node_modules/cacache/node_modules/jackspeak": {
|
|
4920
|
+
"version": "4.2.3",
|
|
4921
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.2.3.tgz",
|
|
4922
|
+
"integrity": "sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==",
|
|
4923
|
+
"license": "BlueOak-1.0.0",
|
|
4924
|
+
"dependencies": {
|
|
4925
|
+
"@isaacs/cliui": "^9.0.0"
|
|
4926
|
+
},
|
|
4927
|
+
"engines": {
|
|
4928
|
+
"node": "20 || >=22"
|
|
4929
|
+
},
|
|
4930
|
+
"funding": {
|
|
4931
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4932
|
+
}
|
|
4933
|
+
},
|
|
5154
4934
|
"node_modules/cacache/node_modules/lru-cache": {
|
|
5155
|
-
"version": "11.2.
|
|
5156
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.
|
|
5157
|
-
"integrity": "sha512-
|
|
4935
|
+
"version": "11.2.6",
|
|
4936
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz",
|
|
4937
|
+
"integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
|
|
5158
4938
|
"license": "BlueOak-1.0.0",
|
|
5159
4939
|
"engines": {
|
|
5160
4940
|
"node": "20 || >=22"
|
|
5161
4941
|
}
|
|
5162
4942
|
},
|
|
5163
4943
|
"node_modules/cacache/node_modules/minimatch": {
|
|
5164
|
-
"version": "10.1
|
|
5165
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.
|
|
5166
|
-
"integrity": "sha512-
|
|
4944
|
+
"version": "10.2.1",
|
|
4945
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.1.tgz",
|
|
4946
|
+
"integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==",
|
|
5167
4947
|
"license": "BlueOak-1.0.0",
|
|
5168
4948
|
"dependencies": {
|
|
5169
|
-
"
|
|
4949
|
+
"brace-expansion": "^5.0.2"
|
|
5170
4950
|
},
|
|
5171
4951
|
"engines": {
|
|
5172
4952
|
"node": "20 || >=22"
|
|
@@ -5736,9 +5516,9 @@
|
|
|
5736
5516
|
"license": "BSD-3-Clause"
|
|
5737
5517
|
},
|
|
5738
5518
|
"node_modules/fast-xml-parser": {
|
|
5739
|
-
"version": "5.3.
|
|
5740
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.
|
|
5741
|
-
"integrity": "sha512-
|
|
5519
|
+
"version": "5.3.6",
|
|
5520
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.6.tgz",
|
|
5521
|
+
"integrity": "sha512-QNI3sAvSvaOiaMl8FYU4trnEzCwiRr8XMWgAHzlrWpTSj+QaCSvOf1h82OEP1s4hiAXhnbXSyFWCf4ldZzZRVA==",
|
|
5742
5522
|
"funding": [
|
|
5743
5523
|
{
|
|
5744
5524
|
"type": "github",
|
|
@@ -6331,12 +6111,12 @@
|
|
|
6331
6111
|
}
|
|
6332
6112
|
},
|
|
6333
6113
|
"node_modules/isexe": {
|
|
6334
|
-
"version": "3.1.
|
|
6335
|
-
"resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.
|
|
6336
|
-
"integrity": "sha512-
|
|
6114
|
+
"version": "3.1.5",
|
|
6115
|
+
"resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.5.tgz",
|
|
6116
|
+
"integrity": "sha512-6B3tLtFqtQS4ekarvLVMZ+X+VlvQekbe4taUkf/rhVO3d/h0M2rfARm/pXLcPEsjjMsFgrFgSrhQIxcSVrBz8w==",
|
|
6337
6117
|
"license": "BlueOak-1.0.0",
|
|
6338
6118
|
"engines": {
|
|
6339
|
-
"node": ">=
|
|
6119
|
+
"node": ">=18"
|
|
6340
6120
|
}
|
|
6341
6121
|
},
|
|
6342
6122
|
"node_modules/jackspeak": {
|
|
@@ -7435,9 +7215,9 @@
|
|
|
7435
7215
|
}
|
|
7436
7216
|
},
|
|
7437
7217
|
"node_modules/qs": {
|
|
7438
|
-
"version": "6.
|
|
7439
|
-
"resolved": "https://registry.npmjs.org/qs/-/qs-6.
|
|
7440
|
-
"integrity": "sha512-
|
|
7218
|
+
"version": "6.15.0",
|
|
7219
|
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.15.0.tgz",
|
|
7220
|
+
"integrity": "sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==",
|
|
7441
7221
|
"license": "BSD-3-Clause",
|
|
7442
7222
|
"dependencies": {
|
|
7443
7223
|
"side-channel": "^1.1.0"
|
|
@@ -7964,9 +7744,9 @@
|
|
|
7964
7744
|
"license": "CC0-1.0"
|
|
7965
7745
|
},
|
|
7966
7746
|
"node_modules/ssri": {
|
|
7967
|
-
"version": "13.0.
|
|
7968
|
-
"resolved": "https://registry.npmjs.org/ssri/-/ssri-13.0.
|
|
7969
|
-
"integrity": "sha512-
|
|
7747
|
+
"version": "13.0.1",
|
|
7748
|
+
"resolved": "https://registry.npmjs.org/ssri/-/ssri-13.0.1.tgz",
|
|
7749
|
+
"integrity": "sha512-QUiRf1+u9wPTL/76GTYlKttDEBWV1ga9ZXW8BG6kfdeyyM8LGPix9gROyg9V2+P0xNyF3X2Go526xKFdMZrHSQ==",
|
|
7970
7750
|
"license": "ISC",
|
|
7971
7751
|
"dependencies": {
|
|
7972
7752
|
"minipass": "^7.0.3"
|
|
@@ -8147,9 +7927,9 @@
|
|
|
8147
7927
|
}
|
|
8148
7928
|
},
|
|
8149
7929
|
"node_modules/tar": {
|
|
8150
|
-
"version": "7.5.
|
|
8151
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
8152
|
-
"integrity": "sha512-
|
|
7930
|
+
"version": "7.5.9",
|
|
7931
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.9.tgz",
|
|
7932
|
+
"integrity": "sha512-BTLcK0xsDh2+PUe9F6c2TlRp4zOOBMTkoQHQIWSIzI0R7KG46uEwq4OPk2W7bZcprBMsuaeFsqwYr7pjh6CuHg==",
|
|
8153
7933
|
"license": "BlueOak-1.0.0",
|
|
8154
7934
|
"dependencies": {
|
|
8155
7935
|
"@isaacs/fs-minipass": "^4.0.0",
|