@ui5/cli 3.11.4 → 3.11.5
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 +5 -1
- package/npm-shrinkwrap.json +79 -198
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,10 @@
|
|
|
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.11.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.11.5...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v3.11.5"></a>
|
|
8
|
+
## [v3.11.5] - 2024-11-10
|
|
6
9
|
|
|
7
10
|
<a name="v3.11.4"></a>
|
|
8
11
|
## [v3.11.4] - 2024-10-22
|
|
@@ -1222,6 +1225,7 @@ Only Node.js v10 or higher is supported.
|
|
|
1222
1225
|
|
|
1223
1226
|
<a name="v0.0.1"></a>
|
|
1224
1227
|
## v0.0.1 - 2018-06-06
|
|
1228
|
+
[v3.11.5]: https://github.com/SAP/ui5-cli/compare/v3.11.4...v3.11.5
|
|
1225
1229
|
[v3.11.4]: https://github.com/SAP/ui5-cli/compare/v3.11.3...v3.11.4
|
|
1226
1230
|
[v3.11.3]: https://github.com/SAP/ui5-cli/compare/v3.11.2...v3.11.3
|
|
1227
1231
|
[v3.11.2]: https://github.com/SAP/ui5-cli/compare/v3.11.1...v3.11.2
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@ui5/cli",
|
|
9
|
-
"version": "3.11.
|
|
9
|
+
"version": "3.11.5",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@ui5/builder": "^3.5.1",
|
|
@@ -39,11 +39,12 @@
|
|
|
39
39
|
"integrity": "sha512-Ff9+ksdQQB3rMncgqDK78uLznstjyfIf2Arnh22pW8kBpLs6rpKDwgnZT46hin5Hl1WzazzK64DOrhSwYpS7bQ=="
|
|
40
40
|
},
|
|
41
41
|
"node_modules/@babel/code-frame": {
|
|
42
|
-
"version": "7.
|
|
43
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.
|
|
44
|
-
"integrity": "sha512-
|
|
42
|
+
"version": "7.26.2",
|
|
43
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
|
|
44
|
+
"integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@babel/
|
|
46
|
+
"@babel/helper-validator-identifier": "^7.25.9",
|
|
47
|
+
"js-tokens": "^4.0.0",
|
|
47
48
|
"picocolors": "^1.0.0"
|
|
48
49
|
},
|
|
49
50
|
"engines": {
|
|
@@ -51,92 +52,27 @@
|
|
|
51
52
|
}
|
|
52
53
|
},
|
|
53
54
|
"node_modules/@babel/helper-string-parser": {
|
|
54
|
-
"version": "7.25.
|
|
55
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.
|
|
56
|
-
"integrity": "sha512-
|
|
55
|
+
"version": "7.25.9",
|
|
56
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
|
|
57
|
+
"integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
|
|
57
58
|
"engines": {
|
|
58
59
|
"node": ">=6.9.0"
|
|
59
60
|
}
|
|
60
61
|
},
|
|
61
62
|
"node_modules/@babel/helper-validator-identifier": {
|
|
62
|
-
"version": "7.25.
|
|
63
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.
|
|
64
|
-
"integrity": "sha512-
|
|
65
|
-
"engines": {
|
|
66
|
-
"node": ">=6.9.0"
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
"node_modules/@babel/highlight": {
|
|
70
|
-
"version": "7.25.7",
|
|
71
|
-
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.7.tgz",
|
|
72
|
-
"integrity": "sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==",
|
|
73
|
-
"dependencies": {
|
|
74
|
-
"@babel/helper-validator-identifier": "^7.25.7",
|
|
75
|
-
"chalk": "^2.4.2",
|
|
76
|
-
"js-tokens": "^4.0.0",
|
|
77
|
-
"picocolors": "^1.0.0"
|
|
78
|
-
},
|
|
63
|
+
"version": "7.25.9",
|
|
64
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
|
|
65
|
+
"integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
|
|
79
66
|
"engines": {
|
|
80
67
|
"node": ">=6.9.0"
|
|
81
68
|
}
|
|
82
69
|
},
|
|
83
|
-
"node_modules/@babel/highlight/node_modules/ansi-styles": {
|
|
84
|
-
"version": "3.2.1",
|
|
85
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
|
86
|
-
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
|
87
|
-
"dependencies": {
|
|
88
|
-
"color-convert": "^1.9.0"
|
|
89
|
-
},
|
|
90
|
-
"engines": {
|
|
91
|
-
"node": ">=4"
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
"node_modules/@babel/highlight/node_modules/chalk": {
|
|
95
|
-
"version": "2.4.2",
|
|
96
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
|
97
|
-
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
|
98
|
-
"dependencies": {
|
|
99
|
-
"ansi-styles": "^3.2.1",
|
|
100
|
-
"escape-string-regexp": "^1.0.5",
|
|
101
|
-
"supports-color": "^5.3.0"
|
|
102
|
-
},
|
|
103
|
-
"engines": {
|
|
104
|
-
"node": ">=4"
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
|
-
"node_modules/@babel/highlight/node_modules/escape-string-regexp": {
|
|
108
|
-
"version": "1.0.5",
|
|
109
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
110
|
-
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
111
|
-
"engines": {
|
|
112
|
-
"node": ">=0.8.0"
|
|
113
|
-
}
|
|
114
|
-
},
|
|
115
|
-
"node_modules/@babel/highlight/node_modules/has-flag": {
|
|
116
|
-
"version": "3.0.0",
|
|
117
|
-
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
|
118
|
-
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
|
|
119
|
-
"engines": {
|
|
120
|
-
"node": ">=4"
|
|
121
|
-
}
|
|
122
|
-
},
|
|
123
|
-
"node_modules/@babel/highlight/node_modules/supports-color": {
|
|
124
|
-
"version": "5.5.0",
|
|
125
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
|
126
|
-
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
|
127
|
-
"dependencies": {
|
|
128
|
-
"has-flag": "^3.0.0"
|
|
129
|
-
},
|
|
130
|
-
"engines": {
|
|
131
|
-
"node": ">=4"
|
|
132
|
-
}
|
|
133
|
-
},
|
|
134
70
|
"node_modules/@babel/parser": {
|
|
135
|
-
"version": "7.
|
|
136
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
|
|
137
|
-
"integrity": "sha512-
|
|
71
|
+
"version": "7.26.2",
|
|
72
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz",
|
|
73
|
+
"integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==",
|
|
138
74
|
"dependencies": {
|
|
139
|
-
"@babel/types": "^7.
|
|
75
|
+
"@babel/types": "^7.26.0"
|
|
140
76
|
},
|
|
141
77
|
"bin": {
|
|
142
78
|
"parser": "bin/babel-parser.js"
|
|
@@ -146,13 +82,12 @@
|
|
|
146
82
|
}
|
|
147
83
|
},
|
|
148
84
|
"node_modules/@babel/types": {
|
|
149
|
-
"version": "7.
|
|
150
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
|
151
|
-
"integrity": "sha512-
|
|
85
|
+
"version": "7.26.0",
|
|
86
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz",
|
|
87
|
+
"integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==",
|
|
152
88
|
"dependencies": {
|
|
153
|
-
"@babel/helper-string-parser": "^7.25.
|
|
154
|
-
"@babel/helper-validator-identifier": "^7.25.
|
|
155
|
-
"to-fast-properties": "^2.0.0"
|
|
89
|
+
"@babel/helper-string-parser": "^7.25.9",
|
|
90
|
+
"@babel/helper-validator-identifier": "^7.25.9"
|
|
156
91
|
},
|
|
157
92
|
"engines": {
|
|
158
93
|
"node": ">=6.9.0"
|
|
@@ -774,10 +709,18 @@
|
|
|
774
709
|
"node": ">= 0.6"
|
|
775
710
|
}
|
|
776
711
|
},
|
|
712
|
+
"node_modules/accepts/node_modules/negotiator": {
|
|
713
|
+
"version": "0.6.3",
|
|
714
|
+
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
|
|
715
|
+
"integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
|
|
716
|
+
"engines": {
|
|
717
|
+
"node": ">= 0.6"
|
|
718
|
+
}
|
|
719
|
+
},
|
|
777
720
|
"node_modules/acorn": {
|
|
778
|
-
"version": "8.
|
|
779
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.
|
|
780
|
-
"integrity": "sha512-
|
|
721
|
+
"version": "8.14.0",
|
|
722
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
|
|
723
|
+
"integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
|
|
781
724
|
"bin": {
|
|
782
725
|
"acorn": "bin/acorn"
|
|
783
726
|
},
|
|
@@ -1297,19 +1240,6 @@
|
|
|
1297
1240
|
"node": ">=0.8"
|
|
1298
1241
|
}
|
|
1299
1242
|
},
|
|
1300
|
-
"node_modules/color-convert": {
|
|
1301
|
-
"version": "1.9.3",
|
|
1302
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
|
1303
|
-
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
|
1304
|
-
"dependencies": {
|
|
1305
|
-
"color-name": "1.1.3"
|
|
1306
|
-
}
|
|
1307
|
-
},
|
|
1308
|
-
"node_modules/color-name": {
|
|
1309
|
-
"version": "1.1.3",
|
|
1310
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
1311
|
-
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
|
|
1312
|
-
},
|
|
1313
1243
|
"node_modules/command-exists": {
|
|
1314
1244
|
"version": "1.2.9",
|
|
1315
1245
|
"resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz",
|
|
@@ -1332,30 +1262,22 @@
|
|
|
1332
1262
|
}
|
|
1333
1263
|
},
|
|
1334
1264
|
"node_modules/compression": {
|
|
1335
|
-
"version": "1.7.
|
|
1336
|
-
"resolved": "https://registry.npmjs.org/compression/-/compression-1.7.
|
|
1337
|
-
"integrity": "sha512-
|
|
1265
|
+
"version": "1.7.5",
|
|
1266
|
+
"resolved": "https://registry.npmjs.org/compression/-/compression-1.7.5.tgz",
|
|
1267
|
+
"integrity": "sha512-bQJ0YRck5ak3LgtnpKkiabX5pNF7tMUh1BSy2ZBOTh0Dim0BUu6aPPwByIns6/A5Prh8PufSPerMDUklpzes2Q==",
|
|
1338
1268
|
"dependencies": {
|
|
1339
|
-
"
|
|
1340
|
-
"
|
|
1341
|
-
"compressible": "~2.0.16",
|
|
1269
|
+
"bytes": "3.1.2",
|
|
1270
|
+
"compressible": "~2.0.18",
|
|
1342
1271
|
"debug": "2.6.9",
|
|
1272
|
+
"negotiator": "~0.6.4",
|
|
1343
1273
|
"on-headers": "~1.0.2",
|
|
1344
|
-
"safe-buffer": "5.1
|
|
1274
|
+
"safe-buffer": "5.2.1",
|
|
1345
1275
|
"vary": "~1.1.2"
|
|
1346
1276
|
},
|
|
1347
1277
|
"engines": {
|
|
1348
1278
|
"node": ">= 0.8.0"
|
|
1349
1279
|
}
|
|
1350
1280
|
},
|
|
1351
|
-
"node_modules/compression/node_modules/bytes": {
|
|
1352
|
-
"version": "3.0.0",
|
|
1353
|
-
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
|
|
1354
|
-
"integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==",
|
|
1355
|
-
"engines": {
|
|
1356
|
-
"node": ">= 0.8"
|
|
1357
|
-
}
|
|
1358
|
-
},
|
|
1359
1281
|
"node_modules/compression/node_modules/debug": {
|
|
1360
1282
|
"version": "2.6.9",
|
|
1361
1283
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
@@ -1433,25 +1355,6 @@
|
|
|
1433
1355
|
"node": ">= 0.6"
|
|
1434
1356
|
}
|
|
1435
1357
|
},
|
|
1436
|
-
"node_modules/content-disposition/node_modules/safe-buffer": {
|
|
1437
|
-
"version": "5.2.1",
|
|
1438
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
1439
|
-
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
1440
|
-
"funding": [
|
|
1441
|
-
{
|
|
1442
|
-
"type": "github",
|
|
1443
|
-
"url": "https://github.com/sponsors/feross"
|
|
1444
|
-
},
|
|
1445
|
-
{
|
|
1446
|
-
"type": "patreon",
|
|
1447
|
-
"url": "https://www.patreon.com/feross"
|
|
1448
|
-
},
|
|
1449
|
-
{
|
|
1450
|
-
"type": "consulting",
|
|
1451
|
-
"url": "https://feross.org/support"
|
|
1452
|
-
}
|
|
1453
|
-
]
|
|
1454
|
-
},
|
|
1455
1358
|
"node_modules/content-type": {
|
|
1456
1359
|
"version": "1.0.5",
|
|
1457
1360
|
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
|
|
@@ -1491,9 +1394,9 @@
|
|
|
1491
1394
|
}
|
|
1492
1395
|
},
|
|
1493
1396
|
"node_modules/cross-spawn": {
|
|
1494
|
-
"version": "7.0.
|
|
1495
|
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.
|
|
1496
|
-
"integrity": "sha512-
|
|
1397
|
+
"version": "7.0.5",
|
|
1398
|
+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz",
|
|
1399
|
+
"integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==",
|
|
1497
1400
|
"dependencies": {
|
|
1498
1401
|
"path-key": "^3.1.0",
|
|
1499
1402
|
"shebang-command": "^2.0.0",
|
|
@@ -2176,25 +2079,6 @@
|
|
|
2176
2079
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
2177
2080
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
|
|
2178
2081
|
},
|
|
2179
|
-
"node_modules/express/node_modules/safe-buffer": {
|
|
2180
|
-
"version": "5.2.1",
|
|
2181
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
2182
|
-
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
2183
|
-
"funding": [
|
|
2184
|
-
{
|
|
2185
|
-
"type": "github",
|
|
2186
|
-
"url": "https://github.com/sponsors/feross"
|
|
2187
|
-
},
|
|
2188
|
-
{
|
|
2189
|
-
"type": "patreon",
|
|
2190
|
-
"url": "https://www.patreon.com/feross"
|
|
2191
|
-
},
|
|
2192
|
-
{
|
|
2193
|
-
"type": "consulting",
|
|
2194
|
-
"url": "https://feross.org/support"
|
|
2195
|
-
}
|
|
2196
|
-
]
|
|
2197
|
-
},
|
|
2198
2082
|
"node_modules/fast-deep-equal": {
|
|
2199
2083
|
"version": "3.1.3",
|
|
2200
2084
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
@@ -2615,6 +2499,11 @@
|
|
|
2615
2499
|
"util-deprecate": "~1.0.1"
|
|
2616
2500
|
}
|
|
2617
2501
|
},
|
|
2502
|
+
"node_modules/hpack.js/node_modules/safe-buffer": {
|
|
2503
|
+
"version": "5.1.2",
|
|
2504
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
2505
|
+
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
|
|
2506
|
+
},
|
|
2618
2507
|
"node_modules/hpack.js/node_modules/string_decoder": {
|
|
2619
2508
|
"version": "1.1.1",
|
|
2620
2509
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
@@ -3708,9 +3597,9 @@
|
|
|
3708
3597
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
|
|
3709
3598
|
},
|
|
3710
3599
|
"node_modules/negotiator": {
|
|
3711
|
-
"version": "0.6.
|
|
3712
|
-
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.
|
|
3713
|
-
"integrity": "sha512
|
|
3600
|
+
"version": "0.6.4",
|
|
3601
|
+
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz",
|
|
3602
|
+
"integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==",
|
|
3714
3603
|
"engines": {
|
|
3715
3604
|
"node": ">= 0.6"
|
|
3716
3605
|
}
|
|
@@ -3879,9 +3768,9 @@
|
|
|
3879
3768
|
}
|
|
3880
3769
|
},
|
|
3881
3770
|
"node_modules/object-inspect": {
|
|
3882
|
-
"version": "1.13.
|
|
3883
|
-
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.
|
|
3884
|
-
"integrity": "sha512-
|
|
3771
|
+
"version": "1.13.3",
|
|
3772
|
+
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz",
|
|
3773
|
+
"integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==",
|
|
3885
3774
|
"engines": {
|
|
3886
3775
|
"node": ">= 0.4"
|
|
3887
3776
|
},
|
|
@@ -4197,9 +4086,9 @@
|
|
|
4197
4086
|
}
|
|
4198
4087
|
},
|
|
4199
4088
|
"node_modules/parse5": {
|
|
4200
|
-
"version": "7.2.
|
|
4201
|
-
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.
|
|
4202
|
-
"integrity": "sha512-
|
|
4089
|
+
"version": "7.2.1",
|
|
4090
|
+
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz",
|
|
4091
|
+
"integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==",
|
|
4203
4092
|
"dependencies": {
|
|
4204
4093
|
"entities": "^4.5.0"
|
|
4205
4094
|
},
|
|
@@ -4754,6 +4643,11 @@
|
|
|
4754
4643
|
"util-deprecate": "~1.0.1"
|
|
4755
4644
|
}
|
|
4756
4645
|
},
|
|
4646
|
+
"node_modules/replacestream/node_modules/safe-buffer": {
|
|
4647
|
+
"version": "5.1.2",
|
|
4648
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
4649
|
+
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
|
|
4650
|
+
},
|
|
4757
4651
|
"node_modules/replacestream/node_modules/string_decoder": {
|
|
4758
4652
|
"version": "1.1.1",
|
|
4759
4653
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
@@ -5028,9 +4922,23 @@
|
|
|
5028
4922
|
}
|
|
5029
4923
|
},
|
|
5030
4924
|
"node_modules/safe-buffer": {
|
|
5031
|
-
"version": "5.1
|
|
5032
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.
|
|
5033
|
-
"integrity": "sha512-
|
|
4925
|
+
"version": "5.2.1",
|
|
4926
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
4927
|
+
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
4928
|
+
"funding": [
|
|
4929
|
+
{
|
|
4930
|
+
"type": "github",
|
|
4931
|
+
"url": "https://github.com/sponsors/feross"
|
|
4932
|
+
},
|
|
4933
|
+
{
|
|
4934
|
+
"type": "patreon",
|
|
4935
|
+
"url": "https://www.patreon.com/feross"
|
|
4936
|
+
},
|
|
4937
|
+
{
|
|
4938
|
+
"type": "consulting",
|
|
4939
|
+
"url": "https://feross.org/support"
|
|
4940
|
+
}
|
|
4941
|
+
]
|
|
5034
4942
|
},
|
|
5035
4943
|
"node_modules/safer-buffer": {
|
|
5036
4944
|
"version": "2.1.2",
|
|
@@ -5365,25 +5273,6 @@
|
|
|
5365
5273
|
"safe-buffer": "~5.2.0"
|
|
5366
5274
|
}
|
|
5367
5275
|
},
|
|
5368
|
-
"node_modules/string_decoder/node_modules/safe-buffer": {
|
|
5369
|
-
"version": "5.2.1",
|
|
5370
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
5371
|
-
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
5372
|
-
"funding": [
|
|
5373
|
-
{
|
|
5374
|
-
"type": "github",
|
|
5375
|
-
"url": "https://github.com/sponsors/feross"
|
|
5376
|
-
},
|
|
5377
|
-
{
|
|
5378
|
-
"type": "patreon",
|
|
5379
|
-
"url": "https://www.patreon.com/feross"
|
|
5380
|
-
},
|
|
5381
|
-
{
|
|
5382
|
-
"type": "consulting",
|
|
5383
|
-
"url": "https://feross.org/support"
|
|
5384
|
-
}
|
|
5385
|
-
]
|
|
5386
|
-
},
|
|
5387
5276
|
"node_modules/string-width": {
|
|
5388
5277
|
"version": "4.2.3",
|
|
5389
5278
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
@@ -5622,14 +5511,6 @@
|
|
|
5622
5511
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5623
5512
|
}
|
|
5624
5513
|
},
|
|
5625
|
-
"node_modules/to-fast-properties": {
|
|
5626
|
-
"version": "2.0.0",
|
|
5627
|
-
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
|
|
5628
|
-
"integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
|
|
5629
|
-
"engines": {
|
|
5630
|
-
"node": ">=4"
|
|
5631
|
-
}
|
|
5632
|
-
},
|
|
5633
5514
|
"node_modules/to-regex-range": {
|
|
5634
5515
|
"version": "5.0.1",
|
|
5635
5516
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|