netlify-cli 18.0.2 → 18.0.4

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.
Files changed (64) hide show
  1. package/dist/commands/blobs/blobs-delete.d.ts.map +1 -1
  2. package/dist/commands/functions/functions-create.d.ts.map +1 -1
  3. package/dist/commands/functions/functions-create.js +0 -3
  4. package/dist/commands/recipes/recipes.d.ts.map +1 -1
  5. package/dist/commands/sites/sites-create.d.ts.map +1 -1
  6. package/dist/lib/edge-functions/proxy.d.ts +1 -1
  7. package/dist/lib/edge-functions/proxy.d.ts.map +1 -1
  8. package/dist/lib/functions/form-submissions-handler.d.ts +1 -1
  9. package/dist/lib/functions/form-submissions-handler.d.ts.map +1 -1
  10. package/dist/lib/functions/runtimes/js/builders/netlify-lambda.d.ts +1 -3
  11. package/dist/lib/functions/runtimes/js/builders/netlify-lambda.d.ts.map +1 -1
  12. package/dist/lib/functions/runtimes/js/index.d.ts.map +1 -1
  13. package/dist/lib/functions/server.d.ts +1 -1
  14. package/dist/lib/functions/server.d.ts.map +1 -1
  15. package/dist/lib/images/proxy.d.ts.map +1 -1
  16. package/dist/lib/spinner.d.ts +1 -1
  17. package/dist/lib/spinner.d.ts.map +1 -1
  18. package/dist/tsconfig.tsbuildinfo +1 -1
  19. package/dist/utils/build-info.d.ts +1 -1
  20. package/dist/utils/build-info.d.ts.map +1 -1
  21. package/dist/utils/command-helpers.d.ts +0 -1
  22. package/dist/utils/command-helpers.d.ts.map +1 -1
  23. package/dist/utils/copy-template-dir/copy-template-dir.js +1 -1
  24. package/dist/utils/create-stream-promise.d.ts.map +1 -1
  25. package/dist/utils/deploy/deploy-site.d.ts +10 -10
  26. package/dist/utils/deploy/deploy-site.d.ts.map +1 -1
  27. package/dist/utils/deploy/hash-config.d.ts.map +1 -1
  28. package/dist/utils/deploy/hash-config.js +2 -2
  29. package/dist/utils/deploy/hash-fns.d.ts.map +1 -1
  30. package/dist/utils/deploy/hasher-segments.d.ts.map +1 -1
  31. package/dist/utils/deploy/hasher-segments.js +9 -3
  32. package/dist/utils/detect-server-settings.d.ts.map +1 -1
  33. package/dist/utils/dev.d.ts +1 -1
  34. package/dist/utils/dev.d.ts.map +1 -1
  35. package/dist/utils/env/index.d.ts +2 -2
  36. package/dist/utils/env/index.d.ts.map +1 -1
  37. package/dist/utils/feature-flags.d.ts.map +1 -1
  38. package/dist/utils/framework-server.d.ts.map +1 -1
  39. package/dist/utils/frameworks-api.d.ts +1 -1
  40. package/dist/utils/functions/functions.d.ts +5 -5
  41. package/dist/utils/functions/functions.d.ts.map +1 -1
  42. package/dist/utils/get-repo-data.d.ts +1 -1
  43. package/dist/utils/get-repo-data.d.ts.map +1 -1
  44. package/dist/utils/headers.d.ts.map +1 -1
  45. package/dist/utils/init/utils.d.ts.map +1 -1
  46. package/dist/utils/prompts/blob-delete-prompts.d.ts.map +1 -1
  47. package/dist/utils/prompts/blob-set-prompt.d.ts.map +1 -1
  48. package/dist/utils/prompts/confirm-prompt.d.ts.map +1 -1
  49. package/dist/utils/prompts/env-set-prompts.d.ts.map +1 -1
  50. package/dist/utils/prompts/env-unset-prompts.d.ts.map +1 -1
  51. package/dist/utils/proxy-server.d.ts +7 -7
  52. package/dist/utils/proxy-server.d.ts.map +1 -1
  53. package/dist/utils/proxy.d.ts +2 -2
  54. package/dist/utils/proxy.d.ts.map +1 -1
  55. package/dist/utils/read-repo-url.js +1 -1
  56. package/dist/utils/rules-proxy.d.ts.map +1 -1
  57. package/dist/utils/run-build.d.ts +1 -8
  58. package/dist/utils/run-build.d.ts.map +1 -1
  59. package/dist/utils/sites/create-template.d.ts.map +1 -1
  60. package/dist/utils/sites/utils.d.ts.map +1 -1
  61. package/dist/utils/types.d.ts +0 -4
  62. package/dist/utils/types.d.ts.map +1 -1
  63. package/npm-shrinkwrap.json +2293 -1911
  64. package/package.json +20 -21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
3
  "description": "Netlify command line tool",
4
- "version": "18.0.2",
4
+ "version": "18.0.4",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {
@@ -35,37 +35,37 @@
35
35
  "postinstall": "node ./scripts/postinstall.js"
36
36
  },
