netlify-cli 14.2.1 → 14.3.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
3
  "description": "Netlify command line tool",
4
- "version": "14.2.1",
4
+ "version": "14.3.1",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {
@@ -29,7 +29,7 @@
29
29
  "static"
30
30
  ],
31
31
  "license": "MIT",
32
- "repository": "netlify/cli",
32
+ "repository": "https://github.com/netlify/cli",
33
33
  "bin": {
34
34
  "ntl": "./bin/run.mjs",
35
35
  "netlify": "./bin/run.mjs"
@@ -44,13 +44,13 @@
44
44
  "dependencies": {
45
45
  "@bugsnag/js": "^7.20.0",
46
46
  "@fastify/static": "^6.6.0",
47
- "@netlify/build": "^29.9.2",
48
- "@netlify/build-info": "^7.0.0-pre-20230418.0",
49
- "@netlify/config": "^20.3.7",
47
+ "@netlify/build": "^29.10.1",
48
+ "@netlify/build-info": "^7.0.0-pre-20230425.0",
49
+ "@netlify/config": "^20.4.1",
50
50
  "@netlify/edge-bundler": "^8.13.2",
51
- "@netlify/framework-info": "^9.8.5",
51
+ "@netlify/framework-info": "^9.8.6",
52
52
  "@netlify/local-functions-proxy": "^1.1.1",
53
- "@netlify/zip-it-and-ship-it": "^8.10.0",
53
+ "@netlify/zip-it-and-ship-it": "^9.2.1",
54
54
  "@octokit/rest": "^19.0.0",
55
55
  "ansi-escapes": "^6.0.0",
56
56
  "ansi-styles": "^5.0.0",
@@ -113,7 +113,7 @@
113
113
  "log-update": "^5.0.0",
114
114
  "minimist": "^1.2.5",
115
115
  "multiparty": "^4.2.1",
116
- "netlify": "^13.1.4",
116
+ "netlify": "^13.1.5",
117
117
  "netlify-headers-parser": "^7.1.2",
118
118
  "netlify-onegraph-internal": "0.10.1",
119
119
  "netlify-redirect-parser": "^14.1.2",
@@ -19,9 +19,9 @@
19
19
  "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
20
20
  },
21
21
  "node_modules/axios": {
22
- "version": "1.3.5",
23
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.3.5.tgz",
24
- "integrity": "sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==",
22
+ "version": "1.3.6",
23
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.3.6.tgz",
24
+ "integrity": "sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg==",
25
25
  "dependencies": {
26
26
  "follow-redirects": "^1.15.0",
27
27
  "form-data": "^4.0.0",
@@ -198,9 +198,9 @@
198
198
  "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
199
199
  },
200
200
  "axios": {
201
- "version": "1.3.5",
202
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.3.5.tgz",
203
- "integrity": "sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==",
201
+ "version": "1.3.6",
202
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.3.6.tgz",
203
+ "integrity": "sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg==",
204
204
  "requires": {
205
205
  "follow-redirects": "^1.15.0",
206
206
  "form-data": "^4.0.0",