netlify-cli 8.6.18 → 8.6.19
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/npm-shrinkwrap.json +10 -10
- package/package.json +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "8.6.
|
|
3
|
+
"version": "8.6.19",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "8.6.
|
|
9
|
+
"version": "8.6.19",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -16363,11 +16363,11 @@
|
|
|
16363
16363
|
}
|
|
16364
16364
|
},
|
|
16365
16365
|
"node_modules/prettyjson": {
|
|
16366
|
-
"version": "1.2.
|
|
16367
|
-
"resolved": "https://registry.npmjs.org/prettyjson/-/prettyjson-1.2.
|
|
16368
|
-
"integrity": "
|
|
16366
|
+
"version": "1.2.5",
|
|
16367
|
+
"resolved": "https://registry.npmjs.org/prettyjson/-/prettyjson-1.2.5.tgz",
|
|
16368
|
+
"integrity": "sha512-rksPWtoZb2ZpT5OVgtmy0KHVM+Dca3iVwWY9ifwhcexfjebtgjg3wmrUt9PvJ59XIYBcknQeYHD8IAnVlh9lAw==",
|
|
16369
16369
|
"dependencies": {
|
|
16370
|
-
"colors": "
|
|
16370
|
+
"colors": "1.4.0",
|
|
16371
16371
|
"minimist": "^1.2.0"
|
|
16372
16372
|
},
|
|
16373
16373
|
"bin": {
|
|
@@ -32204,11 +32204,11 @@
|
|
|
32204
32204
|
}
|
|
32205
32205
|
},
|
|
32206
32206
|
"prettyjson": {
|
|
32207
|
-
"version": "1.2.
|
|
32208
|
-
"resolved": "https://registry.npmjs.org/prettyjson/-/prettyjson-1.2.
|
|
32209
|
-
"integrity": "
|
|
32207
|
+
"version": "1.2.5",
|
|
32208
|
+
"resolved": "https://registry.npmjs.org/prettyjson/-/prettyjson-1.2.5.tgz",
|
|
32209
|
+
"integrity": "sha512-rksPWtoZb2ZpT5OVgtmy0KHVM+Dca3iVwWY9ifwhcexfjebtgjg3wmrUt9PvJ59XIYBcknQeYHD8IAnVlh9lAw==",
|
|
32210
32210
|
"requires": {
|
|
32211
|
-
"colors": "
|
|
32211
|
+
"colors": "1.4.0",
|
|
32212
32212
|
"minimist": "^1.2.0"
|
|
32213
32213
|
}
|
|
32214
32214
|
},
|
package/package.json
CHANGED