netlify-cli 17.23.4 → 17.23.6

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 (59) hide show
  1. package/dist/commands/build/build.d.ts.map +1 -1
  2. package/dist/commands/build/build.js +6 -12
  3. package/dist/commands/deploy/deploy.d.ts.map +1 -1
  4. package/dist/commands/deploy/deploy.js +10 -13
  5. package/dist/commands/dev/dev-exec.d.ts.map +1 -1
  6. package/dist/commands/dev/dev-exec.js +3 -6
  7. package/dist/commands/dev/dev.d.ts.map +1 -1
  8. package/dist/commands/dev/dev.js +3 -3
  9. package/dist/commands/env/env-clone.d.ts.map +1 -1
  10. package/dist/commands/env/env-clone.js +3 -105
  11. package/dist/commands/env/env-get.d.ts.map +1 -1
  12. package/dist/commands/env/env-get.js +3 -9
  13. package/dist/commands/env/env-import.d.ts.map +1 -1
  14. package/dist/commands/env/env-import.js +2 -25
  15. package/dist/commands/env/env-list.d.ts.map +1 -1
  16. package/dist/commands/env/env-list.js +14 -17
  17. package/dist/commands/env/env-set.d.ts.map +1 -1
  18. package/dist/commands/env/env-set.js +1 -33
  19. package/dist/commands/env/env-unset.d.ts.map +1 -1
  20. package/dist/commands/env/env-unset.js +2 -34
  21. package/dist/commands/functions/functions-create.js +2 -3
  22. package/dist/commands/integration/deploy.d.ts.map +1 -1
  23. package/dist/commands/integration/deploy.js +5 -2
  24. package/dist/commands/serve/serve.js +1 -1
  25. package/dist/commands/sites/sites-create-template.d.ts.map +1 -1
  26. package/dist/commands/sites/sites-create-template.js +13 -2
  27. package/dist/lib/exec-fetcher.d.ts +1 -1
  28. package/dist/lib/exec-fetcher.d.ts.map +1 -1
  29. package/dist/lib/exec-fetcher.js +2 -3
  30. package/dist/lib/functions/registry.js +1 -1
  31. package/dist/lib/functions/runtimes/js/index.d.ts +7 -5
  32. package/dist/lib/functions/runtimes/js/index.d.ts.map +1 -1
  33. package/dist/lib/functions/runtimes/js/index.js +4 -3
  34. package/dist/lib/functions/server.d.ts.map +1 -1
  35. package/dist/lib/functions/server.js +10 -11
  36. package/dist/lib/geo-location.js +2 -1
  37. package/dist/tsconfig.tsbuildinfo +1 -1
  38. package/dist/utils/functions/functions.d.ts +3 -3
  39. package/dist/utils/functions/functions.d.ts.map +1 -1
  40. package/dist/utils/functions/functions.js +0 -3
  41. package/dist/utils/gh-auth.js +1 -1
  42. package/dist/utils/live-tunnel.d.ts.map +1 -1
  43. package/dist/utils/live-tunnel.js +5 -1
  44. package/dist/utils/proxy.d.ts.map +1 -1
  45. package/dist/utils/proxy.js +3 -4
  46. package/dist/utils/read-repo-url.d.ts +1 -1
  47. package/dist/utils/read-repo-url.d.ts.map +1 -1
  48. package/dist/utils/sites/utils.d.ts +2 -2
  49. package/dist/utils/sites/utils.d.ts.map +1 -1
  50. package/dist/utils/sites/utils.js +1 -0
  51. package/functions-templates/go/hello-world/go.mod +1 -1
  52. package/functions-templates/javascript/scheduled-function/package.json +1 -1
  53. package/functions-templates/javascript/submission-created/package.json +1 -1
  54. package/functions-templates/rust/hello-world/Cargo.toml +1 -1
  55. package/functions-templates/typescript/hello-world/package-lock.json +38 -121
  56. package/functions-templates/typescript/hello-world/package.json +2 -2
  57. package/functions-templates/typescript/scheduled-function/package.json +2 -2
  58. package/npm-shrinkwrap.json +2823 -2836
  59. package/package.json +26 -26
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
3
  "description": "Netlify command line tool",
