netlify-cli 8.9.8 → 8.9.9

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": "8.9.8",
3
+ "version": "8.9.9",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "8.9.8",
9
+ "version": "8.9.9",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
@@ -17,7 +17,7 @@
17
17
  "@netlify/plugin-edge-handlers": "^3.0.4",
18
18
  "@netlify/plugins-list": "^6.3.0",
19
19
  "@netlify/routing-local-proxy": "^0.34.1",
20
- "@netlify/zip-it-and-ship-it": "^5.4.0",
20
+ "@netlify/zip-it-and-ship-it": "^5.4.1",
21
21
  "@octokit/rest": "^18.0.0",
22
22
  "@sindresorhus/slugify": "^1.1.0",
23
23
  "ansi-escapes": "^5.0.0",
@@ -3162,9 +3162,9 @@
3162
3162
  }
3163
3163
  },
3164
3164
  "node_modules/@netlify/zip-it-and-ship-it": {
3165
- "version": "5.4.0",
3166
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.4.0.tgz",
3167
- "integrity": "sha512-JVUr7S6GTHnPpwtD+g/+qzhKvhXwXoHGeisaHt1YYARRRd+XdvwFYo8yY2JzT7hM26uz99tpKwzDSfcL+WR1rQ==",
3165
+ "version": "5.4.1",
3166
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.4.1.tgz",
3167
+ "integrity": "sha512-ArusY1DrK+neNs1EF8vHbBHCBP4PI9fFVQxH1Zcuz0rvF9Q1vCiG2g8nL6JsJTW4eUibvy96BGD22egOvxpxtA==",
3168
3168
  "dependencies": {
3169
3169
  "@babel/parser": "^7.15.7",
3170
3170
  "@netlify/esbuild": "^0.13.6",
@@ -3183,7 +3183,6 @@
3183
3183
  "is-builtin-module": "^3.1.0",
3184
3184
  "junk": "^3.1.0",
3185
3185
  "locate-path": "^6.0.0",
3186
- "make-dir": "^3.1.0",
3187
3186
  "merge-options": "^3.0.4",
3188
3187
  "minimatch": "^3.0.4",
3189
3188
  "p-map": "^4.0.0",
@@ -24182,9 +24181,9 @@
24182
24181
  }
24183
24182
  },
24184
24183
  "@netlify/zip-it-and-ship-it": {
24185
- "version": "5.4.0",
24186
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.4.0.tgz",
24187
- "integrity": "sha512-JVUr7S6GTHnPpwtD+g/+qzhKvhXwXoHGeisaHt1YYARRRd+XdvwFYo8yY2JzT7hM26uz99tpKwzDSfcL+WR1rQ==",
24184
+ "version": "5.4.1",
24185
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.4.1.tgz",
24186
+ "integrity": "sha512-ArusY1DrK+neNs1EF8vHbBHCBP4PI9fFVQxH1Zcuz0rvF9Q1vCiG2g8nL6JsJTW4eUibvy96BGD22egOvxpxtA==",
24188
24187
  "requires": {
24189
24188
  "@babel/parser": "^7.15.7",
24190
24189
  "@netlify/esbuild": "^0.13.6",
@@ -24203,7 +24202,6 @@
24203
24202
  "is-builtin-module": "^3.1.0",
24204
24203
  "junk": "^3.1.0",
24205
24204
  "locate-path": "^6.0.0",
24206
- "make-dir": "^3.1.0",
24207
24205
  "merge-options": "^3.0.4",
24208
24206
  "minimatch": "^3.0.4",
24209
24207
  "p-map": "^4.0.0",
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.9.8",
4
+ "version": "8.9.9",
5
5
  "author": "Netlify Inc.",
6
6
  "contributors": [
7
7
  "Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
@@ -83,7 +83,7 @@
83
83
  "@netlify/plugin-edge-handlers": "^3.0.4",
84
84
  "@netlify/plugins-list": "^6.3.0",
85
85
  "@netlify/routing-local-proxy": "^0.34.1",
86
- "@netlify/zip-it-and-ship-it": "^5.4.0",
86
+ "@netlify/zip-it-and-ship-it": "^5.4.1",
87
87
  "@octokit/rest": "^18.0.0",
88
88
  "@sindresorhus/slugify": "^1.1.0",
89
89
  "ansi-escapes": "^5.0.0",