netlify-cli 9.0.0 → 9.0.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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "9.0.0",
9
+ "version": "9.0.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
@@ -17,7 +17,7 @@
17
17
  "@netlify/plugin-edge-handlers": "^3.0.6",
18
18
  "@netlify/plugins-list": "^6.9.0",
19
19
  "@netlify/routing-local-proxy": "^0.34.1",
20
- "@netlify/zip-it-and-ship-it": "^5.7.0",
20
+ "@netlify/zip-it-and-ship-it": "^5.7.1",
21
21
  "@octokit/rest": "^18.0.0",
22
22
  "@sindresorhus/slugify": "^1.1.0",
23
23
  "ansi-escapes": "^5.0.0",
@@ -3319,9 +3319,9 @@
3319
3319
  }
3320
3320
  },
3321
3321
  "node_modules/@netlify/zip-it-and-ship-it": {
3322
- "version": "5.7.0",
3323
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.7.0.tgz",
3324
- "integrity": "sha512-k92vjBDdR9EMvKIowdkeHUEPGiOtzUiubv0lhQx2nvcaCM8SOk8SVqQx78xoS2vCHf5ftq17CTZsrBNr5acoeQ==",
3322
+ "version": "5.7.1",
3323
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.7.1.tgz",
3324
+ "integrity": "sha512-paXJVtjUP7glszqN+aBr4cFNDUzUd5DgSA+6y7T7uhGfEI0Y87XDlZWsB+/naxofvzbvtBjHGXkRchVL4ebLZg==",
3325
3325
  "dependencies": {
3326
3326
  "@babel/parser": "7.16.8",
3327
3327
  "@netlify/esbuild": "^0.13.6",
@@ -25197,9 +25197,9 @@
25197
25197
  }
25198
25198
  },
25199
25199
  "@netlify/zip-it-and-ship-it": {
25200
- "version": "5.7.0",
25201
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.7.0.tgz",
25202
- "integrity": "sha512-k92vjBDdR9EMvKIowdkeHUEPGiOtzUiubv0lhQx2nvcaCM8SOk8SVqQx78xoS2vCHf5ftq17CTZsrBNr5acoeQ==",
25200
+ "version": "5.7.1",
25201
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.7.1.tgz",
25202
+ "integrity": "sha512-paXJVtjUP7glszqN+aBr4cFNDUzUd5DgSA+6y7T7uhGfEI0Y87XDlZWsB+/naxofvzbvtBjHGXkRchVL4ebLZg==",
25203
25203
  "requires": {
25204
25204
  "@babel/parser": "7.16.8",
25205
25205
  "@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": "9.0.0",
4
+ "version": "9.0.1",
5
5
  "author": "Netlify Inc.",
6
6
  "contributors": [
7
7
  "Abraham Schilling <AbrahamSchilling@gmail.com> (https://gitlab.com/n4bb12)",
@@ -205,7 +205,7 @@
205
205
  "@netlify/plugin-edge-handlers": "^3.0.6",
206
206
  "@netlify/plugins-list": "^6.9.0",
207
207
  "@netlify/routing-local-proxy": "^0.34.1",
208
- "@netlify/zip-it-and-ship-it": "^5.7.0",
208
+ "@netlify/zip-it-and-ship-it": "^5.7.1",
209
209
  "@octokit/rest": "^18.0.0",
210
210
  "@sindresorhus/slugify": "^1.1.0",
211
211
  "ansi-escapes": "^5.0.0",