netlify-cli 17.23.5 → 17.23.7

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 (63) 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.d.ts.map +1 -1
  22. package/dist/commands/functions/functions-create.js +3 -8
  23. package/dist/commands/integration/deploy.d.ts.map +1 -1
  24. package/dist/commands/integration/deploy.js +5 -2
  25. package/dist/commands/serve/serve.js +1 -1
  26. package/dist/commands/sites/sites-create-template.d.ts.map +1 -1
  27. package/dist/commands/sites/sites-create-template.js +13 -2
  28. package/dist/lib/exec-fetcher.d.ts +1 -1
  29. package/dist/lib/exec-fetcher.d.ts.map +1 -1
  30. package/dist/lib/exec-fetcher.js +2 -3
  31. package/dist/lib/functions/registry.js +1 -1
  32. package/dist/lib/functions/runtimes/js/index.d.ts +7 -5
  33. package/dist/lib/functions/runtimes/js/index.d.ts.map +1 -1
  34. package/dist/lib/functions/runtimes/js/index.js +4 -3
  35. package/dist/lib/functions/server.d.ts.map +1 -1
  36. package/dist/lib/functions/server.js +10 -11
  37. package/dist/lib/geo-location.js +2 -1
  38. package/dist/tsconfig.tsbuildinfo +1 -1
  39. package/dist/utils/copy-template-dir/copy-template-dir.d.ts +2 -0
  40. package/dist/utils/copy-template-dir/copy-template-dir.d.ts.map +1 -0
  41. package/dist/utils/copy-template-dir/copy-template-dir.js +74 -0
  42. package/dist/utils/functions/functions.d.ts +3 -3
  43. package/dist/utils/functions/functions.d.ts.map +1 -1
  44. package/dist/utils/functions/functions.js +0 -3
  45. package/dist/utils/gh-auth.js +1 -1
  46. package/dist/utils/live-tunnel.d.ts.map +1 -1
  47. package/dist/utils/live-tunnel.js +5 -1
  48. package/dist/utils/proxy.d.ts.map +1 -1
  49. package/dist/utils/proxy.js +3 -4
  50. package/dist/utils/read-repo-url.d.ts +1 -1
  51. package/dist/utils/read-repo-url.d.ts.map +1 -1
  52. package/dist/utils/sites/utils.d.ts +2 -2
  53. package/dist/utils/sites/utils.d.ts.map +1 -1
  54. package/dist/utils/sites/utils.js +1 -0
  55. package/functions-templates/go/hello-world/go.mod +1 -1
  56. package/functions-templates/javascript/scheduled-function/package.json +1 -1
  57. package/functions-templates/javascript/submission-created/package.json +1 -1
  58. package/functions-templates/rust/hello-world/Cargo.toml +1 -1
  59. package/functions-templates/typescript/hello-world/package-lock.json +38 -121
  60. package/functions-templates/typescript/hello-world/package.json +2 -2
  61. package/functions-templates/typescript/scheduled-function/package.json +2 -2
  62. package/npm-shrinkwrap.json +2709 -4822
  63. package/package.json +28 -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.5",
4
+ "version": "17.23.7",
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.5",
41
+ "@netlify/build": "29.42.2",
42
42
  "@netlify/build-info": "7.13.2",
43
- "@netlify/config": "20.12.5",
43
+ "@netlify/config": "20.12.6",
44
44
  "@netlify/edge-bundler": "12.0.1",
45
- "@netlify/edge-functions": "2.7.0",
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",
@@ -64,11 +64,10 @@
64
64
  "configstore": "6.0.0",
65
65
  "content-type": "1.0.5",
66
66
  "cookie": "0.6.0",
67
- "copy-template-dir": "1.4.0",
68
67
  "cron-parser": "4.9.0",
69
68
  "debug": "4.3.4",
70
69
  "decache": "4.6.2",
71
- "dot-prop": "7.2.0",
70
+ "dot-prop": "9.0.0",
72
71
  "dotenv": "16.4.5",
73
72
  "env-paths": "3.0.0",
74
73
  "envinfo": "7.13.0",
@@ -79,7 +78,7 @@
79
78
  "extract-zip": "2.0.1",
80
79
  "fastest-levenshtein": "1.0.16",
81
80
  "fastify": "4.27.0",
82
- "find-up": "6.3.0",
81
+ "find-up": "7.0.0",
83
82
  "flush-write-stream": "2.0.0",
84
83
  "folder-walker": "3.2.0",
85
84
  "from2-array": "0.0.4",
@@ -97,28 +96,30 @@
97
96
  "inquirer-autocomplete-prompt": "1.4.0",
98
97
  "ipx": "2.1.0",
99
98
  "is-docker": "3.0.0",
100
- "is-stream": "3.0.0",
101
- "is-wsl": "2.2.0",
102
- "isexe": "2.0.0",
99
+ "is-stream": "4.0.1",
100
+ "is-wsl": "3.1.0",
101
+ "isexe": "3.1.1",
103
102
  "js-yaml": "4.1.0",
104
103
  "jsonwebtoken": "9.0.2",
105
- "jwt-decode": "3.1.2",
104
+ "jwt-decode": "4.0.0",
106
105
  "lambda-local": "2.2.0",
107
- "listr2": "7.0.2",
106
+ "listr2": "8.2.1",
108
107
  "locate-path": "7.2.0",
109
108
  "lodash": "4.17.21",
110
- "log-symbols": "5.1.0",
111
- "log-update": "5.0.1",
109
+ "log-symbols": "6.0.0",
110
+ "log-update": "6.0.0",
111
+ "maxstache": "^1.0.7",
112
+ "maxstache-stream": "^1.0.4",
112
113
  "multiparty": "4.2.3",
113
114
  "netlify": "13.1.16",
114
115
  "netlify-headers-parser": "7.1.4",
115
116
  "netlify-redirect-parser": "14.3.0",
116
117
  "netlify-redirector": "0.5.0",
117
- "node-fetch": "2.7.0",
118
+ "node-fetch": "3.3.2",
118
119
  "node-version-alias": "3.4.1",
119
- "ora": "6.3.1",
120
- "p-filter": "3.0.0",
121
- "p-map": "5.5.0",
120
+ "ora": "8.0.1",
121
+ "p-filter": "4.1.0",
122
+ "p-map": "7.0.2",
122
123
  "p-wait-for": "5.0.2",
123
124
  "parallel-transform": "1.2.0",
124
125
  "parse-github-url": "1.0.2",
@@ -128,20 +129,21 @@
128
129
  "pump": "3.0.0",
129
130
  "raw-body": "2.5.2",
130
131
  "read-package-up": "11.0.0",
132
+ "readdirp": "^3.6.0",
131
133
  "semver": "7.6.2",
132
134
  "source-map-support": "0.5.21",
133
135
  "strip-ansi-control-characters": "2.0.0",
134
136
  "tabtab": "3.0.2",
135
137
  "tempy": "3.1.0",
136
138
  "terminal-link": "3.0.0",
137
- "through2-filter": "3.0.0",
138
- "through2-map": "3.0.0",
139
+ "through2-filter": "4.0.0",
140
+ "through2-map": "4.0.0",
139
141
  "to-readable-stream": "3.0.0",
140
142
  "toml": "3.0.0",
141
143
  "tomlify-j0.4": "3.0.0",
142
144
  "ulid": "2.3.0",
143
145
  "unixify": "1.0.0",
144
- "update-notifier": "6.0.2",
146
+ "update-notifier": "7.0.0",
145
147
  "uuid": "9.0.1",
146
148
  "wait-port": "1.1.0",
147
149
  "write-file-atomic": "5.0.1",