netlify-cli 10.10.1 → 10.10.2

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": "10.10.1",
3
+ "version": "10.10.2",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "10.10.1",
9
+ "version": "10.10.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
@@ -16,7 +16,7 @@
16
16
  "@netlify/framework-info": "^9.1.1",
17
17
  "@netlify/local-functions-proxy": "^1.1.1",
18
18
  "@netlify/plugins-list": "^6.35.0",
19
- "@netlify/zip-it-and-ship-it": "^5.13.1",
19
+ "@netlify/zip-it-and-ship-it": "^5.13.2",
20
20
  "@octokit/rest": "^18.0.0",
21
21
  "@sindresorhus/slugify": "^1.1.0",
22
22
  "ansi-escapes": "^5.0.0",
@@ -4079,9 +4079,9 @@
4079
4079
  }
4080
4080
  },
4081
4081
  "node_modules/@netlify/zip-it-and-ship-it": {
4082
- "version": "5.13.1",
4083
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.13.1.tgz",
4084
- "integrity": "sha512-1lb6II3aXmuDtNvb49PZlNX51JZydmxE2C27AaqO7OI0A+hXtVf7gGhitRMKuL1lhORpD5S9IgdD/1DwAkUvCQ==",
4082
+ "version": "5.13.2",
4083
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.13.2.tgz",
4084
+ "integrity": "sha512-WOS0XRlHgSMBzrzEik2Q1o8tMj5/DOeSA6YgpL8UubEkSmgiFGvcHXDSLN4802wYNU9aVbmAwLhn25ZcfJip8Q==",
4085
4085
  "dependencies": {
4086
4086
  "@babel/parser": "7.16.8",
4087
4087
  "@netlify/binary-info": "^1.0.0",
@@ -25938,9 +25938,9 @@
25938
25938
  }
25939
25939
  },
25940
25940
  "@netlify/zip-it-and-ship-it": {
25941
- "version": "5.13.1",
25942
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.13.1.tgz",
25943
- "integrity": "sha512-1lb6II3aXmuDtNvb49PZlNX51JZydmxE2C27AaqO7OI0A+hXtVf7gGhitRMKuL1lhORpD5S9IgdD/1DwAkUvCQ==",
25941
+ "version": "5.13.2",
25942
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-5.13.2.tgz",
25943
+ "integrity": "sha512-WOS0XRlHgSMBzrzEik2Q1o8tMj5/DOeSA6YgpL8UubEkSmgiFGvcHXDSLN4802wYNU9aVbmAwLhn25ZcfJip8Q==",
25944
25944
  "requires": {
25945
25945
  "@babel/parser": "7.16.8",
25946
25946
  "@netlify/binary-info": "^1.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": "10.10.1",
4
+ "version": "10.10.2",
5
5
  "author": "Netlify Inc.",
6
6
  "contributors": [
7
7
  "Abraham Schilling <AbrahamSchilling@gmail.com> (https://gitlab.com/n4bb12)",
@@ -224,7 +224,7 @@
224
224
  "@netlify/framework-info": "^9.1.1",
225
225
  "@netlify/local-functions-proxy": "^1.1.1",
226
226
  "@netlify/plugins-list": "^6.35.0",
227
- "@netlify/zip-it-and-ship-it": "^5.13.1",
227
+ "@netlify/zip-it-and-ship-it": "^5.13.2",
228
228
  "@octokit/rest": "^18.0.0",
229
229
  "@sindresorhus/slugify": "^1.1.0",
230
230
  "ansi-escapes": "^5.0.0",