netlify-cli 10.0.0-rc.0 → 10.2.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/npm-shrinkwrap.json +530 -181
- package/package.json +8 -5
- package/src/commands/dev/dev.js +34 -8
- package/src/lib/edge-functions/headers.js +3 -1
- package/src/lib/edge-functions/proxy.js +50 -14
- package/src/lib/edge-functions/registry.js +72 -9
- package/src/lib/geo-location.js +99 -0
- package/src/utils/detect-server-settings.js +1 -1
- package/src/utils/proxy.js +15 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.2.0",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "10.
|
|
9
|
+
"version": "10.2.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@netlify/build": "^27.0.
|
|
13
|
+
"@netlify/build": "^27.0.1",
|
|
14
14
|
"@netlify/config": "^18.0.0",
|
|
15
|
-
"@netlify/edge-bundler": "^0.
|
|
15
|
+
"@netlify/edge-bundler": "^1.0.0",
|
|
16
16
|
"@netlify/framework-info": "^9.0.2",
|
|
17
17
|
"@netlify/local-functions-proxy": "^1.1.1",
|
|
18
18
|
"@netlify/plugins-list": "^6.19.0",
|
|
@@ -138,6 +138,7 @@
|
|
|
138
138
|
"husky": "^7.0.4",
|
|
139
139
|
"ini": "^2.0.0",
|
|
140
140
|
"mock-fs": "^5.1.2",
|
|
141
|
+
"nock": "^13.2.4",
|
|
141
142
|
"p-timeout": "^4.0.0",
|
|
142
143
|
"rewiremock": "^3.14.3",
|
|
143
144
|
"seedrandom": "^3.0.5",
|
|
@@ -1131,6 +1132,12 @@
|
|
|
1131
1132
|
"node": ">=6.0.0"
|
|
1132
1133
|
}
|
|
1133
1134
|
},
|
|
1135
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
1136
|
+
"version": "1.4.11",
|
|
1137
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz",
|
|
1138
|
+
"integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==",
|
|
1139
|
+
"dev": true
|
|
1140
|
+
},
|
|
1134
1141
|
"node_modules/@jridgewell/trace-mapping": {
|
|
1135
1142
|
"version": "0.2.5",
|
|
1136
1143
|
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.2.5.tgz",
|
|
@@ -1173,13 +1180,13 @@
|
|
|
1173
1180
|
}
|
|
1174
1181
|
},
|
|
1175
1182
|
"node_modules/@netlify/build": {
|
|
1176
|
-
"version": "27.0.
|
|
1177
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-27.0.
|
|
1178
|
-
"integrity": "sha512-
|
|
1183
|
+
"version": "27.0.1",
|
|
1184
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-27.0.1.tgz",
|
|
1185
|
+
"integrity": "sha512-0xHsnBwIyxZCYB+zWVakWZOfDiQ1CzJdq7Rz972FsB6aoRhF+4phec9BsmSUGWm4fI6M2ZscRvE7MzJpgRUpog==",
|
|
1179
1186
|
"dependencies": {
|
|
1180
1187
|
"@bugsnag/js": "^7.0.0",
|
|
1181
1188
|
"@netlify/cache-utils": "^4.0.0",
|
|
1182
|
-
"@netlify/config": "^
|
|
1189
|
+
"@netlify/config": "^18.0.0",
|
|
1183
1190
|
"@netlify/edge-bundler": "^0.12.0",
|
|
1184
1191
|
"@netlify/functions-utils": "^4.0.0",
|
|
1185
1192
|
"@netlify/git-utils": "^4.0.0",
|
|
@@ -1238,38 +1245,22 @@
|
|
|
1238
1245
|
"node": "^12.20.0 || ^14.14.0 || >=16.0.0"
|
|
1239
1246
|
}
|
|
1240
1247
|
},
|
|
1241
|
-
"node_modules/@netlify/build/node_modules/@netlify/
|
|
1242
|
-
"version": "
|
|
1243
|
-
"resolved": "https://registry.npmjs.org/@netlify/
|
|
1244
|
-
"integrity": "sha512-
|
|
1248
|
+
"node_modules/@netlify/build/node_modules/@netlify/edge-bundler": {
|
|
1249
|
+
"version": "0.12.0",
|
|
1250
|
+
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-0.12.0.tgz",
|
|
1251
|
+
"integrity": "sha512-4AB3GSVeg5Qyh3A47oySKfRTNPNelI7UPgOONhOG4dCNr1fcVUJH0Fdm4rljRnaoQ1Vfy1dPVvMAT5dQVjK77w==",
|
|
1245
1252
|
"dependencies": {
|
|
1246
|
-
"
|
|
1247
|
-
"
|
|
1248
|
-
"
|
|
1249
|
-
"dot-prop": "^7.0.0",
|
|
1253
|
+
"common-path-prefix": "^3.0.0",
|
|
1254
|
+
"del": "^6.0.0",
|
|
1255
|
+
"env-paths": "^3.0.0",
|
|
1250
1256
|
"execa": "^6.0.0",
|
|
1251
|
-
"
|
|
1252
|
-
"
|
|
1253
|
-
"
|
|
1254
|
-
"
|
|
1255
|
-
"
|
|
1256
|
-
"
|
|
1257
|
-
"
|
|
1258
|
-
"map-obj": "^5.0.0",
|
|
1259
|
-
"netlify": "^11.0.1",
|
|
1260
|
-
"netlify-headers-parser": "^6.0.2",
|
|
1261
|
-
"netlify-redirect-parser": "13.0.5",
|
|
1262
|
-
"omit.js": "^2.0.2",
|
|
1263
|
-
"p-locate": "^6.0.0",
|
|
1264
|
-
"path-exists": "^5.0.0",
|
|
1265
|
-
"path-type": "^5.0.0",
|
|
1266
|
-
"toml": "^3.0.0",
|
|
1267
|
-
"tomlify-j0.4": "^3.0.0",
|
|
1268
|
-
"validate-npm-package-name": "^4.0.0",
|
|
1269
|
-
"yargs": "^17.3.1"
|
|
1270
|
-
},
|
|
1271
|
-
"bin": {
|
|
1272
|
-
"netlify-config": "src/bin/main.js"
|
|
1257
|
+
"glob-to-regexp": "^0.4.1",
|
|
1258
|
+
"node-fetch": "^3.1.1",
|
|
1259
|
+
"node-stream-zip": "^1.15.0",
|
|
1260
|
+
"p-wait-for": "^4.1.0",
|
|
1261
|
+
"semver": "^7.3.5",
|
|
1262
|
+
"tmp-promise": "^3.0.3",
|
|
1263
|
+
"uuid": "^8.3.2"
|
|
1273
1264
|
},
|
|
1274
1265
|
"engines": {
|
|
1275
1266
|
"node": "^12.20.0 || ^14.14.0 || >=16.0.0"
|
|
@@ -1376,13 +1367,15 @@
|
|
|
1376
1367
|
"node": ">=10"
|
|
1377
1368
|
}
|
|
1378
1369
|
},
|
|
1379
|
-
"node_modules/@netlify/build/node_modules/
|
|
1380
|
-
"version": "
|
|
1381
|
-
"resolved": "https://registry.npmjs.org/
|
|
1382
|
-
"integrity": "sha512-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1370
|
+
"node_modules/@netlify/build/node_modules/emoji-regex": {
|
|
1371
|
+
"version": "9.2.2",
|
|
1372
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
1373
|
+
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
|
|
1374
|
+
},
|
|
1375
|
+
"node_modules/@netlify/build/node_modules/env-paths": {
|
|
1376
|
+
"version": "3.0.0",
|
|
1377
|
+
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-3.0.0.tgz",
|
|
1378
|
+
"integrity": "sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A==",
|
|
1386
1379
|
"engines": {
|
|
1387
1380
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
1388
1381
|
},
|
|
@@ -1390,11 +1383,6 @@
|
|
|
1390
1383
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1391
1384
|
}
|
|
1392
1385
|
},
|
|
1393
|
-
"node_modules/@netlify/build/node_modules/emoji-regex": {
|
|
1394
|
-
"version": "9.2.2",
|
|
1395
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
1396
|
-
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
|
|
1397
|
-
},
|
|
1398
1386
|
"node_modules/@netlify/build/node_modules/escape-string-regexp": {
|
|
1399
1387
|
"version": "5.0.0",
|
|
1400
1388
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
@@ -1469,6 +1457,11 @@
|
|
|
1469
1457
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1470
1458
|
}
|
|
1471
1459
|
},
|
|
1460
|
+
"node_modules/@netlify/build/node_modules/glob-to-regexp": {
|
|
1461
|
+
"version": "0.4.1",
|
|
1462
|
+
"resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
|
|
1463
|
+
"integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
|
|
1464
|
+
},
|
|
1472
1465
|
"node_modules/@netlify/build/node_modules/got": {
|
|
1473
1466
|
"version": "10.7.0",
|
|
1474
1467
|
"resolved": "https://registry.npmjs.org/got/-/got-10.7.0.tgz",
|
|
@@ -1536,17 +1529,6 @@
|
|
|
1536
1529
|
"node": ">=8"
|
|
1537
1530
|
}
|
|
1538
1531
|
},
|
|
1539
|
-
"node_modules/@netlify/build/node_modules/got/node_modules/type-fest": {
|
|
1540
|
-
"version": "0.10.0",
|
|
1541
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.10.0.tgz",
|
|
1542
|
-
"integrity": "sha512-EUV9jo4sffrwlg8s0zDhP0T2WD3pru5Xi0+HTE3zTUmBaZNhfkite9PdSJwdXLwPVW0jnAHT56pZHIOYckPEiw==",
|
|
1543
|
-
"engines": {
|
|
1544
|
-
"node": ">=8"
|
|
1545
|
-
},
|
|
1546
|
-
"funding": {
|
|
1547
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1548
|
-
}
|
|
1549
|
-
},
|
|
1550
1532
|
"node_modules/@netlify/build/node_modules/human-signals": {
|
|
1551
1533
|
"version": "3.0.1",
|
|
1552
1534
|
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz",
|
|
@@ -1635,6 +1617,23 @@
|
|
|
1635
1617
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1636
1618
|
}
|
|
1637
1619
|
},
|
|
1620
|
+
"node_modules/@netlify/build/node_modules/node-fetch": {
|
|
1621
|
+
"version": "3.2.4",
|
|
1622
|
+
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.4.tgz",
|
|
1623
|
+
"integrity": "sha512-WvYJRN7mMyOLurFR2YpysQGuwYrJN+qrrpHjJDuKMcSPdfFccRUla/kng2mz6HWSBxJcqPbvatS6Gb4RhOzCJw==",
|
|
1624
|
+
"dependencies": {
|
|
1625
|
+
"data-uri-to-buffer": "^4.0.0",
|
|
1626
|
+
"fetch-blob": "^3.1.4",
|
|
1627
|
+
"formdata-polyfill": "^4.0.10"
|
|
1628
|
+
},
|
|
1629
|
+
"engines": {
|
|
1630
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
1631
|
+
},
|
|
1632
|
+
"funding": {
|
|
1633
|
+
"type": "opencollective",
|
|
1634
|
+
"url": "https://opencollective.com/node-fetch"
|
|
1635
|
+
}
|
|
1636
|
+
},
|
|
1638
1637
|
"node_modules/@netlify/build/node_modules/npm-run-path": {
|
|
1639
1638
|
"version": "5.1.0",
|
|
1640
1639
|
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz",
|
|
@@ -1744,6 +1743,20 @@
|
|
|
1744
1743
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1745
1744
|
}
|
|
1746
1745
|
},
|
|
1746
|
+
"node_modules/@netlify/build/node_modules/p-wait-for": {
|
|
1747
|
+
"version": "4.1.0",
|
|
1748
|
+
"resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-4.1.0.tgz",
|
|
1749
|
+
"integrity": "sha512-i8nE5q++9h8oaQHWltS1Tnnv4IoMDOlqN7C0KFG2OdbK0iFJIt6CROZ8wfBM+K4Pxqfnq4C4lkkpXqTEpB5DZw==",
|
|
1750
|
+
"dependencies": {
|
|
1751
|
+
"p-timeout": "^5.0.0"
|
|
1752
|
+
},
|
|
1753
|
+
"engines": {
|
|
1754
|
+
"node": ">=12"
|
|
1755
|
+
},
|
|
1756
|
+
"funding": {
|
|
1757
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1747
1760
|
"node_modules/@netlify/build/node_modules/path-exists": {
|
|
1748
1761
|
"version": "5.0.0",
|
|
1749
1762
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
|
|
@@ -1821,6 +1834,28 @@
|
|
|
1821
1834
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1822
1835
|
}
|
|
1823
1836
|
},
|
|
1837
|
+
"node_modules/@netlify/build/node_modules/read-pkg-up/node_modules/type-fest": {
|
|
1838
|
+
"version": "2.12.2",
|
|
1839
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.12.2.tgz",
|
|
1840
|
+
"integrity": "sha512-qt6ylCGpLjZ7AaODxbpyBZSs9fCI9SkL3Z9q2oxMBQhs/uyY+VD8jHA8ULCGmWQJlBgqvO3EJeAngOHD8zQCrQ==",
|
|
1841
|
+
"engines": {
|
|
1842
|
+
"node": ">=12.20"
|
|
1843
|
+
},
|
|
1844
|
+
"funding": {
|
|
1845
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1846
|
+
}
|
|
1847
|
+
},
|
|
1848
|
+
"node_modules/@netlify/build/node_modules/read-pkg/node_modules/type-fest": {
|
|
1849
|
+
"version": "2.12.2",
|
|
1850
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.12.2.tgz",
|
|
1851
|
+
"integrity": "sha512-qt6ylCGpLjZ7AaODxbpyBZSs9fCI9SkL3Z9q2oxMBQhs/uyY+VD8jHA8ULCGmWQJlBgqvO3EJeAngOHD8zQCrQ==",
|
|
1852
|
+
"engines": {
|
|
1853
|
+
"node": ">=12.20"
|
|
1854
|
+
},
|
|
1855
|
+
"funding": {
|
|
1856
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1857
|
+
}
|
|
1858
|
+
},
|
|
1824
1859
|
"node_modules/@netlify/build/node_modules/string-width": {
|
|
1825
1860
|
"version": "5.1.2",
|
|
1826
1861
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
@@ -1863,11 +1898,11 @@
|
|
|
1863
1898
|
}
|
|
1864
1899
|
},
|
|
1865
1900
|
"node_modules/@netlify/build/node_modules/type-fest": {
|
|
1866
|
-
"version": "
|
|
1867
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-
|
|
1868
|
-
"integrity": "sha512-
|
|
1901
|
+
"version": "0.10.0",
|
|
1902
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.10.0.tgz",
|
|
1903
|
+
"integrity": "sha512-EUV9jo4sffrwlg8s0zDhP0T2WD3pru5Xi0+HTE3zTUmBaZNhfkite9PdSJwdXLwPVW0jnAHT56pZHIOYckPEiw==",
|
|
1869
1904
|
"engines": {
|
|
1870
|
-
"node": ">=
|
|
1905
|
+
"node": ">=8"
|
|
1871
1906
|
},
|
|
1872
1907
|
"funding": {
|
|
1873
1908
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -2337,9 +2372,9 @@
|
|
|
2337
2372
|
}
|
|
2338
2373
|
},
|
|
2339
2374
|
"node_modules/@netlify/edge-bundler": {
|
|
2340
|
-
"version": "0.
|
|
2341
|
-
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-0.
|
|
2342
|
-
"integrity": "sha512-
|
|
2375
|
+
"version": "1.0.0",
|
|
2376
|
+
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-1.0.0.tgz",
|
|
2377
|
+
"integrity": "sha512-9pVyU0yXqdGG3LFEwtRBzUpGyplPE7hCGEvkxZpGvKjbiC0/jj6x/b6g7Ecjd3wzb6u1QpPq6XQhI+ZIl/PI3Q==",
|
|
2343
2378
|
"dependencies": {
|
|
2344
2379
|
"common-path-prefix": "^3.0.0",
|
|
2345
2380
|
"del": "^6.0.0",
|
|
@@ -3059,6 +3094,21 @@
|
|
|
3059
3094
|
"@netlify/local-functions-proxy-win32-x64": "1.1.1"
|
|
3060
3095
|
}
|
|
3061
3096
|
},
|
|
3097
|
+
"node_modules/@netlify/local-functions-proxy-darwin-arm64": {
|
|
3098
|
+
"version": "1.1.1",
|
|
3099
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-darwin-arm64/-/local-functions-proxy-darwin-arm64-1.1.1.tgz",
|
|
3100
|
+
"integrity": "sha512-lphJ9qqZ3glnKWEqlemU1LMqXxtJ/tKf7VzakqqyjigwLscXSZSb6fupSjQfd4tR1xqxA76ylws/2HDhc/gs+Q==",
|
|
3101
|
+
"cpu": [
|
|
3102
|
+
"arm64"
|
|
3103
|
+
],
|
|
3104
|
+
"optional": true,
|
|
3105
|
+
"os": [
|
|
3106
|
+
"darwin"
|
|
3107
|
+
],
|
|
3108
|
+
"bin": {
|
|
3109
|
+
"local-functions-proxy": "bin/local-functions-proxy"
|
|
3110
|
+
}
|
|
3111
|
+
},
|
|
3062
3112
|
"node_modules/@netlify/local-functions-proxy-darwin-x64": {
|
|
3063
3113
|
"version": "1.1.1",
|
|
3064
3114
|
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-darwin-x64/-/local-functions-proxy-darwin-x64-1.1.1.tgz",
|
|
@@ -3074,6 +3124,156 @@
|
|
|
3074
3124
|
"local-functions-proxy": "bin/local-functions-proxy"
|
|
3075
3125
|
}
|
|
3076
3126
|
},
|
|
3127
|
+
"node_modules/@netlify/local-functions-proxy-freebsd-arm64": {
|
|
3128
|
+
"version": "1.1.1",
|
|
3129
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-freebsd-arm64/-/local-functions-proxy-freebsd-arm64-1.1.1.tgz",
|
|
3130
|
+
"integrity": "sha512-u13lWTVMJDF0A6jX7V4N3HYGTIHLe5d1Z2wT43fSIHwXkTs6UXi72cGSraisajG+5JFIwHfPr7asw5vxFC0P9w==",
|
|
3131
|
+
"cpu": [
|
|
3132
|
+
"arm64"
|
|
3133
|
+
],
|
|
3134
|
+
"optional": true,
|
|
3135
|
+
"os": [
|
|
3136
|
+
"freebsd"
|
|
3137
|
+
],
|
|
3138
|
+
"bin": {
|
|
3139
|
+
"local-functions-proxy": "bin/local-functions-proxy"
|
|
3140
|
+
}
|
|
3141
|
+
},
|
|
3142
|
+
"node_modules/@netlify/local-functions-proxy-freebsd-x64": {
|
|
3143
|
+
"version": "1.1.1",
|
|
3144
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-freebsd-x64/-/local-functions-proxy-freebsd-x64-1.1.1.tgz",
|
|
3145
|
+
"integrity": "sha512-g5xw4xATK5YDzvXtzJ8S1qSkWBiyF8VVRehXPMOAMzpGjCX86twYhWp8rbAk7yA1zBWmmWrWNA2Odq/MgpKJJg==",
|
|
3146
|
+
"cpu": [
|
|
3147
|
+
"x64"
|
|
3148
|
+
],
|
|
3149
|
+
"optional": true,
|
|
3150
|
+
"os": [
|
|
3151
|
+
"freebsd"
|
|
3152
|
+
],
|
|
3153
|
+
"bin": {
|
|
3154
|
+
"local-functions-proxy": "bin/local-functions-proxy"
|
|
3155
|
+
}
|
|
3156
|
+
},
|
|
3157
|
+
"node_modules/@netlify/local-functions-proxy-linux-arm": {
|
|
3158
|
+
"version": "1.1.1",
|
|
3159
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-linux-arm/-/local-functions-proxy-linux-arm-1.1.1.tgz",
|
|
3160
|
+
"integrity": "sha512-YsTpL+AbHwQrfHWXmKnwUrJBjoUON363nr6jUG1ueYnpbbv6wTUA7gI5snMi/gkGpqFusBthAA7C30e6bixfiA==",
|
|
3161
|
+
"cpu": [
|
|
3162
|
+
"arm"
|
|
3163
|
+
],
|
|
3164
|
+
"optional": true,
|
|
3165
|
+
"os": [
|
|
3166
|
+
"linux"
|
|
3167
|
+
],
|
|
3168
|
+
"bin": {
|
|
3169
|
+
"local-functions-proxy": "bin/local-functions-proxy"
|
|
3170
|
+
}
|
|
3171
|
+
},
|
|
3172
|
+
"node_modules/@netlify/local-functions-proxy-linux-arm64": {
|
|
3173
|
+
"version": "1.1.1",
|
|
3174
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-linux-arm64/-/local-functions-proxy-linux-arm64-1.1.1.tgz",
|
|
3175
|
+
"integrity": "sha512-dPGu1H5n8na7mBKxiXQ+FNmthDAiA57wqgpm5JMAHtcdcmRvcXwJkwWVGvwfj8ShhYJHQaSaS9oPgO+mpKkgmA==",
|
|
3176
|
+
"cpu": [
|
|
3177
|
+
"arm64"
|
|
3178
|
+
],
|
|
3179
|
+
"optional": true,
|
|
3180
|
+
"os": [
|
|
3181
|
+
"linux"
|
|
3182
|
+
],
|
|
3183
|
+
"bin": {
|
|
3184
|
+
"local-functions-proxy": "bin/local-functions-proxy"
|
|
3185
|
+
}
|
|
3186
|
+
},
|
|
3187
|
+
"node_modules/@netlify/local-functions-proxy-linux-ia32": {
|
|
3188
|
+
"version": "1.1.1",
|
|
3189
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-linux-ia32/-/local-functions-proxy-linux-ia32-1.1.1.tgz",
|
|
3190
|
+
"integrity": "sha512-Ra0FlXDrmPRaq+rYH3/ttkXSrwk1D5Zx/Na7UPfJZxMY7Qo5iY4bgi/FuzjzWzlp0uuKZOhYOYzYzsIIyrSvmw==",
|
|
3191
|
+
"cpu": [
|
|
3192
|
+
"ia32"
|
|
3193
|
+
],
|
|
3194
|
+
"optional": true,
|
|
3195
|
+
"os": [
|
|
3196
|
+
"linux"
|
|
3197
|
+
],
|
|
3198
|
+
"bin": {
|
|
3199
|
+
"local-functions-proxy": "bin/local-functions-proxy"
|
|
3200
|
+
}
|
|
3201
|
+
},
|
|
3202
|
+
"node_modules/@netlify/local-functions-proxy-linux-ppc64": {
|
|
3203
|
+
"version": "1.1.1",
|
|
3204
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-linux-ppc64/-/local-functions-proxy-linux-ppc64-1.1.1.tgz",
|
|
3205
|
+
"integrity": "sha512-oXf1satwqwUUxz7LHS1BxbRqc4FFEKIDFTls04eXiLReFR3sqv9H/QuYNTCCDMuRcCOd92qKyDfATdnxT4HR8w==",
|
|
3206
|
+
"cpu": [
|
|
3207
|
+
"ppc64"
|
|
3208
|
+
],
|
|
3209
|
+
"optional": true,
|
|
3210
|
+
"os": [
|
|
3211
|
+
"linux"
|
|
3212
|
+
],
|
|
3213
|
+
"bin": {
|
|
3214
|
+
"local-functions-proxy": "bin/local-functions-proxy"
|
|
3215
|
+
}
|
|
3216
|
+
},
|
|
3217
|
+
"node_modules/@netlify/local-functions-proxy-linux-x64": {
|
|
3218
|
+
"version": "1.1.1",
|
|
3219
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-linux-x64/-/local-functions-proxy-linux-x64-1.1.1.tgz",
|
|
3220
|
+
"integrity": "sha512-bS3u4JuDg/eC0y4Na3i/29JBOxrdUvsK5JSjHfzUeZEbOcuXYf4KavTpHS5uikdvTgyczoSrvbmQJ5m0FLXfLA==",
|
|
3221
|
+
"cpu": [
|
|
3222
|
+
"x64"
|
|
3223
|
+
],
|
|
3224
|
+
"optional": true,
|
|
3225
|
+
"os": [
|
|
3226
|
+
"linux"
|
|
3227
|
+
],
|
|
3228
|
+
"bin": {
|
|
3229
|
+
"local-functions-proxy": "bin/local-functions-proxy"
|
|
3230
|
+
}
|
|
3231
|
+
},
|
|
3232
|
+
"node_modules/@netlify/local-functions-proxy-openbsd-x64": {
|
|
3233
|
+
"version": "1.1.1",
|
|
3234
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-openbsd-x64/-/local-functions-proxy-openbsd-x64-1.1.1.tgz",
|
|
3235
|
+
"integrity": "sha512-1xLef/kLRNkBTXJ+ZGoRFcwsFxd/B2H3oeJZyXaZ3CN5umd9Mv9wZuAD74NuMt/535yRva8jtAJqvEgl9xMSdA==",
|
|
3236
|
+
"cpu": [
|
|
3237
|
+
"x64"
|
|
3238
|
+
],
|
|
3239
|
+
"optional": true,
|
|
3240
|
+
"os": [
|
|
3241
|
+
"openbsd"
|
|
3242
|
+
],
|
|
3243
|
+
"bin": {
|
|
3244
|
+
"local-functions-proxy": "bin/local-functions-proxy"
|
|
3245
|
+
}
|
|
3246
|
+
},
|
|
3247
|
+
"node_modules/@netlify/local-functions-proxy-win32-ia32": {
|
|
3248
|
+
"version": "1.1.1",
|
|
3249
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-win32-ia32/-/local-functions-proxy-win32-ia32-1.1.1.tgz",
|
|
3250
|
+
"integrity": "sha512-4IOMDBxp2f8VbIkhZ85zGNDrZR4ey8d68fCMSOIwitjsnKav35YrCf8UmAh3UR6CNIRJdJL4MW1GYePJ7iJ8uA==",
|
|
3251
|
+
"cpu": [
|
|
3252
|
+
"ia32"
|
|
3253
|
+
],
|
|
3254
|
+
"optional": true,
|
|
3255
|
+
"os": [
|
|
3256
|
+
"win32"
|
|
3257
|
+
],
|
|
3258
|
+
"bin": {
|
|
3259
|
+
"local-functions-proxy.exe": "bin/local-functions-proxy.exe"
|
|
3260
|
+
}
|
|
3261
|
+
},
|
|
3262
|
+
"node_modules/@netlify/local-functions-proxy-win32-x64": {
|
|
3263
|
+
"version": "1.1.1",
|
|
3264
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-win32-x64/-/local-functions-proxy-win32-x64-1.1.1.tgz",
|
|
3265
|
+
"integrity": "sha512-VCBXBJWBujVxyo5f+3r8ovLc9I7wJqpmgDn3ixs1fvdrER5Ac+SzYwYH4mUug9HI08mzTSAKZErzKeuadSez3w==",
|
|
3266
|
+
"cpu": [
|
|
3267
|
+
"x64"
|
|
3268
|
+
],
|
|
3269
|
+
"optional": true,
|
|
3270
|
+
"os": [
|
|
3271
|
+
"win32"
|
|
3272
|
+
],
|
|
3273
|
+
"bin": {
|
|
3274
|
+
"local-functions-proxy.exe": "bin/local-functions-proxy.exe"
|
|
3275
|
+
}
|
|
3276
|
+
},
|
|
3077
3277
|
"node_modules/@netlify/open-api": {
|
|
3078
3278
|
"version": "2.8.0",
|
|
3079
3279
|
"resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.8.0.tgz",
|
|
@@ -5701,23 +5901,23 @@
|
|
|
5701
5901
|
}
|
|
5702
5902
|
},
|
|
5703
5903
|
"node_modules/c8": {
|
|
5704
|
-
"version": "7.11.
|
|
5705
|
-
"resolved": "https://registry.npmjs.org/c8/-/c8-7.11.
|
|
5706
|
-
"integrity": "sha512-
|
|
5904
|
+
"version": "7.11.2",
|
|
5905
|
+
"resolved": "https://registry.npmjs.org/c8/-/c8-7.11.2.tgz",
|
|
5906
|
+
"integrity": "sha512-6ahJSrhS6TqSghHm+HnWt/8Y2+z0hM/FQyB1ybKhAR30+NYL9CTQ1uwHxuWw6U7BHlHv6wvhgOrH81I+lfCkxg==",
|
|
5707
5907
|
"dev": true,
|
|
5708
5908
|
"dependencies": {
|
|
5709
5909
|
"@bcoe/v8-coverage": "^0.2.3",
|
|
5710
|
-
"@istanbuljs/schema": "^0.1.
|
|
5910
|
+
"@istanbuljs/schema": "^0.1.3",
|
|
5711
5911
|
"find-up": "^5.0.0",
|
|
5712
5912
|
"foreground-child": "^2.0.0",
|
|
5713
|
-
"istanbul-lib-coverage": "^3.0
|
|
5913
|
+
"istanbul-lib-coverage": "^3.2.0",
|
|
5714
5914
|
"istanbul-lib-report": "^3.0.0",
|
|
5715
|
-
"istanbul-reports": "^3.
|
|
5716
|
-
"rimraf": "^3.0.
|
|
5915
|
+
"istanbul-reports": "^3.1.4",
|
|
5916
|
+
"rimraf": "^3.0.2",
|
|
5717
5917
|
"test-exclude": "^6.0.0",
|
|
5718
|
-
"v8-to-istanbul": "^
|
|
5918
|
+
"v8-to-istanbul": "^9.0.0",
|
|
5719
5919
|
"yargs": "^16.2.0",
|
|
5720
|
-
"yargs-parser": "^20.2.
|
|
5920
|
+
"yargs-parser": "^20.2.9"
|
|
5721
5921
|
},
|
|
5722
5922
|
"bin": {
|
|
5723
5923
|
"c8": "bin/c8.js"
|
|
@@ -12102,9 +12302,9 @@
|
|
|
12102
12302
|
}
|
|
12103
12303
|
},
|
|
12104
12304
|
"node_modules/http-proxy-middleware": {
|
|
12105
|
-
"version": "2.0.
|
|
12106
|
-
"resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.
|
|
12107
|
-
"integrity": "sha512-
|
|
12305
|
+
"version": "2.0.6",
|
|
12306
|
+
"resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz",
|
|
12307
|
+
"integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==",
|
|
12108
12308
|
"dependencies": {
|
|
12109
12309
|
"@types/http-proxy": "^1.17.8",
|
|
12110
12310
|
"http-proxy": "^1.18.1",
|
|
@@ -13216,9 +13416,9 @@
|
|
|
13216
13416
|
}
|
|
13217
13417
|
},
|
|
13218
13418
|
"node_modules/istanbul-reports": {
|
|
13219
|
-
"version": "3.1.
|
|
13220
|
-
"resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.
|
|
13221
|
-
"integrity": "sha512-
|
|
13419
|
+
"version": "3.1.4",
|
|
13420
|
+
"resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz",
|
|
13421
|
+
"integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==",
|
|
13222
13422
|
"dev": true,
|
|
13223
13423
|
"dependencies": {
|
|
13224
13424
|
"html-escaper": "^2.0.0",
|
|
@@ -14280,6 +14480,12 @@
|
|
|
14280
14480
|
"resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
|
|
14281
14481
|
"integrity": "sha1-DdOXEhPHxW34gJd9UEyI+0cal6w="
|
|
14282
14482
|
},
|
|
14483
|
+
"node_modules/lodash.set": {
|
|
14484
|
+
"version": "4.3.2",
|
|
14485
|
+
"resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz",
|
|
14486
|
+
"integrity": "sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=",
|
|
14487
|
+
"dev": true
|
|
14488
|
+
},
|
|
14283
14489
|
"node_modules/lodash.some": {
|
|
14284
14490
|
"version": "4.6.0",
|
|
14285
14491
|
"resolved": "https://registry.npmjs.org/lodash.some/-/lodash.some-4.6.0.tgz",
|
|
@@ -14419,13 +14625,14 @@
|
|
|
14419
14625
|
}
|
|
14420
14626
|
},
|
|
14421
14627
|
"node_modules/log-update": {
|
|
14422
|
-
"version": "5.0.
|
|
14423
|
-
"resolved": "https://registry.npmjs.org/log-update/-/log-update-5.0.
|
|
14424
|
-
"integrity": "sha512-
|
|
14628
|
+
"version": "5.0.1",
|
|
14629
|
+
"resolved": "https://registry.npmjs.org/log-update/-/log-update-5.0.1.tgz",
|
|
14630
|
+
"integrity": "sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw==",
|
|
14425
14631
|
"dependencies": {
|
|
14426
14632
|
"ansi-escapes": "^5.0.0",
|
|
14427
14633
|
"cli-cursor": "^4.0.0",
|
|
14428
14634
|
"slice-ansi": "^5.0.0",
|
|
14635
|
+
"strip-ansi": "^7.0.1",
|
|
14429
14636
|
"wrap-ansi": "^8.0.1"
|
|
14430
14637
|
},
|
|
14431
14638
|
"engines": {
|
|
@@ -14492,9 +14699,9 @@
|
|
|
14492
14699
|
}
|
|
14493
14700
|
},
|
|
14494
14701
|
"node_modules/log-update/node_modules/string-width": {
|
|
14495
|
-
"version": "5.1.
|
|
14496
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.
|
|
14497
|
-
"integrity": "sha512-
|
|
14702
|
+
"version": "5.1.2",
|
|
14703
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
14704
|
+
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
14498
14705
|
"dependencies": {
|
|
14499
14706
|
"eastasianwidth": "^0.2.0",
|
|
14500
14707
|
"emoji-regex": "^9.2.2",
|
|
@@ -15706,6 +15913,21 @@
|
|
|
15706
15913
|
"isarray": "0.0.1"
|
|
15707
15914
|
}
|
|
15708
15915
|
},
|
|
15916
|
+
"node_modules/nock": {
|
|
15917
|
+
"version": "13.2.4",
|
|
15918
|
+
"resolved": "https://registry.npmjs.org/nock/-/nock-13.2.4.tgz",
|
|
15919
|
+
"integrity": "sha512-8GPznwxcPNCH/h8B+XZcKjYPXnUV5clOKCjAqyjsiqA++MpNx9E9+t8YPp0MbThO+KauRo7aZJ1WuIZmOrT2Ug==",
|
|
15920
|
+
"dev": true,
|
|
15921
|
+
"dependencies": {
|
|
15922
|
+
"debug": "^4.1.0",
|
|
15923
|
+
"json-stringify-safe": "^5.0.1",
|
|
15924
|
+
"lodash.set": "^4.3.2",
|
|
15925
|
+
"propagate": "^2.0.0"
|
|
15926
|
+
},
|
|
15927
|
+
"engines": {
|
|
15928
|
+
"node": ">= 10.13"
|
|
15929
|
+
}
|
|
15930
|
+
},
|
|
15709
15931
|
"node_modules/node-domexception": {
|
|
15710
15932
|
"version": "1.0.0",
|
|
15711
15933
|
"resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
|
|
@@ -18110,6 +18332,15 @@
|
|
|
18110
18332
|
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
|
|
18111
18333
|
"dev": true
|
|
18112
18334
|
},
|
|
18335
|
+
"node_modules/propagate": {
|
|
18336
|
+
"version": "2.0.1",
|
|
18337
|
+
"resolved": "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz",
|
|
18338
|
+
"integrity": "sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==",
|
|
18339
|
+
"dev": true,
|
|
18340
|
+
"engines": {
|
|
18341
|
+
"node": ">= 8"
|
|
18342
|
+
}
|
|
18343
|
+
},
|
|
18113
18344
|
"node_modules/proxy-addr": {
|
|
18114
18345
|
"version": "2.0.7",
|
|
18115
18346
|
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
|
|
@@ -21734,26 +21965,27 @@
|
|
|
21734
21965
|
"dev": true
|
|
21735
21966
|
},
|
|
21736
21967
|
"node_modules/v8-to-istanbul": {
|
|
21737
|
-
"version": "
|
|
21738
|
-
"resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-
|
|
21739
|
-
"integrity": "sha512-
|
|
21968
|
+
"version": "9.0.0",
|
|
21969
|
+
"resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.0.0.tgz",
|
|
21970
|
+
"integrity": "sha512-HcvgY/xaRm7isYmyx+lFKA4uQmfUbN0J4M0nNItvzTvH/iQ9kW5j/t4YSR+Ge323/lrgDAWJoF46tzGQHwBHFw==",
|
|
21740
21971
|
"dev": true,
|
|
21741
21972
|
"dependencies": {
|
|
21973
|
+
"@jridgewell/trace-mapping": "^0.3.7",
|
|
21742
21974
|
"@types/istanbul-lib-coverage": "^2.0.1",
|
|
21743
|
-
"convert-source-map": "^1.6.0"
|
|
21744
|
-
"source-map": "^0.7.3"
|
|
21975
|
+
"convert-source-map": "^1.6.0"
|
|
21745
21976
|
},
|
|
21746
21977
|
"engines": {
|
|
21747
21978
|
"node": ">=10.12.0"
|
|
21748
21979
|
}
|
|
21749
21980
|
},
|
|
21750
|
-
"node_modules/v8-to-istanbul/node_modules/
|
|
21751
|
-
"version": "0.
|
|
21752
|
-
"resolved": "https://registry.npmjs.org/
|
|
21753
|
-
"integrity": "sha512-
|
|
21981
|
+
"node_modules/v8-to-istanbul/node_modules/@jridgewell/trace-mapping": {
|
|
21982
|
+
"version": "0.3.9",
|
|
21983
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
|
|
21984
|
+
"integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
|
|
21754
21985
|
"dev": true,
|
|
21755
|
-
"
|
|
21756
|
-
"
|
|
21986
|
+
"dependencies": {
|
|
21987
|
+
"@jridgewell/resolve-uri": "^3.0.3",
|
|
21988
|
+
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
21757
21989
|
}
|
|
21758
21990
|
},
|
|
21759
21991
|
"node_modules/validate-npm-package-license": {
|
|
@@ -23517,6 +23749,12 @@
|
|
|
23517
23749
|
"integrity": "sha512-cz8HFjOFfUBtvN+NXYSFMHYRdxZMaEl0XypVrhzxBgadKIXhIkRd8aMeHhmF56Sl7SuS8OnUpQ73/k9LE4VnLg==",
|
|
23518
23750
|
"dev": true
|
|
23519
23751
|
},
|
|
23752
|
+
"@jridgewell/sourcemap-codec": {
|
|
23753
|
+
"version": "1.4.11",
|
|
23754
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz",
|
|
23755
|
+
"integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==",
|
|
23756
|
+
"dev": true
|
|
23757
|
+
},
|
|
23520
23758
|
"@jridgewell/trace-mapping": {
|
|
23521
23759
|
"version": "0.2.5",
|
|
23522
23760
|
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.2.5.tgz",
|
|
@@ -23553,13 +23791,13 @@
|
|
|
23553
23791
|
}
|
|
23554
23792
|
},
|
|
23555
23793
|
"@netlify/build": {
|
|
23556
|
-
"version": "27.0.
|
|
23557
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-27.0.
|
|
23558
|
-
"integrity": "sha512-
|
|
23794
|
+
"version": "27.0.1",
|
|
23795
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-27.0.1.tgz",
|
|
23796
|
+
"integrity": "sha512-0xHsnBwIyxZCYB+zWVakWZOfDiQ1CzJdq7Rz972FsB6aoRhF+4phec9BsmSUGWm4fI6M2ZscRvE7MzJpgRUpog==",
|
|
23559
23797
|
"requires": {
|
|
23560
23798
|
"@bugsnag/js": "^7.0.0",
|
|
23561
23799
|
"@netlify/cache-utils": "^4.0.0",
|
|
23562
|
-
"@netlify/config": "^
|
|
23800
|
+
"@netlify/config": "^18.0.0",
|
|
23563
23801
|
"@netlify/edge-bundler": "^0.12.0",
|
|
23564
23802
|
"@netlify/functions-utils": "^4.0.0",
|
|
23565
23803
|
"@netlify/git-utils": "^4.0.0",
|
|
@@ -23612,35 +23850,22 @@
|
|
|
23612
23850
|
"yargs": "^17.3.1"
|
|
23613
23851
|
},
|
|
23614
23852
|
"dependencies": {
|
|
23615
|
-
"@netlify/
|
|
23616
|
-
"version": "
|
|
23617
|
-
"resolved": "https://registry.npmjs.org/@netlify/
|
|
23618
|
-
"integrity": "sha512-
|
|
23853
|
+
"@netlify/edge-bundler": {
|
|
23854
|
+
"version": "0.12.0",
|
|
23855
|
+
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-0.12.0.tgz",
|
|
23856
|
+
"integrity": "sha512-4AB3GSVeg5Qyh3A47oySKfRTNPNelI7UPgOONhOG4dCNr1fcVUJH0Fdm4rljRnaoQ1Vfy1dPVvMAT5dQVjK77w==",
|
|
23619
23857
|
"requires": {
|
|
23620
|
-
"
|
|
23621
|
-
"
|
|
23622
|
-
"
|
|
23623
|
-
"dot-prop": "^7.0.0",
|
|
23858
|
+
"common-path-prefix": "^3.0.0",
|
|
23859
|
+
"del": "^6.0.0",
|
|
23860
|
+
"env-paths": "^3.0.0",
|
|
23624
23861
|
"execa": "^6.0.0",
|
|
23625
|
-
"
|
|
23626
|
-
"
|
|
23627
|
-
"
|
|
23628
|
-
"
|
|
23629
|
-
"
|
|
23630
|
-
"
|
|
23631
|
-
"
|
|
23632
|
-
"map-obj": "^5.0.0",
|
|
23633
|
-
"netlify": "^11.0.1",
|
|
23634
|
-
"netlify-headers-parser": "^6.0.2",
|
|
23635
|
-
"netlify-redirect-parser": "13.0.5",
|
|
23636
|
-
"omit.js": "^2.0.2",
|
|
23637
|
-
"p-locate": "^6.0.0",
|
|
23638
|
-
"path-exists": "^5.0.0",
|
|
23639
|
-
"path-type": "^5.0.0",
|
|
23640
|
-
"toml": "^3.0.0",
|
|
23641
|
-
"tomlify-j0.4": "^3.0.0",
|
|
23642
|
-
"validate-npm-package-name": "^4.0.0",
|
|
23643
|
-
"yargs": "^17.3.1"
|
|
23862
|
+
"glob-to-regexp": "^0.4.1",
|
|
23863
|
+
"node-fetch": "^3.1.1",
|
|
23864
|
+
"node-stream-zip": "^1.15.0",
|
|
23865
|
+
"p-wait-for": "^4.1.0",
|
|
23866
|
+
"semver": "^7.3.5",
|
|
23867
|
+
"tmp-promise": "^3.0.3",
|
|
23868
|
+
"uuid": "^8.3.2"
|
|
23644
23869
|
}
|
|
23645
23870
|
},
|
|
23646
23871
|
"@sindresorhus/is": {
|
|
@@ -23702,19 +23927,16 @@
|
|
|
23702
23927
|
"mimic-response": "^2.0.0"
|
|
23703
23928
|
}
|
|
23704
23929
|
},
|
|
23705
|
-
"dot-prop": {
|
|
23706
|
-
"version": "7.2.0",
|
|
23707
|
-
"resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-7.2.0.tgz",
|
|
23708
|
-
"integrity": "sha512-Ol/IPXUARn9CSbkrdV4VJo7uCy1I3VuSiWCaFSg+8BdUOzF9n3jefIpcgAydvUZbTdEBZs2vEiTiS9m61ssiDA==",
|
|
23709
|
-
"requires": {
|
|
23710
|
-
"type-fest": "^2.11.2"
|
|
23711
|
-
}
|
|
23712
|
-
},
|
|
23713
23930
|
"emoji-regex": {
|
|
23714
23931
|
"version": "9.2.2",
|
|
23715
23932
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
23716
23933
|
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
|
|
23717
23934
|
},
|
|
23935
|
+
"env-paths": {
|
|
23936
|
+
"version": "3.0.0",
|
|
23937
|
+
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-3.0.0.tgz",
|
|
23938
|
+
"integrity": "sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A=="
|
|
23939
|
+
},
|
|
23718
23940
|
"escape-string-regexp": {
|
|
23719
23941
|
"version": "5.0.0",
|
|
23720
23942
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
@@ -23759,6 +23981,11 @@
|
|
|
23759
23981
|
"path-exists": "^5.0.0"
|
|
23760
23982
|
}
|
|
23761
23983
|
},
|
|
23984
|
+
"glob-to-regexp": {
|
|
23985
|
+
"version": "0.4.1",
|
|
23986
|
+
"resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
|
|
23987
|
+
"integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
|
|
23988
|
+
},
|
|
23762
23989
|
"got": {
|
|
23763
23990
|
"version": "10.7.0",
|
|
23764
23991
|
"resolved": "https://registry.npmjs.org/got/-/got-10.7.0.tgz",
|
|
@@ -23804,11 +24031,6 @@
|
|
|
23804
24031
|
"requires": {
|
|
23805
24032
|
"p-finally": "^1.0.0"
|
|
23806
24033
|
}
|
|
23807
|
-
},
|
|
23808
|
-
"type-fest": {
|
|
23809
|
-
"version": "0.10.0",
|
|
23810
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.10.0.tgz",
|
|
23811
|
-
"integrity": "sha512-EUV9jo4sffrwlg8s0zDhP0T2WD3pru5Xi0+HTE3zTUmBaZNhfkite9PdSJwdXLwPVW0jnAHT56pZHIOYckPEiw=="
|
|
23812
24034
|
}
|
|
23813
24035
|
}
|
|
23814
24036
|
},
|
|
@@ -23855,6 +24077,16 @@
|
|
|
23855
24077
|
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz",
|
|
23856
24078
|
"integrity": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA=="
|
|
23857
24079
|
},
|
|
24080
|
+
"node-fetch": {
|
|
24081
|
+
"version": "3.2.4",
|
|
24082
|
+
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.4.tgz",
|
|
24083
|
+
"integrity": "sha512-WvYJRN7mMyOLurFR2YpysQGuwYrJN+qrrpHjJDuKMcSPdfFccRUla/kng2mz6HWSBxJcqPbvatS6Gb4RhOzCJw==",
|
|
24084
|
+
"requires": {
|
|
24085
|
+
"data-uri-to-buffer": "^4.0.0",
|
|
24086
|
+
"fetch-blob": "^3.1.4",
|
|
24087
|
+
"formdata-polyfill": "^4.0.10"
|
|
24088
|
+
}
|
|
24089
|
+
},
|
|
23858
24090
|
"npm-run-path": {
|
|
23859
24091
|
"version": "5.1.0",
|
|
23860
24092
|
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz",
|
|
@@ -23916,6 +24148,14 @@
|
|
|
23916
24148
|
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.0.2.tgz",
|
|
23917
24149
|
"integrity": "sha512-sEmji9Yaq+Tw+STwsGAE56hf7gMy9p0tQfJojIAamB7WHJYJKf1qlsg9jqBWG8q9VCxKPhZaP/AcXwEoBcYQhQ=="
|
|
23918
24150
|
},
|
|
24151
|
+
"p-wait-for": {
|
|
24152
|
+
"version": "4.1.0",
|
|
24153
|
+
"resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-4.1.0.tgz",
|
|
24154
|
+
"integrity": "sha512-i8nE5q++9h8oaQHWltS1Tnnv4IoMDOlqN7C0KFG2OdbK0iFJIt6CROZ8wfBM+K4Pxqfnq4C4lkkpXqTEpB5DZw==",
|
|
24155
|
+
"requires": {
|
|
24156
|
+
"p-timeout": "^5.0.0"
|
|
24157
|
+
}
|
|
24158
|
+
},
|
|
23919
24159
|
"path-exists": {
|
|
23920
24160
|
"version": "5.0.0",
|
|
23921
24161
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
|
|
@@ -23948,6 +24188,13 @@
|
|
|
23948
24188
|
"normalize-package-data": "^3.0.2",
|
|
23949
24189
|
"parse-json": "^5.2.0",
|
|
23950
24190
|
"type-fest": "^2.0.0"
|
|
24191
|
+
},
|
|
24192
|
+
"dependencies": {
|
|
24193
|
+
"type-fest": {
|
|
24194
|
+
"version": "2.12.2",
|
|
24195
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.12.2.tgz",
|
|
24196
|
+
"integrity": "sha512-qt6ylCGpLjZ7AaODxbpyBZSs9fCI9SkL3Z9q2oxMBQhs/uyY+VD8jHA8ULCGmWQJlBgqvO3EJeAngOHD8zQCrQ=="
|
|
24197
|
+
}
|
|
23951
24198
|
}
|
|
23952
24199
|
},
|
|
23953
24200
|
"read-pkg-up": {
|
|
@@ -23958,6 +24205,13 @@
|
|
|
23958
24205
|
"find-up": "^6.3.0",
|
|
23959
24206
|
"read-pkg": "^7.1.0",
|
|
23960
24207
|
"type-fest": "^2.5.0"
|
|
24208
|
+
},
|
|
24209
|
+
"dependencies": {
|
|
24210
|
+
"type-fest": {
|
|
24211
|
+
"version": "2.12.2",
|
|
24212
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.12.2.tgz",
|
|
24213
|
+
"integrity": "sha512-qt6ylCGpLjZ7AaODxbpyBZSs9fCI9SkL3Z9q2oxMBQhs/uyY+VD8jHA8ULCGmWQJlBgqvO3EJeAngOHD8zQCrQ=="
|
|
24214
|
+
}
|
|
23961
24215
|
}
|
|
23962
24216
|
},
|
|
23963
24217
|
"string-width": {
|
|
@@ -23984,9 +24238,9 @@
|
|
|
23984
24238
|
"integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw=="
|
|
23985
24239
|
},
|
|
23986
24240
|
"type-fest": {
|
|
23987
|
-
"version": "
|
|
23988
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-
|
|
23989
|
-
"integrity": "sha512-
|
|
24241
|
+
"version": "0.10.0",
|
|
24242
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.10.0.tgz",
|
|
24243
|
+
"integrity": "sha512-EUV9jo4sffrwlg8s0zDhP0T2WD3pru5Xi0+HTE3zTUmBaZNhfkite9PdSJwdXLwPVW0jnAHT56pZHIOYckPEiw=="
|
|
23990
24244
|
},
|
|
23991
24245
|
"yocto-queue": {
|
|
23992
24246
|
"version": "1.0.0",
|
|
@@ -24260,9 +24514,9 @@
|
|
|
24260
24514
|
}
|
|
24261
24515
|
},
|
|
24262
24516
|
"@netlify/edge-bundler": {
|
|
24263
|
-
"version": "0.
|
|
24264
|
-
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-0.
|
|
24265
|
-
"integrity": "sha512-
|
|
24517
|
+
"version": "1.0.0",
|
|
24518
|
+
"resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-1.0.0.tgz",
|
|
24519
|
+
"integrity": "sha512-9pVyU0yXqdGG3LFEwtRBzUpGyplPE7hCGEvkxZpGvKjbiC0/jj6x/b6g7Ecjd3wzb6u1QpPq6XQhI+ZIl/PI3Q==",
|
|
24266
24520
|
"requires": {
|
|
24267
24521
|
"common-path-prefix": "^3.0.0",
|
|
24268
24522
|
"del": "^6.0.0",
|
|
@@ -24723,12 +24977,78 @@
|
|
|
24723
24977
|
"@netlify/local-functions-proxy-win32-x64": "1.1.1"
|
|
24724
24978
|
}
|
|
24725
24979
|
},
|
|
24980
|
+
"@netlify/local-functions-proxy-darwin-arm64": {
|
|
24981
|
+
"version": "1.1.1",
|
|
24982
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-darwin-arm64/-/local-functions-proxy-darwin-arm64-1.1.1.tgz",
|
|
24983
|
+
"integrity": "sha512-lphJ9qqZ3glnKWEqlemU1LMqXxtJ/tKf7VzakqqyjigwLscXSZSb6fupSjQfd4tR1xqxA76ylws/2HDhc/gs+Q==",
|
|
24984
|
+
"optional": true
|
|
24985
|
+
},
|
|
24726
24986
|
"@netlify/local-functions-proxy-darwin-x64": {
|
|
24727
24987
|
"version": "1.1.1",
|
|
24728
24988
|
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-darwin-x64/-/local-functions-proxy-darwin-x64-1.1.1.tgz",
|
|
24729
24989
|
"integrity": "sha512-4CRB0H+dXZzoEklq5Jpmg+chizXlVwCko94d8+UHWCgy/bA3M/rU/BJ8OLZisnJaAktHoeLABKtcLOhtRHpxZQ==",
|
|
24730
24990
|
"optional": true
|
|
24731
24991
|
},
|
|
24992
|
+
"@netlify/local-functions-proxy-freebsd-arm64": {
|
|
24993
|
+
"version": "1.1.1",
|
|
24994
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-freebsd-arm64/-/local-functions-proxy-freebsd-arm64-1.1.1.tgz",
|
|
24995
|
+
"integrity": "sha512-u13lWTVMJDF0A6jX7V4N3HYGTIHLe5d1Z2wT43fSIHwXkTs6UXi72cGSraisajG+5JFIwHfPr7asw5vxFC0P9w==",
|
|
24996
|
+
"optional": true
|
|
24997
|
+
},
|
|
24998
|
+
"@netlify/local-functions-proxy-freebsd-x64": {
|
|
24999
|
+
"version": "1.1.1",
|
|
25000
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-freebsd-x64/-/local-functions-proxy-freebsd-x64-1.1.1.tgz",
|
|
25001
|
+
"integrity": "sha512-g5xw4xATK5YDzvXtzJ8S1qSkWBiyF8VVRehXPMOAMzpGjCX86twYhWp8rbAk7yA1zBWmmWrWNA2Odq/MgpKJJg==",
|
|
25002
|
+
"optional": true
|
|
25003
|
+
},
|
|
25004
|
+
"@netlify/local-functions-proxy-linux-arm": {
|
|
25005
|
+
"version": "1.1.1",
|
|
25006
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-linux-arm/-/local-functions-proxy-linux-arm-1.1.1.tgz",
|
|
25007
|
+
"integrity": "sha512-YsTpL+AbHwQrfHWXmKnwUrJBjoUON363nr6jUG1ueYnpbbv6wTUA7gI5snMi/gkGpqFusBthAA7C30e6bixfiA==",
|
|
25008
|
+
"optional": true
|
|
25009
|
+
},
|
|
25010
|
+
"@netlify/local-functions-proxy-linux-arm64": {
|
|
25011
|
+
"version": "1.1.1",
|
|
25012
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-linux-arm64/-/local-functions-proxy-linux-arm64-1.1.1.tgz",
|
|
25013
|
+
"integrity": "sha512-dPGu1H5n8na7mBKxiXQ+FNmthDAiA57wqgpm5JMAHtcdcmRvcXwJkwWVGvwfj8ShhYJHQaSaS9oPgO+mpKkgmA==",
|
|
25014
|
+
"optional": true
|
|
25015
|
+
},
|
|
25016
|
+
"@netlify/local-functions-proxy-linux-ia32": {
|
|
25017
|
+
"version": "1.1.1",
|
|
25018
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-linux-ia32/-/local-functions-proxy-linux-ia32-1.1.1.tgz",
|
|
25019
|
+
"integrity": "sha512-Ra0FlXDrmPRaq+rYH3/ttkXSrwk1D5Zx/Na7UPfJZxMY7Qo5iY4bgi/FuzjzWzlp0uuKZOhYOYzYzsIIyrSvmw==",
|
|
25020
|
+
"optional": true
|
|
25021
|
+
},
|
|
25022
|
+
"@netlify/local-functions-proxy-linux-ppc64": {
|
|
25023
|
+
"version": "1.1.1",
|
|
25024
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-linux-ppc64/-/local-functions-proxy-linux-ppc64-1.1.1.tgz",
|
|
25025
|
+
"integrity": "sha512-oXf1satwqwUUxz7LHS1BxbRqc4FFEKIDFTls04eXiLReFR3sqv9H/QuYNTCCDMuRcCOd92qKyDfATdnxT4HR8w==",
|
|
25026
|
+
"optional": true
|
|
25027
|
+
},
|
|
25028
|
+
"@netlify/local-functions-proxy-linux-x64": {
|
|
25029
|
+
"version": "1.1.1",
|
|
25030
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-linux-x64/-/local-functions-proxy-linux-x64-1.1.1.tgz",
|
|
25031
|
+
"integrity": "sha512-bS3u4JuDg/eC0y4Na3i/29JBOxrdUvsK5JSjHfzUeZEbOcuXYf4KavTpHS5uikdvTgyczoSrvbmQJ5m0FLXfLA==",
|
|
25032
|
+
"optional": true
|
|
25033
|
+
},
|
|
25034
|
+
"@netlify/local-functions-proxy-openbsd-x64": {
|
|
25035
|
+
"version": "1.1.1",
|
|
25036
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-openbsd-x64/-/local-functions-proxy-openbsd-x64-1.1.1.tgz",
|
|
25037
|
+
"integrity": "sha512-1xLef/kLRNkBTXJ+ZGoRFcwsFxd/B2H3oeJZyXaZ3CN5umd9Mv9wZuAD74NuMt/535yRva8jtAJqvEgl9xMSdA==",
|
|
25038
|
+
"optional": true
|
|
25039
|
+
},
|
|
25040
|
+
"@netlify/local-functions-proxy-win32-ia32": {
|
|
25041
|
+
"version": "1.1.1",
|
|
25042
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-win32-ia32/-/local-functions-proxy-win32-ia32-1.1.1.tgz",
|
|
25043
|
+
"integrity": "sha512-4IOMDBxp2f8VbIkhZ85zGNDrZR4ey8d68fCMSOIwitjsnKav35YrCf8UmAh3UR6CNIRJdJL4MW1GYePJ7iJ8uA==",
|
|
25044
|
+
"optional": true
|
|
25045
|
+
},
|
|
25046
|
+
"@netlify/local-functions-proxy-win32-x64": {
|
|
25047
|
+
"version": "1.1.1",
|
|
25048
|
+
"resolved": "https://registry.npmjs.org/@netlify/local-functions-proxy-win32-x64/-/local-functions-proxy-win32-x64-1.1.1.tgz",
|
|
25049
|
+
"integrity": "sha512-VCBXBJWBujVxyo5f+3r8ovLc9I7wJqpmgDn3ixs1fvdrER5Ac+SzYwYH4mUug9HI08mzTSAKZErzKeuadSez3w==",
|
|
25050
|
+
"optional": true
|
|
25051
|
+
},
|
|
24732
25052
|
"@netlify/open-api": {
|
|
24733
25053
|
"version": "2.8.0",
|
|
24734
25054
|
"resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.8.0.tgz",
|
|
@@ -26745,23 +27065,23 @@
|
|
|
26745
27065
|
"dev": true
|
|
26746
27066
|
},
|
|
26747
27067
|
"c8": {
|
|
26748
|
-
"version": "7.11.
|
|
26749
|
-
"resolved": "https://registry.npmjs.org/c8/-/c8-7.11.
|
|
26750
|
-
"integrity": "sha512-
|
|
27068
|
+
"version": "7.11.2",
|
|
27069
|
+
"resolved": "https://registry.npmjs.org/c8/-/c8-7.11.2.tgz",
|
|
27070
|
+
"integrity": "sha512-6ahJSrhS6TqSghHm+HnWt/8Y2+z0hM/FQyB1ybKhAR30+NYL9CTQ1uwHxuWw6U7BHlHv6wvhgOrH81I+lfCkxg==",
|
|
26751
27071
|
"dev": true,
|
|
26752
27072
|
"requires": {
|
|
26753
27073
|
"@bcoe/v8-coverage": "^0.2.3",
|
|
26754
|
-
"@istanbuljs/schema": "^0.1.
|
|
27074
|
+
"@istanbuljs/schema": "^0.1.3",
|
|
26755
27075
|
"find-up": "^5.0.0",
|
|
26756
27076
|
"foreground-child": "^2.0.0",
|
|
26757
|
-
"istanbul-lib-coverage": "^3.0
|
|
27077
|
+
"istanbul-lib-coverage": "^3.2.0",
|
|
26758
27078
|
"istanbul-lib-report": "^3.0.0",
|
|
26759
|
-
"istanbul-reports": "^3.
|
|
26760
|
-
"rimraf": "^3.0.
|
|
27079
|
+
"istanbul-reports": "^3.1.4",
|
|
27080
|
+
"rimraf": "^3.0.2",
|
|
26761
27081
|
"test-exclude": "^6.0.0",
|
|
26762
|
-
"v8-to-istanbul": "^
|
|
27082
|
+
"v8-to-istanbul": "^9.0.0",
|
|
26763
27083
|
"yargs": "^16.2.0",
|
|
26764
|
-
"yargs-parser": "^20.2.
|
|
27084
|
+
"yargs-parser": "^20.2.9"
|
|
26765
27085
|
},
|
|
26766
27086
|
"dependencies": {
|
|
26767
27087
|
"yargs": {
|
|
@@ -31654,9 +31974,9 @@
|
|
|
31654
31974
|
}
|
|
31655
31975
|
},
|
|
31656
31976
|
"http-proxy-middleware": {
|
|
31657
|
-
"version": "2.0.
|
|
31658
|
-
"resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.
|
|
31659
|
-
"integrity": "sha512-
|
|
31977
|
+
"version": "2.0.6",
|
|
31978
|
+
"resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz",
|
|
31979
|
+
"integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==",
|
|
31660
31980
|
"requires": {
|
|
31661
31981
|
"@types/http-proxy": "^1.17.8",
|
|
31662
31982
|
"http-proxy": "^1.18.1",
|
|
@@ -32419,9 +32739,9 @@
|
|
|
32419
32739
|
}
|
|
32420
32740
|
},
|
|
32421
32741
|
"istanbul-reports": {
|
|
32422
|
-
"version": "3.1.
|
|
32423
|
-
"resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.
|
|
32424
|
-
"integrity": "sha512-
|
|
32742
|
+
"version": "3.1.4",
|
|
32743
|
+
"resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz",
|
|
32744
|
+
"integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==",
|
|
32425
32745
|
"dev": true,
|
|
32426
32746
|
"requires": {
|
|
32427
32747
|
"html-escaper": "^2.0.0",
|
|
@@ -33255,6 +33575,12 @@
|
|
|
33255
33575
|
"resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
|
|
33256
33576
|
"integrity": "sha1-DdOXEhPHxW34gJd9UEyI+0cal6w="
|
|
33257
33577
|
},
|
|
33578
|
+
"lodash.set": {
|
|
33579
|
+
"version": "4.3.2",
|
|
33580
|
+
"resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz",
|
|
33581
|
+
"integrity": "sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=",
|
|
33582
|
+
"dev": true
|
|
33583
|
+
},
|
|
33258
33584
|
"lodash.some": {
|
|
33259
33585
|
"version": "4.6.0",
|
|
33260
33586
|
"resolved": "https://registry.npmjs.org/lodash.some/-/lodash.some-4.6.0.tgz",
|
|
@@ -33357,13 +33683,14 @@
|
|
|
33357
33683
|
}
|
|
33358
33684
|
},
|
|
33359
33685
|
"log-update": {
|
|
33360
|
-
"version": "5.0.
|
|
33361
|
-
"resolved": "https://registry.npmjs.org/log-update/-/log-update-5.0.
|
|
33362
|
-
"integrity": "sha512-
|
|
33686
|
+
"version": "5.0.1",
|
|
33687
|
+
"resolved": "https://registry.npmjs.org/log-update/-/log-update-5.0.1.tgz",
|
|
33688
|
+
"integrity": "sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw==",
|
|
33363
33689
|
"requires": {
|
|
33364
33690
|
"ansi-escapes": "^5.0.0",
|
|
33365
33691
|
"cli-cursor": "^4.0.0",
|
|
33366
33692
|
"slice-ansi": "^5.0.0",
|
|
33693
|
+
"strip-ansi": "^7.0.1",
|
|
33367
33694
|
"wrap-ansi": "^8.0.1"
|
|
33368
33695
|
},
|
|
33369
33696
|
"dependencies": {
|
|
@@ -33400,9 +33727,9 @@
|
|
|
33400
33727
|
}
|
|
33401
33728
|
},
|
|
33402
33729
|
"string-width": {
|
|
33403
|
-
"version": "5.1.
|
|
33404
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.
|
|
33405
|
-
"integrity": "sha512-
|
|
33730
|
+
"version": "5.1.2",
|
|
33731
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
33732
|
+
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
33406
33733
|
"requires": {
|
|
33407
33734
|
"eastasianwidth": "^0.2.0",
|
|
33408
33735
|
"emoji-regex": "^9.2.2",
|
|
@@ -34325,6 +34652,18 @@
|
|
|
34325
34652
|
}
|
|
34326
34653
|
}
|
|
34327
34654
|
},
|
|
34655
|
+
"nock": {
|
|
34656
|
+
"version": "13.2.4",
|
|
34657
|
+
"resolved": "https://registry.npmjs.org/nock/-/nock-13.2.4.tgz",
|
|
34658
|
+
"integrity": "sha512-8GPznwxcPNCH/h8B+XZcKjYPXnUV5clOKCjAqyjsiqA++MpNx9E9+t8YPp0MbThO+KauRo7aZJ1WuIZmOrT2Ug==",
|
|
34659
|
+
"dev": true,
|
|
34660
|
+
"requires": {
|
|
34661
|
+
"debug": "^4.1.0",
|
|
34662
|
+
"json-stringify-safe": "^5.0.1",
|
|
34663
|
+
"lodash.set": "^4.3.2",
|
|
34664
|
+
"propagate": "^2.0.0"
|
|
34665
|
+
}
|
|
34666
|
+
},
|
|
34328
34667
|
"node-domexception": {
|
|
34329
34668
|
"version": "1.0.0",
|
|
34330
34669
|
"resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
|
|
@@ -36139,6 +36478,12 @@
|
|
|
36139
36478
|
}
|
|
36140
36479
|
}
|
|
36141
36480
|
},
|
|
36481
|
+
"propagate": {
|
|
36482
|
+
"version": "2.0.1",
|
|
36483
|
+
"resolved": "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz",
|
|
36484
|
+
"integrity": "sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==",
|
|
36485
|
+
"dev": true
|
|
36486
|
+
},
|
|
36142
36487
|
"proxy-addr": {
|
|
36143
36488
|
"version": "2.0.7",
|
|
36144
36489
|
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
|
|
@@ -38982,21 +39327,25 @@
|
|
|
38982
39327
|
"dev": true
|
|
38983
39328
|
},
|
|
38984
39329
|
"v8-to-istanbul": {
|
|
38985
|
-
"version": "
|
|
38986
|
-
"resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-
|
|
38987
|
-
"integrity": "sha512-
|
|
39330
|
+
"version": "9.0.0",
|
|
39331
|
+
"resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.0.0.tgz",
|
|
39332
|
+
"integrity": "sha512-HcvgY/xaRm7isYmyx+lFKA4uQmfUbN0J4M0nNItvzTvH/iQ9kW5j/t4YSR+Ge323/lrgDAWJoF46tzGQHwBHFw==",
|
|
38988
39333
|
"dev": true,
|
|
38989
39334
|
"requires": {
|
|
39335
|
+
"@jridgewell/trace-mapping": "^0.3.7",
|
|
38990
39336
|
"@types/istanbul-lib-coverage": "^2.0.1",
|
|
38991
|
-
"convert-source-map": "^1.6.0"
|
|
38992
|
-
"source-map": "^0.7.3"
|
|
39337
|
+
"convert-source-map": "^1.6.0"
|
|
38993
39338
|
},
|
|
38994
39339
|
"dependencies": {
|
|
38995
|
-
"
|
|
38996
|
-
"version": "0.
|
|
38997
|
-
"resolved": "https://registry.npmjs.org/
|
|
38998
|
-
"integrity": "sha512-
|
|
38999
|
-
"dev": true
|
|
39340
|
+
"@jridgewell/trace-mapping": {
|
|
39341
|
+
"version": "0.3.9",
|
|
39342
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
|
|
39343
|
+
"integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
|
|
39344
|
+
"dev": true,
|
|
39345
|
+
"requires": {
|
|
39346
|
+
"@jridgewell/resolve-uri": "^3.0.3",
|
|
39347
|
+
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
39348
|
+
}
|
|
39000
39349
|
}
|
|
39001
39350
|
}
|
|
39002
39351
|
},
|