netlify-cli 11.8.1 → 11.8.2
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/npm-shrinkwrap.json +38 -20
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "11.8.
|
|
3
|
+
"version": "11.8.2",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "11.8.
|
|
9
|
+
"version": "11.8.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@netlify/build": "^27.18.
|
|
13
|
+
"@netlify/build": "^27.18.4",
|
|
14
14
|
"@netlify/config": "^18.2.3",
|
|
15
|
-
"@netlify/edge-bundler": "^2.
|
|
15
|
+
"@netlify/edge-bundler": "^2.2.0",
|
|
16
16
|
"@netlify/framework-info": "^9.2.0",
|
|
17
17
|
"@netlify/local-functions-proxy": "^1.1.1",
|
|
18
18
|
"@netlify/plugins-list": "^6.45.0",
|
|
@@ -1194,17 +1194,17 @@
|
|
|
1194
1194
|
"integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
|
|
1195
1195
|
},
|
|
1196
1196
|
"node_modules/@netlify/build": {
|
|
1197
|
-
"version": "27.18.
|
|
1198
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-27.18.
|
|
1199
|
-
"integrity": "sha512-
|
|
1197
|
+
"version": "27.18.4",
|
|
1198
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-27.18.4.tgz",
|
|
1199
|
+
"integrity": "sha512-3DXTuv5X9FWI+6G7uI29GlxkatMqgNyPX9Ey2BiYIi2CSUjILuCealVW+Qo3SV0+afty3teptaUfMQSKa1OLHg==",
|
|
1200
1200
|
"dependencies": {
|
|
1201
1201
|
"@bugsnag/js": "^7.0.0",
|
|
1202
1202
|
"@netlify/cache-utils": "^4.0.0",
|
|
1203
1203
|
"@netlify/config": "^18.2.3",
|
|
1204
|
-
"@netlify/edge-bundler": "^2.
|
|
1204
|
+
"@netlify/edge-bundler": "^2.2.0",
|
|
1205
1205
|
"@netlify/functions-utils": "^4.2.9",
|
|
1206
1206
|
"@netlify/git-utils": "^4.0.0",
|
|
1207
|
-
"@netlify/plugins-list": "^6.
|
|
1207
|
+
"@netlify/plugins-list": "^6.45.0",
|
|
1208
1208
|
"@netlify/run-utils": "^4.0.0",
|
|
1209
1209
|
"@netlify/zip-it-and-ship-it": "^7.1.2",
|
|
1210
1210
|
"@sindresorhus/slugify": "^2.0.0",
|
|
@@ -2348,9 +2348,9 @@
|
|
|
2348
2348
|
}
|
|
2349
2349
|
},
|
|
2350
2350
|
"node_modules/@netlify/edge-bundler": {
|
|
2351
|
-
"version": "2.
|
|
2352
|
-
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-2.
|
|
2353
|
-
"integrity": "sha512-
|
|
2351
|
+
"version": "2.2.0",
|
|
2352
|
+
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-2.2.0.tgz",
|
|
2353
|
+
"integrity": "sha512-8dvI9y77TULQCcLXya4xJIt1GMTmCAJ0XIPfxjv6lbbB2XU87/tEAQ/8VOzaC2lNf+U5qG0fcrzVjjuKt3K2Sw==",
|
|
2354
2354
|
"dependencies": {
|
|
2355
2355
|
"@import-maps/resolve": "^1.0.1",
|
|
2356
2356
|
"common-path-prefix": "^3.0.0",
|
|
@@ -2358,6 +2358,7 @@
|
|
|
2358
2358
|
"env-paths": "^3.0.0",
|
|
2359
2359
|
"execa": "^6.0.0",
|
|
2360
2360
|
"find-up": "^6.3.0",
|
|
2361
|
+
"get-port": "^6.1.2",
|
|
2361
2362
|
"glob-to-regexp": "^0.4.1",
|
|
2362
2363
|
"node-fetch": "^3.1.1",
|
|
2363
2364
|
"node-stream-zip": "^1.15.0",
|
|
@@ -2420,6 +2421,17 @@
|
|
|
2420
2421
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2421
2422
|
}
|
|
2422
2423
|
},
|
|
2424
|
+
"node_modules/@netlify/edge-bundler/node_modules/get-port": {
|
|
2425
|
+
"version": "6.1.2",
|
|
2426
|
+
"resolved": "https://registry.npmjs.org/get-port/-/get-port-6.1.2.tgz",
|
|
2427
|
+
"integrity": "sha512-BrGGraKm2uPqurfGVj/z97/zv8dPleC6x9JBNRTrDNtCkkRF4rPwrQXFgL7+I+q8QSdU4ntLQX2D7KIxSy8nGw==",
|
|
2428
|
+
"engines": {
|
|
2429
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
2430
|
+
},
|
|
2431
|
+
"funding": {
|
|
2432
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2433
|
+
}
|
|
2434
|
+
},
|
|
2423
2435
|
"node_modules/@netlify/edge-bundler/node_modules/glob-to-regexp": {
|
|
2424
2436
|
"version": "0.4.1",
|
|
2425
2437
|
"resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
|
|
@@ -23481,17 +23493,17 @@
|
|
|
23481
23493
|
"integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
|
|
23482
23494
|
},
|
|
23483
23495
|
"@netlify/build": {
|
|
23484
|
-
"version": "27.18.
|
|
23485
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-27.18.
|
|
23486
|
-
"integrity": "sha512-
|
|
23496
|
+
"version": "27.18.4",
|
|
23497
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-27.18.4.tgz",
|
|
23498
|
+
"integrity": "sha512-3DXTuv5X9FWI+6G7uI29GlxkatMqgNyPX9Ey2BiYIi2CSUjILuCealVW+Qo3SV0+afty3teptaUfMQSKa1OLHg==",
|
|
23487
23499
|
"requires": {
|
|
23488
23500
|
"@bugsnag/js": "^7.0.0",
|
|
23489
23501
|
"@netlify/cache-utils": "^4.0.0",
|
|
23490
23502
|
"@netlify/config": "^18.2.3",
|
|
23491
|
-
"@netlify/edge-bundler": "^2.
|
|
23503
|
+
"@netlify/edge-bundler": "^2.2.0",
|
|
23492
23504
|
"@netlify/functions-utils": "^4.2.9",
|
|
23493
23505
|
"@netlify/git-utils": "^4.0.0",
|
|
23494
|
-
"@netlify/plugins-list": "^6.
|
|
23506
|
+
"@netlify/plugins-list": "^6.45.0",
|
|
23495
23507
|
"@netlify/run-utils": "^4.0.0",
|
|
23496
23508
|
"@netlify/zip-it-and-ship-it": "^7.1.2",
|
|
23497
23509
|
"@sindresorhus/slugify": "^2.0.0",
|
|
@@ -24182,9 +24194,9 @@
|
|
|
24182
24194
|
}
|
|
24183
24195
|
},
|
|
24184
24196
|
"@netlify/edge-bundler": {
|
|
24185
|
-
"version": "2.
|
|
24186
|
-
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-2.
|
|
24187
|
-
"integrity": "sha512-
|
|
24197
|
+
"version": "2.2.0",
|
|
24198
|
+
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-2.2.0.tgz",
|
|
24199
|
+
"integrity": "sha512-8dvI9y77TULQCcLXya4xJIt1GMTmCAJ0XIPfxjv6lbbB2XU87/tEAQ/8VOzaC2lNf+U5qG0fcrzVjjuKt3K2Sw==",
|
|
24188
24200
|
"requires": {
|
|
24189
24201
|
"@import-maps/resolve": "^1.0.1",
|
|
24190
24202
|
"common-path-prefix": "^3.0.0",
|
|
@@ -24192,6 +24204,7 @@
|
|
|
24192
24204
|
"env-paths": "^3.0.0",
|
|
24193
24205
|
"execa": "^6.0.0",
|
|
24194
24206
|
"find-up": "^6.3.0",
|
|
24207
|
+
"get-port": "^6.1.2",
|
|
24195
24208
|
"glob-to-regexp": "^0.4.1",
|
|
24196
24209
|
"node-fetch": "^3.1.1",
|
|
24197
24210
|
"node-stream-zip": "^1.15.0",
|
|
@@ -24233,6 +24246,11 @@
|
|
|
24233
24246
|
"path-exists": "^5.0.0"
|
|
24234
24247
|
}
|
|
24235
24248
|
},
|
|
24249
|
+
"get-port": {
|
|
24250
|
+
"version": "6.1.2",
|
|
24251
|
+
"resolved": "https://registry.npmjs.org/get-port/-/get-port-6.1.2.tgz",
|
|
24252
|
+
"integrity": "sha512-BrGGraKm2uPqurfGVj/z97/zv8dPleC6x9JBNRTrDNtCkkRF4rPwrQXFgL7+I+q8QSdU4ntLQX2D7KIxSy8nGw=="
|
|
24253
|
+
},
|
|
24236
24254
|
"glob-to-regexp": {
|
|
24237
24255
|
"version": "0.4.1",
|
|
24238
24256
|
"resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "11.8.
|
|
4
|
+
"version": "11.8.2",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"contributors": [
|
|
7
7
|
"@whitep4nth3r (https://twitter.com/whitep4nth3r)",
|
|
@@ -223,9 +223,9 @@
|
|
|
223
223
|
"prettier": "--ignore-path .gitignore --loglevel=warn \"{src,tools,scripts,site,tests,.github}/**/*.{mjs,cjs,js,md,yml,json,html}\" \"*.{mjs,cjs,js,yml,json,html}\" \".*.{mjs,cjs,js,yml,json,html}\" \"!CHANGELOG.md\" \"!npm-shrinkwrap.json\" \"!**/*/package-lock.json\" \"!.github/**/*.md\""
|
|
224
224
|
},
|
|
225
225
|
"dependencies": {
|
|
226
|
-
"@netlify/build": "^27.18.
|
|
226
|
+
"@netlify/build": "^27.18.4",
|
|
227
227
|
"@netlify/config": "^18.2.3",
|
|
228
|
-
"@netlify/edge-bundler": "^2.
|
|
228
|
+
"@netlify/edge-bundler": "^2.2.0",
|
|
229
229
|
"@netlify/framework-info": "^9.2.0",
|
|
230
230
|
"@netlify/local-functions-proxy": "^1.1.1",
|
|
231
231
|
"@netlify/plugins-list": "^6.45.0",
|