netlify-cli 23.13.5 → 23.14.0
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/README.md +1 -1
- package/dist/commands/database/utils.d.ts.map +1 -1
- package/dist/commands/dev/dev.d.ts.map +1 -1
- package/dist/commands/dev/dev.js +4 -1
- package/dist/commands/dev/dev.js.map +1 -1
- package/dist/commands/functions/functions-serve.d.ts.map +1 -1
- package/dist/commands/functions/functions-serve.js +5 -1
- package/dist/commands/functions/functions-serve.js.map +1 -1
- package/dist/lib/edge-functions/proxy.js +2 -2
- package/dist/lib/edge-functions/proxy.js.map +1 -1
- package/dist/lib/edge-functions/registry.d.ts +31 -2
- package/dist/lib/edge-functions/registry.d.ts.map +1 -1
- package/dist/lib/edge-functions/registry.js +46 -4
- package/dist/lib/edge-functions/registry.js.map +1 -1
- package/dist/lib/images/proxy.d.ts +5 -25
- package/dist/lib/images/proxy.d.ts.map +1 -1
- package/dist/lib/images/proxy.js +17 -106
- package/dist/lib/images/proxy.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/utils/dev.d.ts +5 -0
- package/dist/utils/dev.d.ts.map +1 -1
- package/dist/utils/dev.js +4 -1
- package/dist/utils/dev.js.map +1 -1
- package/dist/utils/init/utils.d.ts.map +1 -1
- package/dist/utils/init/utils.js +6 -0
- package/dist/utils/init/utils.js.map +1 -1
- package/dist/utils/proxy.d.ts.map +1 -1
- package/dist/utils/proxy.js +7 -2
- package/dist/utils/proxy.js.map +1 -1
- package/npm-shrinkwrap.json +119 -68
- package/package.json +9 -9
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,30 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "23.
|
|
3
|
+
"version": "23.14.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "23.
|
|
9
|
+
"version": "23.14.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@fastify/static": "7.0.4",
|
|
14
14
|
"@netlify/ai": "0.3.4",
|
|
15
|
-
"@netlify/api": "14.0.
|
|
15
|
+
"@netlify/api": "14.0.13",
|
|
16
16
|
"@netlify/blobs": "10.1.0",
|
|
17
|
-
"@netlify/build": "35.5.
|
|
17
|
+
"@netlify/build": "35.5.13",
|
|
18
18
|
"@netlify/build-info": "10.3.0",
|
|
19
|
-
"@netlify/config": "24.
|
|
19
|
+
"@netlify/config": "24.3.0",
|
|
20
20
|
"@netlify/dev-utils": "4.3.2",
|
|
21
|
-
"@netlify/edge-bundler": "14.9.
|
|
22
|
-
"@netlify/edge-functions": "3.0.
|
|
21
|
+
"@netlify/edge-bundler": "14.9.4",
|
|
22
|
+
"@netlify/edge-functions": "3.0.3",
|
|
23
23
|
"@netlify/edge-functions-bootstrap": "2.17.1",
|
|
24
24
|
"@netlify/headers-parser": "9.0.2",
|
|
25
|
+
"@netlify/images": "^1.2.5",
|
|
25
26
|
"@netlify/local-functions-proxy": "2.0.3",
|
|
26
27
|
"@netlify/redirect-parser": "15.0.3",
|
|
27
|
-
"@netlify/zip-it-and-ship-it": "14.
|
|
28
|
+
"@netlify/zip-it-and-ship-it": "14.3.1",
|
|
28
29
|
"@octokit/rest": "22.0.0",
|
|
29
30
|
"@opentelemetry/api": "1.8.0",
|
|
30
31
|
"@pnpm/tabtab": "0.5.4",
|
|
@@ -67,7 +68,6 @@
|
|
|
67
68
|
"https-proxy-agent": "7.0.6",
|
|
68
69
|
"inquirer": "8.2.7",
|
|
69
70
|
"inquirer-autocomplete-prompt": "1.4.0",
|
|
70
|
-
"ipx": "3.1.1",
|
|
71
71
|
"is-docker": "3.0.0",
|
|
72
72
|
"is-stream": "4.0.1",
|
|
73
73
|
"is-wsl": "3.1.0",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"jwt-decode": "4.0.0",
|
|
77
77
|
"lambda-local": "2.2.0",
|
|
78
78
|
"locate-path": "7.2.0",
|
|
79
|
-
"lodash": "4.17.
|
|
79
|
+
"lodash": "4.17.23",
|
|
80
80
|
"log-update": "6.1.0",
|
|
81
81
|
"maxstache": "1.0.7",
|
|
82
82
|
"maxstache-stream": "1.0.4",
|
|
@@ -965,12 +965,12 @@
|
|
|
965
965
|
}
|
|
966
966
|
},
|
|
967
967
|
"node_modules/@netlify/api": {
|
|
968
|
-
"version": "14.0.
|
|
969
|
-
"resolved": "https://registry.npmjs.org/@netlify/api/-/api-14.0.
|
|
970
|
-
"integrity": "sha512-
|
|
968
|
+
"version": "14.0.13",
|
|
969
|
+
"resolved": "https://registry.npmjs.org/@netlify/api/-/api-14.0.13.tgz",
|
|
970
|
+
"integrity": "sha512-WQczmnM/u2wcxk0G0rE36yTHzYzuPdByaKmJBVEZvZE0LC7VeHz8tBoX2EYpAuvjzczm8ez1ekZGjqTHK1+Osw==",
|
|
971
971
|
"license": "MIT",
|
|
972
972
|
"dependencies": {
|
|
973
|
-
"@netlify/open-api": "^2.
|
|
973
|
+
"@netlify/open-api": "^2.46.0",
|
|
974
974
|
"node-fetch": "^3.0.0",
|
|
975
975
|
"p-wait-for": "^5.0.0",
|
|
976
976
|
"picoquery": "^2.5.0"
|
|
@@ -1024,22 +1024,22 @@
|
|
|
1024
1024
|
}
|
|
1025
1025
|
},
|
|
1026
1026
|
"node_modules/@netlify/build": {
|
|
1027
|
-
"version": "35.5.
|
|
1028
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-35.5.
|
|
1029
|
-
"integrity": "sha512-
|
|
1027
|
+
"version": "35.5.13",
|
|
1028
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-35.5.13.tgz",
|
|
1029
|
+
"integrity": "sha512-RiitVUIMF83nji2fzb2TYfaYb3wy1MbSiFvqHaq2v8tZ28z08iutBumP2h1tOnmYaZJ9lyP3hsYXZCYXk4welg==",
|
|
1030
1030
|
"license": "MIT",
|
|
1031
1031
|
"dependencies": {
|
|
1032
1032
|
"@bugsnag/js": "^8.0.0",
|
|
1033
1033
|
"@netlify/blobs": "^10.4.4",
|
|
1034
1034
|
"@netlify/cache-utils": "^6.0.4",
|
|
1035
|
-
"@netlify/config": "^24.
|
|
1036
|
-
"@netlify/edge-bundler": "14.9.
|
|
1037
|
-
"@netlify/functions-utils": "^6.2.
|
|
1035
|
+
"@netlify/config": "^24.3.0",
|
|
1036
|
+
"@netlify/edge-bundler": "14.9.4",
|
|
1037
|
+
"@netlify/functions-utils": "^6.2.21",
|
|
1038
1038
|
"@netlify/git-utils": "^6.0.3",
|
|
1039
1039
|
"@netlify/opentelemetry-utils": "^2.0.1",
|
|
1040
|
-
"@netlify/plugins-list": "^6.
|
|
1040
|
+
"@netlify/plugins-list": "^6.81.1",
|
|
1041
1041
|
"@netlify/run-utils": "^6.0.2",
|
|
1042
|
-
"@netlify/zip-it-and-ship-it": "14.
|
|
1042
|
+
"@netlify/zip-it-and-ship-it": "14.3.1",
|
|
1043
1043
|
"@sindresorhus/slugify": "^2.0.0",
|
|
1044
1044
|
"ansi-escapes": "^7.0.0",
|
|
1045
1045
|
"ansis": "^4.1.0",
|
|
@@ -1326,13 +1326,13 @@
|
|
|
1326
1326
|
}
|
|
1327
1327
|
},
|
|
1328
1328
|
"node_modules/@netlify/config": {
|
|
1329
|
-
"version": "24.
|
|
1330
|
-
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-24.
|
|
1331
|
-
"integrity": "sha512-
|
|
1329
|
+
"version": "24.3.0",
|
|
1330
|
+
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-24.3.0.tgz",
|
|
1331
|
+
"integrity": "sha512-yLqZLwvONivf0jcaO1WxUWEnW+h0F9UMvVv8JqnVi4TFjg6sLsjHhH4qICK2+PKqyDJ/OkM00udEYHmhg7LGGg==",
|
|
1332
1332
|
"license": "MIT",
|
|
1333
1333
|
"dependencies": {
|
|
1334
1334
|
"@iarna/toml": "^2.2.5",
|
|
1335
|
-
"@netlify/api": "^14.0.
|
|
1335
|
+
"@netlify/api": "^14.0.13",
|
|
1336
1336
|
"@netlify/headers-parser": "^9.0.2",
|
|
1337
1337
|
"@netlify/redirect-parser": "^15.0.3",
|
|
1338
1338
|
"chalk": "^5.0.0",
|
|
@@ -1475,9 +1475,9 @@
|
|
|
1475
1475
|
}
|
|
1476
1476
|
},
|
|
1477
1477
|
"node_modules/@netlify/config/node_modules/zod": {
|
|
1478
|
-
"version": "4.3.
|
|
1479
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-4.3.
|
|
1480
|
-
"integrity": "sha512-
|
|
1478
|
+
"version": "4.3.6",
|
|
1479
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
|
|
1480
|
+
"integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
|
|
1481
1481
|
"license": "MIT",
|
|
1482
1482
|
"funding": {
|
|
1483
1483
|
"url": "https://github.com/sponsors/colinhacks"
|
|
@@ -1523,9 +1523,9 @@
|
|
|
1523
1523
|
}
|
|
1524
1524
|
},
|
|
1525
1525
|
"node_modules/@netlify/edge-bundler": {
|
|
1526
|
-
"version": "14.9.
|
|
1527
|
-
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-14.9.
|
|
1528
|
-
"integrity": "sha512-
|
|
1526
|
+
"version": "14.9.4",
|
|
1527
|
+
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-14.9.4.tgz",
|
|
1528
|
+
"integrity": "sha512-BDi+pnV2Dit6KqTxGkuuGM4faowFnGWtCPshJz7yLmwmaXBm2NY4H4HEnEjapjnSVTChK0N3MK4aye4dhV0ePw==",
|
|
1529
1529
|
"license": "MIT",
|
|
1530
1530
|
"dependencies": {
|
|
1531
1531
|
"@import-maps/resolve": "^2.0.0",
|
|
@@ -1544,7 +1544,7 @@
|
|
|
1544
1544
|
"parse-imports": "^2.2.1",
|
|
1545
1545
|
"path-key": "^4.0.0",
|
|
1546
1546
|
"semver": "^7.3.8",
|
|
1547
|
-
"tar": "^7.
|
|
1547
|
+
"tar": "^7.5.3",
|
|
1548
1548
|
"tmp-promise": "^3.0.3",
|
|
1549
1549
|
"urlpattern-polyfill": "8.0.2",
|
|
1550
1550
|
"uuid": "^11.0.0"
|
|
@@ -2133,12 +2133,12 @@
|
|
|
2133
2133
|
}
|
|
2134
2134
|
},
|
|
2135
2135
|
"node_modules/@netlify/edge-functions": {
|
|
2136
|
-
"version": "3.0.
|
|
2137
|
-
"resolved": "https://registry.npmjs.org/@netlify/edge-functions/-/edge-functions-3.0.
|
|
2138
|
-
"integrity": "sha512-
|
|
2136
|
+
"version": "3.0.3",
|
|
2137
|
+
"resolved": "https://registry.npmjs.org/@netlify/edge-functions/-/edge-functions-3.0.3.tgz",
|
|
2138
|
+
"integrity": "sha512-grElRK+rTBdYrPsULPKrhcHhrW+fwpDRLPbGByqa6Xrz0fhzcFJ2D9ijxEQ/onFcSVPYHT1u1mI48GhS5bZ/Ag==",
|
|
2139
2139
|
"license": "MIT",
|
|
2140
2140
|
"dependencies": {
|
|
2141
|
-
"@netlify/types": "2.
|
|
2141
|
+
"@netlify/types": "2.3.0"
|
|
2142
2142
|
},
|
|
2143
2143
|
"engines": {
|
|
2144
2144
|
"node": ">=18.0.0"
|
|
@@ -2150,13 +2150,22 @@
|
|
|
2150
2150
|
"integrity": "sha512-KyNJbDhK1rC5wEeI7bXPgfl8QvADMHqNy2nwNJG60EHVRXTF0zxFnOpt/p0m2C512gcMXRrKZxaOZQ032RHVbw==",
|
|
2151
2151
|
"license": "MIT"
|
|
2152
2152
|
},
|
|
2153
|
+
"node_modules/@netlify/edge-functions/node_modules/@netlify/types": {
|
|
2154
|
+
"version": "2.3.0",
|
|
2155
|
+
"resolved": "https://registry.npmjs.org/@netlify/types/-/types-2.3.0.tgz",
|
|
2156
|
+
"integrity": "sha512-5gxMWh/S7wr0uHKSTbMv4bjWmWSpwpeLYvErWeVNAPll5/QNFo9aWimMAUuh8ReLY3/fg92XAroVVu7+z27Snw==",
|
|
2157
|
+
"license": "MIT",
|
|
2158
|
+
"engines": {
|
|
2159
|
+
"node": "^18.14.0 || >=20"
|
|
2160
|
+
}
|
|
2161
|
+
},
|
|
2153
2162
|
"node_modules/@netlify/functions-utils": {
|
|
2154
|
-
"version": "6.2.
|
|
2155
|
-
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-6.2.
|
|
2156
|
-
"integrity": "sha512-
|
|
2163
|
+
"version": "6.2.21",
|
|
2164
|
+
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-6.2.21.tgz",
|
|
2165
|
+
"integrity": "sha512-PJsavGfWmYqEHAMKz8nwyPYeU0+lEbJ80vNgeq+txltWVcmBSUvZJ6jq/TB3EjyriqdqjFiL+Yf6hyM8+s2ThQ==",
|
|
2157
2166
|
"license": "MIT",
|
|
2158
2167
|
"dependencies": {
|
|
2159
|
-
"@netlify/zip-it-and-ship-it": "14.
|
|
2168
|
+
"@netlify/zip-it-and-ship-it": "14.3.1",
|
|
2160
2169
|
"cpy": "^11.0.0",
|
|
2161
2170
|
"path-exists": "^5.0.0"
|
|
2162
2171
|
},
|
|
@@ -2297,6 +2306,37 @@
|
|
|
2297
2306
|
"node": ">=18.14.0"
|
|
2298
2307
|
}
|
|
2299
2308
|
},
|
|
2309
|
+
"node_modules/@netlify/headers-parser/node_modules/escape-string-regexp": {
|
|
2310
|
+
"version": "5.0.0",
|
|
2311
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
2312
|
+
"integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
|
|
2313
|
+
"engines": {
|
|
2314
|
+
"node": ">=12"
|
|
2315
|
+
},
|
|
2316
|
+
"funding": {
|
|
2317
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2318
|
+
}
|
|
2319
|
+
},
|
|
2320
|
+
"node_modules/@netlify/headers-parser/node_modules/path-exists": {
|
|
2321
|
+
"version": "5.0.0",
|
|
2322
|
+
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
|
|
2323
|
+
"integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==",
|
|
2324
|
+
"engines": {
|
|
2325
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
2326
|
+
}
|
|
2327
|
+
},
|
|
2328
|
+
"node_modules/@netlify/images": {
|
|
2329
|
+
"version": "1.2.5",
|
|
2330
|
+
"resolved": "https://registry.npmjs.org/@netlify/images/-/images-1.2.5.tgz",
|
|
2331
|
+
"integrity": "sha512-kTcM86Zpzne46RDQJO5o0rDEryYbBpRk7+8NaWLYP6ChM13MdLYwk9nLYyh4APWB2Zx9JBvBJO3Q/lKiF20zXg==",
|
|
2332
|
+
"license": "MIT",
|
|
2333
|
+
"dependencies": {
|
|
2334
|
+
"ipx": "^3.1.1"
|
|
2335
|
+
},
|
|
2336
|
+
"engines": {
|
|
2337
|
+
"node": ">=20.6.1"
|
|
2338
|
+
}
|
|
2339
|
+
},
|
|
2300
2340
|
"node_modules/@netlify/local-functions-proxy": {
|
|
2301
2341
|
"version": "2.0.3",
|
|
2302
2342
|
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy/-/local-functions-proxy-2.0.3.tgz",
|
|
@@ -2500,9 +2540,9 @@
|
|
|
2500
2540
|
}
|
|
2501
2541
|
},
|
|
2502
2542
|
"node_modules/@netlify/open-api": {
|
|
2503
|
-
"version": "2.
|
|
2504
|
-
"resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.
|
|
2505
|
-
"integrity": "sha512-
|
|
2543
|
+
"version": "2.46.0",
|
|
2544
|
+
"resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.46.0.tgz",
|
|
2545
|
+
"integrity": "sha512-ONTAnExC2fX4luhAQ91DD3ORbh+YFMmzk9ebrheVg+W4cTHmNnGxLbiYbmd44IqnLQjgqn4xrmmDULEMZcMdfw==",
|
|
2506
2546
|
"license": "MIT",
|
|
2507
2547
|
"engines": {
|
|
2508
2548
|
"node": ">=14.8.0"
|
|
@@ -2545,9 +2585,10 @@
|
|
|
2545
2585
|
}
|
|
2546
2586
|
},
|
|
2547
2587
|
"node_modules/@netlify/plugins-list": {
|
|
2548
|
-
"version": "6.
|
|
2549
|
-
"resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-6.
|
|
2550
|
-
"integrity": "sha512-
|
|
2588
|
+
"version": "6.81.1",
|
|
2589
|
+
"resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-6.81.1.tgz",
|
|
2590
|
+
"integrity": "sha512-kCHbHpDxHnxP7/MCh6jZ5RVOMdbaWlukEsSZ+YY0c5skGadvYt9uASFFFKcbtuuoGsPfutUY0UceMOzuN2CL+w==",
|
|
2591
|
+
"license": "MIT",
|
|
2551
2592
|
"engines": {
|
|
2552
2593
|
"node": "^14.14.0 || >=16.0.0"
|
|
2553
2594
|
}
|
|
@@ -2697,19 +2738,10 @@
|
|
|
2697
2738
|
"node": ">=18.0.0"
|
|
2698
2739
|
}
|
|
2699
2740
|
},
|
|
2700
|
-
"node_modules/@netlify/types": {
|
|
2701
|
-
"version": "2.2.0",
|
|
2702
|
-
"resolved": "https://registry.npmjs.org/@netlify/types/-/types-2.2.0.tgz",
|
|
2703
|
-
"integrity": "sha512-XOWlZ2wPpdRKkAOcQbjIf/Qz7L4RjcSVINVNQ9p3F6U8V6KSEOsB3fPrc6Ly8EOeJioHUepRPuzHzJE/7V5EsA==",
|
|
2704
|
-
"license": "MIT",
|
|
2705
|
-
"engines": {
|
|
2706
|
-
"node": "^18.14.0 || >=20"
|
|
2707
|
-
}
|
|
2708
|
-
},
|
|
2709
2741
|
"node_modules/@netlify/zip-it-and-ship-it": {
|
|
2710
|
-
"version": "14.
|
|
2711
|
-
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-14.
|
|
2712
|
-
"integrity": "sha512-
|
|
2742
|
+
"version": "14.3.1",
|
|
2743
|
+
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-14.3.1.tgz",
|
|
2744
|
+
"integrity": "sha512-dlLh7ZRVpvWc5mHR3h8RY0LA1VK6qz2mkq5SztJ+9w92xKP7i4FfTURjZOrDs8lwJuKcG64r3UaFv6dAB71K3w==",
|
|
2713
2745
|
"license": "MIT",
|
|
2714
2746
|
"dependencies": {
|
|
2715
2747
|
"@babel/parser": "^7.22.5",
|
|
@@ -6864,9 +6896,10 @@
|
|
|
6864
6896
|
"integrity": "sha512-ZVyjhAJ7sCe1PNXEGveObOH9AC8QvMga3HJIghHawtG7mE4K5pW9nz/vDGAr/U7a3LWgdOzEE7ac9MURnyfaTA=="
|
|
6865
6897
|
},
|
|
6866
6898
|
"node_modules/diff": {
|
|
6867
|
-
"version": "4.0.
|
|
6868
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-4.0.
|
|
6869
|
-
"integrity": "sha512-
|
|
6899
|
+
"version": "4.0.4",
|
|
6900
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-4.0.4.tgz",
|
|
6901
|
+
"integrity": "sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==",
|
|
6902
|
+
"license": "BSD-3-Clause",
|
|
6870
6903
|
"engines": {
|
|
6871
6904
|
"node": ">=0.3.1"
|
|
6872
6905
|
}
|
|
@@ -9532,9 +9565,10 @@
|
|
|
9532
9565
|
}
|
|
9533
9566
|
},
|
|
9534
9567
|
"node_modules/lodash": {
|
|
9535
|
-
"version": "4.17.
|
|
9536
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.
|
|
9537
|
-
"integrity": "sha512-
|
|
9568
|
+
"version": "4.17.23",
|
|
9569
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
|
|
9570
|
+
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
|
|
9571
|
+
"license": "MIT"
|
|
9538
9572
|
},
|
|
9539
9573
|
"node_modules/lodash.includes": {
|
|
9540
9574
|
"version": "4.3.0",
|
|
@@ -12577,9 +12611,9 @@
|
|
|
12577
12611
|
}
|
|
12578
12612
|
},
|
|
12579
12613
|
"node_modules/tar": {
|
|
12580
|
-
"version": "7.5.
|
|
12581
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
12582
|
-
"integrity": "sha512-
|
|
12614
|
+
"version": "7.5.6",
|
|
12615
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.6.tgz",
|
|
12616
|
+
"integrity": "sha512-xqUeu2JAIJpXyvskvU3uvQW8PAmHrtXp2KDuMJwQqW8Sqq0CaZBAQ+dKS3RBXVhU4wC5NjAdKrmh84241gO9cA==",
|
|
12583
12617
|
"license": "BlueOak-1.0.0",
|
|
12584
12618
|
"dependencies": {
|
|
12585
12619
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
@@ -13799,6 +13833,23 @@
|
|
|
13799
13833
|
"funding": {
|
|
13800
13834
|
"url": "https://github.com/sponsors/colinhacks"
|
|
13801
13835
|
}
|
|
13836
|
+
},
|
|
13837
|
+
"site": {
|
|
13838
|
+
"name": "cli-docs-site",
|
|
13839
|
+
"version": "1.0.0",
|
|
13840
|
+
"extraneous": true,
|
|
13841
|
+
"license": "MIT",
|
|
13842
|
+
"dependencies": {
|
|
13843
|
+
"@astrojs/starlight": "^0.31.1",
|
|
13844
|
+
"astro": "^5.1.5",
|
|
13845
|
+
"markdown-magic": "2.6.1",
|
|
13846
|
+
"sharp": "^0.32.5",
|
|
13847
|
+
"strip-ansi": "7.1.0"
|
|
13848
|
+
}
|
|
13849
|
+
},
|
|
13850
|
+
"tools/lint-rules": {
|
|
13851
|
+
"name": "eslint-plugin-workspace",
|
|
13852
|
+
"extraneous": true
|
|
13802
13853
|
}
|
|
13803
13854
|
}
|
|
13804
13855
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "23.
|
|
4
|
+
"version": "23.14.0",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -59,19 +59,20 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@fastify/static": "7.0.4",
|
|
61
61
|
"@netlify/ai": "0.3.4",
|
|
62
|
-
"@netlify/api": "14.0.
|
|
62
|
+
"@netlify/api": "14.0.13",
|
|
63
63
|
"@netlify/blobs": "10.1.0",
|
|
64
|
-
"@netlify/build": "35.5.
|
|
64
|
+
"@netlify/build": "35.5.13",
|
|
65
65
|
"@netlify/build-info": "10.3.0",
|
|
66
|
-
"@netlify/config": "24.
|
|
66
|
+
"@netlify/config": "24.3.0",
|
|
67
67
|
"@netlify/dev-utils": "4.3.2",
|
|
68
|
-
"@netlify/edge-bundler": "14.9.
|
|
69
|
-
"@netlify/edge-functions": "3.0.
|
|
68
|
+
"@netlify/edge-bundler": "14.9.4",
|
|
69
|
+
"@netlify/edge-functions": "3.0.3",
|
|
70
70
|
"@netlify/edge-functions-bootstrap": "2.17.1",
|
|
71
71
|
"@netlify/headers-parser": "9.0.2",
|
|
72
|
+
"@netlify/images": "^1.2.5",
|
|
72
73
|
"@netlify/local-functions-proxy": "2.0.3",
|
|
73
74
|
"@netlify/redirect-parser": "15.0.3",
|
|
74
|
-
"@netlify/zip-it-and-ship-it": "14.
|
|
75
|
+
"@netlify/zip-it-and-ship-it": "14.3.1",
|
|
75
76
|
"@octokit/rest": "22.0.0",
|
|
76
77
|
"@opentelemetry/api": "1.8.0",
|
|
77
78
|
"@pnpm/tabtab": "0.5.4",
|
|
@@ -114,7 +115,6 @@
|
|
|
114
115
|
"https-proxy-agent": "7.0.6",
|
|
115
116
|
"inquirer": "8.2.7",
|
|
116
117
|
"inquirer-autocomplete-prompt": "1.4.0",
|
|
117
|
-
"ipx": "3.1.1",
|
|
118
118
|
"is-docker": "3.0.0",
|
|
119
119
|
"is-stream": "4.0.1",
|
|
120
120
|
"is-wsl": "3.1.0",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"jwt-decode": "4.0.0",
|
|
124
124
|
"lambda-local": "2.2.0",
|
|
125
125
|
"locate-path": "7.2.0",
|
|
126
|
-
"lodash": "4.17.
|
|
126
|
+
"lodash": "4.17.23",
|
|
127
127
|
"log-update": "6.1.0",
|
|
128
128
|
"maxstache": "1.0.7",
|
|
129
129
|
"maxstache-stream": "1.0.4",
|