netlify-cli 24.2.0 → 24.3.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/dist/commands/database/database.d.ts.map +1 -1
- package/dist/commands/database/database.js +21 -1
- package/dist/commands/database/database.js.map +1 -1
- package/dist/commands/database/db-connection.d.ts +1 -1
- package/dist/commands/database/db-connection.d.ts.map +1 -1
- package/dist/commands/database/db-connection.js.map +1 -1
- package/dist/commands/database/migration-new.d.ts +13 -0
- package/dist/commands/database/migration-new.d.ts.map +1 -0
- package/dist/commands/database/migration-new.js +135 -0
- package/dist/commands/database/migration-new.js.map +1 -0
- package/dist/lib/exec-fetcher.d.ts.map +1 -1
- package/dist/lib/exec-fetcher.js +87 -25
- package/dist/lib/exec-fetcher.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/utils/live-tunnel.d.ts.map +1 -1
- package/dist/utils/live-tunnel.js +0 -1
- package/dist/utils/live-tunnel.js.map +1 -1
- package/functions-templates/javascript/scheduled-function/package.json +1 -1
- package/functions-templates/typescript/hello-world/package-lock.json +15 -15
- package/functions-templates/typescript/hello-world/package.json +1 -1
- package/functions-templates/typescript/scheduled-function/package.json +1 -1
- package/npm-shrinkwrap.json +155 -779
- package/package.json +13 -13
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.3.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "24.
|
|
9
|
+
"version": "24.3.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@fastify/static": "9.0.0",
|
|
14
|
-
"@netlify/ai": "0.4.
|
|
14
|
+
"@netlify/ai": "0.4.1",
|
|
15
15
|
"@netlify/api": "14.0.18",
|
|
16
16
|
"@netlify/blobs": "10.7.0",
|
|
17
|
-
"@netlify/build": "35.8.
|
|
17
|
+
"@netlify/build": "35.8.9",
|
|
18
18
|
"@netlify/build-info": "10.4.0",
|
|
19
19
|
"@netlify/config": "24.4.3",
|
|
20
|
-
"@netlify/dev": "4.16.
|
|
21
|
-
"@netlify/dev-utils": "4.4.
|
|
20
|
+
"@netlify/dev": "4.16.2",
|
|
21
|
+
"@netlify/dev-utils": "4.4.1",
|
|
22
22
|
"@netlify/edge-bundler": "14.9.15",
|
|
23
|
-
"@netlify/edge-functions": "3.0.
|
|
23
|
+
"@netlify/edge-functions": "3.0.4",
|
|
24
24
|
"@netlify/edge-functions-bootstrap": "2.17.1",
|
|
25
25
|
"@netlify/headers-parser": "9.0.3",
|
|
26
|
-
"@netlify/images": "1.3.
|
|
26
|
+
"@netlify/images": "1.3.5",
|
|
27
27
|
"@netlify/local-functions-proxy": "2.0.3",
|
|
28
28
|
"@netlify/redirect-parser": "15.0.4",
|
|
29
|
-
"@netlify/zip-it-and-ship-it": "14.
|
|
29
|
+
"@netlify/zip-it-and-ship-it": "14.5.0",
|
|
30
30
|
"@octokit/rest": "22.0.0",
|
|
31
31
|
"@opentelemetry/api": "1.8.0",
|
|
32
32
|
"@pnpm/tabtab": "0.5.4",
|
|
33
|
-
"ansi-escapes": "7.
|
|
33
|
+
"ansi-escapes": "7.3.0",
|
|
34
34
|
"ansi-to-html": "0.7.2",
|
|
35
35
|
"ascii-table": "0.0.9",
|
|
36
36
|
"backoff": "2.5.0",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"ci-info": "4.4.0",
|
|
41
41
|
"clean-deep": "3.4.0",
|
|
42
42
|
"commander": "12.1.0",
|
|
43
|
-
"comment-json": "4.
|
|
43
|
+
"comment-json": "4.6.2",
|
|
44
44
|
"content-type": "1.0.5",
|
|
45
45
|
"cookie": "1.0.2",
|
|
46
46
|
"cron-parser": "4.9.0",
|
|
47
47
|
"debug": "4.4.3",
|
|
48
48
|
"decache": "4.6.2",
|
|
49
49
|
"dot-prop": "10.1.0",
|
|
50
|
-
"dotenv": "17.
|
|
50
|
+
"dotenv": "17.3.1",
|
|
51
51
|
"env-paths": "4.0.0",
|
|
52
52
|
"envinfo": "7.15.0",
|
|
53
53
|
"etag": "1.8.1",
|
|
@@ -61,7 +61,6 @@
|
|
|
61
61
|
"folder-walker": "3.2.0",
|
|
62
62
|
"fuzzy": "0.1.3",
|
|
63
63
|
"get-port": "5.1.1",
|
|
64
|
-
"gh-release-fetch": "4.0.3",
|
|
65
64
|
"git-repo-info": "2.1.1",
|
|
66
65
|
"gitconfiglocal": "2.1.0",
|
|
67
66
|
"http-proxy": "1.18.1",
|
|
@@ -81,6 +80,7 @@
|
|
|
81
80
|
"log-update": "7.2.0",
|
|
82
81
|
"maxstache": "1.0.7",
|
|
83
82
|
"maxstache-stream": "1.0.4",
|
|
83
|
+
"modern-tar": "^0.7.5",
|
|
84
84
|
"multiparty": "4.2.3",
|
|
85
85
|
"nanospinner": "1.2.2",
|
|
86
86
|
"netlify-redirector": "0.5.0",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"p-wait-for": "6.0.0",
|
|
93
93
|
"parallel-transform": "1.2.0",
|
|
94
94
|
"parse-github-url": "1.0.3",
|
|
95
|
-
"pg": "
|
|
95
|
+
"pg": "8.20.0",
|
|
96
96
|
"prettyjson": "1.2.5",
|
|
97
97
|
"raw-body": "3.0.1",
|
|
98
98
|
"read-package-up": "12.0.0",
|
|
@@ -1112,9 +1112,11 @@
|
|
|
1112
1112
|
}
|
|
1113
1113
|
},
|
|
1114
1114
|
"node_modules/@netlify/ai": {
|
|
1115
|
-
"version": "0.4.
|
|
1115
|
+
"version": "0.4.1",
|
|
1116
|
+
"resolved": "https://registry.npmjs.org/@netlify/ai/-/ai-0.4.1.tgz",
|
|
1117
|
+
"integrity": "sha512-ETLtV/9taYrcGhszwO+BLFgFJJ2MCnJp8BwxfwV6Z/+z3SsaUG4ExC8x4xzNCdB2GPWxXrXkvR2LFNsPFSLcRA==",
|
|
1116
1118
|
"dependencies": {
|
|
1117
|
-
"@netlify/api": "^14.0.
|
|
1119
|
+
"@netlify/api": "^14.0.18"
|
|
1118
1120
|
},
|
|
1119
1121
|
"engines": {
|
|
1120
1122
|
"node": ">=20.6.1"
|
|
@@ -1232,9 +1234,9 @@
|
|
|
1232
1234
|
}
|
|
1233
1235
|
},
|
|
1234
1236
|
"node_modules/@netlify/build": {
|
|
1235
|
-
"version": "35.8.
|
|
1236
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-35.8.
|
|
1237
|
-
"integrity": "sha512-
|
|
1237
|
+
"version": "35.8.9",
|
|
1238
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-35.8.9.tgz",
|
|
1239
|
+
"integrity": "sha512-DSLPTDSKajNomjXDT7eIq71EvCV2Dk7wX6PZpUPEMnGDn4ZQ/1xFxhHNwvBcjUBsD/Hyga5AKWpvydRDbs1Uyg==",
|
|
1238
1240
|
"license": "MIT",
|
|
1239
1241
|
"dependencies": {
|
|
1240
1242
|
"@bugsnag/js": "^8.0.0",
|
|
@@ -1242,12 +1244,12 @@
|
|
|
1242
1244
|
"@netlify/cache-utils": "^6.0.5",
|
|
1243
1245
|
"@netlify/config": "^24.4.3",
|
|
1244
1246
|
"@netlify/edge-bundler": "14.9.15",
|
|
1245
|
-
"@netlify/functions-utils": "^6.2.
|
|
1247
|
+
"@netlify/functions-utils": "^6.2.26",
|
|
1246
1248
|
"@netlify/git-utils": "^6.0.4",
|
|
1247
1249
|
"@netlify/opentelemetry-utils": "^2.0.2",
|
|
1248
1250
|
"@netlify/plugins-list": "^6.81.3",
|
|
1249
1251
|
"@netlify/run-utils": "^6.0.3",
|
|
1250
|
-
"@netlify/zip-it-and-ship-it": "14.
|
|
1252
|
+
"@netlify/zip-it-and-ship-it": "14.5.0",
|
|
1251
1253
|
"@sindresorhus/slugify": "^2.0.0",
|
|
1252
1254
|
"ansi-escapes": "^7.0.0",
|
|
1253
1255
|
"ansis": "^4.1.0",
|
|
@@ -1620,9 +1622,9 @@
|
|
|
1620
1622
|
}
|
|
1621
1623
|
},
|
|
1622
1624
|
"node_modules/@netlify/cache": {
|
|
1623
|
-
"version": "3.4.
|
|
1624
|
-
"resolved": "https://registry.npmjs.org/@netlify/cache/-/cache-3.4.
|
|
1625
|
-
"integrity": "sha512-
|
|
1625
|
+
"version": "3.4.2",
|
|
1626
|
+
"resolved": "https://registry.npmjs.org/@netlify/cache/-/cache-3.4.2.tgz",
|
|
1627
|
+
"integrity": "sha512-8htQ105lMdwxaglSQPWBetv7PQArPyi9FiZv6/jzUaVJXfhrKcXp5J6lo/CYPlPIm4v1ExFPNpem2CcrMaQQyw==",
|
|
1626
1628
|
"license": "MIT",
|
|
1627
1629
|
"dependencies": {
|
|
1628
1630
|
"@netlify/runtime-utils": "2.3.0"
|
|
@@ -1872,23 +1874,23 @@
|
|
|
1872
1874
|
}
|
|
1873
1875
|
},
|
|
1874
1876
|
"node_modules/@netlify/dev": {
|
|
1875
|
-
"version": "4.16.
|
|
1876
|
-
"resolved": "https://registry.npmjs.org/@netlify/dev/-/dev-4.16.
|
|
1877
|
-
"integrity": "sha512
|
|
1877
|
+
"version": "4.16.2",
|
|
1878
|
+
"resolved": "https://registry.npmjs.org/@netlify/dev/-/dev-4.16.2.tgz",
|
|
1879
|
+
"integrity": "sha512-/2SCRbxY5t9Fcz5WKNb9ESDPXwr54jeWlhiJlmTqZn0TSXZmSTd7XKWVzz9klbxp9kvpVCDwpazFoWc0ruV7/w==",
|
|
1878
1880
|
"license": "MIT",
|
|
1879
1881
|
"dependencies": {
|
|
1880
|
-
"@netlify/ai": "^0.4.
|
|
1881
|
-
"@netlify/blobs": "10.7.
|
|
1882
|
-
"@netlify/config": "^24.4.
|
|
1882
|
+
"@netlify/ai": "^0.4.1",
|
|
1883
|
+
"@netlify/blobs": "10.7.2",
|
|
1884
|
+
"@netlify/config": "^24.4.3",
|
|
1883
1885
|
"@netlify/db-dev": "0.7.0",
|
|
1884
|
-
"@netlify/dev-utils": "4.4.
|
|
1885
|
-
"@netlify/edge-functions-dev": "1.0.
|
|
1886
|
-
"@netlify/functions-dev": "1.2.
|
|
1887
|
-
"@netlify/headers": "2.1.
|
|
1888
|
-
"@netlify/images": "1.3.
|
|
1889
|
-
"@netlify/redirects": "3.1.
|
|
1890
|
-
"@netlify/runtime": "4.1.
|
|
1891
|
-
"@netlify/static": "3.1.
|
|
1886
|
+
"@netlify/dev-utils": "4.4.1",
|
|
1887
|
+
"@netlify/edge-functions-dev": "1.0.14",
|
|
1888
|
+
"@netlify/functions-dev": "1.2.2",
|
|
1889
|
+
"@netlify/headers": "2.1.6",
|
|
1890
|
+
"@netlify/images": "1.3.5",
|
|
1891
|
+
"@netlify/redirects": "3.1.8",
|
|
1892
|
+
"@netlify/runtime": "4.1.18",
|
|
1893
|
+
"@netlify/static": "3.1.5",
|
|
1892
1894
|
"ulid": "^3.0.0"
|
|
1893
1895
|
},
|
|
1894
1896
|
"engines": {
|
|
@@ -1896,9 +1898,9 @@
|
|
|
1896
1898
|
}
|
|
1897
1899
|
},
|
|
1898
1900
|
"node_modules/@netlify/dev-utils": {
|
|
1899
|
-
"version": "4.4.
|
|
1900
|
-
"resolved": "https://registry.npmjs.org/@netlify/dev-utils/-/dev-utils-4.4.
|
|
1901
|
-
"integrity": "sha512-
|
|
1901
|
+
"version": "4.4.1",
|
|
1902
|
+
"resolved": "https://registry.npmjs.org/@netlify/dev-utils/-/dev-utils-4.4.1.tgz",
|
|
1903
|
+
"integrity": "sha512-vj2fJQg51cXrnZJ1NJdXZ3LWYoDFCa2Q9o6Zu7sXa8d3AOn2mw5z1jkQPug1Dl80oBp3niBNPU6iWJQQR+sxAA==",
|
|
1902
1904
|
"license": "MIT",
|
|
1903
1905
|
"dependencies": {
|
|
1904
1906
|
"@whatwg-node/server": "^0.10.0",
|
|
@@ -1949,13 +1951,13 @@
|
|
|
1949
1951
|
}
|
|
1950
1952
|
},
|
|
1951
1953
|
"node_modules/@netlify/dev/node_modules/@netlify/blobs": {
|
|
1952
|
-
"version": "10.7.
|
|
1953
|
-
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-10.7.
|
|
1954
|
-
"integrity": "sha512-
|
|
1954
|
+
"version": "10.7.2",
|
|
1955
|
+
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-10.7.2.tgz",
|
|
1956
|
+
"integrity": "sha512-2fHKgTRko9XKwrqLWIIvfuwip4OzkfyBcG63KAcPYJE3SgqxrEvTSfQXka2ItFD61Nrf89cCnCSfplR4PeD7AQ==",
|
|
1955
1957
|
"license": "MIT",
|
|
1956
1958
|
"dependencies": {
|
|
1957
|
-
"@netlify/dev-utils": "4.4.
|
|
1958
|
-
"@netlify/otel": "^5.1.
|
|
1959
|
+
"@netlify/dev-utils": "4.4.1",
|
|
1960
|
+
"@netlify/otel": "^5.1.3",
|
|
1959
1961
|
"@netlify/runtime-utils": "2.3.0"
|
|
1960
1962
|
},
|
|
1961
1963
|
"engines": {
|
|
@@ -2659,10 +2661,12 @@
|
|
|
2659
2661
|
}
|
|
2660
2662
|
},
|
|
2661
2663
|
"node_modules/@netlify/edge-functions": {
|
|
2662
|
-
"version": "3.0.
|
|
2664
|
+
"version": "3.0.4",
|
|
2665
|
+
"resolved": "https://registry.npmjs.org/@netlify/edge-functions/-/edge-functions-3.0.4.tgz",
|
|
2666
|
+
"integrity": "sha512-3wVqFjBrLxp/8lQ/hm/Z1yLgVnP5WTt3jwlQwm+YN8eHBYAzX0RMRVJkv9c/rQTUTGK92TAIptrwBtK7GRQRSQ==",
|
|
2663
2667
|
"license": "MIT",
|
|
2664
2668
|
"dependencies": {
|
|
2665
|
-
"@netlify/types": "2.
|
|
2669
|
+
"@netlify/types": "2.4.0"
|
|
2666
2670
|
},
|
|
2667
2671
|
"engines": {
|
|
2668
2672
|
"node": ">=18.0.0"
|
|
@@ -2673,14 +2677,14 @@
|
|
|
2673
2677
|
"license": "MIT"
|
|
2674
2678
|
},
|
|
2675
2679
|
"node_modules/@netlify/edge-functions-dev": {
|
|
2676
|
-
"version": "1.0.
|
|
2677
|
-
"resolved": "https://registry.npmjs.org/@netlify/edge-functions-dev/-/edge-functions-dev-1.0.
|
|
2678
|
-
"integrity": "sha512-
|
|
2680
|
+
"version": "1.0.14",
|
|
2681
|
+
"resolved": "https://registry.npmjs.org/@netlify/edge-functions-dev/-/edge-functions-dev-1.0.14.tgz",
|
|
2682
|
+
"integrity": "sha512-3ea2zS+/1EXSP9Z5GUsCtEyIF06OYnnPVUnQIrtZr1CeLXpphAj6GEcmIAu2mVrqmgmosODUoJhm7su2eJOkiA==",
|
|
2679
2683
|
"license": "MIT",
|
|
2680
2684
|
"dependencies": {
|
|
2681
|
-
"@netlify/dev-utils": "4.4.
|
|
2682
|
-
"@netlify/edge-bundler": "^14.9.
|
|
2683
|
-
"@netlify/edge-functions": "3.0.
|
|
2685
|
+
"@netlify/dev-utils": "4.4.1",
|
|
2686
|
+
"@netlify/edge-bundler": "^14.9.15",
|
|
2687
|
+
"@netlify/edge-functions": "3.0.4",
|
|
2684
2688
|
"@netlify/edge-functions-bootstrap": "2.16.0",
|
|
2685
2689
|
"@netlify/runtime-utils": "2.3.0",
|
|
2686
2690
|
"get-port": "^7.1.0"
|
|
@@ -2704,25 +2708,27 @@
|
|
|
2704
2708
|
}
|
|
2705
2709
|
},
|
|
2706
2710
|
"node_modules/@netlify/functions": {
|
|
2707
|
-
"version": "5.1.
|
|
2711
|
+
"version": "5.1.3",
|
|
2712
|
+
"resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-5.1.3.tgz",
|
|
2713
|
+
"integrity": "sha512-kRvesKsdSbP4XCBHg5WtGGoeoigxuDVpzHM6EI1dVxBiXLRGlazFP12gm/CBJyVhvlXpGHgetamdKCCLvVUB/Q==",
|
|
2708
2714
|
"license": "MIT",
|
|
2709
2715
|
"dependencies": {
|
|
2710
|
-
"@netlify/types": "2.
|
|
2716
|
+
"@netlify/types": "2.4.0"
|
|
2711
2717
|
},
|
|
2712
2718
|
"engines": {
|
|
2713
2719
|
"node": ">=18.0.0"
|
|
2714
2720
|
}
|
|
2715
2721
|
},
|
|
2716
2722
|
"node_modules/@netlify/functions-dev": {
|
|
2717
|
-
"version": "1.2.
|
|
2718
|
-
"resolved": "https://registry.npmjs.org/@netlify/functions-dev/-/functions-dev-1.2.
|
|
2719
|
-
"integrity": "sha512-
|
|
2723
|
+
"version": "1.2.2",
|
|
2724
|
+
"resolved": "https://registry.npmjs.org/@netlify/functions-dev/-/functions-dev-1.2.2.tgz",
|
|
2725
|
+
"integrity": "sha512-3MM2WhqU1rBRr+aDpJx6U/vnIlhKFsWiZHXeFrUhPYqXznRJY3rwpu01FiAdIXf5XCYV/xzA+LxQf63uxArv6Q==",
|
|
2720
2726
|
"license": "MIT",
|
|
2721
2727
|
"dependencies": {
|
|
2722
|
-
"@netlify/blobs": "10.7.
|
|
2723
|
-
"@netlify/dev-utils": "4.4.
|
|
2724
|
-
"@netlify/functions": "5.1.
|
|
2725
|
-
"@netlify/zip-it-and-ship-it": "^14.
|
|
2728
|
+
"@netlify/blobs": "10.7.2",
|
|
2729
|
+
"@netlify/dev-utils": "4.4.1",
|
|
2730
|
+
"@netlify/functions": "5.1.3",
|
|
2731
|
+
"@netlify/zip-it-and-ship-it": "^14.5.0",
|
|
2726
2732
|
"cron-parser": "^4.9.0",
|
|
2727
2733
|
"decache": "^4.6.2",
|
|
2728
2734
|
"extract-zip": "^2.0.1",
|
|
@@ -2738,13 +2744,13 @@
|
|
|
2738
2744
|
}
|
|
2739
2745
|
},
|
|
2740
2746
|
"node_modules/@netlify/functions-dev/node_modules/@netlify/blobs": {
|
|
2741
|
-
"version": "10.7.
|
|
2742
|
-
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-10.7.
|
|
2743
|
-
"integrity": "sha512-
|
|
2747
|
+
"version": "10.7.2",
|
|
2748
|
+
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-10.7.2.tgz",
|
|
2749
|
+
"integrity": "sha512-2fHKgTRko9XKwrqLWIIvfuwip4OzkfyBcG63KAcPYJE3SgqxrEvTSfQXka2ItFD61Nrf89cCnCSfplR4PeD7AQ==",
|
|
2744
2750
|
"license": "MIT",
|
|
2745
2751
|
"dependencies": {
|
|
2746
|
-
"@netlify/dev-utils": "4.4.
|
|
2747
|
-
"@netlify/otel": "^5.1.
|
|
2752
|
+
"@netlify/dev-utils": "4.4.1",
|
|
2753
|
+
"@netlify/otel": "^5.1.3",
|
|
2748
2754
|
"@netlify/runtime-utils": "2.3.0"
|
|
2749
2755
|
},
|
|
2750
2756
|
"engines": {
|
|
@@ -2767,12 +2773,12 @@
|
|
|
2767
2773
|
}
|
|
2768
2774
|
},
|
|
2769
2775
|
"node_modules/@netlify/functions-utils": {
|
|
2770
|
-
"version": "6.2.
|
|
2771
|
-
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-6.2.
|
|
2772
|
-
"integrity": "sha512-
|
|
2776
|
+
"version": "6.2.26",
|
|
2777
|
+
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-6.2.26.tgz",
|
|
2778
|
+
"integrity": "sha512-XQQWyKfI2RtpoFA6SFkmLAVkS8r4nQpQ2p6+cWluIVrK1Z4yGRgLCtiPzPOPH3eJ4H+jhZqzbwEztZjbQJ3PEw==",
|
|
2773
2779
|
"license": "MIT",
|
|
2774
2780
|
"dependencies": {
|
|
2775
|
-
"@netlify/zip-it-and-ship-it": "14.
|
|
2781
|
+
"@netlify/zip-it-and-ship-it": "14.5.0",
|
|
2776
2782
|
"cpy": "^11.0.0",
|
|
2777
2783
|
"path-exists": "^5.0.0"
|
|
2778
2784
|
},
|
|
@@ -2888,12 +2894,12 @@
|
|
|
2888
2894
|
}
|
|
2889
2895
|
},
|
|
2890
2896
|
"node_modules/@netlify/headers": {
|
|
2891
|
-
"version": "2.1.
|
|
2892
|
-
"resolved": "https://registry.npmjs.org/@netlify/headers/-/headers-2.1.
|
|
2893
|
-
"integrity": "sha512-
|
|
2897
|
+
"version": "2.1.6",
|
|
2898
|
+
"resolved": "https://registry.npmjs.org/@netlify/headers/-/headers-2.1.6.tgz",
|
|
2899
|
+
"integrity": "sha512-1PduiKmq/9NY3zqq+Gc/iyO4HxlU1vGpoxAn3fF0J6UrQq8xVm8Nj2M3oy/dWBxHhK1nhj9ntJotQ4NfLdbNaw==",
|
|
2894
2900
|
"license": "MIT",
|
|
2895
2901
|
"dependencies": {
|
|
2896
|
-
"@netlify/headers-parser": "^9.0.
|
|
2902
|
+
"@netlify/headers-parser": "^9.0.3"
|
|
2897
2903
|
},
|
|
2898
2904
|
"engines": {
|
|
2899
2905
|
"node": ">=20.6.1"
|
|
@@ -2915,9 +2921,9 @@
|
|
|
2915
2921
|
}
|
|
2916
2922
|
},
|
|
2917
2923
|
"node_modules/@netlify/images": {
|
|
2918
|
-
"version": "1.3.
|
|
2919
|
-
"resolved": "https://registry.npmjs.org/@netlify/images/-/images-1.3.
|
|
2920
|
-
"integrity": "sha512
|
|
2924
|
+
"version": "1.3.5",
|
|
2925
|
+
"resolved": "https://registry.npmjs.org/@netlify/images/-/images-1.3.5.tgz",
|
|
2926
|
+
"integrity": "sha512-/HHQVWnh0vLqrbqCfO4P6U9b15VVJesiXq8ufRPd3PcPoXX4bLn7CPJxKltAKIENna+QnLcLLiTSHa9ZS6vZMA==",
|
|
2921
2927
|
"license": "MIT",
|
|
2922
2928
|
"dependencies": {
|
|
2923
2929
|
"ipx": "^3.1.1"
|
|
@@ -3157,9 +3163,9 @@
|
|
|
3157
3163
|
}
|
|
3158
3164
|
},
|
|
3159
3165
|
"node_modules/@netlify/otel": {
|
|
3160
|
-
"version": "5.1.
|
|
3161
|
-
"resolved": "https://registry.npmjs.org/@netlify/otel/-/otel-5.1.
|
|
3162
|
-
"integrity": "sha512-
|
|
3166
|
+
"version": "5.1.3",
|
|
3167
|
+
"resolved": "https://registry.npmjs.org/@netlify/otel/-/otel-5.1.3.tgz",
|
|
3168
|
+
"integrity": "sha512-rnyh3V0rHzySPWD2mUys40hV8sDML8l46gGSLl7F+9DN4Y6ivaFXjsvNkSt/3B5ANq5Hw8LAavXgHRefyT8lRw==",
|
|
3163
3169
|
"license": "MIT",
|
|
3164
3170
|
"dependencies": {
|
|
3165
3171
|
"@opentelemetry/api": "1.9.0",
|
|
@@ -3200,13 +3206,13 @@
|
|
|
3200
3206
|
}
|
|
3201
3207
|
},
|
|
3202
3208
|
"node_modules/@netlify/redirects": {
|
|
3203
|
-
"version": "3.1.
|
|
3204
|
-
"resolved": "https://registry.npmjs.org/@netlify/redirects/-/redirects-3.1.
|
|
3205
|
-
"integrity": "sha512-
|
|
3209
|
+
"version": "3.1.8",
|
|
3210
|
+
"resolved": "https://registry.npmjs.org/@netlify/redirects/-/redirects-3.1.8.tgz",
|
|
3211
|
+
"integrity": "sha512-HobcrSOTh4a960iPuvkLT3FTsRev06A+kcMBTPulAWv+dw2wqvb6okH5QPewcEjnMwYRQ+YXoQfSQsh5IMb/WA==",
|
|
3206
3212
|
"license": "MIT",
|
|
3207
3213
|
"dependencies": {
|
|
3208
|
-
"@netlify/dev-utils": "4.4.
|
|
3209
|
-
"@netlify/redirect-parser": "^15.0.
|
|
3214
|
+
"@netlify/dev-utils": "4.4.1",
|
|
3215
|
+
"@netlify/redirect-parser": "^15.0.4",
|
|
3210
3216
|
"cookie": "^1.0.2",
|
|
3211
3217
|
"jsonwebtoken": "9.0.3",
|
|
3212
3218
|
"netlify-redirector": "^0.5.0"
|
|
@@ -3320,15 +3326,15 @@
|
|
|
3320
3326
|
}
|
|
3321
3327
|
},
|
|
3322
3328
|
"node_modules/@netlify/runtime": {
|
|
3323
|
-
"version": "4.1.
|
|
3324
|
-
"resolved": "https://registry.npmjs.org/@netlify/runtime/-/runtime-4.1.
|
|
3325
|
-
"integrity": "sha512-
|
|
3329
|
+
"version": "4.1.18",
|
|
3330
|
+
"resolved": "https://registry.npmjs.org/@netlify/runtime/-/runtime-4.1.18.tgz",
|
|
3331
|
+
"integrity": "sha512-in3k+0E9888+c6Z0BXqvLCApiL7mEjuHbtJiV6w0ZTXNCnWl5iatpWOczg2h9dLtjB1sNjd4g3GaZztMVf7bdw==",
|
|
3326
3332
|
"license": "MIT",
|
|
3327
3333
|
"dependencies": {
|
|
3328
|
-
"@netlify/blobs": "^10.7.
|
|
3329
|
-
"@netlify/cache": "3.4.
|
|
3334
|
+
"@netlify/blobs": "^10.7.2",
|
|
3335
|
+
"@netlify/cache": "3.4.2",
|
|
3330
3336
|
"@netlify/runtime-utils": "2.3.0",
|
|
3331
|
-
"@netlify/types": "2.
|
|
3337
|
+
"@netlify/types": "2.4.0"
|
|
3332
3338
|
},
|
|
3333
3339
|
"engines": {
|
|
3334
3340
|
"node": ">=20.6.1"
|
|
@@ -3342,13 +3348,13 @@
|
|
|
3342
3348
|
}
|
|
3343
3349
|
},
|
|
3344
3350
|
"node_modules/@netlify/runtime/node_modules/@netlify/blobs": {
|
|
3345
|
-
"version": "10.7.
|
|
3346
|
-
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-10.7.
|
|
3347
|
-
"integrity": "sha512-
|
|
3351
|
+
"version": "10.7.2",
|
|
3352
|
+
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-10.7.2.tgz",
|
|
3353
|
+
"integrity": "sha512-2fHKgTRko9XKwrqLWIIvfuwip4OzkfyBcG63KAcPYJE3SgqxrEvTSfQXka2ItFD61Nrf89cCnCSfplR4PeD7AQ==",
|
|
3348
3354
|
"license": "MIT",
|
|
3349
3355
|
"dependencies": {
|
|
3350
|
-
"@netlify/dev-utils": "4.4.
|
|
3351
|
-
"@netlify/otel": "^5.1.
|
|
3356
|
+
"@netlify/dev-utils": "4.4.1",
|
|
3357
|
+
"@netlify/otel": "^5.1.3",
|
|
3352
3358
|
"@netlify/runtime-utils": "2.3.0"
|
|
3353
3359
|
},
|
|
3354
3360
|
"engines": {
|
|
@@ -3356,16 +3362,30 @@
|
|
|
3356
3362
|
}
|
|
3357
3363
|
},
|
|
3358
3364
|
"node_modules/@netlify/serverless-functions-api": {
|
|
3359
|
-
"version": "2.
|
|
3365
|
+
"version": "2.11.1",
|
|
3366
|
+
"resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-2.11.1.tgz",
|
|
3367
|
+
"integrity": "sha512-kpYVPy0Y9TiLbjMnsmZo/DwgEOaUkayx65sZgdELPxJ9zZV/ke9XZAkfzbJVVuFa7cA2bmhB1jPZGjm6Mur6Kw==",
|
|
3360
3368
|
"license": "MIT",
|
|
3369
|
+
"dependencies": {
|
|
3370
|
+
"@netlify/types": "^2.4.0"
|
|
3371
|
+
},
|
|
3361
3372
|
"engines": {
|
|
3362
3373
|
"node": ">=18.0.0"
|
|
3363
3374
|
}
|
|
3364
3375
|
},
|
|
3376
|
+
"node_modules/@netlify/serverless-functions-api/node_modules/@netlify/types": {
|
|
3377
|
+
"version": "2.4.0",
|
|
3378
|
+
"resolved": "https://registry.npmjs.org/@netlify/types/-/types-2.4.0.tgz",
|
|
3379
|
+
"integrity": "sha512-FMHxZCa2XWIQgjt1WP1dTZ909XIbD1tWQYfXpIBZMq2H3hzFZV2HIDNWGfoL8INQ/CjGBP6dGbsfC6AbvHmH+Q==",
|
|
3380
|
+
"license": "MIT",
|
|
3381
|
+
"engines": {
|
|
3382
|
+
"node": "^18.14.0 || >=20"
|
|
3383
|
+
}
|
|
3384
|
+
},
|
|
3365
3385
|
"node_modules/@netlify/static": {
|
|
3366
|
-
"version": "3.1.
|
|
3367
|
-
"resolved": "https://registry.npmjs.org/@netlify/static/-/static-3.1.
|
|
3368
|
-
"integrity": "sha512-
|
|
3386
|
+
"version": "3.1.5",
|
|
3387
|
+
"resolved": "https://registry.npmjs.org/@netlify/static/-/static-3.1.5.tgz",
|
|
3388
|
+
"integrity": "sha512-QwsHM++ahLVQVFa58pUjo0ynUgFwtuJ2hArXgXJFGk8NoOCLrGw6JSFnWlnAtLysZXT0Q6Q//ipSqcwUm+GVNw==",
|
|
3369
3389
|
"license": "MIT",
|
|
3370
3390
|
"dependencies": {
|
|
3371
3391
|
"mime-types": "^3.0.0"
|
|
@@ -3396,22 +3416,24 @@
|
|
|
3396
3416
|
}
|
|
3397
3417
|
},
|
|
3398
3418
|
"node_modules/@netlify/types": {
|
|
3399
|
-
"version": "2.
|
|
3419
|
+
"version": "2.4.0",
|
|
3420
|
+
"resolved": "https://registry.npmjs.org/@netlify/types/-/types-2.4.0.tgz",
|
|
3421
|
+
"integrity": "sha512-FMHxZCa2XWIQgjt1WP1dTZ909XIbD1tWQYfXpIBZMq2H3hzFZV2HIDNWGfoL8INQ/CjGBP6dGbsfC6AbvHmH+Q==",
|
|
3400
3422
|
"license": "MIT",
|
|
3401
3423
|
"engines": {
|
|
3402
3424
|
"node": "^18.14.0 || >=20"
|
|
3403
3425
|
}
|
|
3404
3426
|
},
|
|
3405
3427
|
"node_modules/@netlify/zip-it-and-ship-it": {
|
|
3406
|
-
"version": "14.
|
|
3407
|
-
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-14.
|
|
3408
|
-
"integrity": "sha512-
|
|
3428
|
+
"version": "14.5.0",
|
|
3429
|
+
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-14.5.0.tgz",
|
|
3430
|
+
"integrity": "sha512-xw+I3T43Ulg9TTqvxzAGOJw4U0KS7RgQBnqvvheLSbb+P+6bu8KTbFK96aK2ouYl3ooM+oyeGWl9BGJxJnMy7g==",
|
|
3409
3431
|
"license": "MIT",
|
|
3410
3432
|
"dependencies": {
|
|
3411
3433
|
"@babel/parser": "^7.22.5",
|
|
3412
3434
|
"@babel/types": "^7.28.5",
|
|
3413
3435
|
"@netlify/binary-info": "^1.0.0",
|
|
3414
|
-
"@netlify/serverless-functions-api": "
|
|
3436
|
+
"@netlify/serverless-functions-api": "2.11.1",
|
|
3415
3437
|
"@vercel/nft": "0.29.4",
|
|
3416
3438
|
"archiver": "^7.0.0",
|
|
3417
3439
|
"common-path-prefix": "^3.0.0",
|
|
@@ -5134,16 +5156,6 @@
|
|
|
5134
5156
|
"version": "0.4.1",
|
|
5135
5157
|
"license": "MIT"
|
|
5136
5158
|
},
|
|
5137
|
-
"node_modules/@sindresorhus/is": {
|
|
5138
|
-
"version": "5.6.0",
|
|
5139
|
-
"license": "MIT",
|
|
5140
|
-
"engines": {
|
|
5141
|
-
"node": ">=14.16"
|
|
5142
|
-
},
|
|
5143
|
-
"funding": {
|
|
5144
|
-
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
5145
|
-
}
|
|
5146
|
-
},
|
|
5147
5159
|
"node_modules/@sindresorhus/merge-streams": {
|
|
5148
5160
|
"version": "2.3.0",
|
|
5149
5161
|
"license": "MIT",
|
|
@@ -5174,20 +5186,6 @@
|
|
|
5174
5186
|
"acorn": "^8.9.0"
|
|
5175
5187
|
}
|
|
5176
5188
|
},
|
|
5177
|
-
"node_modules/@szmarczak/http-timer": {
|
|
5178
|
-
"version": "5.0.1",
|
|
5179
|
-
"license": "MIT",
|
|
5180
|
-
"dependencies": {
|
|
5181
|
-
"defer-to-connect": "^2.0.1"
|
|
5182
|
-
},
|
|
5183
|
-
"engines": {
|
|
5184
|
-
"node": ">=14.16"
|
|
5185
|
-
}
|
|
5186
|
-
},
|
|
5187
|
-
"node_modules/@tokenizer/token": {
|
|
5188
|
-
"version": "0.3.0",
|
|
5189
|
-
"license": "MIT"
|
|
5190
|
-
},
|
|
5191
5189
|
"node_modules/@tsconfig/node10": {
|
|
5192
5190
|
"version": "1.0.11",
|
|
5193
5191
|
"license": "MIT"
|
|
@@ -5208,10 +5206,6 @@
|
|
|
5208
5206
|
"version": "1.0.8",
|
|
5209
5207
|
"license": "MIT"
|
|
5210
5208
|
},
|
|
5211
|
-
"node_modules/@types/http-cache-semantics": {
|
|
5212
|
-
"version": "4.0.4",
|
|
5213
|
-
"license": "MIT"
|
|
5214
|
-
},
|
|
5215
5209
|
"node_modules/@types/http-proxy": {
|
|
5216
5210
|
"version": "1.17.16",
|
|
5217
5211
|
"license": "MIT",
|
|
@@ -5484,174 +5478,6 @@
|
|
|
5484
5478
|
"node": ">=18.0.0"
|
|
5485
5479
|
}
|
|
5486
5480
|
},
|
|
5487
|
-
"node_modules/@xhmikosr/archive-type": {
|
|
5488
|
-
"version": "6.0.1",
|
|
5489
|
-
"license": "MIT",
|
|
5490
|
-
"dependencies": {
|
|
5491
|
-
"file-type": "^18.5.0"
|
|
5492
|
-
},
|
|
5493
|
-
"engines": {
|
|
5494
|
-
"node": "^14.14.0 || >=16.0.0"
|
|
5495
|
-
}
|
|
5496
|
-
},
|
|
5497
|
-
"node_modules/@xhmikosr/decompress": {
|
|
5498
|
-
"version": "9.0.1",
|
|
5499
|
-
"license": "MIT",
|
|
5500
|
-
"dependencies": {
|
|
5501
|
-
"@xhmikosr/decompress-tar": "^7.0.0",
|
|
5502
|
-
"@xhmikosr/decompress-tarbz2": "^7.0.0",
|
|
5503
|
-
"@xhmikosr/decompress-targz": "^7.0.0",
|
|
5504
|
-
"@xhmikosr/decompress-unzip": "^6.0.0",
|
|
5505
|
-
"graceful-fs": "^4.2.11",
|
|
5506
|
-
"make-dir": "^4.0.0",
|
|
5507
|
-
"strip-dirs": "^3.0.0"
|
|
5508
|
-
},
|
|
5509
|
-
"engines": {
|
|
5510
|
-
"node": "^14.14.0 || >=16.0.0"
|
|
5511
|
-
}
|
|
5512
|
-
},
|
|
5513
|
-
"node_modules/@xhmikosr/decompress-tar": {
|
|
5514
|
-
"version": "7.0.0",
|
|
5515
|
-
"license": "MIT",
|
|
5516
|
-
"dependencies": {
|
|
5517
|
-
"file-type": "^18.5.0",
|
|
5518
|
-
"is-stream": "^3.0.0",
|
|
5519
|
-
"tar-stream": "^3.1.4"
|
|
5520
|
-
},
|
|
5521
|
-
"engines": {
|
|
5522
|
-
"node": "^14.14.0 || >=16.0.0"
|
|
5523
|
-
}
|
|
5524
|
-
},
|
|
5525
|
-
"node_modules/@xhmikosr/decompress-tar/node_modules/is-stream": {
|
|
5526
|
-
"version": "3.0.0",
|
|
5527
|
-
"license": "MIT",
|
|
5528
|
-
"engines": {
|
|
5529
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
5530
|
-
},
|
|
5531
|
-
"funding": {
|
|
5532
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5533
|
-
}
|
|
5534
|
-
},
|
|
5535
|
-
"node_modules/@xhmikosr/decompress-tarbz2": {
|
|
5536
|
-
"version": "7.0.0",
|
|
5537
|
-
"license": "MIT",
|
|
5538
|
-
"dependencies": {
|
|
5539
|
-
"@xhmikosr/decompress-tar": "^7.0.0",
|
|
5540
|
-
"file-type": "^18.5.0",
|
|
5541
|
-
"is-stream": "^3.0.0",
|
|
5542
|
-
"seek-bzip": "^1.0.6",
|
|
5543
|
-
"unbzip2-stream": "^1.4.3"
|
|
5544
|
-
},
|
|
5545
|
-
"engines": {
|
|
5546
|
-
"node": "^14.14.0 || >=16.0.0"
|
|
5547
|
-
}
|
|
5548
|
-
},
|
|
5549
|
-
"node_modules/@xhmikosr/decompress-tarbz2/node_modules/is-stream": {
|
|
5550
|
-
"version": "3.0.0",
|
|
5551
|
-
"license": "MIT",
|
|
5552
|
-
"engines": {
|
|
5553
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
5554
|
-
},
|
|
5555
|
-
"funding": {
|
|
5556
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5557
|
-
}
|
|
5558
|
-
},
|
|
5559
|
-
"node_modules/@xhmikosr/decompress-targz": {
|
|
5560
|
-
"version": "7.0.0",
|
|
5561
|
-
"license": "MIT",
|
|
5562
|
-
"dependencies": {
|
|
5563
|
-
"@xhmikosr/decompress-tar": "^7.0.0",
|
|
5564
|
-
"file-type": "^18.5.0",
|
|
5565
|
-
"is-stream": "^3.0.0"
|
|
5566
|
-
},
|
|
5567
|
-
"engines": {
|
|
5568
|
-
"node": "^14.14.0 || >=16.0.0"
|
|
5569
|
-
}
|
|
5570
|
-
},
|
|
5571
|
-
"node_modules/@xhmikosr/decompress-targz/node_modules/is-stream": {
|
|
5572
|
-
"version": "3.0.0",
|
|
5573
|
-
"license": "MIT",
|
|
5574
|
-
"engines": {
|
|
5575
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
5576
|
-
},
|
|
5577
|
-
"funding": {
|
|
5578
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5579
|
-
}
|
|
5580
|
-
},
|
|
5581
|
-
"node_modules/@xhmikosr/decompress-unzip": {
|
|
5582
|
-
"version": "6.0.0",
|
|
5583
|
-
"license": "MIT",
|
|
5584
|
-
"dependencies": {
|
|
5585
|
-
"file-type": "^18.5.0",
|
|
5586
|
-
"get-stream": "^6.0.1",
|
|
5587
|
-
"yauzl": "^2.10.0"
|
|
5588
|
-
},
|
|
5589
|
-
"engines": {
|
|
5590
|
-
"node": "^14.14.0 || >=16.0.0"
|
|
5591
|
-
}
|
|
5592
|
-
},
|
|
5593
|
-
"node_modules/@xhmikosr/decompress-unzip/node_modules/get-stream": {
|
|
5594
|
-
"version": "6.0.1",
|
|
5595
|
-
"license": "MIT",
|
|
5596
|
-
"engines": {
|
|
5597
|
-
"node": ">=10"
|
|
5598
|
-
},
|
|
5599
|
-
"funding": {
|
|
5600
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5601
|
-
}
|
|
5602
|
-
},
|
|
5603
|
-
"node_modules/@xhmikosr/downloader": {
|
|
5604
|
-
"version": "13.0.1",
|
|
5605
|
-
"license": "MIT",
|
|
5606
|
-
"dependencies": {
|
|
5607
|
-
"@xhmikosr/archive-type": "^6.0.1",
|
|
5608
|
-
"@xhmikosr/decompress": "^9.0.1",
|
|
5609
|
-
"content-disposition": "^0.5.4",
|
|
5610
|
-
"ext-name": "^5.0.0",
|
|
5611
|
-
"file-type": "^18.5.0",
|
|
5612
|
-
"filenamify": "^5.1.1",
|
|
5613
|
-
"get-stream": "^6.0.1",
|
|
5614
|
-
"got": "^12.6.1",
|
|
5615
|
-
"merge-options": "^3.0.4",
|
|
5616
|
-
"p-event": "^5.0.1"
|
|
5617
|
-
},
|
|
5618
|
-
"engines": {
|
|
5619
|
-
"node": "^14.14.0 || >=16.0.0"
|
|
5620
|
-
}
|
|
5621
|
-
},
|
|
5622
|
-
"node_modules/@xhmikosr/downloader/node_modules/get-stream": {
|
|
5623
|
-
"version": "6.0.1",
|
|
5624
|
-
"license": "MIT",
|
|
5625
|
-
"engines": {
|
|
5626
|
-
"node": ">=10"
|
|
5627
|
-
},
|
|
5628
|
-
"funding": {
|
|
5629
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5630
|
-
}
|
|
5631
|
-
},
|
|
5632
|
-
"node_modules/@xhmikosr/downloader/node_modules/p-event": {
|
|
5633
|
-
"version": "5.0.1",
|
|
5634
|
-
"license": "MIT",
|
|
5635
|
-
"dependencies": {
|
|
5636
|
-
"p-timeout": "^5.0.2"
|
|
5637
|
-
},
|
|
5638
|
-
"engines": {
|
|
5639
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
5640
|
-
},
|
|
5641
|
-
"funding": {
|
|
5642
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5643
|
-
}
|
|
5644
|
-
},
|
|
5645
|
-
"node_modules/@xhmikosr/downloader/node_modules/p-timeout": {
|
|
5646
|
-
"version": "5.1.0",
|
|
5647
|
-
"license": "MIT",
|
|
5648
|
-
"engines": {
|
|
5649
|
-
"node": ">=12"
|
|
5650
|
-
},
|
|
5651
|
-
"funding": {
|
|
5652
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5653
|
-
}
|
|
5654
|
-
},
|
|
5655
5481
|
"node_modules/abbrev": {
|
|
5656
5482
|
"version": "3.0.1",
|
|
5657
5483
|
"license": "ISC",
|
|
@@ -5798,7 +5624,9 @@
|
|
|
5798
5624
|
}
|
|
5799
5625
|
},
|
|
5800
5626
|
"node_modules/ansi-escapes": {
|
|
5801
|
-
"version": "7.
|
|
5627
|
+
"version": "7.3.0",
|
|
5628
|
+
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.3.0.tgz",
|
|
5629
|
+
"integrity": "sha512-BvU8nYgGQBxcmMuEeUEmNTvrMVjJNSH7RgW24vXexN4Ven6qCvy4TntnvlnwnMLTVlcRQQdbRY8NKnaIoeWDNg==",
|
|
5802
5630
|
"license": "MIT",
|
|
5803
5631
|
"dependencies": {
|
|
5804
5632
|
"environment": "^1.0.0"
|
|
@@ -6211,39 +6039,6 @@
|
|
|
6211
6039
|
"node": ">= 0.8"
|
|
6212
6040
|
}
|
|
6213
6041
|
},
|
|
6214
|
-
"node_modules/cacheable-lookup": {
|
|
6215
|
-
"version": "7.0.0",
|
|
6216
|
-
"license": "MIT",
|
|
6217
|
-
"engines": {
|
|
6218
|
-
"node": ">=14.16"
|
|
6219
|
-
}
|
|
6220
|
-
},
|
|
6221
|
-
"node_modules/cacheable-request": {
|
|
6222
|
-
"version": "10.2.14",
|
|
6223
|
-
"license": "MIT",
|
|
6224
|
-
"dependencies": {
|
|
6225
|
-
"@types/http-cache-semantics": "^4.0.2",
|
|
6226
|
-
"get-stream": "^6.0.1",
|
|
6227
|
-
"http-cache-semantics": "^4.1.1",
|
|
6228
|
-
"keyv": "^4.5.3",
|
|
6229
|
-
"mimic-response": "^4.0.0",
|
|
6230
|
-
"normalize-url": "^8.0.0",
|
|
6231
|
-
"responselike": "^3.0.0"
|
|
6232
|
-
},
|
|
6233
|
-
"engines": {
|
|
6234
|
-
"node": ">=14.16"
|
|
6235
|
-
}
|
|
6236
|
-
},
|
|
6237
|
-
"node_modules/cacheable-request/node_modules/get-stream": {
|
|
6238
|
-
"version": "6.0.1",
|
|
6239
|
-
"license": "MIT",
|
|
6240
|
-
"engines": {
|
|
6241
|
-
"node": ">=10"
|
|
6242
|
-
},
|
|
6243
|
-
"funding": {
|
|
6244
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6245
|
-
}
|
|
6246
|
-
},
|
|
6247
6042
|
"node_modules/call-bind-apply-helpers": {
|
|
6248
6043
|
"version": "1.0.2",
|
|
6249
6044
|
"license": "MIT",
|
|
@@ -6665,11 +6460,12 @@
|
|
|
6665
6460
|
}
|
|
6666
6461
|
},
|
|
6667
6462
|
"node_modules/comment-json": {
|
|
6668
|
-
"version": "4.
|
|
6463
|
+
"version": "4.6.2",
|
|
6464
|
+
"resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.6.2.tgz",
|
|
6465
|
+
"integrity": "sha512-R2rze/hDX30uul4NZoIZ76ImSJLFxn/1/ZxtKC1L77y2X1k+yYu1joKbAtMA2Fg3hZrTOiw0I5mwVMo0cf250w==",
|
|
6669
6466
|
"license": "MIT",
|
|
6670
6467
|
"dependencies": {
|
|
6671
6468
|
"array-timsort": "^1.0.3",
|
|
6672
|
-
"core-util-is": "^1.0.3",
|
|
6673
6469
|
"esprima": "^4.0.1"
|
|
6674
6470
|
},
|
|
6675
6471
|
"engines": {
|
|
@@ -6752,16 +6548,6 @@
|
|
|
6752
6548
|
"node": "^14.18.0 || >=16.10.0"
|
|
6753
6549
|
}
|
|
6754
6550
|
},
|
|
6755
|
-
"node_modules/content-disposition": {
|
|
6756
|
-
"version": "0.5.4",
|
|
6757
|
-
"license": "MIT",
|
|
6758
|
-
"dependencies": {
|
|
6759
|
-
"safe-buffer": "5.2.1"
|
|
6760
|
-
},
|
|
6761
|
-
"engines": {
|
|
6762
|
-
"node": ">= 0.6"
|
|
6763
|
-
}
|
|
6764
|
-
},
|
|
6765
6551
|
"node_modules/content-type": {
|
|
6766
6552
|
"version": "1.0.5",
|
|
6767
6553
|
"license": "MIT",
|
|
@@ -6976,29 +6762,6 @@
|
|
|
6976
6762
|
"callsite": "^1.0.0"
|
|
6977
6763
|
}
|
|
6978
6764
|
},
|
|
6979
|
-
"node_modules/decompress-response": {
|
|
6980
|
-
"version": "6.0.0",
|
|
6981
|
-
"license": "MIT",
|
|
6982
|
-
"dependencies": {
|
|
6983
|
-
"mimic-response": "^3.1.0"
|
|
6984
|
-
},
|
|
6985
|
-
"engines": {
|
|
6986
|
-
"node": ">=10"
|
|
6987
|
-
},
|
|
6988
|
-
"funding": {
|
|
6989
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6990
|
-
}
|
|
6991
|
-
},
|
|
6992
|
-
"node_modules/decompress-response/node_modules/mimic-response": {
|
|
6993
|
-
"version": "3.1.0",
|
|
6994
|
-
"license": "MIT",
|
|
6995
|
-
"engines": {
|
|
6996
|
-
"node": ">=10"
|
|
6997
|
-
},
|
|
6998
|
-
"funding": {
|
|
6999
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
7000
|
-
}
|
|
7001
|
-
},
|
|
7002
6765
|
"node_modules/deep-extend": {
|
|
7003
6766
|
"version": "0.6.0",
|
|
7004
6767
|
"license": "MIT",
|
|
@@ -7047,13 +6810,6 @@
|
|
|
7047
6810
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
7048
6811
|
}
|
|
7049
6812
|
},
|
|
7050
|
-
"node_modules/defer-to-connect": {
|
|
7051
|
-
"version": "2.0.1",
|
|
7052
|
-
"license": "MIT",
|
|
7053
|
-
"engines": {
|
|
7054
|
-
"node": ">=10"
|
|
7055
|
-
}
|
|
7056
|
-
},
|
|
7057
6813
|
"node_modules/define-lazy-prop": {
|
|
7058
6814
|
"version": "3.0.0",
|
|
7059
6815
|
"license": "MIT",
|
|
@@ -7302,7 +7058,9 @@
|
|
|
7302
7058
|
}
|
|
7303
7059
|
},
|
|
7304
7060
|
"node_modules/dotenv": {
|
|
7305
|
-
"version": "17.
|
|
7061
|
+
"version": "17.3.1",
|
|
7062
|
+
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.3.1.tgz",
|
|
7063
|
+
"integrity": "sha512-IO8C/dzEb6O3F9/twg6ZLXz164a2fhTnEWb95H23Dm4OuN+92NmEAlTrupP9VW6Jm3sO26tQlqyvyi4CsnY9GA==",
|
|
7306
7064
|
"license": "BSD-2-Clause",
|
|
7307
7065
|
"engines": {
|
|
7308
7066
|
"node": ">=12"
|
|
@@ -7894,27 +7652,6 @@
|
|
|
7894
7652
|
"node": ">= 0.6"
|
|
7895
7653
|
}
|
|
7896
7654
|
},
|
|
7897
|
-
"node_modules/ext-list": {
|
|
7898
|
-
"version": "2.2.2",
|
|
7899
|
-
"license": "MIT",
|
|
7900
|
-
"dependencies": {
|
|
7901
|
-
"mime-db": "^1.28.0"
|
|
7902
|
-
},
|
|
7903
|
-
"engines": {
|
|
7904
|
-
"node": ">=0.10.0"
|
|
7905
|
-
}
|
|
7906
|
-
},
|
|
7907
|
-
"node_modules/ext-name": {
|
|
7908
|
-
"version": "5.0.0",
|
|
7909
|
-
"license": "MIT",
|
|
7910
|
-
"dependencies": {
|
|
7911
|
-
"ext-list": "^2.0.0",
|
|
7912
|
-
"sort-keys-length": "^1.0.0"
|
|
7913
|
-
},
|
|
7914
|
-
"engines": {
|
|
7915
|
-
"node": ">=4"
|
|
7916
|
-
}
|
|
7917
|
-
},
|
|
7918
7655
|
"node_modules/extract-zip": {
|
|
7919
7656
|
"version": "2.0.1",
|
|
7920
7657
|
"license": "BSD-2-Clause",
|
|
@@ -8175,55 +7912,15 @@
|
|
|
8175
7912
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
8176
7913
|
}
|
|
8177
7914
|
},
|
|
8178
|
-
"node_modules/file-
|
|
8179
|
-
"version": "
|
|
7915
|
+
"node_modules/file-uri-to-path": {
|
|
7916
|
+
"version": "1.0.0",
|
|
7917
|
+
"license": "MIT"
|
|
7918
|
+
},
|
|
7919
|
+
"node_modules/fill-range": {
|
|
7920
|
+
"version": "7.1.1",
|
|
8180
7921
|
"license": "MIT",
|
|
8181
7922
|
"dependencies": {
|
|
8182
|
-
"
|
|
8183
|
-
"strtok3": "^7.0.0",
|
|
8184
|
-
"token-types": "^5.0.1"
|
|
8185
|
-
},
|
|
8186
|
-
"engines": {
|
|
8187
|
-
"node": ">=14.16"
|
|
8188
|
-
},
|
|
8189
|
-
"funding": {
|
|
8190
|
-
"url": "https://github.com/sindresorhus/file-type?sponsor=1"
|
|
8191
|
-
}
|
|
8192
|
-
},
|
|
8193
|
-
"node_modules/file-uri-to-path": {
|
|
8194
|
-
"version": "1.0.0",
|
|
8195
|
-
"license": "MIT"
|
|
8196
|
-
},
|
|
8197
|
-
"node_modules/filename-reserved-regex": {
|
|
8198
|
-
"version": "3.0.0",
|
|
8199
|
-
"license": "MIT",
|
|
8200
|
-
"engines": {
|
|
8201
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
8202
|
-
},
|
|
8203
|
-
"funding": {
|
|
8204
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
8205
|
-
}
|
|
8206
|
-
},
|
|
8207
|
-
"node_modules/filenamify": {
|
|
8208
|
-
"version": "5.1.1",
|
|
8209
|
-
"license": "MIT",
|
|
8210
|
-
"dependencies": {
|
|
8211
|
-
"filename-reserved-regex": "^3.0.0",
|
|
8212
|
-
"strip-outer": "^2.0.0",
|
|
8213
|
-
"trim-repeated": "^2.0.0"
|
|
8214
|
-
},
|
|
8215
|
-
"engines": {
|
|
8216
|
-
"node": ">=12.20"
|
|
8217
|
-
},
|
|
8218
|
-
"funding": {
|
|
8219
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
8220
|
-
}
|
|
8221
|
-
},
|
|
8222
|
-
"node_modules/fill-range": {
|
|
8223
|
-
"version": "7.1.1",
|
|
8224
|
-
"license": "MIT",
|
|
8225
|
-
"dependencies": {
|
|
8226
|
-
"to-regex-range": "^5.0.1"
|
|
7923
|
+
"to-regex-range": "^5.0.1"
|
|
8227
7924
|
},
|
|
8228
7925
|
"engines": {
|
|
8229
7926
|
"node": ">=8"
|
|
@@ -8338,13 +8035,6 @@
|
|
|
8338
8035
|
"url": "https://github.com/sponsors/isaacs"
|
|
8339
8036
|
}
|
|
8340
8037
|
},
|
|
8341
|
-
"node_modules/form-data-encoder": {
|
|
8342
|
-
"version": "2.1.4",
|
|
8343
|
-
"license": "MIT",
|
|
8344
|
-
"engines": {
|
|
8345
|
-
"node": ">= 14.17"
|
|
8346
|
-
}
|
|
8347
|
-
},
|
|
8348
8038
|
"node_modules/formdata-polyfill": {
|
|
8349
8039
|
"version": "4.0.10",
|
|
8350
8040
|
"license": "MIT",
|
|
@@ -8510,18 +8200,6 @@
|
|
|
8510
8200
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
8511
8201
|
}
|
|
8512
8202
|
},
|
|
8513
|
-
"node_modules/gh-release-fetch": {
|
|
8514
|
-
"version": "4.0.3",
|
|
8515
|
-
"license": "MIT",
|
|
8516
|
-
"dependencies": {
|
|
8517
|
-
"@xhmikosr/downloader": "^13.0.0",
|
|
8518
|
-
"node-fetch": "^3.3.1",
|
|
8519
|
-
"semver": "^7.5.3"
|
|
8520
|
-
},
|
|
8521
|
-
"engines": {
|
|
8522
|
-
"node": "^14.18.0 || ^16.13.0 || >=18.0.0"
|
|
8523
|
-
}
|
|
8524
|
-
},
|
|
8525
8203
|
"node_modules/git-repo-info": {
|
|
8526
8204
|
"version": "2.1.1",
|
|
8527
8205
|
"license": "MIT",
|
|
@@ -8632,39 +8310,6 @@
|
|
|
8632
8310
|
"url": "https://github.com/sponsors/ljharb"
|
|
8633
8311
|
}
|
|
8634
8312
|
},
|
|
8635
|
-
"node_modules/got": {
|
|
8636
|
-
"version": "12.6.1",
|
|
8637
|
-
"license": "MIT",
|
|
8638
|
-
"dependencies": {
|
|
8639
|
-
"@sindresorhus/is": "^5.2.0",
|
|
8640
|
-
"@szmarczak/http-timer": "^5.0.1",
|
|
8641
|
-
"cacheable-lookup": "^7.0.0",
|
|
8642
|
-
"cacheable-request": "^10.2.8",
|
|
8643
|
-
"decompress-response": "^6.0.0",
|
|
8644
|
-
"form-data-encoder": "^2.1.2",
|
|
8645
|
-
"get-stream": "^6.0.1",
|
|
8646
|
-
"http2-wrapper": "^2.1.10",
|
|
8647
|
-
"lowercase-keys": "^3.0.0",
|
|
8648
|
-
"p-cancelable": "^3.0.0",
|
|
8649
|
-
"responselike": "^3.0.0"
|
|
8650
|
-
},
|
|
8651
|
-
"engines": {
|
|
8652
|
-
"node": ">=14.16"
|
|
8653
|
-
},
|
|
8654
|
-
"funding": {
|
|
8655
|
-
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
8656
|
-
}
|
|
8657
|
-
},
|
|
8658
|
-
"node_modules/got/node_modules/get-stream": {
|
|
8659
|
-
"version": "6.0.1",
|
|
8660
|
-
"license": "MIT",
|
|
8661
|
-
"engines": {
|
|
8662
|
-
"node": ">=10"
|
|
8663
|
-
},
|
|
8664
|
-
"funding": {
|
|
8665
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
8666
|
-
}
|
|
8667
|
-
},
|
|
8668
8313
|
"node_modules/graceful-fs": {
|
|
8669
8314
|
"version": "4.2.11",
|
|
8670
8315
|
"license": "ISC"
|
|
@@ -8735,10 +8380,6 @@
|
|
|
8735
8380
|
"unix-dgram": "2.x"
|
|
8736
8381
|
}
|
|
8737
8382
|
},
|
|
8738
|
-
"node_modules/http-cache-semantics": {
|
|
8739
|
-
"version": "4.2.0",
|
|
8740
|
-
"license": "BSD-2-Clause"
|
|
8741
|
-
},
|
|
8742
8383
|
"node_modules/http-errors": {
|
|
8743
8384
|
"version": "2.0.0",
|
|
8744
8385
|
"license": "MIT",
|
|
@@ -8788,17 +8429,6 @@
|
|
|
8788
8429
|
"node": ">= 0.12.0"
|
|
8789
8430
|
}
|
|
8790
8431
|
},
|
|
8791
|
-
"node_modules/http2-wrapper": {
|
|
8792
|
-
"version": "2.2.1",
|
|
8793
|
-
"license": "MIT",
|
|
8794
|
-
"dependencies": {
|
|
8795
|
-
"quick-lru": "^5.1.1",
|
|
8796
|
-
"resolve-alpn": "^1.2.0"
|
|
8797
|
-
},
|
|
8798
|
-
"engines": {
|
|
8799
|
-
"node": ">=10.19.0"
|
|
8800
|
-
}
|
|
8801
|
-
},
|
|
8802
8432
|
"node_modules/https-proxy-agent": {
|
|
8803
8433
|
"version": "7.0.6",
|
|
8804
8434
|
"license": "MIT",
|
|
@@ -9181,13 +8811,6 @@
|
|
|
9181
8811
|
"node": ">=8"
|
|
9182
8812
|
}
|
|
9183
8813
|
},
|
|
9184
|
-
"node_modules/inspect-with-kind": {
|
|
9185
|
-
"version": "1.0.5",
|
|
9186
|
-
"license": "ISC",
|
|
9187
|
-
"dependencies": {
|
|
9188
|
-
"kind-of": "^6.0.2"
|
|
9189
|
-
}
|
|
9190
|
-
},
|
|
9191
8814
|
"node_modules/ipaddr.js": {
|
|
9192
8815
|
"version": "1.9.1",
|
|
9193
8816
|
"license": "MIT",
|
|
@@ -9547,10 +9170,6 @@
|
|
|
9547
9170
|
"version": "4.0.0",
|
|
9548
9171
|
"license": "MIT"
|
|
9549
9172
|
},
|
|
9550
|
-
"node_modules/json-buffer": {
|
|
9551
|
-
"version": "3.0.1",
|
|
9552
|
-
"license": "MIT"
|
|
9553
|
-
},
|
|
9554
9173
|
"node_modules/json-schema-ref-resolver": {
|
|
9555
9174
|
"version": "3.0.0",
|
|
9556
9175
|
"funding": [
|
|
@@ -9643,20 +9262,6 @@
|
|
|
9643
9262
|
"node": ">=16.17.0"
|
|
9644
9263
|
}
|
|
9645
9264
|
},
|
|
9646
|
-
"node_modules/keyv": {
|
|
9647
|
-
"version": "4.5.4",
|
|
9648
|
-
"license": "MIT",
|
|
9649
|
-
"dependencies": {
|
|
9650
|
-
"json-buffer": "3.0.1"
|
|
9651
|
-
}
|
|
9652
|
-
},
|
|
9653
|
-
"node_modules/kind-of": {
|
|
9654
|
-
"version": "6.0.3",
|
|
9655
|
-
"license": "MIT",
|
|
9656
|
-
"engines": {
|
|
9657
|
-
"node": ">=0.10.0"
|
|
9658
|
-
}
|
|
9659
|
-
},
|
|
9660
9265
|
"node_modules/kuler": {
|
|
9661
9266
|
"version": "2.0.0",
|
|
9662
9267
|
"license": "MIT"
|
|
@@ -9980,21 +9585,6 @@
|
|
|
9980
9585
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
9981
9586
|
}
|
|
9982
9587
|
},
|
|
9983
|
-
"node_modules/log-update/node_modules/ansi-escapes": {
|
|
9984
|
-
"version": "7.3.0",
|
|
9985
|
-
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.3.0.tgz",
|
|
9986
|
-
"integrity": "sha512-BvU8nYgGQBxcmMuEeUEmNTvrMVjJNSH7RgW24vXexN4Ven6qCvy4TntnvlnwnMLTVlcRQQdbRY8NKnaIoeWDNg==",
|
|
9987
|
-
"license": "MIT",
|
|
9988
|
-
"dependencies": {
|
|
9989
|
-
"environment": "^1.0.0"
|
|
9990
|
-
},
|
|
9991
|
-
"engines": {
|
|
9992
|
-
"node": ">=18"
|
|
9993
|
-
},
|
|
9994
|
-
"funding": {
|
|
9995
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
9996
|
-
}
|
|
9997
|
-
},
|
|
9998
9588
|
"node_modules/log-update/node_modules/cli-cursor": {
|
|
9999
9589
|
"version": "5.0.0",
|
|
10000
9590
|
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz",
|
|
@@ -10116,16 +9706,6 @@
|
|
|
10116
9706
|
"node": ">= 12.0.0"
|
|
10117
9707
|
}
|
|
10118
9708
|
},
|
|
10119
|
-
"node_modules/lowercase-keys": {
|
|
10120
|
-
"version": "3.0.0",
|
|
10121
|
-
"license": "MIT",
|
|
10122
|
-
"engines": {
|
|
10123
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
10124
|
-
},
|
|
10125
|
-
"funding": {
|
|
10126
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
10127
|
-
}
|
|
10128
|
-
},
|
|
10129
9709
|
"node_modules/luxon": {
|
|
10130
9710
|
"version": "3.7.2",
|
|
10131
9711
|
"license": "MIT",
|
|
@@ -10150,19 +9730,6 @@
|
|
|
10150
9730
|
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
10151
9731
|
}
|
|
10152
9732
|
},
|
|
10153
|
-
"node_modules/make-dir": {
|
|
10154
|
-
"version": "4.0.0",
|
|
10155
|
-
"license": "MIT",
|
|
10156
|
-
"dependencies": {
|
|
10157
|
-
"semver": "^7.5.3"
|
|
10158
|
-
},
|
|
10159
|
-
"engines": {
|
|
10160
|
-
"node": ">=10"
|
|
10161
|
-
},
|
|
10162
|
-
"funding": {
|
|
10163
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
10164
|
-
}
|
|
10165
|
-
},
|
|
10166
9733
|
"node_modules/make-error": {
|
|
10167
9734
|
"version": "1.3.6",
|
|
10168
9735
|
"license": "ISC"
|
|
@@ -10281,13 +9848,6 @@
|
|
|
10281
9848
|
"node": ">=10.0.0"
|
|
10282
9849
|
}
|
|
10283
9850
|
},
|
|
10284
|
-
"node_modules/mime-db": {
|
|
10285
|
-
"version": "1.52.0",
|
|
10286
|
-
"license": "MIT",
|
|
10287
|
-
"engines": {
|
|
10288
|
-
"node": ">= 0.6"
|
|
10289
|
-
}
|
|
10290
|
-
},
|
|
10291
9851
|
"node_modules/mimic-fn": {
|
|
10292
9852
|
"version": "4.0.0",
|
|
10293
9853
|
"license": "MIT",
|
|
@@ -10308,16 +9868,6 @@
|
|
|
10308
9868
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
10309
9869
|
}
|
|
10310
9870
|
},
|
|
10311
|
-
"node_modules/mimic-response": {
|
|
10312
|
-
"version": "4.0.0",
|
|
10313
|
-
"license": "MIT",
|
|
10314
|
-
"engines": {
|
|
10315
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
10316
|
-
},
|
|
10317
|
-
"funding": {
|
|
10318
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
10319
|
-
}
|
|
10320
|
-
},
|
|
10321
9871
|
"node_modules/minimatch": {
|
|
10322
9872
|
"version": "9.0.5",
|
|
10323
9873
|
"license": "ISC",
|
|
@@ -10365,6 +9915,15 @@
|
|
|
10365
9915
|
"ufo": "^1.6.1"
|
|
10366
9916
|
}
|
|
10367
9917
|
},
|
|
9918
|
+
"node_modules/modern-tar": {
|
|
9919
|
+
"version": "0.7.5",
|
|
9920
|
+
"resolved": "https://registry.npmjs.org/modern-tar/-/modern-tar-0.7.5.tgz",
|
|
9921
|
+
"integrity": "sha512-YTefgdpKKFgoTDbEUqXqgUJct2OG6/4hs4XWLsxcHkDLj/x/V8WmKIRppPnXP5feQ7d1vuYWSp3qKkxfwaFaxA==",
|
|
9922
|
+
"license": "MIT",
|
|
9923
|
+
"engines": {
|
|
9924
|
+
"node": ">=18.0.0"
|
|
9925
|
+
}
|
|
9926
|
+
},
|
|
10368
9927
|
"node_modules/module-definition": {
|
|
10369
9928
|
"version": "6.0.1",
|
|
10370
9929
|
"license": "MIT",
|
|
@@ -10601,16 +10160,6 @@
|
|
|
10601
10160
|
"node": ">=0.10.0"
|
|
10602
10161
|
}
|
|
10603
10162
|
},
|
|
10604
|
-
"node_modules/normalize-url": {
|
|
10605
|
-
"version": "8.1.1",
|
|
10606
|
-
"license": "MIT",
|
|
10607
|
-
"engines": {
|
|
10608
|
-
"node": ">=14.16"
|
|
10609
|
-
},
|
|
10610
|
-
"funding": {
|
|
10611
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
10612
|
-
}
|
|
10613
|
-
},
|
|
10614
10163
|
"node_modules/npm-run-path": {
|
|
10615
10164
|
"version": "4.0.1",
|
|
10616
10165
|
"license": "MIT",
|
|
@@ -10846,13 +10395,6 @@
|
|
|
10846
10395
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
10847
10396
|
}
|
|
10848
10397
|
},
|
|
10849
|
-
"node_modules/p-cancelable": {
|
|
10850
|
-
"version": "3.0.0",
|
|
10851
|
-
"license": "MIT",
|
|
10852
|
-
"engines": {
|
|
10853
|
-
"node": ">=12.20"
|
|
10854
|
-
}
|
|
10855
|
-
},
|
|
10856
10398
|
"node_modules/p-event": {
|
|
10857
10399
|
"version": "6.0.1",
|
|
10858
10400
|
"license": "MIT",
|
|
@@ -11139,17 +10681,6 @@
|
|
|
11139
10681
|
"version": "2.0.3",
|
|
11140
10682
|
"license": "MIT"
|
|
11141
10683
|
},
|
|
11142
|
-
"node_modules/peek-readable": {
|
|
11143
|
-
"version": "5.4.2",
|
|
11144
|
-
"license": "MIT",
|
|
11145
|
-
"engines": {
|
|
11146
|
-
"node": ">=14.16"
|
|
11147
|
-
},
|
|
11148
|
-
"funding": {
|
|
11149
|
-
"type": "github",
|
|
11150
|
-
"url": "https://github.com/sponsors/Borewit"
|
|
11151
|
-
}
|
|
11152
|
-
},
|
|
11153
10684
|
"node_modules/pend": {
|
|
11154
10685
|
"version": "1.2.0",
|
|
11155
10686
|
"license": "MIT"
|
|
@@ -11576,16 +11107,6 @@
|
|
|
11576
11107
|
"version": "4.0.4",
|
|
11577
11108
|
"license": "MIT"
|
|
11578
11109
|
},
|
|
11579
|
-
"node_modules/quick-lru": {
|
|
11580
|
-
"version": "5.1.1",
|
|
11581
|
-
"license": "MIT",
|
|
11582
|
-
"engines": {
|
|
11583
|
-
"node": ">=10"
|
|
11584
|
-
},
|
|
11585
|
-
"funding": {
|
|
11586
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11587
|
-
}
|
|
11588
|
-
},
|
|
11589
11110
|
"node_modules/quote-unquote": {
|
|
11590
11111
|
"version": "1.0.0",
|
|
11591
11112
|
"license": "MIT"
|
|
@@ -11818,20 +11339,6 @@
|
|
|
11818
11339
|
"ieee754": "^1.2.1"
|
|
11819
11340
|
}
|
|
11820
11341
|
},
|
|
11821
|
-
"node_modules/readable-web-to-node-stream": {
|
|
11822
|
-
"version": "3.0.4",
|
|
11823
|
-
"license": "MIT",
|
|
11824
|
-
"dependencies": {
|
|
11825
|
-
"readable-stream": "^4.7.0"
|
|
11826
|
-
},
|
|
11827
|
-
"engines": {
|
|
11828
|
-
"node": ">=8"
|
|
11829
|
-
},
|
|
11830
|
-
"funding": {
|
|
11831
|
-
"type": "github",
|
|
11832
|
-
"url": "https://github.com/sponsors/Borewit"
|
|
11833
|
-
}
|
|
11834
|
-
},
|
|
11835
11342
|
"node_modules/readdir-glob": {
|
|
11836
11343
|
"version": "1.1.3",
|
|
11837
11344
|
"license": "Apache-2.0",
|
|
@@ -11961,10 +11468,6 @@
|
|
|
11961
11468
|
"url": "https://github.com/sponsors/ljharb"
|
|
11962
11469
|
}
|
|
11963
11470
|
},
|
|
11964
|
-
"node_modules/resolve-alpn": {
|
|
11965
|
-
"version": "1.2.1",
|
|
11966
|
-
"license": "MIT"
|
|
11967
|
-
},
|
|
11968
11471
|
"node_modules/resolve-from": {
|
|
11969
11472
|
"version": "5.0.0",
|
|
11970
11473
|
"license": "MIT",
|
|
@@ -11972,19 +11475,6 @@
|
|
|
11972
11475
|
"node": ">=8"
|
|
11973
11476
|
}
|
|
11974
11477
|
},
|
|
11975
|
-
"node_modules/responselike": {
|
|
11976
|
-
"version": "3.0.0",
|
|
11977
|
-
"license": "MIT",
|
|
11978
|
-
"dependencies": {
|
|
11979
|
-
"lowercase-keys": "^3.0.0"
|
|
11980
|
-
},
|
|
11981
|
-
"engines": {
|
|
11982
|
-
"node": ">=14.16"
|
|
11983
|
-
},
|
|
11984
|
-
"funding": {
|
|
11985
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11986
|
-
}
|
|
11987
|
-
},
|
|
11988
11478
|
"node_modules/restore-cursor": {
|
|
11989
11479
|
"version": "3.1.0",
|
|
11990
11480
|
"license": "MIT",
|
|
@@ -12212,21 +11702,6 @@
|
|
|
12212
11702
|
],
|
|
12213
11703
|
"license": "BSD-3-Clause"
|
|
12214
11704
|
},
|
|
12215
|
-
"node_modules/seek-bzip": {
|
|
12216
|
-
"version": "1.0.6",
|
|
12217
|
-
"license": "MIT",
|
|
12218
|
-
"dependencies": {
|
|
12219
|
-
"commander": "^2.8.1"
|
|
12220
|
-
},
|
|
12221
|
-
"bin": {
|
|
12222
|
-
"seek-bunzip": "bin/seek-bunzip",
|
|
12223
|
-
"seek-table": "bin/seek-bzip-table"
|
|
12224
|
-
}
|
|
12225
|
-
},
|
|
12226
|
-
"node_modules/seek-bzip/node_modules/commander": {
|
|
12227
|
-
"version": "2.20.3",
|
|
12228
|
-
"license": "MIT"
|
|
12229
|
-
},
|
|
12230
11705
|
"node_modules/semver": {
|
|
12231
11706
|
"version": "7.7.2",
|
|
12232
11707
|
"license": "ISC",
|
|
@@ -12424,33 +11899,6 @@
|
|
|
12424
11899
|
"atomic-sleep": "^1.0.0"
|
|
12425
11900
|
}
|
|
12426
11901
|
},
|
|
12427
|
-
"node_modules/sort-keys": {
|
|
12428
|
-
"version": "1.1.2",
|
|
12429
|
-
"license": "MIT",
|
|
12430
|
-
"dependencies": {
|
|
12431
|
-
"is-plain-obj": "^1.0.0"
|
|
12432
|
-
},
|
|
12433
|
-
"engines": {
|
|
12434
|
-
"node": ">=0.10.0"
|
|
12435
|
-
}
|
|
12436
|
-
},
|
|
12437
|
-
"node_modules/sort-keys-length": {
|
|
12438
|
-
"version": "1.0.1",
|
|
12439
|
-
"license": "MIT",
|
|
12440
|
-
"dependencies": {
|
|
12441
|
-
"sort-keys": "^1.0.0"
|
|
12442
|
-
},
|
|
12443
|
-
"engines": {
|
|
12444
|
-
"node": ">=0.10.0"
|
|
12445
|
-
}
|
|
12446
|
-
},
|
|
12447
|
-
"node_modules/sort-keys/node_modules/is-plain-obj": {
|
|
12448
|
-
"version": "1.1.0",
|
|
12449
|
-
"license": "MIT",
|
|
12450
|
-
"engines": {
|
|
12451
|
-
"node": ">=0.10.0"
|
|
12452
|
-
}
|
|
12453
|
-
},
|
|
12454
11902
|
"node_modules/source-map": {
|
|
12455
11903
|
"version": "0.6.1",
|
|
12456
11904
|
"license": "BSD-3-Clause",
|
|
@@ -12636,21 +12084,6 @@
|
|
|
12636
12084
|
"node": ">=8"
|
|
12637
12085
|
}
|
|
12638
12086
|
},
|
|
12639
|
-
"node_modules/strip-dirs": {
|
|
12640
|
-
"version": "3.0.0",
|
|
12641
|
-
"license": "ISC",
|
|
12642
|
-
"dependencies": {
|
|
12643
|
-
"inspect-with-kind": "^1.0.5",
|
|
12644
|
-
"is-plain-obj": "^1.1.0"
|
|
12645
|
-
}
|
|
12646
|
-
},
|
|
12647
|
-
"node_modules/strip-dirs/node_modules/is-plain-obj": {
|
|
12648
|
-
"version": "1.1.0",
|
|
12649
|
-
"license": "MIT",
|
|
12650
|
-
"engines": {
|
|
12651
|
-
"node": ">=0.10.0"
|
|
12652
|
-
}
|
|
12653
|
-
},
|
|
12654
12087
|
"node_modules/strip-final-newline": {
|
|
12655
12088
|
"version": "2.0.0",
|
|
12656
12089
|
"license": "MIT",
|
|
@@ -12658,31 +12091,6 @@
|
|
|
12658
12091
|
"node": ">=6"
|
|
12659
12092
|
}
|
|
12660
12093
|
},
|
|
12661
|
-
"node_modules/strip-outer": {
|
|
12662
|
-
"version": "2.0.0",
|
|
12663
|
-
"license": "MIT",
|
|
12664
|
-
"engines": {
|
|
12665
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
12666
|
-
},
|
|
12667
|
-
"funding": {
|
|
12668
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
12669
|
-
}
|
|
12670
|
-
},
|
|
12671
|
-
"node_modules/strtok3": {
|
|
12672
|
-
"version": "7.1.1",
|
|
12673
|
-
"license": "MIT",
|
|
12674
|
-
"dependencies": {
|
|
12675
|
-
"@tokenizer/token": "^0.3.0",
|
|
12676
|
-
"peek-readable": "^5.1.3"
|
|
12677
|
-
},
|
|
12678
|
-
"engines": {
|
|
12679
|
-
"node": ">=16"
|
|
12680
|
-
},
|
|
12681
|
-
"funding": {
|
|
12682
|
-
"type": "github",
|
|
12683
|
-
"url": "https://github.com/sponsors/Borewit"
|
|
12684
|
-
}
|
|
12685
|
-
},
|
|
12686
12094
|
"node_modules/stubborn-fs": {
|
|
12687
12095
|
"version": "1.2.5"
|
|
12688
12096
|
},
|
|
@@ -12944,21 +12352,6 @@
|
|
|
12944
12352
|
"node": ">=0.6"
|
|
12945
12353
|
}
|
|
12946
12354
|
},
|
|
12947
|
-
"node_modules/token-types": {
|
|
12948
|
-
"version": "5.0.1",
|
|
12949
|
-
"license": "MIT",
|
|
12950
|
-
"dependencies": {
|
|
12951
|
-
"@tokenizer/token": "^0.3.0",
|
|
12952
|
-
"ieee754": "^1.2.1"
|
|
12953
|
-
},
|
|
12954
|
-
"engines": {
|
|
12955
|
-
"node": ">=14.16"
|
|
12956
|
-
},
|
|
12957
|
-
"funding": {
|
|
12958
|
-
"type": "github",
|
|
12959
|
-
"url": "https://github.com/sponsors/Borewit"
|
|
12960
|
-
}
|
|
12961
|
-
},
|
|
12962
12355
|
"node_modules/toml": {
|
|
12963
12356
|
"version": "3.0.0",
|
|
12964
12357
|
"license": "MIT"
|
|
@@ -12971,16 +12364,6 @@
|
|
|
12971
12364
|
"version": "0.0.3",
|
|
12972
12365
|
"license": "MIT"
|
|
12973
12366
|
},
|
|
12974
|
-
"node_modules/trim-repeated": {
|
|
12975
|
-
"version": "2.0.0",
|
|
12976
|
-
"license": "MIT",
|
|
12977
|
-
"dependencies": {
|
|
12978
|
-
"escape-string-regexp": "^5.0.0"
|
|
12979
|
-
},
|
|
12980
|
-
"engines": {
|
|
12981
|
-
"node": ">=12"
|
|
12982
|
-
}
|
|
12983
|
-
},
|
|
12984
12367
|
"node_modules/triple-beam": {
|
|
12985
12368
|
"version": "1.4.1",
|
|
12986
12369
|
"license": "MIT",
|
|
@@ -13085,14 +12468,6 @@
|
|
|
13085
12468
|
"ulid": "dist/cli.js"
|
|
13086
12469
|
}
|
|
13087
12470
|
},
|
|
13088
|
-
"node_modules/unbzip2-stream": {
|
|
13089
|
-
"version": "1.4.3",
|
|
13090
|
-
"license": "MIT",
|
|
13091
|
-
"dependencies": {
|
|
13092
|
-
"buffer": "^5.2.1",
|
|
13093
|
-
"through": "^2.3.8"
|
|
13094
|
-
}
|
|
13095
|
-
},
|
|
13096
12471
|
"node_modules/uncrypto": {
|
|
13097
12472
|
"version": "0.1.3",
|
|
13098
12473
|
"license": "MIT"
|
|
@@ -13117,6 +12492,7 @@
|
|
|
13117
12492
|
},
|
|
13118
12493
|
"node_modules/unix-dgram": {
|
|
13119
12494
|
"version": "2.0.7",
|
|
12495
|
+
"hasInstallScript": true,
|
|
13120
12496
|
"license": "ISC",
|
|
13121
12497
|
"optional": true,
|
|
13122
12498
|
"dependencies": {
|