37
37
  "dependencies": {
38
- "@bugsnag/js": "7.25.0",
38
+ "@bugsnag/js": "8.2.0",
39
39
  "@fastify/static": "7.0.4",
40
40
  "@netlify/blobs": "8.1.0",
41
- "@netlify/build": "29.58.7",
41
+ "@netlify/build": "29.58.9",
42
42
  "@netlify/build-info": "8.0.0",
43
- "@netlify/config": "20.21.6",
43
+ "@netlify/config": "20.21.7",
44
44
  "@netlify/edge-bundler": "12.3.2",
45
45
  "@netlify/edge-functions": "2.11.1",
46
46
  "@netlify/headers-parser": "7.3.0",
47
47
  "@netlify/local-functions-proxy": "1.1.1",
48
48
  "@netlify/redirect-parser": "14.5.0",
49
- "@netlify/zip-it-and-ship-it": "9.42.4",
50
- "@octokit/rest": "20.1.1",
49
+ "@netlify/zip-it-and-ship-it": "9.42.5",
50
+ "@octokit/rest": "21.1.0",
51
51
  "@opentelemetry/api": "1.8.0",
52
52
  "ansi-escapes": "7.0.0",
53
53
  "ansi-to-html": "0.7.2",
54
54
  "ascii-table": "0.0.9",
55
55
  "backoff": "2.5.0",
56
56
  "better-opn": "3.0.2",
57
- "boxen": "7.1.1",
57
+ "boxen": "8.0.1",
58
58
  "chalk": "5.4.1",
59
59
  "chokidar": "3.6.0",
60
60
  "ci-info": "4.1.0",
61
61
  "clean-deep": "3.4.0",
62
62
  "commander": "10.0.1",
63
63
  "comment-json": "4.2.5",
64
- "configstore": "6.0.0",
64
+ "configstore": "7.0.0",
65
65
  "content-type": "1.0.5",
66
66
  "cookie": "0.7.2",
67
67
  "cron-parser": "4.9.0",
68
- "debug": "4.3.7",
68
+ "debug": "4.4.0",
69
69
  "decache": "4.6.2",
70
70
  "dot-prop": "9.0.0",
71
71
  "dotenv": "16.4.7",
@@ -77,21 +77,20 @@
77
77
  "express-logging": "1.1.1",
78
78
  "extract-zip": "2.0.1",
79
79
  "fastest-levenshtein": "1.0.16",
80
- "fastify": "4.28.1",
80
+ "fastify": "4.29.0",
81
81
  "find-up": "7.0.0",
82
82
  "flush-write-stream": "2.0.0",
83
83
  "folder-walker": "3.2.0",
84
84
  "from2-array": "0.0.4",
85
85
  "fuzzy": "0.1.3",
86
- "get-port": "5.1.1",
86
+ "get-port": "7.1.0",
87
87
  "gh-release-fetch": "4.0.3",
88
88
  "git-repo-info": "2.1.1",
89
89
  "gitconfiglocal": "2.1.0",
90
- "hasha": "5.2.2",
91
90
  "http-proxy": "1.18.1",
92
91
  "http-proxy-middleware": "2.0.7",
93
92
  "https-proxy-agent": "7.0.6",
94
- "inquirer": "6.5.2",
93
+ "inquirer": "8.0.0",
95
94
  "inquirer-autocomplete-prompt": "1.4.0",
96
95
  "ipx": "2.1.0",
97
96
  "is-docker": "3.0.0",
@@ -104,15 +103,15 @@
104
103
  "lambda-local": "2.2.0",
105
104
  "locate-path": "7.2.0",
106
105
  "lodash": "4.17.21",
107
- "log-symbols": "6.0.0",
106
+ "log-symbols": "7.0.0",
108
107
  "log-update": "6.1.0",
109
108
  "maxstache": "1.0.7",
110
109
  "maxstache-stream": "1.0.4",
111
110
  "multiparty": "4.2.3",
112
- "netlify": "13.3.2",
111
+ "netlify": "13.3.3",
113
112
  "netlify-redirector": "0.5.0",
114
113
  "node-fetch": "3.3.2",
115
- "ora": "8.1.1",
114
+ "ora": "8.2.0",
116
115
  "p-filter": "4.1.0",
117
116
  "p-map": "7.0.3",
118
117
  "p-wait-for": "5.0.2",
@@ -121,10 +120,10 @@
121
120
  "parse-gitignore": "2.0.0",
122
121
  "prettyjson": "1.2.5",
123
122
  "pump": "3.0.2",
124
- "raw-body": "2.5.2",
123
+ "raw-body": "3.0.0",
125
124
  "read-package-up": "11.0.0",
126
- "readdirp": "3.6.0",
127
- "semver": "7.6.3",
125
+ "readdirp": "4.1.1",
126
+ "semver": "7.7.1",
128
127
  "source-map-support": "0.5.21",
129
128
  "strip-ansi-control-characters": "2.0.0",
130
129
  "tabtab": "3.0.2",
@@ -137,10 +136,10 @@
137
136
  "ulid": "2.3.0",
138
137
  "unixify": "1.0.0",
139
138
  "update-notifier": "7.3.1",
140
- "uuid": "9.0.1",
139
+ "uuid": "11.0.5",
141
140
  "wait-port": "1.1.0",
142
141
  "write-file-atomic": "5.0.1",
143
142
  "ws": "8.18.0",
144
- "zod": "3.23.8"
143
+ "zod": "3.24.1"
145
144
  }
146
145
  }