@ui5/cli 3.3.2 → 3.3.3
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 +8 -1
- package/npm-shrinkwrap.json +126 -126
- package/package.json +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,13 @@
|
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
4
4
|
|
|
5
|
-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.3.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.3.3...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v3.3.3"></a>
|
|
8
|
+
## [v3.3.3] - 2023-07-19
|
|
9
|
+
### Dependency Updates
|
|
10
|
+
- Bump [@ui5](https://github.com/ui5)/builder from 3.0.7 to 3.0.8 [`deba9bc`](https://github.com/SAP/ui5-cli/commit/deba9bcb93354393662035524a28c8d161b9c3f4)
|
|
11
|
+
|
|
6
12
|
|
|
7
13
|
<a name="v3.3.2"></a>
|
|
8
14
|
## [v3.3.2] - 2023-07-13
|
|
@@ -1071,6 +1077,7 @@ Only Node.js v10 or higher is supported.
|
|
|
1071
1077
|
|
|
1072
1078
|
<a name="v0.0.1"></a>
|
|
1073
1079
|
## v0.0.1 - 2018-06-06
|
|
1080
|
+
[v3.3.3]: https://github.com/SAP/ui5-cli/compare/v3.3.2...v3.3.3
|
|
1074
1081
|
[v3.3.2]: https://github.com/SAP/ui5-cli/compare/v3.3.1...v3.3.2
|
|
1075
1082
|
[v3.3.1]: https://github.com/SAP/ui5-cli/compare/v3.3.0...v3.3.1
|
|
1076
1083
|
[v3.3.0]: https://github.com/SAP/ui5-cli/compare/v3.2.0...v3.3.0
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@ui5/cli",
|
|
9
|
-
"version": "3.3.
|
|
9
|
+
"version": "3.3.3",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@ui5/builder": "^3.0.
|
|
12
|
+
"@ui5/builder": "^3.0.8",
|
|
13
13
|
"@ui5/fs": "^3.0.4",
|
|
14
14
|
"@ui5/logger": "^3.0.0",
|
|
15
15
|
"@ui5/project": "^3.4.2",
|
|
@@ -504,9 +504,9 @@
|
|
|
504
504
|
}
|
|
505
505
|
},
|
|
506
506
|
"node_modules/@sindresorhus/is": {
|
|
507
|
-
"version": "5.
|
|
508
|
-
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.
|
|
509
|
-
"integrity": "sha512-
|
|
507
|
+
"version": "5.5.0",
|
|
508
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.5.0.tgz",
|
|
509
|
+
"integrity": "sha512-3rO1QIz6mL0MvFVTOxqhDJRVsLfG/vK2VSlKKPghALA6FhJqU7L+RUHnFvH5BP5HhkWiMQqq514i9ZFTcqoGCQ==",
|
|
510
510
|
"engines": {
|
|
511
511
|
"node": ">=14.16"
|
|
512
512
|
},
|
|
@@ -583,9 +583,9 @@
|
|
|
583
583
|
"integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw=="
|
|
584
584
|
},
|
|
585
585
|
"node_modules/@ui5/builder": {
|
|
586
|
-
"version": "3.0.
|
|
587
|
-
"resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-3.0.
|
|
588
|
-
"integrity": "sha512-
|
|
586
|
+
"version": "3.0.8",
|
|
587
|
+
"resolved": "https://registry.npmjs.org/@ui5/builder/-/builder-3.0.8.tgz",
|
|
588
|
+
"integrity": "sha512-sf5lCnJIhxWE0/PR0wARQvELUFqWKM3eSkA0eN7zD6bJNoHB6vtFpx5ElZCRwNqFfK/YB3w83Eb5HapqfsZD0g==",
|
|
589
589
|
"dependencies": {
|
|
590
590
|
"@jridgewell/sourcemap-codec": "^1.4.15",
|
|
591
591
|
"@ui5/fs": "^3.0.4",
|
|
@@ -593,14 +593,14 @@
|
|
|
593
593
|
"cheerio": "1.0.0-rc.12",
|
|
594
594
|
"escape-unicode": "^0.2.0",
|
|
595
595
|
"escope": "^4.0.0",
|
|
596
|
-
"espree": "^9.6.
|
|
596
|
+
"espree": "^9.6.1",
|
|
597
597
|
"graceful-fs": "^4.2.11",
|
|
598
598
|
"jsdoc": "^4.0.2",
|
|
599
599
|
"less-openui5": "^0.11.6",
|
|
600
600
|
"pretty-data": "^0.40.0",
|
|
601
601
|
"rimraf": "^5.0.1",
|
|
602
602
|
"semver": "^7.5.4",
|
|
603
|
-
"terser": "^5.
|
|
603
|
+
"terser": "^5.19.0",
|
|
604
604
|
"workerpool": "^6.4.0",
|
|
605
605
|
"xml2js": "^0.6.0"
|
|
606
606
|
},
|
|
@@ -677,109 +677,6 @@
|
|
|
677
677
|
"npm": ">= 8"
|
|
678
678
|
}
|
|
679
679
|
},
|
|
680
|
-
"node_modules/@ui5/project/node_modules/find-up": {
|
|
681
|
-
"version": "6.3.0",
|
|
682
|
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz",
|
|
683
|
-
"integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==",
|
|
684
|
-
"dependencies": {
|
|
685
|
-
"locate-path": "^7.1.0",
|
|
686
|
-
"path-exists": "^5.0.0"
|
|
687
|
-
},
|
|
688
|
-
"engines": {
|
|
689
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
690
|
-
},
|
|
691
|
-
"funding": {
|
|
692
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
693
|
-
}
|
|
694
|
-
},
|
|
695
|
-
"node_modules/@ui5/project/node_modules/locate-path": {
|
|
696
|
-
"version": "7.2.0",
|
|
697
|
-
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz",
|
|
698
|
-
"integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==",
|
|
699
|
-
"dependencies": {
|
|
700
|
-
"p-locate": "^6.0.0"
|
|
701
|
-
},
|
|
702
|
-
"engines": {
|
|
703
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
704
|
-
},
|
|
705
|
-
"funding": {
|
|
706
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
707
|
-
}
|
|
708
|
-
},
|
|
709
|
-
"node_modules/@ui5/project/node_modules/p-limit": {
|
|
710
|
-
"version": "4.0.0",
|
|
711
|
-
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
|
|
712
|
-
"integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
|
|
713
|
-
"dependencies": {
|
|
714
|
-
"yocto-queue": "^1.0.0"
|
|
715
|
-
},
|
|
716
|
-
"engines": {
|
|
717
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
718
|
-
},
|
|
719
|
-
"funding": {
|
|
720
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
721
|
-
}
|
|
722
|
-
},
|
|
723
|
-
"node_modules/@ui5/project/node_modules/p-locate": {
|
|
724
|
-
"version": "6.0.0",
|
|
725
|
-
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz",
|
|
726
|
-
"integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==",
|
|
727
|
-
"dependencies": {
|
|
728
|
-
"p-limit": "^4.0.0"
|
|
729
|
-
},
|
|
730
|
-
"engines": {
|
|
731
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
732
|
-
},
|
|
733
|
-
"funding": {
|
|
734
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
735
|
-
}
|
|
736
|
-
},
|
|
737
|
-
"node_modules/@ui5/project/node_modules/path-exists": {
|
|
738
|
-
"version": "5.0.0",
|
|
739
|
-
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
|
|
740
|
-
"integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==",
|
|
741
|
-
"engines": {
|
|
742
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
743
|
-
}
|
|
744
|
-
},
|
|
745
|
-
"node_modules/@ui5/project/node_modules/read-pkg-up": {
|
|
746
|
-
"version": "10.0.0",
|
|
747
|
-
"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-10.0.0.tgz",
|
|
748
|
-
"integrity": "sha512-jgmKiS//w2Zs+YbX039CorlkOp8FIVbSAN8r8GJHDsGlmNPXo+VeHkqAwCiQVTTx5/LwLZTcEw59z3DvcLbr0g==",
|
|
749
|
-
"dependencies": {
|
|
750
|
-
"find-up": "^6.3.0",
|
|
751
|
-
"read-pkg": "^8.0.0",
|
|
752
|
-
"type-fest": "^3.12.0"
|
|
753
|
-
},
|
|
754
|
-
"engines": {
|
|
755
|
-
"node": ">=16"
|
|
756
|
-
},
|
|
757
|
-
"funding": {
|
|
758
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
759
|
-
}
|
|
760
|
-
},
|
|
761
|
-
"node_modules/@ui5/project/node_modules/type-fest": {
|
|
762
|
-
"version": "3.13.0",
|
|
763
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.0.tgz",
|
|
764
|
-
"integrity": "sha512-Gur3yQGM9qiLNs0KPP7LPgeRbio2QTt4xXouobMCarR0/wyW3F+F/+OWwshg3NG0Adon7uQfSZBpB46NfhoF1A==",
|
|
765
|
-
"engines": {
|
|
766
|
-
"node": ">=14.16"
|
|
767
|
-
},
|
|
768
|
-
"funding": {
|
|
769
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
770
|
-
}
|
|
771
|
-
},
|
|
772
|
-
"node_modules/@ui5/project/node_modules/yocto-queue": {
|
|
773
|
-
"version": "1.0.0",
|
|
774
|
-
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz",
|
|
775
|
-
"integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==",
|
|
776
|
-
"engines": {
|
|
777
|
-
"node": ">=12.20"
|
|
778
|
-
},
|
|
779
|
-
"funding": {
|
|
780
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
781
|
-
}
|
|
782
|
-
},
|
|
783
680
|
"node_modules/@ui5/server": {
|
|
784
681
|
"version": "3.1.3",
|
|
785
682
|
"resolved": "https://registry.npmjs.org/@ui5/server/-/server-3.1.3.tgz",
|
|
@@ -2140,9 +2037,9 @@
|
|
|
2140
2037
|
}
|
|
2141
2038
|
},
|
|
2142
2039
|
"node_modules/espree": {
|
|
2143
|
-
"version": "9.6.
|
|
2144
|
-
"resolved": "https://registry.npmjs.org/espree/-/espree-9.6.
|
|
2145
|
-
"integrity": "sha512-
|
|
2040
|
+
"version": "9.6.1",
|
|
2041
|
+
"resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
|
|
2042
|
+
"integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
|
|
2146
2043
|
"dependencies": {
|
|
2147
2044
|
"acorn": "^8.9.0",
|
|
2148
2045
|
"acorn-jsx": "^5.3.2",
|
|
@@ -3613,9 +3510,9 @@
|
|
|
3613
3510
|
}
|
|
3614
3511
|
},
|
|
3615
3512
|
"node_modules/minipass": {
|
|
3616
|
-
"version": "7.0.
|
|
3617
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.
|
|
3618
|
-
"integrity": "sha512-
|
|
3513
|
+
"version": "7.0.2",
|
|
3514
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.2.tgz",
|
|
3515
|
+
"integrity": "sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==",
|
|
3619
3516
|
"engines": {
|
|
3620
3517
|
"node": ">=16 || 14 >=14.17"
|
|
3621
3518
|
}
|
|
@@ -4691,6 +4588,109 @@
|
|
|
4691
4588
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4692
4589
|
}
|
|
4693
4590
|
},
|
|
4591
|
+
"node_modules/read-pkg-up": {
|
|
4592
|
+
"version": "10.0.0",
|
|
4593
|
+
"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-10.0.0.tgz",
|
|
4594
|
+
"integrity": "sha512-jgmKiS//w2Zs+YbX039CorlkOp8FIVbSAN8r8GJHDsGlmNPXo+VeHkqAwCiQVTTx5/LwLZTcEw59z3DvcLbr0g==",
|
|
4595
|
+
"dependencies": {
|
|
4596
|
+
"find-up": "^6.3.0",
|
|
4597
|
+
"read-pkg": "^8.0.0",
|
|
4598
|
+
"type-fest": "^3.12.0"
|
|
4599
|
+
},
|
|
4600
|
+
"engines": {
|
|
4601
|
+
"node": ">=16"
|
|
4602
|
+
},
|
|
4603
|
+
"funding": {
|
|
4604
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4605
|
+
}
|
|
4606
|
+
},
|
|
4607
|
+
"node_modules/read-pkg-up/node_modules/find-up": {
|
|
4608
|
+
"version": "6.3.0",
|
|
4609
|
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz",
|
|
4610
|
+
"integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==",
|
|
4611
|
+
"dependencies": {
|
|
4612
|
+
"locate-path": "^7.1.0",
|
|
4613
|
+
"path-exists": "^5.0.0"
|
|
4614
|
+
},
|
|
4615
|
+
"engines": {
|
|
4616
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
4617
|
+
},
|
|
4618
|
+
"funding": {
|
|
4619
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4620
|
+
}
|
|
4621
|
+
},
|
|
4622
|
+
"node_modules/read-pkg-up/node_modules/locate-path": {
|
|
4623
|
+
"version": "7.2.0",
|
|
4624
|
+
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz",
|
|
4625
|
+
"integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==",
|
|
4626
|
+
"dependencies": {
|
|
4627
|
+
"p-locate": "^6.0.0"
|
|
4628
|
+
},
|
|
4629
|
+
"engines": {
|
|
4630
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
4631
|
+
},
|
|
4632
|
+
"funding": {
|
|
4633
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4634
|
+
}
|
|
4635
|
+
},
|
|
4636
|
+
"node_modules/read-pkg-up/node_modules/p-limit": {
|
|
4637
|
+
"version": "4.0.0",
|
|
4638
|
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
|
|
4639
|
+
"integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
|
|
4640
|
+
"dependencies": {
|
|
4641
|
+
"yocto-queue": "^1.0.0"
|
|
4642
|
+
},
|
|
4643
|
+
"engines": {
|
|
4644
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
4645
|
+
},
|
|
4646
|
+
"funding": {
|
|
4647
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4648
|
+
}
|
|
4649
|
+
},
|
|
4650
|
+
"node_modules/read-pkg-up/node_modules/p-locate": {
|
|
4651
|
+
"version": "6.0.0",
|
|
4652
|
+
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz",
|
|
4653
|
+
"integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==",
|
|
4654
|
+
"dependencies": {
|
|
4655
|
+
"p-limit": "^4.0.0"
|
|
4656
|
+
},
|
|
4657
|
+
"engines": {
|
|
4658
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
4659
|
+
},
|
|
4660
|
+
"funding": {
|
|
4661
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4662
|
+
}
|
|
4663
|
+
},
|
|
4664
|
+
"node_modules/read-pkg-up/node_modules/path-exists": {
|
|
4665
|
+
"version": "5.0.0",
|
|
4666
|
+
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
|
|
4667
|
+
"integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==",
|
|
4668
|
+
"engines": {
|
|
4669
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
4670
|
+
}
|
|
4671
|
+
},
|
|
4672
|
+
"node_modules/read-pkg-up/node_modules/type-fest": {
|
|
4673
|
+
"version": "3.13.0",
|
|
4674
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.0.tgz",
|
|
4675
|
+
"integrity": "sha512-Gur3yQGM9qiLNs0KPP7LPgeRbio2QTt4xXouobMCarR0/wyW3F+F/+OWwshg3NG0Adon7uQfSZBpB46NfhoF1A==",
|
|
4676
|
+
"engines": {
|
|
4677
|
+
"node": ">=14.16"
|
|
4678
|
+
},
|
|
4679
|
+
"funding": {
|
|
4680
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4681
|
+
}
|
|
4682
|
+
},
|
|
4683
|
+
"node_modules/read-pkg-up/node_modules/yocto-queue": {
|
|
4684
|
+
"version": "1.0.0",
|
|
4685
|
+
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz",
|
|
4686
|
+
"integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==",
|
|
4687
|
+
"engines": {
|
|
4688
|
+
"node": ">=12.20"
|
|
4689
|
+
},
|
|
4690
|
+
"funding": {
|
|
4691
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4692
|
+
}
|
|
4693
|
+
},
|
|
4694
4694
|
"node_modules/read-pkg/node_modules/hosted-git-info": {
|
|
4695
4695
|
"version": "6.1.1",
|
|
4696
4696
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-6.1.1.tgz",
|
|
@@ -4759,9 +4759,9 @@
|
|
|
4759
4759
|
}
|
|
4760
4760
|
},
|
|
4761
4761
|
"node_modules/read-pkg/node_modules/type-fest": {
|
|
4762
|
-
"version": "3.
|
|
4763
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.
|
|
4764
|
-
"integrity": "sha512-
|
|
4762
|
+
"version": "3.13.0",
|
|
4763
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.0.tgz",
|
|
4764
|
+
"integrity": "sha512-Gur3yQGM9qiLNs0KPP7LPgeRbio2QTt4xXouobMCarR0/wyW3F+F/+OWwshg3NG0Adon7uQfSZBpB46NfhoF1A==",
|
|
4765
4765
|
"engines": {
|
|
4766
4766
|
"node": ">=14.16"
|
|
4767
4767
|
},
|
|
@@ -5665,9 +5665,9 @@
|
|
|
5665
5665
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
5666
5666
|
},
|
|
5667
5667
|
"node_modules/terser": {
|
|
5668
|
-
"version": "5.
|
|
5669
|
-
"resolved": "https://registry.npmjs.org/terser/-/terser-5.
|
|
5670
|
-
"integrity": "sha512-
|
|
5668
|
+
"version": "5.19.0",
|
|
5669
|
+
"resolved": "https://registry.npmjs.org/terser/-/terser-5.19.0.tgz",
|
|
5670
|
+
"integrity": "sha512-JpcpGOQLOXm2jsomozdMDpd5f8ZHh1rR48OFgWUH3QsyZcfPgv2qDCYbcDEAYNd4OZRj2bWYKpwdll/udZCk/Q==",
|
|
5671
5671
|
"dependencies": {
|
|
5672
5672
|
"@jridgewell/source-map": "^0.3.3",
|
|
5673
5673
|
"acorn": "^8.8.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.3",
|
|
4
4
|
"description": "UI5 Tooling - CLI",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
"nodeArguments": [
|
|
68
68
|
"--loader=esmock",
|
|
69
69
|
"--no-warnings"
|
|
70
|
-
]
|
|
70
|
+
],
|
|
71
|
+
"workerThreads": false
|
|
71
72
|
},
|
|
72
73
|
"nyc": {
|
|
73
74
|
"reporter": [
|
|
@@ -115,7 +116,7 @@
|
|
|
115
116
|
"url": "git@github.com:SAP/ui5-cli.git"
|
|
116
117
|
},
|
|
117
118
|
"dependencies": {
|
|
118
|
-
"@ui5/builder": "^3.0.
|
|
119
|
+
"@ui5/builder": "^3.0.8",
|
|
119
120
|
"@ui5/fs": "^3.0.4",
|
|
120
121
|
"@ui5/logger": "^3.0.0",
|
|
121
122
|
"@ui5/project": "^3.4.2",
|
|
@@ -137,10 +138,10 @@
|
|
|
137
138
|
"cross-env": "^7.0.3",
|
|
138
139
|
"depcheck": "^1.4.3",
|
|
139
140
|
"docdash": "^2.0.1",
|
|
140
|
-
"eslint": "^8.
|
|
141
|
+
"eslint": "^8.45.0",
|
|
141
142
|
"eslint-config-google": "^0.14.0",
|
|
142
143
|
"eslint-plugin-ava": "^14.0.0",
|
|
143
|
-
"eslint-plugin-jsdoc": "^46.4.
|
|
144
|
+
"eslint-plugin-jsdoc": "^46.4.4",
|
|
144
145
|
"esmock": "^2.3.1",
|
|
145
146
|
"execa": "^7.1.1",
|
|
146
147
|
"jsdoc": "^4.0.2",
|