netlify-cli 24.1.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/base-command.d.ts +9 -0
- package/dist/commands/base-command.d.ts.map +1 -1
- package/dist/commands/base-command.js +24 -17
- package/dist/commands/base-command.js.map +1 -1
- 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/commands/login/index.d.ts.map +1 -1
- package/dist/commands/login/index.js +3 -0
- package/dist/commands/login/index.js.map +1 -1
- package/dist/commands/login/login-check.d.ts +4 -0
- package/dist/commands/login/login-check.d.ts.map +1 -0
- package/dist/commands/login/login-check.js +49 -0
- package/dist/commands/login/login-check.js.map +1 -0
- package/dist/commands/login/login-request.d.ts +3 -0
- package/dist/commands/login/login-request.d.ts.map +1 -0
- package/dist/commands/login/login-request.js +19 -0
- package/dist/commands/login/login-request.js.map +1 -0
- package/dist/commands/login/login.d.ts.map +1 -1
- package/dist/commands/login/login.js +14 -1
- package/dist/commands/login/login.js.map +1 -1
- package/dist/commands/main.d.ts.map +1 -1
- package/dist/commands/main.js +4 -1
- package/dist/commands/main.js.map +1 -1
- 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 +301 -868
- package/package.json +14 -14
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.
|
|
15
|
-
"@netlify/api": "14.0.
|
|
14
|
+
"@netlify/ai": "0.4.1",
|
|
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,19 +1112,23 @@
|
|
|
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"
|
|
1121
1123
|
}
|
|
1122
1124
|
},
|
|
1123
1125
|
"node_modules/@netlify/api": {
|
|
1124
|
-
"version": "14.0.
|
|
1126
|
+
"version": "14.0.18",
|
|
1127
|
+
"resolved": "https://registry.npmjs.org/@netlify/api/-/api-14.0.18.tgz",
|
|
1128
|
+
"integrity": "sha512-4STtNybPXALobjTHEIU48Huv9Si1sNxgHbtYslNBPvQu9/aTpxhRHDZuUOkE/QuhHSbaCNCWJSYFGIRxpCdXxg==",
|
|
1125
1129
|
"license": "MIT",
|
|
1126
1130
|
"dependencies": {
|
|
1127
|
-
"@netlify/open-api": "^2.
|
|
1131
|
+
"@netlify/open-api": "^2.51.0",
|
|
1128
1132
|
"node-fetch": "^3.0.0",
|
|
1129
1133
|
"p-wait-for": "^5.0.0",
|
|
1130
1134
|
"picoquery": "^2.5.0"
|
|
@@ -1135,6 +1139,8 @@
|
|
|
1135
1139
|
},
|
|
1136
1140
|
"node_modules/@netlify/api/node_modules/p-timeout": {
|
|
1137
1141
|
"version": "6.1.4",
|
|
1142
|
+
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz",
|
|
1143
|
+
"integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==",
|
|
1138
1144
|
"license": "MIT",
|
|
1139
1145
|
"engines": {
|
|
1140
1146
|
"node": ">=14.16"
|
|
@@ -1145,6 +1151,8 @@
|
|
|
1145
1151
|
},
|
|
1146
1152
|
"node_modules/@netlify/api/node_modules/p-wait-for": {
|
|
1147
1153
|
"version": "5.0.2",
|
|
1154
|
+
"resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-5.0.2.tgz",
|
|
1155
|
+
"integrity": "sha512-lwx6u1CotQYPVju77R+D0vFomni/AqRfqLmqQ8hekklqZ6gAY9rONh7lBQ0uxWMkC2AuX9b2DVAl8To0NyP1JA==",
|
|
1148
1156
|
"license": "MIT",
|
|
1149
1157
|
"dependencies": {
|
|
1150
1158
|
"p-timeout": "^6.0.0"
|
|
@@ -1226,9 +1234,9 @@
|
|
|
1226
1234
|
}
|
|
1227
1235
|
},
|
|
1228
1236
|
"node_modules/@netlify/build": {
|
|
1229
|
-
"version": "35.8.
|
|
1230
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-35.8.
|
|
1231
|
-
"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==",
|
|
1232
1240
|
"license": "MIT",
|
|
1233
1241
|
"dependencies": {
|
|
1234
1242
|
"@bugsnag/js": "^8.0.0",
|
|
@@ -1236,12 +1244,12 @@
|
|
|
1236
1244
|
"@netlify/cache-utils": "^6.0.5",
|
|
1237
1245
|
"@netlify/config": "^24.4.3",
|
|
1238
1246
|
"@netlify/edge-bundler": "14.9.15",
|
|
1239
|
-
"@netlify/functions-utils": "^6.2.
|
|
1247
|
+
"@netlify/functions-utils": "^6.2.26",
|
|
1240
1248
|
"@netlify/git-utils": "^6.0.4",
|
|
1241
1249
|
"@netlify/opentelemetry-utils": "^2.0.2",
|
|
1242
1250
|
"@netlify/plugins-list": "^6.81.3",
|
|
1243
1251
|
"@netlify/run-utils": "^6.0.3",
|
|
1244
|
-
"@netlify/zip-it-and-ship-it": "14.
|
|
1252
|
+
"@netlify/zip-it-and-ship-it": "14.5.0",
|
|
1245
1253
|
"@sindresorhus/slugify": "^2.0.0",
|
|
1246
1254
|
"ansi-escapes": "^7.0.0",
|
|
1247
1255
|
"ansis": "^4.1.0",
|
|
@@ -1614,9 +1622,9 @@
|
|
|
1614
1622
|
}
|
|
1615
1623
|
},
|
|
1616
1624
|
"node_modules/@netlify/cache": {
|
|
1617
|
-
"version": "3.4.
|
|
1618
|
-
"resolved": "https://registry.npmjs.org/@netlify/cache/-/cache-3.4.
|
|
1619
|
-
"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==",
|
|
1620
1628
|
"license": "MIT",
|
|
1621
1629
|
"dependencies": {
|
|
1622
1630
|
"@netlify/runtime-utils": "2.3.0"
|
|
@@ -1866,23 +1874,23 @@
|
|
|
1866
1874
|
}
|
|
1867
1875
|
},
|
|
1868
1876
|
"node_modules/@netlify/dev": {
|
|
1869
|
-
"version": "4.16.
|
|
1870
|
-
"resolved": "https://registry.npmjs.org/@netlify/dev/-/dev-4.16.
|
|
1871
|
-
"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==",
|
|
1872
1880
|
"license": "MIT",
|
|
1873
1881
|
"dependencies": {
|
|
1874
|
-
"@netlify/ai": "^0.4.
|
|
1875
|
-
"@netlify/blobs": "10.7.
|
|
1876
|
-
"@netlify/config": "^24.4.
|
|
1882
|
+
"@netlify/ai": "^0.4.1",
|
|
1883
|
+
"@netlify/blobs": "10.7.2",
|
|
1884
|
+
"@netlify/config": "^24.4.3",
|
|
1877
1885
|
"@netlify/db-dev": "0.7.0",
|
|
1878
|
-
"@netlify/dev-utils": "4.4.
|
|
1879
|
-
"@netlify/edge-functions-dev": "1.0.
|
|
1880
|
-
"@netlify/functions-dev": "1.2.
|
|
1881
|
-
"@netlify/headers": "2.1.
|
|
1882
|
-
"@netlify/images": "1.3.
|
|
1883
|
-
"@netlify/redirects": "3.1.
|
|
1884
|
-
"@netlify/runtime": "4.1.
|
|
1885
|
-
"@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",
|
|
1886
1894
|
"ulid": "^3.0.0"
|
|
1887
1895
|
},
|
|
1888
1896
|
"engines": {
|
|
@@ -1890,9 +1898,9 @@
|
|
|
1890
1898
|
}
|
|
1891
1899
|
},
|
|
1892
1900
|
"node_modules/@netlify/dev-utils": {
|
|
1893
|
-
"version": "4.4.
|
|
1894
|
-
"resolved": "https://registry.npmjs.org/@netlify/dev-utils/-/dev-utils-4.4.
|
|
1895
|
-
"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==",
|
|
1896
1904
|
"license": "MIT",
|
|
1897
1905
|
"dependencies": {
|
|
1898
1906
|
"@whatwg-node/server": "^0.10.0",
|
|
@@ -1943,13 +1951,13 @@
|
|
|
1943
1951
|
}
|
|
1944
1952
|
},
|
|
1945
1953
|
"node_modules/@netlify/dev/node_modules/@netlify/blobs": {
|
|
1946
|
-
"version": "10.7.
|
|
1947
|
-
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-10.7.
|
|
1948
|
-
"integrity": "sha512-
|
|
1954
|
+
"version": "10.7.2",
|
|
1955
|
+
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-10.7.2.tgz",
|
|
1956
|
+
"integrity": "sha512-2fHKgTRko9XKwrqLWIIvfuwip4OzkfyBcG63KAcPYJE3SgqxrEvTSfQXka2ItFD61Nrf89cCnCSfplR4PeD7AQ==",
|
|
1949
1957
|
"license": "MIT",
|
|
1950
1958
|
"dependencies": {
|
|
1951
|
-
"@netlify/dev-utils": "4.4.
|
|
1952
|
-
"@netlify/otel": "^5.1.
|
|
1959
|
+
"@netlify/dev-utils": "4.4.1",
|
|
1960
|
+
"@netlify/otel": "^5.1.3",
|
|
1953
1961
|
"@netlify/runtime-utils": "2.3.0"
|
|
1954
1962
|
},
|
|
1955
1963
|
"engines": {
|
|
@@ -2653,10 +2661,12 @@
|
|
|
2653
2661
|
}
|
|
2654
2662
|
},
|
|
2655
2663
|
"node_modules/@netlify/edge-functions": {
|
|
2656
|
-
"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==",
|
|
2657
2667
|
"license": "MIT",
|
|
2658
2668
|
"dependencies": {
|
|
2659
|
-
"@netlify/types": "2.
|
|
2669
|
+
"@netlify/types": "2.4.0"
|
|
2660
2670
|
},
|
|
2661
2671
|
"engines": {
|
|
2662
2672
|
"node": ">=18.0.0"
|
|
@@ -2667,14 +2677,14 @@
|
|
|
2667
2677
|
"license": "MIT"
|
|
2668
2678
|
},
|
|
2669
2679
|
"node_modules/@netlify/edge-functions-dev": {
|
|
2670
|
-
"version": "1.0.
|
|
2671
|
-
"resolved": "https://registry.npmjs.org/@netlify/edge-functions-dev/-/edge-functions-dev-1.0.
|
|
2672
|
-
"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==",
|
|
2673
2683
|
"license": "MIT",
|
|
2674
2684
|
"dependencies": {
|
|
2675
|
-
"@netlify/dev-utils": "4.4.
|
|
2676
|
-
"@netlify/edge-bundler": "^14.9.
|
|
2677
|
-
"@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",
|
|
2678
2688
|
"@netlify/edge-functions-bootstrap": "2.16.0",
|
|
2679
2689
|
"@netlify/runtime-utils": "2.3.0",
|
|
2680
2690
|
"get-port": "^7.1.0"
|
|
@@ -2698,25 +2708,27 @@
|
|
|
2698
2708
|
}
|
|
2699
2709
|
},
|
|
2700
2710
|
"node_modules/@netlify/functions": {
|
|
2701
|
-
"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==",
|
|
2702
2714
|
"license": "MIT",
|
|
2703
2715
|
"dependencies": {
|
|
2704
|
-
"@netlify/types": "2.
|
|
2716
|
+
"@netlify/types": "2.4.0"
|
|
2705
2717
|
},
|
|
2706
2718
|
"engines": {
|
|
2707
2719
|
"node": ">=18.0.0"
|
|
2708
2720
|
}
|
|
2709
2721
|
},
|
|
2710
2722
|
"node_modules/@netlify/functions-dev": {
|
|
2711
|
-
"version": "1.2.
|
|
2712
|
-
"resolved": "https://registry.npmjs.org/@netlify/functions-dev/-/functions-dev-1.2.
|
|
2713
|
-
"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==",
|
|
2714
2726
|
"license": "MIT",
|
|
2715
2727
|
"dependencies": {
|
|
2716
|
-
"@netlify/blobs": "10.7.
|
|
2717
|
-
"@netlify/dev-utils": "4.4.
|
|
2718
|
-
"@netlify/functions": "5.1.
|
|
2719
|
-
"@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",
|
|
2720
2732
|
"cron-parser": "^4.9.0",
|
|
2721
2733
|
"decache": "^4.6.2",
|
|
2722
2734
|
"extract-zip": "^2.0.1",
|
|
@@ -2732,13 +2744,13 @@
|
|
|
2732
2744
|
}
|
|
2733
2745
|
},
|
|
2734
2746
|
"node_modules/@netlify/functions-dev/node_modules/@netlify/blobs": {
|
|
2735
|
-
"version": "10.7.
|
|
2736
|
-
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-10.7.
|
|
2737
|
-
"integrity": "sha512-
|
|
2747
|
+
"version": "10.7.2",
|
|
2748
|
+
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-10.7.2.tgz",
|
|
2749
|
+
"integrity": "sha512-2fHKgTRko9XKwrqLWIIvfuwip4OzkfyBcG63KAcPYJE3SgqxrEvTSfQXka2ItFD61Nrf89cCnCSfplR4PeD7AQ==",
|
|
2738
2750
|
"license": "MIT",
|
|
2739
2751
|
"dependencies": {
|
|
2740
|
-
"@netlify/dev-utils": "4.4.
|
|
2741
|
-
"@netlify/otel": "^5.1.
|
|
2752
|
+
"@netlify/dev-utils": "4.4.1",
|
|
2753
|
+
"@netlify/otel": "^5.1.3",
|
|
2742
2754
|
"@netlify/runtime-utils": "2.3.0"
|
|
2743
2755
|
},
|
|
2744
2756
|
"engines": {
|
|
@@ -2761,12 +2773,12 @@
|
|
|
2761
2773
|
}
|
|
2762
2774
|
},
|
|
2763
2775
|
"node_modules/@netlify/functions-utils": {
|
|
2764
|
-
"version": "6.2.
|
|
2765
|
-
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-6.2.
|
|
2766
|
-
"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==",
|
|
2767
2779
|
"license": "MIT",
|
|
2768
2780
|
"dependencies": {
|
|
2769
|
-
"@netlify/zip-it-and-ship-it": "14.
|
|
2781
|
+
"@netlify/zip-it-and-ship-it": "14.5.0",
|
|
2770
2782
|
"cpy": "^11.0.0",
|
|
2771
2783
|
"path-exists": "^5.0.0"
|
|
2772
2784
|
},
|
|
@@ -2882,12 +2894,12 @@
|
|
|
2882
2894
|
}
|
|
2883
2895
|
},
|
|
2884
2896
|
"node_modules/@netlify/headers": {
|
|
2885
|
-
"version": "2.1.
|
|
2886
|
-
"resolved": "https://registry.npmjs.org/@netlify/headers/-/headers-2.1.
|
|
2887
|
-
"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==",
|
|
2888
2900
|
"license": "MIT",
|
|
2889
2901
|
"dependencies": {
|
|
2890
|
-
"@netlify/headers-parser": "^9.0.
|
|
2902
|
+
"@netlify/headers-parser": "^9.0.3"
|
|
2891
2903
|
},
|
|
2892
2904
|
"engines": {
|
|
2893
2905
|
"node": ">=20.6.1"
|
|
@@ -2909,9 +2921,9 @@
|
|
|
2909
2921
|
}
|
|
2910
2922
|
},
|
|
2911
2923
|
"node_modules/@netlify/images": {
|
|
2912
|
-
"version": "1.3.
|
|
2913
|
-
"resolved": "https://registry.npmjs.org/@netlify/images/-/images-1.3.
|
|
2914
|
-
"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==",
|
|
2915
2927
|
"license": "MIT",
|
|
2916
2928
|
"dependencies": {
|
|
2917
2929
|
"ipx": "^3.1.1"
|
|
@@ -3132,7 +3144,9 @@
|
|
|
3132
3144
|
}
|
|
3133
3145
|
},
|
|
3134
3146
|
"node_modules/@netlify/open-api": {
|
|
3135
|
-
"version": "2.
|
|
3147
|
+
"version": "2.51.0",
|
|
3148
|
+
"resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.51.0.tgz",
|
|
3149
|
+
"integrity": "sha512-pnGsLklHMfx8BKbWsiK8ZZ7h+vfE8Xh5ox0Lq2n0UMJUZL+iLMqXDw4tc3Udp9JxmyC06xBE6yYkOTI82VV0aA==",
|
|
3136
3150
|
"license": "MIT",
|
|
3137
3151
|
"engines": {
|
|
3138
3152
|
"node": ">=14.8.0"
|
|
@@ -3149,9 +3163,9 @@
|
|
|
3149
3163
|
}
|
|
3150
3164
|
},
|
|
3151
3165
|
"node_modules/@netlify/otel": {
|
|
3152
|
-
"version": "5.1.
|
|
3153
|
-
"resolved": "https://registry.npmjs.org/@netlify/otel/-/otel-5.1.
|
|
3154
|
-
"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==",
|
|
3155
3169
|
"license": "MIT",
|
|
3156
3170
|
"dependencies": {
|
|
3157
3171
|
"@opentelemetry/api": "1.9.0",
|
|
@@ -3192,13 +3206,13 @@
|
|
|
3192
3206
|
}
|
|
3193
3207
|
},
|
|
3194
3208
|
"node_modules/@netlify/redirects": {
|
|
3195
|
-
"version": "3.1.
|
|
3196
|
-
"resolved": "https://registry.npmjs.org/@netlify/redirects/-/redirects-3.1.
|
|
3197
|
-
"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==",
|
|
3198
3212
|
"license": "MIT",
|
|
3199
3213
|
"dependencies": {
|
|
3200
|
-
"@netlify/dev-utils": "4.4.
|
|
3201
|
-
"@netlify/redirect-parser": "^15.0.
|
|
3214
|
+
"@netlify/dev-utils": "4.4.1",
|
|
3215
|
+
"@netlify/redirect-parser": "^15.0.4",
|
|
3202
3216
|
"cookie": "^1.0.2",
|
|
3203
3217
|
"jsonwebtoken": "9.0.3",
|
|
3204
3218
|
"netlify-redirector": "^0.5.0"
|
|
@@ -3312,15 +3326,15 @@
|
|
|
3312
3326
|
}
|
|
3313
3327
|
},
|
|
3314
3328
|
"node_modules/@netlify/runtime": {
|
|
3315
|
-
"version": "4.1.
|
|
3316
|
-
"resolved": "https://registry.npmjs.org/@netlify/runtime/-/runtime-4.1.
|
|
3317
|
-
"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==",
|
|
3318
3332
|
"license": "MIT",
|
|
3319
3333
|
"dependencies": {
|
|
3320
|
-
"@netlify/blobs": "^10.7.
|
|
3321
|
-
"@netlify/cache": "3.4.
|
|
3334
|
+
"@netlify/blobs": "^10.7.2",
|
|
3335
|
+
"@netlify/cache": "3.4.2",
|
|
3322
3336
|
"@netlify/runtime-utils": "2.3.0",
|
|
3323
|
-
"@netlify/types": "2.
|
|
3337
|
+
"@netlify/types": "2.4.0"
|
|
3324
3338
|
},
|
|
3325
3339
|
"engines": {
|
|
3326
3340
|
"node": ">=20.6.1"
|
|
@@ -3334,13 +3348,13 @@
|
|
|
3334
3348
|
}
|
|
3335
3349
|
},
|
|
3336
3350
|
"node_modules/@netlify/runtime/node_modules/@netlify/blobs": {
|
|
3337
|
-
"version": "10.7.
|
|
3338
|
-
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-10.7.
|
|
3339
|
-
"integrity": "sha512-
|
|
3351
|
+
"version": "10.7.2",
|
|
3352
|
+
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-10.7.2.tgz",
|
|
3353
|
+
"integrity": "sha512-2fHKgTRko9XKwrqLWIIvfuwip4OzkfyBcG63KAcPYJE3SgqxrEvTSfQXka2ItFD61Nrf89cCnCSfplR4PeD7AQ==",
|
|
3340
3354
|
"license": "MIT",
|
|
3341
3355
|
"dependencies": {
|
|
3342
|
-
"@netlify/dev-utils": "4.4.
|
|
3343
|
-
"@netlify/otel": "^5.1.
|
|
3356
|
+
"@netlify/dev-utils": "4.4.1",
|
|
3357
|
+
"@netlify/otel": "^5.1.3",
|
|
3344
3358
|
"@netlify/runtime-utils": "2.3.0"
|
|
3345
3359
|
},
|
|
3346
3360
|
"engines": {
|
|
@@ -3348,16 +3362,30 @@
|
|
|
3348
3362
|
}
|
|
3349
3363
|
},
|
|
3350
3364
|
"node_modules/@netlify/serverless-functions-api": {
|
|
3351
|
-
"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==",
|
|
3352
3368
|
"license": "MIT",
|
|
3369
|
+
"dependencies": {
|
|
3370
|
+
"@netlify/types": "^2.4.0"
|
|
3371
|
+
},
|
|
3353
3372
|
"engines": {
|
|
3354
3373
|
"node": ">=18.0.0"
|
|
3355
3374
|
}
|
|
3356
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
|
+
},
|
|
3357
3385
|
"node_modules/@netlify/static": {
|
|
3358
|
-
"version": "3.1.
|
|
3359
|
-
"resolved": "https://registry.npmjs.org/@netlify/static/-/static-3.1.
|
|
3360
|
-
"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==",
|
|
3361
3389
|
"license": "MIT",
|
|
3362
3390
|
"dependencies": {
|
|
3363
3391
|
"mime-types": "^3.0.0"
|
|
@@ -3388,22 +3416,24 @@
|
|
|
3388
3416
|
}
|
|
3389
3417
|
},
|
|
3390
3418
|
"node_modules/@netlify/types": {
|
|
3391
|
-
"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==",
|
|
3392
3422
|
"license": "MIT",
|
|
3393
3423
|
"engines": {
|
|
3394
3424
|
"node": "^18.14.0 || >=20"
|
|
3395
3425
|
}
|
|
3396
3426
|
},
|
|
3397
3427
|
"node_modules/@netlify/zip-it-and-ship-it": {
|
|
3398
|
-
"version": "14.
|
|
3399
|
-
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-14.
|
|
3400
|
-
"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==",
|
|
3401
3431
|
"license": "MIT",
|
|
3402
3432
|
"dependencies": {
|
|
3403
3433
|
"@babel/parser": "^7.22.5",
|
|
3404
3434
|
"@babel/types": "^7.28.5",
|
|
3405
3435
|
"@netlify/binary-info": "^1.0.0",
|
|
3406
|
-
"@netlify/serverless-functions-api": "
|
|
3436
|
+
"@netlify/serverless-functions-api": "2.11.1",
|
|
3407
3437
|
"@vercel/nft": "0.29.4",
|
|
3408
3438
|
"archiver": "^7.0.0",
|
|
3409
3439
|
"common-path-prefix": "^3.0.0",
|
|
@@ -4773,9 +4803,9 @@
|
|
|
4773
4803
|
}
|
|
4774
4804
|
},
|
|
4775
4805
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
4776
|
-
"version": "4.
|
|
4777
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.
|
|
4778
|
-
"integrity": "sha512-
|
|
4806
|
+
"version": "4.59.0",
|
|
4807
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.59.0.tgz",
|
|
4808
|
+
"integrity": "sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==",
|
|
4779
4809
|
"cpu": [
|
|
4780
4810
|
"arm"
|
|
4781
4811
|
],
|
|
@@ -4787,9 +4817,9 @@
|
|
|
4787
4817
|
"peer": true
|
|
4788
4818
|
},
|
|
4789
4819
|
"node_modules/@rollup/rollup-android-arm64": {
|
|
4790
|
-
"version": "4.
|
|
4791
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.
|
|
4792
|
-
"integrity": "sha512-
|
|
4820
|
+
"version": "4.59.0",
|
|
4821
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.59.0.tgz",
|
|
4822
|
+
"integrity": "sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==",
|
|
4793
4823
|
"cpu": [
|
|
4794
4824
|
"arm64"
|
|
4795
4825
|
],
|
|
@@ -4801,7 +4831,9 @@
|
|
|
4801
4831
|
"peer": true
|
|
4802
4832
|
},
|
|
4803
4833
|
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
4804
|
-
"version": "4.
|
|
4834
|
+
"version": "4.59.0",
|
|
4835
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.59.0.tgz",
|
|
4836
|
+
"integrity": "sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==",
|
|
4805
4837
|
"cpu": [
|
|
4806
4838
|
"arm64"
|
|
4807
4839
|
],
|
|
@@ -4813,9 +4845,9 @@
|
|
|
4813
4845
|
"peer": true
|
|
4814
4846
|
},
|
|
4815
4847
|
"node_modules/@rollup/rollup-darwin-x64": {
|
|
4816
|
-
"version": "4.
|
|
4817
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.
|
|
4818
|
-
"integrity": "sha512-
|
|
4848
|
+
"version": "4.59.0",
|
|
4849
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.59.0.tgz",
|
|
4850
|
+
"integrity": "sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==",
|
|
4819
4851
|
"cpu": [
|
|
4820
4852
|
"x64"
|
|
4821
4853
|
],
|
|
@@ -4827,9 +4859,9 @@
|
|
|
4827
4859
|
"peer": true
|
|
4828
4860
|
},
|
|
4829
4861
|
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
4830
|
-
"version": "4.
|
|
4831
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.
|
|
4832
|
-
"integrity": "sha512
|
|
4862
|
+
"version": "4.59.0",
|
|
4863
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.59.0.tgz",
|
|
4864
|
+
"integrity": "sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==",
|
|
4833
4865
|
"cpu": [
|
|
4834
4866
|
"arm64"
|
|
4835
4867
|
],
|
|
@@ -4841,9 +4873,9 @@
|
|
|
4841
4873
|
"peer": true
|
|
4842
4874
|
},
|
|
4843
4875
|
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
4844
|
-
"version": "4.
|
|
4845
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.
|
|
4846
|
-
"integrity": "sha512-
|
|
4876
|
+
"version": "4.59.0",
|
|
4877
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.59.0.tgz",
|
|
4878
|
+
"integrity": "sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==",
|
|
4847
4879
|
"cpu": [
|
|
4848
4880
|
"x64"
|
|
4849
4881
|
],
|
|
@@ -4855,9 +4887,9 @@
|
|
|
4855
4887
|
"peer": true
|
|
4856
4888
|
},
|
|
4857
4889
|
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
4858
|
-
"version": "4.
|
|
4859
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.
|
|
4860
|
-
"integrity": "sha512-
|
|
4890
|
+
"version": "4.59.0",
|
|
4891
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.59.0.tgz",
|
|
4892
|
+
"integrity": "sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==",
|
|
4861
4893
|
"cpu": [
|
|
4862
4894
|
"arm"
|
|
4863
4895
|
],
|
|
@@ -4869,9 +4901,9 @@
|
|
|
4869
4901
|
"peer": true
|
|
4870
4902
|
},
|
|
4871
4903
|
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
4872
|
-
"version": "4.
|
|
4873
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.
|
|
4874
|
-
"integrity": "sha512-
|
|
4904
|
+
"version": "4.59.0",
|
|
4905
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.59.0.tgz",
|
|
4906
|
+
"integrity": "sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==",
|
|
4875
4907
|
"cpu": [
|
|
4876
4908
|
"arm"
|
|
4877
4909
|
],
|
|
@@ -4883,9 +4915,9 @@
|
|
|
4883
4915
|
"peer": true
|
|
4884
4916
|
},
|
|
4885
4917
|
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
4886
|
-
"version": "4.
|
|
4887
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.
|
|
4888
|
-
"integrity": "sha512-
|
|
4918
|
+
"version": "4.59.0",
|
|
4919
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.59.0.tgz",
|
|
4920
|
+
"integrity": "sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==",
|
|
4889
4921
|
"cpu": [
|
|
4890
4922
|
"arm64"
|
|
4891
4923
|
],
|
|
@@ -4897,9 +4929,9 @@
|
|
|
4897
4929
|
"peer": true
|
|
4898
4930
|
},
|
|
4899
4931
|
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
4900
|
-
"version": "4.
|
|
4901
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.
|
|
4902
|
-
"integrity": "sha512-
|
|
4932
|
+
"version": "4.59.0",
|
|
4933
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.59.0.tgz",
|
|
4934
|
+
"integrity": "sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==",
|
|
4903
4935
|
"cpu": [
|
|
4904
4936
|
"arm64"
|
|
4905
4937
|
],
|
|
@@ -4911,9 +4943,23 @@
|
|
|
4911
4943
|
"peer": true
|
|
4912
4944
|
},
|
|
4913
4945
|
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
4914
|
-
"version": "4.
|
|
4915
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.
|
|
4916
|
-
"integrity": "sha512-
|
|
4946
|
+
"version": "4.59.0",
|
|
4947
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.59.0.tgz",
|
|
4948
|
+
"integrity": "sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==",
|
|
4949
|
+
"cpu": [
|
|
4950
|
+
"loong64"
|
|
4951
|
+
],
|
|
4952
|
+
"license": "MIT",
|
|
4953
|
+
"optional": true,
|
|
4954
|
+
"os": [
|
|
4955
|
+
"linux"
|
|
4956
|
+
],
|
|
4957
|
+
"peer": true
|
|
4958
|
+
},
|
|
4959
|
+
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
|
4960
|
+
"version": "4.59.0",
|
|
4961
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.59.0.tgz",
|
|
4962
|
+
"integrity": "sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==",
|
|
4917
4963
|
"cpu": [
|
|
4918
4964
|
"loong64"
|
|
4919
4965
|
],
|
|
@@ -4925,9 +4971,23 @@
|
|
|
4925
4971
|
"peer": true
|
|
4926
4972
|
},
|
|
4927
4973
|
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
4928
|
-
"version": "4.
|
|
4929
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.
|
|
4930
|
-
"integrity": "sha512-
|
|
4974
|
+
"version": "4.59.0",
|
|
4975
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.59.0.tgz",
|
|
4976
|
+
"integrity": "sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==",
|
|
4977
|
+
"cpu": [
|
|
4978
|
+
"ppc64"
|
|
4979
|
+
],
|
|
4980
|
+
"license": "MIT",
|
|
4981
|
+
"optional": true,
|
|
4982
|
+
"os": [
|
|
4983
|
+
"linux"
|
|
4984
|
+
],
|
|
4985
|
+
"peer": true
|
|
4986
|
+
},
|
|
4987
|
+
"node_modules/@rollup/rollup-linux-ppc64-musl": {
|
|
4988
|
+
"version": "4.59.0",
|
|
4989
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.59.0.tgz",
|
|
4990
|
+
"integrity": "sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==",
|
|
4931
4991
|
"cpu": [
|
|
4932
4992
|
"ppc64"
|
|
4933
4993
|
],
|
|
@@ -4939,9 +4999,9 @@
|
|
|
4939
4999
|
"peer": true
|
|
4940
5000
|
},
|
|
4941
5001
|
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
4942
|
-
"version": "4.
|
|
4943
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.
|
|
4944
|
-
"integrity": "sha512-
|
|
5002
|
+
"version": "4.59.0",
|
|
5003
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.59.0.tgz",
|
|
5004
|
+
"integrity": "sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==",
|
|
4945
5005
|
"cpu": [
|
|
4946
5006
|
"riscv64"
|
|
4947
5007
|
],
|
|
@@ -4953,9 +5013,9 @@
|
|
|
4953
5013
|
"peer": true
|
|
4954
5014
|
},
|
|
4955
5015
|
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
4956
|
-
"version": "4.
|
|
4957
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.
|
|
4958
|
-
"integrity": "sha512-
|
|
5016
|
+
"version": "4.59.0",
|
|
5017
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.59.0.tgz",
|
|
5018
|
+
"integrity": "sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==",
|
|
4959
5019
|
"cpu": [
|
|
4960
5020
|
"riscv64"
|
|
4961
5021
|
],
|
|
@@ -4967,9 +5027,9 @@
|
|
|
4967
5027
|
"peer": true
|
|
4968
5028
|
},
|
|
4969
5029
|
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
4970
|
-
"version": "4.
|
|
4971
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.
|
|
4972
|
-
"integrity": "sha512-
|
|
5030
|
+
"version": "4.59.0",
|
|
5031
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.59.0.tgz",
|
|
5032
|
+
"integrity": "sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==",
|
|
4973
5033
|
"cpu": [
|
|
4974
5034
|
"s390x"
|
|
4975
5035
|
],
|
|
@@ -4981,9 +5041,9 @@
|
|
|
4981
5041
|
"peer": true
|
|
4982
5042
|
},
|
|
4983
5043
|
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
4984
|
-
"version": "4.
|
|
4985
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.
|
|
4986
|
-
"integrity": "sha512-
|
|
5044
|
+
"version": "4.59.0",
|
|
5045
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz",
|
|
5046
|
+
"integrity": "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==",
|
|
4987
5047
|
"cpu": [
|
|
4988
5048
|
"x64"
|
|
4989
5049
|
],
|
|
@@ -4995,9 +5055,9 @@
|
|
|
4995
5055
|
"peer": true
|
|
4996
5056
|
},
|
|
4997
5057
|
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
4998
|
-
"version": "4.
|
|
4999
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.
|
|
5000
|
-
"integrity": "sha512-
|
|
5058
|
+
"version": "4.59.0",
|
|
5059
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.59.0.tgz",
|
|
5060
|
+
"integrity": "sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==",
|
|
5001
5061
|
"cpu": [
|
|
5002
5062
|
"x64"
|
|
5003
5063
|
],
|
|
@@ -5008,10 +5068,24 @@
|
|
|
5008
5068
|
],
|
|
5009
5069
|
"peer": true
|
|
5010
5070
|
},
|
|
5071
|
+
"node_modules/@rollup/rollup-openbsd-x64": {
|
|
5072
|
+
"version": "4.59.0",
|
|
5073
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.59.0.tgz",
|
|
5074
|
+
"integrity": "sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==",
|
|
5075
|
+
"cpu": [
|
|
5076
|
+
"x64"
|
|
5077
|
+
],
|
|
5078
|
+
"license": "MIT",
|
|
5079
|
+
"optional": true,
|
|
5080
|
+
"os": [
|
|
5081
|
+
"openbsd"
|
|
5082
|
+
],
|
|
5083
|
+
"peer": true
|
|
5084
|
+
},
|
|
5011
5085
|
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
5012
|
-
"version": "4.
|
|
5013
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.
|
|
5014
|
-
"integrity": "sha512-
|
|
5086
|
+
"version": "4.59.0",
|
|
5087
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.59.0.tgz",
|
|
5088
|
+
"integrity": "sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==",
|
|
5015
5089
|
"cpu": [
|
|
5016
5090
|
"arm64"
|
|
5017
5091
|
],
|
|
@@ -5023,9 +5097,9 @@
|
|
|
5023
5097
|
"peer": true
|
|
5024
5098
|
},
|
|
5025
5099
|
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
5026
|
-
"version": "4.
|
|
5027
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.
|
|
5028
|
-
"integrity": "sha512-
|
|
5100
|
+
"version": "4.59.0",
|
|
5101
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.59.0.tgz",
|
|
5102
|
+
"integrity": "sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==",
|
|
5029
5103
|
"cpu": [
|
|
5030
5104
|
"arm64"
|
|
5031
5105
|
],
|
|
@@ -5037,9 +5111,9 @@
|
|
|
5037
5111
|
"peer": true
|
|
5038
5112
|
},
|
|
5039
5113
|
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
5040
|
-
"version": "4.
|
|
5041
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.
|
|
5042
|
-
"integrity": "sha512
|
|
5114
|
+
"version": "4.59.0",
|
|
5115
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.59.0.tgz",
|
|
5116
|
+
"integrity": "sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==",
|
|
5043
5117
|
"cpu": [
|
|
5044
5118
|
"ia32"
|
|
5045
5119
|
],
|
|
@@ -5051,9 +5125,9 @@
|
|
|
5051
5125
|
"peer": true
|
|
5052
5126
|
},
|
|
5053
5127
|
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
5054
|
-
"version": "4.
|
|
5055
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.
|
|
5056
|
-
"integrity": "sha512-
|
|
5128
|
+
"version": "4.59.0",
|
|
5129
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.59.0.tgz",
|
|
5130
|
+
"integrity": "sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==",
|
|
5057
5131
|
"cpu": [
|
|
5058
5132
|
"x64"
|
|
5059
5133
|
],
|
|
@@ -5065,9 +5139,9 @@
|
|
|
5065
5139
|
"peer": true
|
|
5066
5140
|
},
|
|
5067
5141
|
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
5068
|
-
"version": "4.
|
|
5069
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.
|
|
5070
|
-
"integrity": "sha512-
|
|
5142
|
+
"version": "4.59.0",
|
|
5143
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.59.0.tgz",
|
|
5144
|
+
"integrity": "sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==",
|
|
5071
5145
|
"cpu": [
|
|
5072
5146
|
"x64"
|
|
5073
5147
|
],
|
|
@@ -5082,16 +5156,6 @@
|
|
|
5082
5156
|
"version": "0.4.1",
|
|
5083
5157
|
"license": "MIT"
|
|
5084
5158
|
},
|
|
5085
|
-
"node_modules/@sindresorhus/is": {
|
|
5086
|
-
"version": "5.6.0",
|
|
5087
|
-
"license": "MIT",
|
|
5088
|
-
"engines": {
|
|
5089
|
-
"node": ">=14.16"
|
|
5090
|
-
},
|
|
5091
|
-
"funding": {
|
|
5092
|
-
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
5093
|
-
}
|
|
5094
|
-
},
|
|
5095
5159
|
"node_modules/@sindresorhus/merge-streams": {
|
|
5096
5160
|
"version": "2.3.0",
|
|
5097
5161
|
"license": "MIT",
|
|
@@ -5122,20 +5186,6 @@
|
|
|
5122
5186
|
"acorn": "^8.9.0"
|
|
5123
5187
|
}
|
|
5124
5188
|
},
|
|
5125
|
-
"node_modules/@szmarczak/http-timer": {
|
|
5126
|
-
"version": "5.0.1",
|
|
5127
|
-
"license": "MIT",
|
|
5128
|
-
"dependencies": {
|
|
5129
|
-
"defer-to-connect": "^2.0.1"
|
|
5130
|
-
},
|
|
5131
|
-
"engines": {
|
|
5132
|
-
"node": ">=14.16"
|
|
5133
|
-
}
|
|
5134
|
-
},
|
|
5135
|
-
"node_modules/@tokenizer/token": {
|
|
5136
|
-
"version": "0.3.0",
|
|
5137
|
-
"license": "MIT"
|
|
5138
|
-
},
|
|
5139
5189
|
"node_modules/@tsconfig/node10": {
|
|
5140
5190
|
"version": "1.0.11",
|
|
5141
5191
|
"license": "MIT"
|
|
@@ -5156,10 +5206,6 @@
|
|
|
5156
5206
|
"version": "1.0.8",
|
|
5157
5207
|
"license": "MIT"
|
|
5158
5208
|
},
|
|
5159
|
-
"node_modules/@types/http-cache-semantics": {
|
|
5160
|
-
"version": "4.0.4",
|
|
5161
|
-
"license": "MIT"
|
|
5162
|
-
},
|
|
5163
5209
|
"node_modules/@types/http-proxy": {
|
|
5164
5210
|
"version": "1.17.16",
|
|
5165
5211
|
"license": "MIT",
|
|
@@ -5432,174 +5478,6 @@
|
|
|
5432
5478
|
"node": ">=18.0.0"
|
|
5433
5479
|
}
|
|
5434
5480
|
},
|
|
5435
|
-
"node_modules/@xhmikosr/archive-type": {
|
|
5436
|
-
"version": "6.0.1",
|
|
5437
|
-
"license": "MIT",
|
|
5438
|
-
"dependencies": {
|
|
5439
|
-
"file-type": "^18.5.0"
|
|
5440
|
-
},
|
|
5441
|
-
"engines": {
|
|
5442
|
-
"node": "^14.14.0 || >=16.0.0"
|
|
5443
|
-
}
|
|
5444
|
-
},
|
|
5445
|
-
"node_modules/@xhmikosr/decompress": {
|
|
5446
|
-
"version": "9.0.1",
|
|
5447
|
-
"license": "MIT",
|
|
5448
|
-
"dependencies": {
|
|
5449
|
-
"@xhmikosr/decompress-tar": "^7.0.0",
|
|
5450
|
-
"@xhmikosr/decompress-tarbz2": "^7.0.0",
|
|
5451
|
-
"@xhmikosr/decompress-targz": "^7.0.0",
|
|
5452
|
-
"@xhmikosr/decompress-unzip": "^6.0.0",
|
|
5453
|
-
"graceful-fs": "^4.2.11",
|
|
5454
|
-
"make-dir": "^4.0.0",
|
|
5455
|
-
"strip-dirs": "^3.0.0"
|
|
5456
|
-
},
|
|
5457
|
-
"engines": {
|
|
5458
|
-
"node": "^14.14.0 || >=16.0.0"
|
|
5459
|
-
}
|
|
5460
|
-
},
|
|
5461
|
-
"node_modules/@xhmikosr/decompress-tar": {
|
|
5462
|
-
"version": "7.0.0",
|
|
5463
|
-
"license": "MIT",
|
|
5464
|
-
"dependencies": {
|
|
5465
|
-
"file-type": "^18.5.0",
|
|
5466
|
-
"is-stream": "^3.0.0",
|
|
5467
|
-
"tar-stream": "^3.1.4"
|
|
5468
|
-
},
|
|
5469
|
-
"engines": {
|
|
5470
|
-
"node": "^14.14.0 || >=16.0.0"
|
|
5471
|
-
}
|
|
5472
|
-
},
|
|
5473
|
-
"node_modules/@xhmikosr/decompress-tar/node_modules/is-stream": {
|
|
5474
|
-
"version": "3.0.0",
|
|
5475
|
-
"license": "MIT",
|
|
5476
|
-
"engines": {
|
|
5477
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
5478
|
-
},
|
|
5479
|
-
"funding": {
|
|
5480
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5481
|
-
}
|
|
5482
|
-
},
|
|
5483
|
-
"node_modules/@xhmikosr/decompress-tarbz2": {
|
|
5484
|
-
"version": "7.0.0",
|
|
5485
|
-
"license": "MIT",
|
|
5486
|
-
"dependencies": {
|
|
5487
|
-
"@xhmikosr/decompress-tar": "^7.0.0",
|
|
5488
|
-
"file-type": "^18.5.0",
|
|
5489
|
-
"is-stream": "^3.0.0",
|
|
5490
|
-
"seek-bzip": "^1.0.6",
|
|
5491
|
-
"unbzip2-stream": "^1.4.3"
|
|
5492
|
-
},
|
|
5493
|
-
"engines": {
|
|
5494
|
-
"node": "^14.14.0 || >=16.0.0"
|
|
5495
|
-
}
|
|
5496
|
-
},
|
|
5497
|
-
"node_modules/@xhmikosr/decompress-tarbz2/node_modules/is-stream": {
|
|
5498
|
-
"version": "3.0.0",
|
|
5499
|
-
"license": "MIT",
|
|
5500
|
-
"engines": {
|
|
5501
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
5502
|
-
},
|
|
5503
|
-
"funding": {
|
|
5504
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5505
|
-
}
|
|
5506
|
-
},
|
|
5507
|
-
"node_modules/@xhmikosr/decompress-targz": {
|
|
5508
|
-
"version": "7.0.0",
|
|
5509
|
-
"license": "MIT",
|
|
5510
|
-
"dependencies": {
|
|
5511
|
-
"@xhmikosr/decompress-tar": "^7.0.0",
|
|
5512
|
-
"file-type": "^18.5.0",
|
|
5513
|
-
"is-stream": "^3.0.0"
|
|
5514
|
-
},
|
|
5515
|
-
"engines": {
|
|
5516
|
-
"node": "^14.14.0 || >=16.0.0"
|
|
5517
|
-
}
|
|
5518
|
-
},
|
|
5519
|
-
"node_modules/@xhmikosr/decompress-targz/node_modules/is-stream": {
|
|
5520
|
-
"version": "3.0.0",
|
|
5521
|
-
"license": "MIT",
|
|
5522
|
-
"engines": {
|
|
5523
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
5524
|
-
},
|
|
5525
|
-
"funding": {
|
|
5526
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5527
|
-
}
|
|
5528
|
-
},
|
|
5529
|
-
"node_modules/@xhmikosr/decompress-unzip": {
|
|
5530
|
-
"version": "6.0.0",
|
|
5531
|
-
"license": "MIT",
|
|
5532
|
-
"dependencies": {
|
|
5533
|
-
"file-type": "^18.5.0",
|
|
5534
|
-
"get-stream": "^6.0.1",
|
|
5535
|
-
"yauzl": "^2.10.0"
|
|
5536
|
-
},
|
|
5537
|
-
"engines": {
|
|
5538
|
-
"node": "^14.14.0 || >=16.0.0"
|
|
5539
|
-
}
|
|
5540
|
-
},
|
|
5541
|
-
"node_modules/@xhmikosr/decompress-unzip/node_modules/get-stream": {
|
|
5542
|
-
"version": "6.0.1",
|
|
5543
|
-
"license": "MIT",
|
|
5544
|
-
"engines": {
|
|
5545
|
-
"node": ">=10"
|
|
5546
|
-
},
|
|
5547
|
-
"funding": {
|
|
5548
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5549
|
-
}
|
|
5550
|
-
},
|
|
5551
|
-
"node_modules/@xhmikosr/downloader": {
|
|
5552
|
-
"version": "13.0.1",
|
|
5553
|
-
"license": "MIT",
|
|
5554
|
-
"dependencies": {
|
|
5555
|
-
"@xhmikosr/archive-type": "^6.0.1",
|
|
5556
|
-
"@xhmikosr/decompress": "^9.0.1",
|
|
5557
|
-
"content-disposition": "^0.5.4",
|
|
5558
|
-
"ext-name": "^5.0.0",
|
|
5559
|
-
"file-type": "^18.5.0",
|
|
5560
|
-
"filenamify": "^5.1.1",
|
|
5561
|
-
"get-stream": "^6.0.1",
|
|
5562
|
-
"got": "^12.6.1",
|
|
5563
|
-
"merge-options": "^3.0.4",
|
|
5564
|
-
"p-event": "^5.0.1"
|
|
5565
|
-
},
|
|
5566
|
-
"engines": {
|
|
5567
|
-
"node": "^14.14.0 || >=16.0.0"
|
|
5568
|
-
}
|
|
5569
|
-
},
|
|
5570
|
-
"node_modules/@xhmikosr/downloader/node_modules/get-stream": {
|
|
5571
|
-
"version": "6.0.1",
|
|
5572
|
-
"license": "MIT",
|
|
5573
|
-
"engines": {
|
|
5574
|
-
"node": ">=10"
|
|
5575
|
-
},
|
|
5576
|
-
"funding": {
|
|
5577
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5578
|
-
}
|
|
5579
|
-
},
|
|
5580
|
-
"node_modules/@xhmikosr/downloader/node_modules/p-event": {
|
|
5581
|
-
"version": "5.0.1",
|
|
5582
|
-
"license": "MIT",
|
|
5583
|
-
"dependencies": {
|
|
5584
|
-
"p-timeout": "^5.0.2"
|
|
5585
|
-
},
|
|
5586
|
-
"engines": {
|
|
5587
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
5588
|
-
},
|
|
5589
|
-
"funding": {
|
|
5590
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5591
|
-
}
|
|
5592
|
-
},
|
|
5593
|
-
"node_modules/@xhmikosr/downloader/node_modules/p-timeout": {
|
|
5594
|
-
"version": "5.1.0",
|
|
5595
|
-
"license": "MIT",
|
|
5596
|
-
"engines": {
|
|
5597
|
-
"node": ">=12"
|
|
5598
|
-
},
|
|
5599
|
-
"funding": {
|
|
5600
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5601
|
-
}
|
|
5602
|
-
},
|
|
5603
5481
|
"node_modules/abbrev": {
|
|
5604
5482
|
"version": "3.0.1",
|
|
5605
5483
|
"license": "ISC",
|
|
@@ -5746,7 +5624,9 @@
|
|
|
5746
5624
|
}
|
|
5747
5625
|
},
|
|
5748
5626
|
"node_modules/ansi-escapes": {
|
|
5749
|
-
"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==",
|
|
5750
5630
|
"license": "MIT",
|
|
5751
5631
|
"dependencies": {
|
|
5752
5632
|
"environment": "^1.0.0"
|
|
@@ -6159,39 +6039,6 @@
|
|
|
6159
6039
|
"node": ">= 0.8"
|
|
6160
6040
|
}
|
|
6161
6041
|
},
|
|
6162
|
-
"node_modules/cacheable-lookup": {
|
|
6163
|
-
"version": "7.0.0",
|
|
6164
|
-
"license": "MIT",
|
|
6165
|
-
"engines": {
|
|
6166
|
-
"node": ">=14.16"
|
|
6167
|
-
}
|
|
6168
|
-
},
|
|
6169
|
-
"node_modules/cacheable-request": {
|
|
6170
|
-
"version": "10.2.14",
|
|
6171
|
-
"license": "MIT",
|
|
6172
|
-
"dependencies": {
|
|
6173
|
-
"@types/http-cache-semantics": "^4.0.2",
|
|
6174
|
-
"get-stream": "^6.0.1",
|
|
6175
|
-
"http-cache-semantics": "^4.1.1",
|
|
6176
|
-
"keyv": "^4.5.3",
|
|
6177
|
-
"mimic-response": "^4.0.0",
|
|
6178
|
-
"normalize-url": "^8.0.0",
|
|
6179
|
-
"responselike": "^3.0.0"
|
|
6180
|
-
},
|
|
6181
|
-
"engines": {
|
|
6182
|
-
"node": ">=14.16"
|
|
6183
|
-
}
|
|
6184
|
-
},
|
|
6185
|
-
"node_modules/cacheable-request/node_modules/get-stream": {
|
|
6186
|
-
"version": "6.0.1",
|
|
6187
|
-
"license": "MIT",
|
|
6188
|
-
"engines": {
|
|
6189
|
-
"node": ">=10"
|
|
6190
|
-
},
|
|
6191
|
-
"funding": {
|
|
6192
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6193
|
-
}
|
|
6194
|
-
},
|
|
6195
6042
|
"node_modules/call-bind-apply-helpers": {
|
|
6196
6043
|
"version": "1.0.2",
|
|
6197
6044
|
"license": "MIT",
|
|
@@ -6613,11 +6460,12 @@
|
|
|
6613
6460
|
}
|
|
6614
6461
|
},
|
|
6615
6462
|
"node_modules/comment-json": {
|
|
6616
|
-
"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==",
|
|
6617
6466
|
"license": "MIT",
|
|
6618
6467
|
"dependencies": {
|
|
6619
6468
|
"array-timsort": "^1.0.3",
|
|
6620
|
-
"core-util-is": "^1.0.3",
|
|
6621
6469
|
"esprima": "^4.0.1"
|
|
6622
6470
|
},
|
|
6623
6471
|
"engines": {
|
|
@@ -6700,16 +6548,6 @@
|
|
|
6700
6548
|
"node": "^14.18.0 || >=16.10.0"
|
|
6701
6549
|
}
|
|
6702
6550
|
},
|
|
6703
|
-
"node_modules/content-disposition": {
|
|
6704
|
-
"version": "0.5.4",
|
|
6705
|
-
"license": "MIT",
|
|
6706
|
-
"dependencies": {
|
|
6707
|
-
"safe-buffer": "5.2.1"
|
|
6708
|
-
},
|
|
6709
|
-
"engines": {
|
|
6710
|
-
"node": ">= 0.6"
|
|
6711
|
-
}
|
|
6712
|
-
},
|
|
6713
6551
|
"node_modules/content-type": {
|
|
6714
6552
|
"version": "1.0.5",
|
|
6715
6553
|
"license": "MIT",
|
|
@@ -6924,38 +6762,15 @@
|
|
|
6924
6762
|
"callsite": "^1.0.0"
|
|
6925
6763
|
}
|
|
6926
6764
|
},
|
|
6927
|
-
"node_modules/
|
|
6928
|
-
"version": "6.0
|
|
6765
|
+
"node_modules/deep-extend": {
|
|
6766
|
+
"version": "0.6.0",
|
|
6929
6767
|
"license": "MIT",
|
|
6930
|
-
"dependencies": {
|
|
6931
|
-
"mimic-response": "^3.1.0"
|
|
6932
|
-
},
|
|
6933
6768
|
"engines": {
|
|
6934
|
-
"node": ">=
|
|
6935
|
-
},
|
|
6936
|
-
"funding": {
|
|
6937
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6769
|
+
"node": ">=4.0.0"
|
|
6938
6770
|
}
|
|
6939
6771
|
},
|
|
6940
|
-
"node_modules/
|
|
6941
|
-
"version": "3.1
|
|
6942
|
-
"license": "MIT",
|
|
6943
|
-
"engines": {
|
|
6944
|
-
"node": ">=10"
|
|
6945
|
-
},
|
|
6946
|
-
"funding": {
|
|
6947
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6948
|
-
}
|
|
6949
|
-
},
|
|
6950
|
-
"node_modules/deep-extend": {
|
|
6951
|
-
"version": "0.6.0",
|
|
6952
|
-
"license": "MIT",
|
|
6953
|
-
"engines": {
|
|
6954
|
-
"node": ">=4.0.0"
|
|
6955
|
-
}
|
|
6956
|
-
},
|
|
6957
|
-
"node_modules/deepmerge": {
|
|
6958
|
-
"version": "4.3.1",
|
|
6772
|
+
"node_modules/deepmerge": {
|
|
6773
|
+
"version": "4.3.1",
|
|
6959
6774
|
"license": "MIT",
|
|
6960
6775
|
"engines": {
|
|
6961
6776
|
"node": ">=0.10.0"
|
|
@@ -6995,13 +6810,6 @@
|
|
|
6995
6810
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6996
6811
|
}
|
|
6997
6812
|
},
|
|
6998
|
-
"node_modules/defer-to-connect": {
|
|
6999
|
-
"version": "2.0.1",
|
|
7000
|
-
"license": "MIT",
|
|
7001
|
-
"engines": {
|
|
7002
|
-
"node": ">=10"
|
|
7003
|
-
}
|
|
7004
|
-
},
|
|
7005
6813
|
"node_modules/define-lazy-prop": {
|
|
7006
6814
|
"version": "3.0.0",
|
|
7007
6815
|
"license": "MIT",
|
|
@@ -7250,7 +7058,9 @@
|
|
|
7250
7058
|
}
|
|
7251
7059
|
},
|
|
7252
7060
|
"node_modules/dotenv": {
|
|
7253
|
-
"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==",
|
|
7254
7064
|
"license": "BSD-2-Clause",
|
|
7255
7065
|
"engines": {
|
|
7256
7066
|
"node": ">=12"
|
|
@@ -7842,27 +7652,6 @@
|
|
|
7842
7652
|
"node": ">= 0.6"
|
|
7843
7653
|
}
|
|
7844
7654
|
},
|
|
7845
|
-
"node_modules/ext-list": {
|
|
7846
|
-
"version": "2.2.2",
|
|
7847
|
-
"license": "MIT",
|
|
7848
|
-
"dependencies": {
|
|
7849
|
-
"mime-db": "^1.28.0"
|
|
7850
|
-
},
|
|
7851
|
-
"engines": {
|
|
7852
|
-
"node": ">=0.10.0"
|
|
7853
|
-
}
|
|
7854
|
-
},
|
|
7855
|
-
"node_modules/ext-name": {
|
|
7856
|
-
"version": "5.0.0",
|
|
7857
|
-
"license": "MIT",
|
|
7858
|
-
"dependencies": {
|
|
7859
|
-
"ext-list": "^2.0.0",
|
|
7860
|
-
"sort-keys-length": "^1.0.0"
|
|
7861
|
-
},
|
|
7862
|
-
"engines": {
|
|
7863
|
-
"node": ">=4"
|
|
7864
|
-
}
|
|
7865
|
-
},
|
|
7866
7655
|
"node_modules/extract-zip": {
|
|
7867
7656
|
"version": "2.0.1",
|
|
7868
7657
|
"license": "BSD-2-Clause",
|
|
@@ -8123,50 +7912,10 @@
|
|
|
8123
7912
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
8124
7913
|
}
|
|
8125
7914
|
},
|
|
8126
|
-
"node_modules/file-type": {
|
|
8127
|
-
"version": "18.7.0",
|
|
8128
|
-
"license": "MIT",
|
|
8129
|
-
"dependencies": {
|
|
8130
|
-
"readable-web-to-node-stream": "^3.0.2",
|
|
8131
|
-
"strtok3": "^7.0.0",
|
|
8132
|
-
"token-types": "^5.0.1"
|
|
8133
|
-
},
|
|
8134
|
-
"engines": {
|
|
8135
|
-
"node": ">=14.16"
|
|
8136
|
-
},
|
|
8137
|
-
"funding": {
|
|
8138
|
-
"url": "https://github.com/sindresorhus/file-type?sponsor=1"
|
|
8139
|
-
}
|
|
8140
|
-
},
|
|
8141
7915
|
"node_modules/file-uri-to-path": {
|
|
8142
7916
|
"version": "1.0.0",
|
|
8143
7917
|
"license": "MIT"
|
|
8144
7918
|
},
|
|
8145
|
-
"node_modules/filename-reserved-regex": {
|
|
8146
|
-
"version": "3.0.0",
|
|
8147
|
-
"license": "MIT",
|
|
8148
|
-
"engines": {
|
|
8149
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
8150
|
-
},
|
|
8151
|
-
"funding": {
|
|
8152
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
8153
|
-
}
|
|
8154
|
-
},
|
|
8155
|
-
"node_modules/filenamify": {
|
|
8156
|
-
"version": "5.1.1",
|
|
8157
|
-
"license": "MIT",
|
|
8158
|
-
"dependencies": {
|
|
8159
|
-
"filename-reserved-regex": "^3.0.0",
|
|
8160
|
-
"strip-outer": "^2.0.0",
|
|
8161
|
-
"trim-repeated": "^2.0.0"
|
|
8162
|
-
},
|
|
8163
|
-
"engines": {
|
|
8164
|
-
"node": ">=12.20"
|
|
8165
|
-
},
|
|
8166
|
-
"funding": {
|
|
8167
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
8168
|
-
}
|
|
8169
|
-
},
|
|
8170
7919
|
"node_modules/fill-range": {
|
|
8171
7920
|
"version": "7.1.1",
|
|
8172
7921
|
"license": "MIT",
|
|
@@ -8286,13 +8035,6 @@
|
|
|
8286
8035
|
"url": "https://github.com/sponsors/isaacs"
|
|
8287
8036
|
}
|
|
8288
8037
|
},
|
|
8289
|
-
"node_modules/form-data-encoder": {
|
|
8290
|
-
"version": "2.1.4",
|
|
8291
|
-
"license": "MIT",
|
|
8292
|
-
"engines": {
|
|
8293
|
-
"node": ">= 14.17"
|
|
8294
|
-
}
|
|
8295
|
-
},
|
|
8296
8038
|
"node_modules/formdata-polyfill": {
|
|
8297
8039
|
"version": "4.0.10",
|
|
8298
8040
|
"license": "MIT",
|
|
@@ -8458,18 +8200,6 @@
|
|
|
8458
8200
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
8459
8201
|
}
|
|
8460
8202
|
},
|
|
8461
|
-
"node_modules/gh-release-fetch": {
|
|
8462
|
-
"version": "4.0.3",
|
|
8463
|
-
"license": "MIT",
|
|
8464
|
-
"dependencies": {
|
|
8465
|
-
"@xhmikosr/downloader": "^13.0.0",
|
|
8466
|
-
"node-fetch": "^3.3.1",
|
|
8467
|
-
"semver": "^7.5.3"
|
|
8468
|
-
},
|
|
8469
|
-
"engines": {
|
|
8470
|
-
"node": "^14.18.0 || ^16.13.0 || >=18.0.0"
|
|
8471
|
-
}
|
|
8472
|
-
},
|
|
8473
8203
|
"node_modules/git-repo-info": {
|
|
8474
8204
|
"version": "2.1.1",
|
|
8475
8205
|
"license": "MIT",
|
|
@@ -8580,39 +8310,6 @@
|
|
|
8580
8310
|
"url": "https://github.com/sponsors/ljharb"
|
|
8581
8311
|
}
|
|
8582
8312
|
},
|
|
8583
|
-
"node_modules/got": {
|
|
8584
|
-
"version": "12.6.1",
|
|
8585
|
-
"license": "MIT",
|
|
8586
|
-
"dependencies": {
|
|
8587
|
-
"@sindresorhus/is": "^5.2.0",
|
|
8588
|
-
"@szmarczak/http-timer": "^5.0.1",
|
|
8589
|
-
"cacheable-lookup": "^7.0.0",
|
|
8590
|
-
"cacheable-request": "^10.2.8",
|
|
8591
|
-
"decompress-response": "^6.0.0",
|
|
8592
|
-
"form-data-encoder": "^2.1.2",
|
|
8593
|
-
"get-stream": "^6.0.1",
|
|
8594
|
-
"http2-wrapper": "^2.1.10",
|
|
8595
|
-
"lowercase-keys": "^3.0.0",
|
|
8596
|
-
"p-cancelable": "^3.0.0",
|
|
8597
|
-
"responselike": "^3.0.0"
|
|
8598
|
-
},
|
|
8599
|
-
"engines": {
|
|
8600
|
-
"node": ">=14.16"
|
|
8601
|
-
},
|
|
8602
|
-
"funding": {
|
|
8603
|
-
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
8604
|
-
}
|
|
8605
|
-
},
|
|
8606
|
-
"node_modules/got/node_modules/get-stream": {
|
|
8607
|
-
"version": "6.0.1",
|
|
8608
|
-
"license": "MIT",
|
|
8609
|
-
"engines": {
|
|
8610
|
-
"node": ">=10"
|
|
8611
|
-
},
|
|
8612
|
-
"funding": {
|
|
8613
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
8614
|
-
}
|
|
8615
|
-
},
|
|
8616
8313
|
"node_modules/graceful-fs": {
|
|
8617
8314
|
"version": "4.2.11",
|
|
8618
8315
|
"license": "ISC"
|
|
@@ -8683,10 +8380,6 @@
|
|
|
8683
8380
|
"unix-dgram": "2.x"
|
|
8684
8381
|
}
|
|
8685
8382
|
},
|
|
8686
|
-
"node_modules/http-cache-semantics": {
|
|
8687
|
-
"version": "4.2.0",
|
|
8688
|
-
"license": "BSD-2-Clause"
|
|
8689
|
-
},
|
|
8690
8383
|
"node_modules/http-errors": {
|
|
8691
8384
|
"version": "2.0.0",
|
|
8692
8385
|
"license": "MIT",
|
|
@@ -8736,17 +8429,6 @@
|
|
|
8736
8429
|
"node": ">= 0.12.0"
|
|
8737
8430
|
}
|
|
8738
8431
|
},
|
|
8739
|
-
"node_modules/http2-wrapper": {
|
|
8740
|
-
"version": "2.2.1",
|
|
8741
|
-
"license": "MIT",
|
|
8742
|
-
"dependencies": {
|
|
8743
|
-
"quick-lru": "^5.1.1",
|
|
8744
|
-
"resolve-alpn": "^1.2.0"
|
|
8745
|
-
},
|
|
8746
|
-
"engines": {
|
|
8747
|
-
"node": ">=10.19.0"
|
|
8748
|
-
}
|
|
8749
|
-
},
|
|
8750
8432
|
"node_modules/https-proxy-agent": {
|
|
8751
8433
|
"version": "7.0.6",
|
|
8752
8434
|
"license": "MIT",
|
|
@@ -9129,13 +8811,6 @@
|
|
|
9129
8811
|
"node": ">=8"
|
|
9130
8812
|
}
|
|
9131
8813
|
},
|
|
9132
|
-
"node_modules/inspect-with-kind": {
|
|
9133
|
-
"version": "1.0.5",
|
|
9134
|
-
"license": "ISC",
|
|
9135
|
-
"dependencies": {
|
|
9136
|
-
"kind-of": "^6.0.2"
|
|
9137
|
-
}
|
|
9138
|
-
},
|
|
9139
8814
|
"node_modules/ipaddr.js": {
|
|
9140
8815
|
"version": "1.9.1",
|
|
9141
8816
|
"license": "MIT",
|
|
@@ -9495,10 +9170,6 @@
|
|
|
9495
9170
|
"version": "4.0.0",
|
|
9496
9171
|
"license": "MIT"
|
|
9497
9172
|
},
|
|
9498
|
-
"node_modules/json-buffer": {
|
|
9499
|
-
"version": "3.0.1",
|
|
9500
|
-
"license": "MIT"
|
|
9501
|
-
},
|
|
9502
9173
|
"node_modules/json-schema-ref-resolver": {
|
|
9503
9174
|
"version": "3.0.0",
|
|
9504
9175
|
"funding": [
|
|
@@ -9591,20 +9262,6 @@
|
|
|
9591
9262
|
"node": ">=16.17.0"
|
|
9592
9263
|
}
|
|
9593
9264
|
},
|
|
9594
|
-
"node_modules/keyv": {
|
|
9595
|
-
"version": "4.5.4",
|
|
9596
|
-
"license": "MIT",
|
|
9597
|
-
"dependencies": {
|
|
9598
|
-
"json-buffer": "3.0.1"
|
|
9599
|
-
}
|
|
9600
|
-
},
|
|
9601
|
-
"node_modules/kind-of": {
|
|
9602
|
-
"version": "6.0.3",
|
|
9603
|
-
"license": "MIT",
|
|
9604
|
-
"engines": {
|
|
9605
|
-
"node": ">=0.10.0"
|
|
9606
|
-
}
|
|
9607
|
-
},
|
|
9608
9265
|
"node_modules/kuler": {
|
|
9609
9266
|
"version": "2.0.0",
|
|
9610
9267
|
"license": "MIT"
|
|
@@ -9928,21 +9585,6 @@
|
|
|
9928
9585
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
9929
9586
|
}
|
|
9930
9587
|
},
|
|
9931
|
-
"node_modules/log-update/node_modules/ansi-escapes": {
|
|
9932
|
-
"version": "7.3.0",
|
|
9933
|
-
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.3.0.tgz",
|
|
9934
|
-
"integrity": "sha512-BvU8nYgGQBxcmMuEeUEmNTvrMVjJNSH7RgW24vXexN4Ven6qCvy4TntnvlnwnMLTVlcRQQdbRY8NKnaIoeWDNg==",
|
|
9935
|
-
"license": "MIT",
|
|
9936
|
-
"dependencies": {
|
|
9937
|
-
"environment": "^1.0.0"
|
|
9938
|
-
},
|
|
9939
|
-
"engines": {
|
|
9940
|
-
"node": ">=18"
|
|
9941
|
-
},
|
|
9942
|
-
"funding": {
|
|
9943
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
9944
|
-
}
|
|
9945
|
-
},
|
|
9946
9588
|
"node_modules/log-update/node_modules/cli-cursor": {
|
|
9947
9589
|
"version": "5.0.0",
|
|
9948
9590
|
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz",
|
|
@@ -10064,16 +9706,6 @@
|
|
|
10064
9706
|
"node": ">= 12.0.0"
|
|
10065
9707
|
}
|
|
10066
9708
|
},
|
|
10067
|
-
"node_modules/lowercase-keys": {
|
|
10068
|
-
"version": "3.0.0",
|
|
10069
|
-
"license": "MIT",
|
|
10070
|
-
"engines": {
|
|
10071
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
10072
|
-
},
|
|
10073
|
-
"funding": {
|
|
10074
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
10075
|
-
}
|
|
10076
|
-
},
|
|
10077
9709
|
"node_modules/luxon": {
|
|
10078
9710
|
"version": "3.7.2",
|
|
10079
9711
|
"license": "MIT",
|
|
@@ -10098,19 +9730,6 @@
|
|
|
10098
9730
|
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
10099
9731
|
}
|
|
10100
9732
|
},
|
|
10101
|
-
"node_modules/make-dir": {
|
|
10102
|
-
"version": "4.0.0",
|
|
10103
|
-
"license": "MIT",
|
|
10104
|
-
"dependencies": {
|
|
10105
|
-
"semver": "^7.5.3"
|
|
10106
|
-
},
|
|
10107
|
-
"engines": {
|
|
10108
|
-
"node": ">=10"
|
|
10109
|
-
},
|
|
10110
|
-
"funding": {
|
|
10111
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
10112
|
-
}
|
|
10113
|
-
},
|
|
10114
9733
|
"node_modules/make-error": {
|
|
10115
9734
|
"version": "1.3.6",
|
|
10116
9735
|
"license": "ISC"
|
|
@@ -10229,13 +9848,6 @@
|
|
|
10229
9848
|
"node": ">=10.0.0"
|
|
10230
9849
|
}
|
|
10231
9850
|
},
|
|
10232
|
-
"node_modules/mime-db": {
|
|
10233
|
-
"version": "1.52.0",
|
|
10234
|
-
"license": "MIT",
|
|
10235
|
-
"engines": {
|
|
10236
|
-
"node": ">= 0.6"
|
|
10237
|
-
}
|
|
10238
|
-
},
|
|
10239
9851
|
"node_modules/mimic-fn": {
|
|
10240
9852
|
"version": "4.0.0",
|
|
10241
9853
|
"license": "MIT",
|
|
@@ -10256,16 +9868,6 @@
|
|
|
10256
9868
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
10257
9869
|
}
|
|
10258
9870
|
},
|
|
10259
|
-
"node_modules/mimic-response": {
|
|
10260
|
-
"version": "4.0.0",
|
|
10261
|
-
"license": "MIT",
|
|
10262
|
-
"engines": {
|
|
10263
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
10264
|
-
},
|
|
10265
|
-
"funding": {
|
|
10266
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
10267
|
-
}
|
|
10268
|
-
},
|
|
10269
9871
|
"node_modules/minimatch": {
|
|
10270
9872
|
"version": "9.0.5",
|
|
10271
9873
|
"license": "ISC",
|
|
@@ -10313,6 +9915,15 @@
|
|
|
10313
9915
|
"ufo": "^1.6.1"
|
|
10314
9916
|
}
|
|
10315
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
|
+
},
|
|
10316
9927
|
"node_modules/module-definition": {
|
|
10317
9928
|
"version": "6.0.1",
|
|
10318
9929
|
"license": "MIT",
|
|
@@ -10549,16 +10160,6 @@
|
|
|
10549
10160
|
"node": ">=0.10.0"
|
|
10550
10161
|
}
|
|
10551
10162
|
},
|
|
10552
|
-
"node_modules/normalize-url": {
|
|
10553
|
-
"version": "8.1.1",
|
|
10554
|
-
"license": "MIT",
|
|
10555
|
-
"engines": {
|
|
10556
|
-
"node": ">=14.16"
|
|
10557
|
-
},
|
|
10558
|
-
"funding": {
|
|
10559
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
10560
|
-
}
|
|
10561
|
-
},
|
|
10562
10163
|
"node_modules/npm-run-path": {
|
|
10563
10164
|
"version": "4.0.1",
|
|
10564
10165
|
"license": "MIT",
|
|
@@ -10794,13 +10395,6 @@
|
|
|
10794
10395
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
10795
10396
|
}
|
|
10796
10397
|
},
|
|
10797
|
-
"node_modules/p-cancelable": {
|
|
10798
|
-
"version": "3.0.0",
|
|
10799
|
-
"license": "MIT",
|
|
10800
|
-
"engines": {
|
|
10801
|
-
"node": ">=12.20"
|
|
10802
|
-
}
|
|
10803
|
-
},
|
|
10804
10398
|
"node_modules/p-event": {
|
|
10805
10399
|
"version": "6.0.1",
|
|
10806
10400
|
"license": "MIT",
|
|
@@ -11087,17 +10681,6 @@
|
|
|
11087
10681
|
"version": "2.0.3",
|
|
11088
10682
|
"license": "MIT"
|
|
11089
10683
|
},
|
|
11090
|
-
"node_modules/peek-readable": {
|
|
11091
|
-
"version": "5.4.2",
|
|
11092
|
-
"license": "MIT",
|
|
11093
|
-
"engines": {
|
|
11094
|
-
"node": ">=14.16"
|
|
11095
|
-
},
|
|
11096
|
-
"funding": {
|
|
11097
|
-
"type": "github",
|
|
11098
|
-
"url": "https://github.com/sponsors/Borewit"
|
|
11099
|
-
}
|
|
11100
|
-
},
|
|
11101
10684
|
"node_modules/pend": {
|
|
11102
10685
|
"version": "1.2.0",
|
|
11103
10686
|
"license": "MIT"
|
|
@@ -11524,16 +11107,6 @@
|
|
|
11524
11107
|
"version": "4.0.4",
|
|
11525
11108
|
"license": "MIT"
|
|
11526
11109
|
},
|
|
11527
|
-
"node_modules/quick-lru": {
|
|
11528
|
-
"version": "5.1.1",
|
|
11529
|
-
"license": "MIT",
|
|
11530
|
-
"engines": {
|
|
11531
|
-
"node": ">=10"
|
|
11532
|
-
},
|
|
11533
|
-
"funding": {
|
|
11534
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11535
|
-
}
|
|
11536
|
-
},
|
|
11537
11110
|
"node_modules/quote-unquote": {
|
|
11538
11111
|
"version": "1.0.0",
|
|
11539
11112
|
"license": "MIT"
|
|
@@ -11766,20 +11339,6 @@
|
|
|
11766
11339
|
"ieee754": "^1.2.1"
|
|
11767
11340
|
}
|
|
11768
11341
|
},
|
|
11769
|
-
"node_modules/readable-web-to-node-stream": {
|
|
11770
|
-
"version": "3.0.4",
|
|
11771
|
-
"license": "MIT",
|
|
11772
|
-
"dependencies": {
|
|
11773
|
-
"readable-stream": "^4.7.0"
|
|
11774
|
-
},
|
|
11775
|
-
"engines": {
|
|
11776
|
-
"node": ">=8"
|
|
11777
|
-
},
|
|
11778
|
-
"funding": {
|
|
11779
|
-
"type": "github",
|
|
11780
|
-
"url": "https://github.com/sponsors/Borewit"
|
|
11781
|
-
}
|
|
11782
|
-
},
|
|
11783
11342
|
"node_modules/readdir-glob": {
|
|
11784
11343
|
"version": "1.1.3",
|
|
11785
11344
|
"license": "Apache-2.0",
|
|
@@ -11909,10 +11468,6 @@
|
|
|
11909
11468
|
"url": "https://github.com/sponsors/ljharb"
|
|
11910
11469
|
}
|
|
11911
11470
|
},
|
|
11912
|
-
"node_modules/resolve-alpn": {
|
|
11913
|
-
"version": "1.2.1",
|
|
11914
|
-
"license": "MIT"
|
|
11915
|
-
},
|
|
11916
11471
|
"node_modules/resolve-from": {
|
|
11917
11472
|
"version": "5.0.0",
|
|
11918
11473
|
"license": "MIT",
|
|
@@ -11920,19 +11475,6 @@
|
|
|
11920
11475
|
"node": ">=8"
|
|
11921
11476
|
}
|
|
11922
11477
|
},
|
|
11923
|
-
"node_modules/responselike": {
|
|
11924
|
-
"version": "3.0.0",
|
|
11925
|
-
"license": "MIT",
|
|
11926
|
-
"dependencies": {
|
|
11927
|
-
"lowercase-keys": "^3.0.0"
|
|
11928
|
-
},
|
|
11929
|
-
"engines": {
|
|
11930
|
-
"node": ">=14.16"
|
|
11931
|
-
},
|
|
11932
|
-
"funding": {
|
|
11933
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11934
|
-
}
|
|
11935
|
-
},
|
|
11936
11478
|
"node_modules/restore-cursor": {
|
|
11937
11479
|
"version": "3.1.0",
|
|
11938
11480
|
"license": "MIT",
|
|
@@ -11971,7 +11513,9 @@
|
|
|
11971
11513
|
"license": "MIT"
|
|
11972
11514
|
},
|
|
11973
11515
|
"node_modules/rollup": {
|
|
11974
|
-
"version": "4.
|
|
11516
|
+
"version": "4.59.0",
|
|
11517
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.59.0.tgz",
|
|
11518
|
+
"integrity": "sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==",
|
|
11975
11519
|
"license": "MIT",
|
|
11976
11520
|
"optional": true,
|
|
11977
11521
|
"peer": true,
|
|
@@ -11986,28 +11530,31 @@
|
|
|
11986
11530
|
"npm": ">=8.0.0"
|
|
11987
11531
|
},
|
|
11988
11532
|
"optionalDependencies": {
|
|
11989
|
-
"@rollup/rollup-android-arm-eabi": "4.
|
|
11990
|
-
"@rollup/rollup-android-arm64": "4.
|
|
11991
|
-
"@rollup/rollup-darwin-arm64": "4.
|
|
11992
|
-
"@rollup/rollup-darwin-x64": "4.
|
|
11993
|
-
"@rollup/rollup-freebsd-arm64": "4.
|
|
11994
|
-
"@rollup/rollup-freebsd-x64": "4.
|
|
11995
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.
|
|
11996
|
-
"@rollup/rollup-linux-arm-musleabihf": "4.
|
|
11997
|
-
"@rollup/rollup-linux-arm64-gnu": "4.
|
|
11998
|
-
"@rollup/rollup-linux-arm64-musl": "4.
|
|
11999
|
-
"@rollup/rollup-linux-loong64-gnu": "4.
|
|
12000
|
-
"@rollup/rollup-linux-
|
|
12001
|
-
"@rollup/rollup-linux-
|
|
12002
|
-
"@rollup/rollup-linux-
|
|
12003
|
-
"@rollup/rollup-linux-
|
|
12004
|
-
"@rollup/rollup-linux-
|
|
12005
|
-
"@rollup/rollup-linux-
|
|
12006
|
-
"@rollup/rollup-
|
|
12007
|
-
"@rollup/rollup-
|
|
12008
|
-
"@rollup/rollup-
|
|
12009
|
-
"@rollup/rollup-
|
|
12010
|
-
"@rollup/rollup-win32-
|
|
11533
|
+
"@rollup/rollup-android-arm-eabi": "4.59.0",
|
|
11534
|
+
"@rollup/rollup-android-arm64": "4.59.0",
|
|
11535
|
+
"@rollup/rollup-darwin-arm64": "4.59.0",
|
|
11536
|
+
"@rollup/rollup-darwin-x64": "4.59.0",
|
|
11537
|
+
"@rollup/rollup-freebsd-arm64": "4.59.0",
|
|
11538
|
+
"@rollup/rollup-freebsd-x64": "4.59.0",
|
|
11539
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.59.0",
|
|
11540
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.59.0",
|
|
11541
|
+
"@rollup/rollup-linux-arm64-gnu": "4.59.0",
|
|
11542
|
+
"@rollup/rollup-linux-arm64-musl": "4.59.0",
|
|
11543
|
+
"@rollup/rollup-linux-loong64-gnu": "4.59.0",
|
|
11544
|
+
"@rollup/rollup-linux-loong64-musl": "4.59.0",
|
|
11545
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.59.0",
|
|
11546
|
+
"@rollup/rollup-linux-ppc64-musl": "4.59.0",
|
|
11547
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.59.0",
|
|
11548
|
+
"@rollup/rollup-linux-riscv64-musl": "4.59.0",
|
|
11549
|
+
"@rollup/rollup-linux-s390x-gnu": "4.59.0",
|
|
11550
|
+
"@rollup/rollup-linux-x64-gnu": "4.59.0",
|
|
11551
|
+
"@rollup/rollup-linux-x64-musl": "4.59.0",
|
|
11552
|
+
"@rollup/rollup-openbsd-x64": "4.59.0",
|
|
11553
|
+
"@rollup/rollup-openharmony-arm64": "4.59.0",
|
|
11554
|
+
"@rollup/rollup-win32-arm64-msvc": "4.59.0",
|
|
11555
|
+
"@rollup/rollup-win32-ia32-msvc": "4.59.0",
|
|
11556
|
+
"@rollup/rollup-win32-x64-gnu": "4.59.0",
|
|
11557
|
+
"@rollup/rollup-win32-x64-msvc": "4.59.0",
|
|
12011
11558
|
"fsevents": "~2.3.2"
|
|
12012
11559
|
}
|
|
12013
11560
|
},
|
|
@@ -12155,21 +11702,6 @@
|
|
|
12155
11702
|
],
|
|
12156
11703
|
"license": "BSD-3-Clause"
|
|
12157
11704
|
},
|
|
12158
|
-
"node_modules/seek-bzip": {
|
|
12159
|
-
"version": "1.0.6",
|
|
12160
|
-
"license": "MIT",
|
|
12161
|
-
"dependencies": {
|
|
12162
|
-
"commander": "^2.8.1"
|
|
12163
|
-
},
|
|
12164
|
-
"bin": {
|
|
12165
|
-
"seek-bunzip": "bin/seek-bunzip",
|
|
12166
|
-
"seek-table": "bin/seek-bzip-table"
|
|
12167
|
-
}
|
|
12168
|
-
},
|
|
12169
|
-
"node_modules/seek-bzip/node_modules/commander": {
|
|
12170
|
-
"version": "2.20.3",
|
|
12171
|
-
"license": "MIT"
|
|
12172
|
-
},
|
|
12173
11705
|
"node_modules/semver": {
|
|
12174
11706
|
"version": "7.7.2",
|
|
12175
11707
|
"license": "ISC",
|
|
@@ -12367,33 +11899,6 @@
|
|
|
12367
11899
|
"atomic-sleep": "^1.0.0"
|
|
12368
11900
|
}
|
|
12369
11901
|
},
|
|
12370
|
-
"node_modules/sort-keys": {
|
|
12371
|
-
"version": "1.1.2",
|
|
12372
|
-
"license": "MIT",
|
|
12373
|
-
"dependencies": {
|
|
12374
|
-
"is-plain-obj": "^1.0.0"
|
|
12375
|
-
},
|
|
12376
|
-
"engines": {
|
|
12377
|
-
"node": ">=0.10.0"
|
|
12378
|
-
}
|
|
12379
|
-
},
|
|
12380
|
-
"node_modules/sort-keys-length": {
|
|
12381
|
-
"version": "1.0.1",
|
|
12382
|
-
"license": "MIT",
|
|
12383
|
-
"dependencies": {
|
|
12384
|
-
"sort-keys": "^1.0.0"
|
|
12385
|
-
},
|
|
12386
|
-
"engines": {
|
|
12387
|
-
"node": ">=0.10.0"
|
|
12388
|
-
}
|
|
12389
|
-
},
|
|
12390
|
-
"node_modules/sort-keys/node_modules/is-plain-obj": {
|
|
12391
|
-
"version": "1.1.0",
|
|
12392
|
-
"license": "MIT",
|
|
12393
|
-
"engines": {
|
|
12394
|
-
"node": ">=0.10.0"
|
|
12395
|
-
}
|
|
12396
|
-
},
|
|
12397
11902
|
"node_modules/source-map": {
|
|
12398
11903
|
"version": "0.6.1",
|
|
12399
11904
|
"license": "BSD-3-Clause",
|
|
@@ -12579,21 +12084,6 @@
|
|
|
12579
12084
|
"node": ">=8"
|
|
12580
12085
|
}
|
|
12581
12086
|
},
|
|
12582
|
-
"node_modules/strip-dirs": {
|
|
12583
|
-
"version": "3.0.0",
|
|
12584
|
-
"license": "ISC",
|
|
12585
|
-
"dependencies": {
|
|
12586
|
-
"inspect-with-kind": "^1.0.5",
|
|
12587
|
-
"is-plain-obj": "^1.1.0"
|
|
12588
|
-
}
|
|
12589
|
-
},
|
|
12590
|
-
"node_modules/strip-dirs/node_modules/is-plain-obj": {
|
|
12591
|
-
"version": "1.1.0",
|
|
12592
|
-
"license": "MIT",
|
|
12593
|
-
"engines": {
|
|
12594
|
-
"node": ">=0.10.0"
|
|
12595
|
-
}
|
|
12596
|
-
},
|
|
12597
12087
|
"node_modules/strip-final-newline": {
|
|
12598
12088
|
"version": "2.0.0",
|
|
12599
12089
|
"license": "MIT",
|
|
@@ -12601,31 +12091,6 @@
|
|
|
12601
12091
|
"node": ">=6"
|
|
12602
12092
|
}
|
|
12603
12093
|
},
|
|
12604
|
-
"node_modules/strip-outer": {
|
|
12605
|
-
"version": "2.0.0",
|
|
12606
|
-
"license": "MIT",
|
|
12607
|
-
"engines": {
|
|
12608
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
12609
|
-
},
|
|
12610
|
-
"funding": {
|
|
12611
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
12612
|
-
}
|
|
12613
|
-
},
|
|
12614
|
-
"node_modules/strtok3": {
|
|
12615
|
-
"version": "7.1.1",
|
|
12616
|
-
"license": "MIT",
|
|
12617
|
-
"dependencies": {
|
|
12618
|
-
"@tokenizer/token": "^0.3.0",
|
|
12619
|
-
"peek-readable": "^5.1.3"
|
|
12620
|
-
},
|
|
12621
|
-
"engines": {
|
|
12622
|
-
"node": ">=16"
|
|
12623
|
-
},
|
|
12624
|
-
"funding": {
|
|
12625
|
-
"type": "github",
|
|
12626
|
-
"url": "https://github.com/sponsors/Borewit"
|
|
12627
|
-
}
|
|
12628
|
-
},
|
|
12629
12094
|
"node_modules/stubborn-fs": {
|
|
12630
12095
|
"version": "1.2.5"
|
|
12631
12096
|
},
|
|
@@ -12887,21 +12352,6 @@
|
|
|
12887
12352
|
"node": ">=0.6"
|
|
12888
12353
|
}
|
|
12889
12354
|
},
|
|
12890
|
-
"node_modules/token-types": {
|
|
12891
|
-
"version": "5.0.1",
|
|
12892
|
-
"license": "MIT",
|
|
12893
|
-
"dependencies": {
|
|
12894
|
-
"@tokenizer/token": "^0.3.0",
|
|
12895
|
-
"ieee754": "^1.2.1"
|
|
12896
|
-
},
|
|
12897
|
-
"engines": {
|
|
12898
|
-
"node": ">=14.16"
|
|
12899
|
-
},
|
|
12900
|
-
"funding": {
|
|
12901
|
-
"type": "github",
|
|
12902
|
-
"url": "https://github.com/sponsors/Borewit"
|
|
12903
|
-
}
|
|
12904
|
-
},
|
|
12905
12355
|
"node_modules/toml": {
|
|
12906
12356
|
"version": "3.0.0",
|
|
12907
12357
|
"license": "MIT"
|
|
@@ -12914,16 +12364,6 @@
|
|
|
12914
12364
|
"version": "0.0.3",
|
|
12915
12365
|
"license": "MIT"
|
|
12916
12366
|
},
|
|
12917
|
-
"node_modules/trim-repeated": {
|
|
12918
|
-
"version": "2.0.0",
|
|
12919
|
-
"license": "MIT",
|
|
12920
|
-
"dependencies": {
|
|
12921
|
-
"escape-string-regexp": "^5.0.0"
|
|
12922
|
-
},
|
|
12923
|
-
"engines": {
|
|
12924
|
-
"node": ">=12"
|
|
12925
|
-
}
|
|
12926
|
-
},
|
|
12927
12367
|
"node_modules/triple-beam": {
|
|
12928
12368
|
"version": "1.4.1",
|
|
12929
12369
|
"license": "MIT",
|
|
@@ -13028,14 +12468,6 @@
|
|
|
13028
12468
|
"ulid": "dist/cli.js"
|
|
13029
12469
|
}
|
|
13030
12470
|
},
|
|
13031
|
-
"node_modules/unbzip2-stream": {
|
|
13032
|
-
"version": "1.4.3",
|
|
13033
|
-
"license": "MIT",
|
|
13034
|
-
"dependencies": {
|
|
13035
|
-
"buffer": "^5.2.1",
|
|
13036
|
-
"through": "^2.3.8"
|
|
13037
|
-
}
|
|
13038
|
-
},
|
|
13039
12471
|
"node_modules/uncrypto": {
|
|
13040
12472
|
"version": "0.1.3",
|
|
13041
12473
|
"license": "MIT"
|
|
@@ -13060,6 +12492,7 @@
|
|
|
13060
12492
|
},
|
|
13061
12493
|
"node_modules/unix-dgram": {
|
|
13062
12494
|
"version": "2.0.7",
|
|
12495
|
+
"hasInstallScript": true,
|
|
13063
12496
|
"license": "ISC",
|
|
13064
12497
|
"optional": true,
|
|
13065
12498
|
"dependencies": {
|