netlify-cli 17.22.1 → 17.23.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.
Files changed (39) hide show
  1. package/dist/commands/functions/functions-create.js +4 -4
  2. package/dist/lib/http-agent.js +1 -1
  3. package/dist/tsconfig.tsbuildinfo +1 -1
  4. package/dist/utils/deploy/deploy-site.d.ts.map +1 -1
  5. package/dist/utils/deploy/deploy-site.js +0 -1
  6. package/dist/utils/deploy/hash-fns.d.ts +13 -3
  7. package/dist/utils/deploy/hash-fns.d.ts.map +1 -1
  8. package/dist/utils/deploy/hash-fns.js +25 -12
  9. package/functions-templates/javascript/scheduled-function/package.json +1 -1
  10. package/functions-templates/typescript/hello-world/package-lock.json +53 -19
  11. package/functions-templates/typescript/hello-world/package.json +1 -1
  12. package/functions-templates/typescript/scheduled-function/package.json +1 -1
  13. package/npm-shrinkwrap.json +798 -507
  14. package/package.json +11 -11
  15. /package/functions-templates/go/hello-world/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  16. /package/functions-templates/javascript/hello/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  17. /package/functions-templates/javascript/hello-world/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  18. /package/functions-templates/javascript/identity-signup/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  19. /package/functions-templates/javascript/image-external/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  20. /package/functions-templates/javascript/localized-content/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  21. /package/functions-templates/javascript/sanity-create/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  22. /package/functions-templates/javascript/sanity-groq/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  23. /package/functions-templates/javascript/scheduled-function/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  24. /package/functions-templates/javascript/set-cookies/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  25. /package/functions-templates/javascript/set-req-header/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  26. /package/functions-templates/javascript/set-res-header/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  27. /package/functions-templates/javascript/submission-created/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  28. /package/functions-templates/javascript/transform-response/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  29. /package/functions-templates/rust/hello-world/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  30. /package/functions-templates/typescript/abtest/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  31. /package/functions-templates/typescript/geolocation/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  32. /package/functions-templates/typescript/hello-world/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  33. /package/functions-templates/typescript/json/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  34. /package/functions-templates/typescript/log/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  35. /package/functions-templates/typescript/scheduled-function/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  36. /package/functions-templates/typescript/set-cookies/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  37. /package/functions-templates/typescript/set-req-header/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  38. /package/functions-templates/typescript/set-res-header/{.netlify-function-template.js → .netlify-function-template.mjs} +0 -0
  39. /package/functions-templates/typescript/transform-response/{.netlify-function-template.js → .netlify-function-template.mjs} +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": "17.22.1",
4
+ "version": "17.23.1",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {
@@ -35,16 +35,16 @@
35
35
  "postinstall": "node ./scripts/postinstall.js"
36
36
  },
37
37
  "dependencies": {
38
- "@bugsnag/js": "7.20.2",
39
- "@fastify/static": "6.10.2",
38
+ "@bugsnag/js": "7.22.7",
39
+ "@fastify/static": "6.12.0",
40
40
  "@netlify/blobs": "7.3.0",
41
- "@netlify/build": "29.39.1",
41
+ "@netlify/build": "29.41.2",
42
42
  "@netlify/build-info": "7.13.2",
43
- "@netlify/config": "20.12.1",
44
- "@netlify/edge-bundler": "11.3.0",
43
+ "@netlify/config": "20.12.3",
44
+ "@netlify/edge-bundler": "12.0.0",
45
45
  "@netlify/edge-functions": "2.5.1",
46
46
  "@netlify/local-functions-proxy": "1.1.1",
47
- "@netlify/zip-it-and-ship-it": "9.31.3",
47
+ "@netlify/zip-it-and-ship-it": "9.32.1",
48
48
  "@octokit/rest": "19.0.13",
49
49
  "@opentelemetry/api": "1.8.0",
50
50
  "ansi-escapes": "6.2.1",
@@ -92,7 +92,7 @@
92
92
  "hasha": "5.2.2",
93
93
  "http-proxy": "1.18.1",
94
94
  "http-proxy-middleware": "2.0.6",
95
- "https-proxy-agent": "5.0.1",
95
+ "https-proxy-agent": "7.0.4",
96
96
  "inquirer": "6.5.2",
97
97
  "inquirer-autocomplete-prompt": "1.4.0",
98
98
  "ipx": "2.1.0",
@@ -110,7 +110,7 @@
110
110
  "log-symbols": "5.1.0",
111
111
  "log-update": "5.0.1",
112
112
  "multiparty": "4.2.3",
113
- "netlify": "13.1.14",
113
+ "netlify": "13.1.15",
114
114
  "netlify-headers-parser": "7.1.4",
115
115
  "netlify-redirect-parser": "14.2.2",
116
116
  "netlify-redirector": "0.5.0",
@@ -128,7 +128,7 @@
128
128
  "pump": "3.0.0",
129
129
  "raw-body": "2.5.2",
130
130
  "read-package-up": "11.0.0",
131
- "semver": "7.5.4",
131
+ "semver": "7.6.0",
132
132
  "source-map-support": "0.5.21",
133
133
  "strip-ansi-control-characters": "2.0.0",
134
134
  "tabtab": "3.0.2",
@@ -142,7 +142,7 @@
142
142
  "ulid": "2.3.0",
143
143
  "unixify": "1.0.0",
144
144
  "update-notifier": "6.0.2",
145
- "uuid": "9.0.0",
145
+ "uuid": "9.0.1",
146
146
  "wait-port": "1.0.4",
147
147
  "write-file-atomic": "5.0.1",
148
148
  "ws": "8.14.2",