netlify-cli 24.11.1 → 24.11.3
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/dist/tsconfig.build.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +32 -22
- package/package.json +5 -5
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "24.11.
|
|
3
|
+
"version": "24.11.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "24.11.
|
|
9
|
+
"version": "24.11.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"@netlify/ai": "0.4.1",
|
|
15
15
|
"@netlify/api": "14.0.18",
|
|
16
16
|
"@netlify/blobs": "10.7.0",
|
|
17
|
-
"@netlify/build": "35.
|
|
17
|
+
"@netlify/build": "35.13.1",
|
|
18
18
|
"@netlify/build-info": "10.5.0",
|
|
19
|
-
"@netlify/config": "24.
|
|
19
|
+
"@netlify/config": "24.5.0",
|
|
20
20
|
"@netlify/dev": "4.16.4",
|
|
21
21
|
"@netlify/dev-utils": "4.4.3",
|
|
22
|
-
"@netlify/edge-bundler": "14.
|
|
22
|
+
"@netlify/edge-bundler": "14.10.0",
|
|
23
23
|
"@netlify/edge-functions": "3.0.6",
|
|
24
24
|
"@netlify/edge-functions-bootstrap": "2.17.1",
|
|
25
25
|
"@netlify/headers-parser": "9.0.3",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"jwt-decode": "4.0.0",
|
|
77
77
|
"lambda-local": "2.2.0",
|
|
78
78
|
"locate-path": "8.0.0",
|
|
79
|
-
"lodash": "4.
|
|
79
|
+
"lodash": "4.18.1",
|
|
80
80
|
"log-update": "7.2.0",
|
|
81
81
|
"maxstache": "1.0.7",
|
|
82
82
|
"maxstache-stream": "1.0.4",
|
|
@@ -1253,16 +1253,16 @@
|
|
|
1253
1253
|
}
|
|
1254
1254
|
},
|
|
1255
1255
|
"node_modules/@netlify/build": {
|
|
1256
|
-
"version": "35.
|
|
1257
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-35.
|
|
1258
|
-
"integrity": "sha512-
|
|
1256
|
+
"version": "35.13.1",
|
|
1257
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-35.13.1.tgz",
|
|
1258
|
+
"integrity": "sha512-lDAWE2YbSuPURn+AYYFHSppqpLvbxLpx57SPDxyX9/IhCYaMp0UFgNeTOWLnh+YHX7TXX6D0yA1VCpcuzyub9Q==",
|
|
1259
1259
|
"license": "MIT",
|
|
1260
1260
|
"dependencies": {
|
|
1261
1261
|
"@bugsnag/js": "^8.0.0",
|
|
1262
1262
|
"@netlify/blobs": "^10.4.4",
|
|
1263
1263
|
"@netlify/cache-utils": "^6.0.5",
|
|
1264
|
-
"@netlify/config": "^24.
|
|
1265
|
-
"@netlify/edge-bundler": "14.
|
|
1264
|
+
"@netlify/config": "^24.5.0",
|
|
1265
|
+
"@netlify/edge-bundler": "14.10.0",
|
|
1266
1266
|
"@netlify/functions-utils": "^6.2.29",
|
|
1267
1267
|
"@netlify/git-utils": "^6.0.4",
|
|
1268
1268
|
"@netlify/opentelemetry-utils": "^2.0.2",
|
|
@@ -1694,9 +1694,9 @@
|
|
|
1694
1694
|
}
|
|
1695
1695
|
},
|
|
1696
1696
|
"node_modules/@netlify/config": {
|
|
1697
|
-
"version": "24.
|
|
1698
|
-
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-24.
|
|
1699
|
-
"integrity": "sha512-
|
|
1697
|
+
"version": "24.5.0",
|
|
1698
|
+
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-24.5.0.tgz",
|
|
1699
|
+
"integrity": "sha512-d9M/H9ouQUlu6OnEYa9z4Sa+RZUn7OioS6bw6kKRtalllkQiSAtbgzjXz/2umgABsJGmxYXyjSOk7P8QcKluJg==",
|
|
1700
1700
|
"license": "MIT",
|
|
1701
1701
|
"dependencies": {
|
|
1702
1702
|
"@iarna/toml": "^2.2.5",
|
|
@@ -2020,9 +2020,9 @@
|
|
|
2020
2020
|
}
|
|
2021
2021
|
},
|
|
2022
2022
|
"node_modules/@netlify/edge-bundler": {
|
|
2023
|
-
"version": "14.
|
|
2024
|
-
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-14.
|
|
2025
|
-
"integrity": "sha512-
|
|
2023
|
+
"version": "14.10.0",
|
|
2024
|
+
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-14.10.0.tgz",
|
|
2025
|
+
"integrity": "sha512-6gWUoPfBuPHATaJScFheyHqLtjYXAa1OSCFPMi7Hyw0p9bJtqj7dmxUlSKen2QRdHLfNF5zZAH060wa2WsZx2Q==",
|
|
2026
2026
|
"license": "MIT",
|
|
2027
2027
|
"dependencies": {
|
|
2028
2028
|
"@import-maps/resolve": "^2.0.0",
|
|
@@ -5738,7 +5738,9 @@
|
|
|
5738
5738
|
}
|
|
5739
5739
|
},
|
|
5740
5740
|
"node_modules/anymatch/node_modules/picomatch": {
|
|
5741
|
-
"version": "2.3.
|
|
5741
|
+
"version": "2.3.2",
|
|
5742
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
5743
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
5742
5744
|
"license": "MIT",
|
|
5743
5745
|
"engines": {
|
|
5744
5746
|
"node": ">=8.6"
|
|
@@ -6877,7 +6879,9 @@
|
|
|
6877
6879
|
}
|
|
6878
6880
|
},
|
|
6879
6881
|
"node_modules/defu": {
|
|
6880
|
-
"version": "6.1.
|
|
6882
|
+
"version": "6.1.7",
|
|
6883
|
+
"resolved": "https://registry.npmjs.org/defu/-/defu-6.1.7.tgz",
|
|
6884
|
+
"integrity": "sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==",
|
|
6881
6885
|
"license": "MIT"
|
|
6882
6886
|
},
|
|
6883
6887
|
"node_modules/depd": {
|
|
@@ -8052,7 +8056,9 @@
|
|
|
8052
8056
|
}
|
|
8053
8057
|
},
|
|
8054
8058
|
"node_modules/follow-redirects": {
|
|
8055
|
-
"version": "1.
|
|
8059
|
+
"version": "1.16.0",
|
|
8060
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
|
|
8061
|
+
"integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
|
|
8056
8062
|
"funding": [
|
|
8057
8063
|
{
|
|
8058
8064
|
"type": "individual",
|
|
@@ -9514,7 +9520,9 @@
|
|
|
9514
9520
|
}
|
|
9515
9521
|
},
|
|
9516
9522
|
"node_modules/lodash": {
|
|
9517
|
-
"version": "4.
|
|
9523
|
+
"version": "4.18.1",
|
|
9524
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
9525
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
9518
9526
|
"license": "MIT"
|
|
9519
9527
|
},
|
|
9520
9528
|
"node_modules/lodash.includes": {
|
|
@@ -9900,7 +9908,9 @@
|
|
|
9900
9908
|
}
|
|
9901
9909
|
},
|
|
9902
9910
|
"node_modules/micromatch/node_modules/picomatch": {
|
|
9903
|
-
"version": "2.3.
|
|
9911
|
+
"version": "2.3.2",
|
|
9912
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
9913
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
9904
9914
|
"license": "MIT",
|
|
9905
9915
|
"engines": {
|
|
9906
9916
|
"node": ">=8.6"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "24.11.
|
|
4
|
+
"version": "24.11.3",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -61,12 +61,12 @@
|
|
|
61
61
|
"@netlify/ai": "0.4.1",
|
|
62
62
|
"@netlify/api": "14.0.18",
|
|
63
63
|
"@netlify/blobs": "10.7.0",
|
|
64
|
-
"@netlify/build": "35.
|
|
64
|
+
"@netlify/build": "35.13.1",
|
|
65
65
|
"@netlify/build-info": "10.5.0",
|
|
66
|
-
"@netlify/config": "24.
|
|
66
|
+
"@netlify/config": "24.5.0",
|
|
67
67
|
"@netlify/dev": "4.16.4",
|
|
68
68
|
"@netlify/dev-utils": "4.4.3",
|
|
69
|
-
"@netlify/edge-bundler": "14.
|
|
69
|
+
"@netlify/edge-bundler": "14.10.0",
|
|
70
70
|
"@netlify/edge-functions": "3.0.6",
|
|
71
71
|
"@netlify/edge-functions-bootstrap": "2.17.1",
|
|
72
72
|
"@netlify/headers-parser": "9.0.3",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"jwt-decode": "4.0.0",
|
|
124
124
|
"lambda-local": "2.2.0",
|
|
125
125
|
"locate-path": "8.0.0",
|
|
126
|
-
"lodash": "4.
|
|
126
|
+
"lodash": "4.18.1",
|
|
127
127
|
"log-update": "7.2.0",
|
|
128
128
|
"maxstache": "1.0.7",
|
|
129
129
|
"maxstache-stream": "1.0.4",
|