netlify-cli 10.5.0 → 10.5.1
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 +9 -9
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "10.5.
|
|
3
|
+
"version": "10.5.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "10.5.
|
|
9
|
+
"version": "10.5.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@netlify/framework-info": "^9.0.2",
|
|
17
17
|
"@netlify/local-functions-proxy": "^1.1.1",
|
|
18
18
|
"@netlify/plugins-list": "^6.27.0",
|
|
19
|
-
"@netlify/zip-it-and-ship-it": "^5.10.
|
|
19
|
+
"@netlify/zip-it-and-ship-it": "^5.10.1",
|
|
20
20
|
"@octokit/rest": "^18.0.0",
|
|
21
21
|
"@sindresorhus/slugify": "^1.1.0",
|
|
22
22
|
"ansi-escapes": "^5.0.0",
|
|
@@ -4208,9 +4208,9 @@
|
|
|
4208
4208
|
}
|
|
4209
4209
|
},
|
|
4210
4210
|
"node_modules/@netlify/zip-it-and-ship-it": {
|
|
4211
|
-
"version": "5.10.
|
|
4212
|
-
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.10.
|
|
4213
|
-
"integrity": "sha512-
|
|
4211
|
+
"version": "5.10.1",
|
|
4212
|
+
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.10.1.tgz",
|
|
4213
|
+
"integrity": "sha512-pZSSo1hv32sBUoBPrsWVdd774amYGDc0EhDQlA7OBJsGKexWvH/jNnsQmqtVPNaujNlH12S/v1Z1qMlZlX3PAQ==",
|
|
4214
4214
|
"dependencies": {
|
|
4215
4215
|
"@babel/parser": "7.16.8",
|
|
4216
4216
|
"@netlify/esbuild": "0.14.25",
|
|
@@ -26427,9 +26427,9 @@
|
|
|
26427
26427
|
}
|
|
26428
26428
|
},
|
|
26429
26429
|
"@netlify/zip-it-and-ship-it": {
|
|
26430
|
-
"version": "5.10.
|
|
26431
|
-
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.10.
|
|
26432
|
-
"integrity": "sha512-
|
|
26430
|
+
"version": "5.10.1",
|
|
26431
|
+
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.10.1.tgz",
|
|
26432
|
+
"integrity": "sha512-pZSSo1hv32sBUoBPrsWVdd774amYGDc0EhDQlA7OBJsGKexWvH/jNnsQmqtVPNaujNlH12S/v1Z1qMlZlX3PAQ==",
|
|
26433
26433
|
"requires": {
|
|
26434
26434
|
"@babel/parser": "7.16.8",
|
|
26435
26435
|
"@netlify/esbuild": "0.14.25",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "10.5.
|
|
4
|
+
"version": "10.5.1",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"contributors": [
|
|
7
7
|
"Abraham Schilling <AbrahamSchilling@gmail.com> (https://gitlab.com/n4bb12)",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
"@netlify/framework-info": "^9.0.2",
|
|
218
218
|
"@netlify/local-functions-proxy": "^1.1.1",
|
|
219
219
|
"@netlify/plugins-list": "^6.27.0",
|
|
220
|
-
"@netlify/zip-it-and-ship-it": "^5.10.
|
|
220
|
+
"@netlify/zip-it-and-ship-it": "^5.10.1",
|
|
221
221
|
"@octokit/rest": "^18.0.0",
|
|
222
222
|
"@sindresorhus/slugify": "^1.1.0",
|
|
223
223
|
"ansi-escapes": "^5.0.0",
|