4
- "version": "17.23.4",
4
+ "version": "17.23.6",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {
@@ -36,18 +36,18 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@bugsnag/js": "7.23.0",
39
- "@fastify/static": "6.12.0",
39
+ "@fastify/static": "7.0.4",
40
40
  "@netlify/blobs": "7.3.0",
41
- "@netlify/build": "29.41.4",
41
+ "@netlify/build": "29.42.2",
42
42
  "@netlify/build-info": "7.13.2",
43
- "@netlify/config": "20.12.5",
44
- "@netlify/edge-bundler": "12.0.0",
45
- "@netlify/edge-functions": "2.7.0",
43
+ "@netlify/config": "20.12.6",
44
+ "@netlify/edge-bundler": "12.0.1",
45
+ "@netlify/edge-functions": "2.8.1",
46
46
  "@netlify/local-functions-proxy": "1.1.1",
47
- "@netlify/zip-it-and-ship-it": "9.32.2",
48
- "@octokit/rest": "19.0.13",
47
+ "@netlify/zip-it-and-ship-it": "9.33.0",
48
+ "@octokit/rest": "20.1.1",
49
49
  "@opentelemetry/api": "1.8.0",
50
- "ansi-escapes": "6.2.1",
50
+ "ansi-escapes": "7.0.0",
51
51
  "ansi-styles": "6.2.1",
52
52
  "ansi-to-html": "0.7.2",
53
53
  "ascii-table": "0.0.9",
@@ -56,7 +56,7 @@
56
56
  "boxen": "7.1.1",
57
57
  "chalk": "5.3.0",
58
58
  "chokidar": "3.6.0",
59
- "ci-info": "3.9.0",
59
+ "ci-info": "4.0.0",
60
60
  "clean-deep": "3.4.0",
61
61
  "commander": "10.0.1",
62
62
  "comment-json": "4.2.3",
@@ -68,7 +68,7 @@
68
68
  "cron-parser": "4.9.0",
69
69
  "debug": "4.3.4",
70
70
  "decache": "4.6.2",
71
- "dot-prop": "7.2.0",
71
+ "dot-prop": "9.0.0",
72
72
  "dotenv": "16.4.5",
73
73
  "env-paths": "3.0.0",
74
74
  "envinfo": "7.13.0",
@@ -79,7 +79,7 @@
79
79
  "extract-zip": "2.0.1",
80
80
  "fastest-levenshtein": "1.0.16",
81
81
  "fastify": "4.27.0",
82
- "find-up": "6.3.0",
82
+ "find-up": "7.0.0",
83
83
  "flush-write-stream": "2.0.0",
84
84
  "folder-walker": "3.2.0",
85
85
  "from2-array": "0.0.4",
@@ -97,28 +97,28 @@
97
97
  "inquirer-autocomplete-prompt": "1.4.0",
98
98
  "ipx": "2.1.0",
99
99
  "is-docker": "3.0.0",
100
- "is-stream": "3.0.0",
101
- "is-wsl": "2.2.0",
102
- "isexe": "2.0.0",
100
+ "is-stream": "4.0.1",
101
+ "is-wsl": "3.1.0",
102
+ "isexe": "3.1.1",
103
103
  "js-yaml": "4.1.0",
104
104
  "jsonwebtoken": "9.0.2",
105
- "jwt-decode": "3.1.2",
105
+ "jwt-decode": "4.0.0",
106
106
  "lambda-local": "2.2.0",
107
- "listr2": "7.0.2",
107
+ "listr2": "8.2.1",
108
108
  "locate-path": "7.2.0",
109
109
  "lodash": "4.17.21",
110
- "log-symbols": "5.1.0",
111
- "log-update": "5.0.1",
110
+ "log-symbols": "6.0.0",
111
+ "log-update": "6.0.0",
112
112
  "multiparty": "4.2.3",
113
113
  "netlify": "13.1.16",
114
114
  "netlify-headers-parser": "7.1.4",
115
115
  "netlify-redirect-parser": "14.3.0",
116
116
  "netlify-redirector": "0.5.0",
117
- "node-fetch": "2.7.0",
117
+ "node-fetch": "3.3.2",
118
118
  "node-version-alias": "3.4.1",
119
- "ora": "6.3.1",
120
- "p-filter": "3.0.0",
121
- "p-map": "5.5.0",
119
+ "ora": "8.0.1",
120
+ "p-filter": "4.1.0",
121
+ "p-map": "7.0.2",
122
122
  "p-wait-for": "5.0.2",
123
123
  "parallel-transform": "1.2.0",
124
124
  "parse-github-url": "1.0.2",
@@ -134,14 +134,14 @@
134
134
  "tabtab": "3.0.2",
135
135
  "tempy": "3.1.0",
136
136
  "terminal-link": "3.0.0",
137
- "through2-filter": "3.0.0",
138
- "through2-map": "3.0.0",
137
+ "through2-filter": "4.0.0",
138
+ "through2-map": "4.0.0",
139
139
  "to-readable-stream": "3.0.0",
140
140
  "toml": "3.0.0",
141
141
  "tomlify-j0.4": "3.0.0",
142
142
  "ulid": "2.3.0",
143
143
  "unixify": "1.0.0",
144
- "update-notifier": "6.0.2",
144
+ "update-notifier": "7.0.0",
145
145
  "uuid": "9.0.1",
146
146
  "wait-port": "1.1.0",
147
147
  "write-file-atomic": "5.0.1",