netlify-cli 8.2.0 → 8.2.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": "8.2.
|
|
3
|
+
"version": "8.2.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "8.2.
|
|
9
|
+
"version": "8.2.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@netlify/plugin-edge-handlers": "^3.0.0",
|
|
18
18
|
"@netlify/plugins-list": "^6.2.0",
|
|
19
19
|
"@netlify/routing-local-proxy": "^0.34.1",
|
|
20
|
-
"@netlify/zip-it-and-ship-it": "5.
|
|
20
|
+
"@netlify/zip-it-and-ship-it": "5.3.0",
|
|
21
21
|
"@octokit/rest": "^18.0.0",
|
|
22
22
|
"@sindresorhus/slugify": "^1.1.0",
|
|
23
23
|
"ansi-styles": "^5.0.0",
|
|
@@ -3576,9 +3576,9 @@
|
|
|
3576
3576
|
}
|
|
3577
3577
|
},
|
|
3578
3578
|
"node_modules/@netlify/zip-it-and-ship-it": {
|
|
3579
|
-
"version": "5.
|
|
3580
|
-
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.
|
|
3581
|
-
"integrity": "sha512-
|
|
3579
|
+
"version": "5.3.0",
|
|
3580
|
+
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.3.0.tgz",
|
|
3581
|
+
"integrity": "sha512-ZaHjN0wTtsmJr2NIquHr16T6A3wquKB7PFLodcjlinS57DatSr4exb3V02QrxuDbTD36VS2kiYfiZ8ueTXH/3Q==",
|
|
3582
3582
|
"dependencies": {
|
|
3583
3583
|
"@babel/parser": "^7.15.7",
|
|
3584
3584
|
"@netlify/esbuild": "^0.13.6",
|
|
@@ -23114,9 +23114,9 @@
|
|
|
23114
23114
|
}
|
|
23115
23115
|
},
|
|
23116
23116
|
"@netlify/zip-it-and-ship-it": {
|
|
23117
|
-
"version": "5.
|
|
23118
|
-
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.
|
|
23119
|
-
"integrity": "sha512-
|
|
23117
|
+
"version": "5.3.0",
|
|
23118
|
+
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.3.0.tgz",
|
|
23119
|
+
"integrity": "sha512-ZaHjN0wTtsmJr2NIquHr16T6A3wquKB7PFLodcjlinS57DatSr4exb3V02QrxuDbTD36VS2kiYfiZ8ueTXH/3Q==",
|
|
23120
23120
|
"requires": {
|
|
23121
23121
|
"@babel/parser": "^7.15.7",
|
|
23122
23122
|
"@netlify/esbuild": "^0.13.6",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "8.2.
|
|
4
|
+
"version": "8.2.1",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"contributors": [
|
|
7
7
|
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@netlify/plugin-edge-handlers": "^3.0.0",
|
|
86
86
|
"@netlify/plugins-list": "^6.2.0",
|
|
87
87
|
"@netlify/routing-local-proxy": "^0.34.1",
|
|
88
|
-
"@netlify/zip-it-and-ship-it": "5.
|
|
88
|
+
"@netlify/zip-it-and-ship-it": "5.3.0",
|
|
89
89
|
"@octokit/rest": "^18.0.0",
|
|
90
90
|
"@sindresorhus/slugify": "^1.1.0",
|
|
91
91
|
"ansi-styles": "^5.0.0",
|