Merge branch 'release' into staging
| @@ -344,7 +344,7 @@ async function showKudos() { | ||
| 344 | 344 | } |
| 345 | 345 | |
| 346 | 346 | console.log('Horde user data', data.user, 'shared key data', data.sharedKey); |
| 347 | 347 | const kudos = data.sharedKey?.kudos ||?? data.user?.kudos ||?? 0; |
| 348 | 348 | toastr.info(`Kudos: ${kudos}`, data.user.username); |
| 349 | 349 | } |
| 350 | 350 | |
| @@ -54,6 +54,7 @@ | ||
| 54 | 54 | "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.7.tgz", |
| 55 | 55 | "integrity": "sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==", |
| 56 | 56 | "license": "MIT", |
| 57 | + "peer": true, | |
| 57 | 58 | "dependencies": { |
| 58 | 59 | "@ampproject/remapping": "^2.2.0", |
| 59 | 60 | "@babel/code-frame": "^7.24.7", |
| @@ -568,9 +569,9 @@ | ||
| 568 | 569 | } |
| 569 | 570 | }, |
| 570 | 571 | "node_modules/@eslint/eslintrc/node_modules/js-yaml": { |
| 571 | 572 | "version": "4.1.01", |
| 572 | 573 | "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.01.tgz", |
| 573 | 574 | "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRAqQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", |
| 574 | 575 | "license": "MIT", |
| 575 | 576 | "dependencies": { |
| 576 | 577 | "argparse": "^2.0.1" |
| @@ -1041,7 +1042,6 @@ | ||
| 1041 | 1042 | "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.10.2.tgz", |
| 1042 | 1043 | "integrity": "sha512-i4Ez+s9oRWQbNjtI/3+jxr7OH508mjAKvza0ekPJem0ZtmsYHP3B5dq62+IaBHKaGCOuqJxXzvFLUhJvQ6jtsQ==", |
| 1043 | 1044 | "license": "Apache-2.0", |
| 1044 | - "peer": true, | |
| 1045 | 1045 | "dependencies": { |
| 1046 | 1046 | "debug": "^4.4.0", |
| 1047 | 1047 | "extract-zip": "^2.0.1", |
| @@ -1063,7 +1063,6 @@ | ||
| 1063 | 1063 | "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz", |
| 1064 | 1064 | "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", |
| 1065 | 1065 | "license": "ISC", |
| 1066 | - "peer": true, | |
| 1067 | 1066 | "bin": { |
| 1068 | 1067 | "semver": "bin/semver.js" |
| 1069 | 1068 | }, |
| @@ -1120,8 +1119,7 @@ | ||
| 1120 | 1119 | "version": "0.23.0", |
| 1121 | 1120 | "resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz", |
| 1122 | 1121 | "integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==", |
| 1123 | 1122 | "license": "MIT", |
| 1124 | - "peer": true | |
| 1125 | 1123 | }, |
| 1126 | 1124 | "node_modules/@types/babel__core": { |
| 1127 | 1125 | "version": "7.20.5", |
| @@ -1243,7 +1241,6 @@ | ||
| 1243 | 1241 | "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", |
| 1244 | 1242 | "license": "MIT", |
| 1245 | 1243 | "optional": true, |
| 1246 | - "peer": true, | |
| 1247 | 1244 | "dependencies": { |
| 1248 | 1245 | "@types/node": "*" |
| 1249 | 1246 | } |
| @@ -1259,6 +1256,7 @@ | ||
| 1259 | 1256 | "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", |
| 1260 | 1257 | "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", |
| 1261 | 1258 | "license": "MIT", |
| 1259 | + "peer": true, | |
| 1262 | 1260 | "bin": { |
| 1263 | 1261 | "acorn": "bin/acorn" |
| 1264 | 1262 | }, |
| @@ -1280,7 +1278,6 @@ | ||
| 1280 | 1278 | "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz", |
| 1281 | 1279 | "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==", |
| 1282 | 1280 | "license": "MIT", |
| 1283 | - "peer": true, | |
| 1284 | 1281 | "engines": { |
| 1285 | 1282 | "node": ">= 14" |
| 1286 | 1283 | } |
| @@ -1367,7 +1364,6 @@ | ||
| 1367 | 1364 | "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz", |
| 1368 | 1365 | "integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==", |
| 1369 | 1366 | "license": "MIT", |
| 1370 | - "peer": true, | |
| 1371 | 1367 | "dependencies": { |
| 1372 | 1368 | "tslib": "^2.0.1" |
| 1373 | 1369 | }, |
| @@ -1396,8 +1392,7 @@ | ||
| 1396 | 1392 | "version": "1.6.7", |
| 1397 | 1393 | "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz", |
| 1398 | 1394 | "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==", |
| 1399 | 1395 | "license": "Apache-2.0", |
| 1400 | - "peer": true | |
| 1401 | 1396 | }, |
| 1402 | 1397 | "node_modules/babel-jest": { |
| 1403 | 1398 | "version": "29.7.0", |
| @@ -1517,8 +1512,7 @@ | ||
| 1517 | 1512 | "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.4.tgz", |
| 1518 | 1513 | "integrity": "sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==", |
| 1519 | 1514 | "license": "Apache-2.0", |
| 1520 | 1515 | "optional": true, |
| 1521 | - "peer": true | |
| 1522 | 1516 | }, |
| 1523 | 1517 | "node_modules/bare-fs": { |
| 1524 | 1518 | "version": "4.1.3", |
| @@ -1526,7 +1520,6 @@ | ||
| 1526 | 1520 | "integrity": "sha512-OeEZYIg+2qepaWLyphaOXHAHKo3xkM8y3BeGAvHdMN8GNWvEAU1Yw6rYpGzu/wDDbKxgEjVeVDpgGhDzaeMpjg==", |
| 1527 | 1521 | "license": "Apache-2.0", |
| 1528 | 1522 | "optional": true, |
| 1529 | - "peer": true, | |
| 1530 | 1523 | "dependencies": { |
| 1531 | 1524 | "bare-events": "^2.5.4", |
| 1532 | 1525 | "bare-path": "^3.0.0", |
| @@ -1550,7 +1543,6 @@ | ||
| 1550 | 1543 | "integrity": "sha512-uaIjxokhFidJP+bmmvKSgiMzj2sV5GPHaZVAIktcxcpCyBFFWO+YlikVAdhmUo2vYFvFhOXIAlldqV29L8126g==", |
| 1551 | 1544 | "license": "Apache-2.0", |
| 1552 | 1545 | "optional": true, |
| 1553 | - "peer": true, | |
| 1554 | 1546 | "engines": { |
| 1555 | 1547 | "bare": ">=1.14.0" |
| 1556 | 1548 | } |
| @@ -1561,7 +1553,6 @@ | ||
| 1561 | 1553 | "integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==", |
| 1562 | 1554 | "license": "Apache-2.0", |
| 1563 | 1555 | "optional": true, |
| 1564 | - "peer": true, | |
| 1565 | 1556 | "dependencies": { |
| 1566 | 1557 | "bare-os": "^3.0.1" |
| 1567 | 1558 | } |
| @@ -1572,7 +1563,6 @@ | ||
| 1572 | 1563 | "integrity": "sha512-jSmxKJNJmHySi6hC42zlZnq00rga4jjxcgNZjY9N5WlOe/iOoGRtdwGsHzQv2RlH2KOYMwGUXhf2zXd32BA9RA==", |
| 1573 | 1564 | "license": "Apache-2.0", |
| 1574 | 1565 | "optional": true, |
| 1575 | - "peer": true, | |
| 1576 | 1566 | "dependencies": { |
| 1577 | 1567 | "streamx": "^2.21.0" |
| 1578 | 1568 | }, |
| @@ -1594,7 +1584,6 @@ | ||
| 1594 | 1584 | "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz", |
| 1595 | 1585 | "integrity": "sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==", |
| 1596 | 1586 | "license": "MIT", |
| 1597 | - "peer": true, | |
| 1598 | 1587 | "engines": { |
| 1599 | 1588 | "node": ">=10.0.0" |
| 1600 | 1589 | } |
| @@ -1640,6 +1629,7 @@ | ||
| 1640 | 1629 | } |
| 1641 | 1630 | ], |
| 1642 | 1631 | "license": "MIT", |
| 1632 | + "peer": true, | |
| 1643 | 1633 | "dependencies": { |
| 1644 | 1634 | "caniuse-lite": "^1.0.30001629", |
| 1645 | 1635 | "electron-to-chromium": "^1.4.796", |
| @@ -1667,7 +1657,6 @@ | ||
| 1667 | 1657 | "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", |
| 1668 | 1658 | "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", |
| 1669 | 1659 | "license": "MIT", |
| 1670 | - "peer": true, | |
| 1671 | 1660 | "engines": { |
| 1672 | 1661 | "node": "*" |
| 1673 | 1662 | } |
| @@ -1759,7 +1748,6 @@ | ||
| 1759 | 1748 | "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-4.1.1.tgz", |
| 1760 | 1749 | "integrity": "sha512-biR7t4vF3YluE6RlMSk9IWk+b9U+WWyzHp+N2pL9vRTk+UXHYRTVp7jTK58ZNzMLBgoLMHY4QyJMbeuw3eKxqg==", |
| 1761 | 1750 | "license": "Apache-2.0", |
| 1762 | - "peer": true, | |
| 1763 | 1751 | "dependencies": { |
| 1764 | 1752 | "mitt": "^3.0.1", |
| 1765 | 1753 | "zod": "^3.24.1" |
| @@ -1903,9 +1891,9 @@ | ||
| 1903 | 1891 | "license": "Python-2.0" |
| 1904 | 1892 | }, |
| 1905 | 1893 | "node_modules/cosmiconfig/node_modules/js-yaml": { |
| 1906 | 1894 | "version": "4.1.01", |
| 1907 | 1895 | "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.01.tgz", |
| 1908 | 1896 | "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRAqQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", |
| 1909 | 1897 | "license": "MIT", |
| 1910 | 1898 | "dependencies": { |
| 1911 | 1899 | "argparse": "^2.0.1" |
| @@ -1967,7 +1955,6 @@ | ||
| 1967 | 1955 | "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz", |
| 1968 | 1956 | "integrity": "sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==", |
| 1969 | 1957 | "license": "MIT", |
| 1970 | - "peer": true, | |
| 1971 | 1958 | "engines": { |
| 1972 | 1959 | "node": ">= 14" |
| 1973 | 1960 | } |
| @@ -2023,7 +2010,6 @@ | ||
| 2023 | 2010 | "resolved": "https://registry.npmjs.org/degenerator/-/degenerator-5.0.1.tgz", |
| 2024 | 2011 | "integrity": "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==", |
| 2025 | 2012 | "license": "MIT", |
| 2026 | - "peer": true, | |
| 2027 | 2013 | "dependencies": { |
| 2028 | 2014 | "ast-types": "^0.13.4", |
| 2029 | 2015 | "escodegen": "^2.1.0", |
| @@ -2122,7 +2108,6 @@ | ||
| 2122 | 2108 | "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", |
| 2123 | 2109 | "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", |
| 2124 | 2110 | "license": "MIT", |
| 2125 | - "peer": true, | |
| 2126 | 2111 | "dependencies": { |
| 2127 | 2112 | "once": "^1.4.0" |
| 2128 | 2113 | } |
| @@ -2132,7 +2117,6 @@ | ||
| 2132 | 2117 | "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", |
| 2133 | 2118 | "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", |
| 2134 | 2119 | "license": "MIT", |
| 2135 | - "peer": true, | |
| 2136 | 2120 | "engines": { |
| 2137 | 2121 | "node": ">=6" |
| 2138 | 2122 | } |
| @@ -2214,7 +2198,6 @@ | ||
| 2214 | 2198 | "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", |
| 2215 | 2199 | "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", |
| 2216 | 2200 | "license": "BSD-2-Clause", |
| 2217 | - "peer": true, | |
| 2218 | 2201 | "dependencies": { |
| 2219 | 2202 | "esprima": "^4.0.1", |
| 2220 | 2203 | "estraverse": "^5.2.0", |
| @@ -2236,6 +2219,7 @@ | ||
| 2236 | 2219 | "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz", |
| 2237 | 2220 | "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==", |
| 2238 | 2221 | "license": "MIT", |
| 2222 | + "peer": true, | |
| 2239 | 2223 | "dependencies": { |
| 2240 | 2224 | "@eslint-community/eslint-utils": "^4.2.0", |
| 2241 | 2225 | "@eslint-community/regexpp": "^4.6.1", |
| @@ -2364,9 +2348,9 @@ | ||
| 2364 | 2348 | } |
| 2365 | 2349 | }, |
| 2366 | 2350 | "node_modules/eslint/node_modules/js-yaml": { |
| 2367 | 2351 | "version": "4.1.01", |
| 2368 | 2352 | "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.01.tgz", |
| 2369 | 2353 | "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRAqQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", |
| 2370 | 2354 | "license": "MIT", |
| 2371 | 2355 | "dependencies": { |
| 2372 | 2356 | "argparse": "^2.0.1" |
| @@ -2561,7 +2545,6 @@ | ||
| 2561 | 2545 | "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", |
| 2562 | 2546 | "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", |
| 2563 | 2547 | "license": "BSD-2-Clause", |
| 2564 | - "peer": true, | |
| 2565 | 2548 | "dependencies": { |
| 2566 | 2549 | "debug": "^4.1.1", |
| 2567 | 2550 | "get-stream": "^5.1.0", |
| @@ -2582,7 +2565,6 @@ | ||
| 2582 | 2565 | "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", |
| 2583 | 2566 | "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", |
| 2584 | 2567 | "license": "MIT", |
| 2585 | - "peer": true, | |
| 2586 | 2568 | "dependencies": { |
| 2587 | 2569 | "pump": "^3.0.0" |
| 2588 | 2570 | }, |
| @@ -2603,8 +2585,7 @@ | ||
| 2603 | 2585 | "version": "1.3.2", |
| 2604 | 2586 | "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz", |
| 2605 | 2587 | "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==", |
| 2606 | 2588 | "license": "MIT", |
| 2607 | - "peer": true | |
| 2608 | 2589 | }, |
| 2609 | 2590 | "node_modules/fast-json-stable-stringify": { |
| 2610 | 2591 | "version": "2.1.0", |
| @@ -2641,7 +2622,6 @@ | ||
| 2641 | 2622 | "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", |
| 2642 | 2623 | "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==", |
| 2643 | 2624 | "license": "MIT", |
| 2644 | - "peer": true, | |
| 2645 | 2625 | "dependencies": { |
| 2646 | 2626 | "pend": "~1.2.0" |
| 2647 | 2627 | } |
| @@ -2897,7 +2877,6 @@ | ||
| 2897 | 2877 | "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.4.tgz", |
| 2898 | 2878 | "integrity": "sha512-E1b1lFFLvLgak2whF2xDBcOy6NLVGZBqqjJjsIhvopKfWWEi64pLVTWWehV8KlLerZkfNTA95sTe2OdJKm1OzQ==", |
| 2899 | 2879 | "license": "MIT", |
| 2900 | - "peer": true, | |
| 2901 | 2880 | "dependencies": { |
| 2902 | 2881 | "basic-ftp": "^5.0.2", |
| 2903 | 2882 | "data-uri-to-buffer": "^6.0.2", |
| @@ -3084,7 +3063,6 @@ | ||
| 3084 | 3063 | "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", |
| 3085 | 3064 | "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", |
| 3086 | 3065 | "license": "MIT", |
| 3087 | - "peer": true, | |
| 3088 | 3066 | "dependencies": { |
| 3089 | 3067 | "agent-base": "^7.1.0", |
| 3090 | 3068 | "debug": "^4.3.4" |
| @@ -3098,7 +3076,6 @@ | ||
| 3098 | 3076 | "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", |
| 3099 | 3077 | "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", |
| 3100 | 3078 | "license": "MIT", |
| 3101 | - "peer": true, | |
| 3102 | 3079 | "dependencies": { |
| 3103 | 3080 | "agent-base": "^7.1.2", |
| 3104 | 3081 | "debug": "4" |
| @@ -3206,7 +3183,6 @@ | ||
| 3206 | 3183 | "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", |
| 3207 | 3184 | "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", |
| 3208 | 3185 | "license": "MIT", |
| 3209 | - "peer": true, | |
| 3210 | 3186 | "dependencies": { |
| 3211 | 3187 | "jsbn": "1.1.0", |
| 3212 | 3188 | "sprintf-js": "^1.1.3" |
| @@ -3219,8 +3195,7 @@ | ||
| 3219 | 3195 | "version": "1.1.3", |
| 3220 | 3196 | "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", |
| 3221 | 3197 | "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", |
| 3222 | 3198 | "license": "BSD-3-Clause", |
| 3223 | - "peer": true | |
| 3224 | 3199 | }, |
| 3225 | 3200 | "node_modules/is-arrayish": { |
| 3226 | 3201 | "version": "0.2.1", |
| @@ -4039,9 +4014,9 @@ | ||
| 4039 | 4014 | "license": "MIT" |
| 4040 | 4015 | }, |
| 4041 | 4016 | "node_modules/js-yaml": { |
| 4042 | 4017 | "version": "3.14.12", |
| 4043 | 4018 | "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.12.tgz", |
| 4044 | 4019 | "integrity": "sha512-okMH7OXXJ7YrN9Ok3PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/SXrnu4iX9yOkrgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+25nqX4imS2npuvTYDmoRzkzlRz/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9geY4BgJBYVpg==", |
| 4045 | 4020 | "license": "MIT", |
| 4046 | 4021 | "dependencies": { |
| 4047 | 4022 | "argparse": "^1.0.7", |
| @@ -4055,8 +4030,7 @@ | ||
| 4055 | 4030 | "version": "1.1.0", |
| 4056 | 4031 | "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", |
| 4057 | 4032 | "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==", |
| 4058 | 4033 | "license": "MIT", |
| 4059 | - "peer": true | |
| 4060 | 4034 | }, |
| 4061 | 4035 | "node_modules/jsesc": { |
| 4062 | 4036 | "version": "2.5.2", |
| @@ -4303,8 +4277,7 @@ | ||
| 4303 | 4277 | "version": "3.0.1", |
| 4304 | 4278 | "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz", |
| 4305 | 4279 | "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==", |
| 4306 | 4280 | "license": "MIT", |
| 4307 | - "peer": true | |
| 4308 | 4281 | }, |
| 4309 | 4282 | "node_modules/ms": { |
| 4310 | 4283 | "version": "2.1.3", |
| @@ -4323,7 +4296,6 @@ | ||
| 4323 | 4296 | "resolved": "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz", |
| 4324 | 4297 | "integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==", |
| 4325 | 4298 | "license": "MIT", |
| 4326 | - "peer": true, | |
| 4327 | 4299 | "engines": { |
| 4328 | 4300 | "node": ">= 0.4.0" |
| 4329 | 4301 | } |
| @@ -4467,7 +4439,6 @@ | ||
| 4467 | 4439 | "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.2.0.tgz", |
| 4468 | 4440 | "integrity": "sha512-TEB8ESquiLMc0lV8vcd5Ql/JAKAoyzHFXaStwjkzpOpC5Yv+pIzLfHvjTSdf3vpa2bMiUQrg9i6276yn8666aA==", |
| 4469 | 4441 | "license": "MIT", |
| 4470 | - "peer": true, | |
| 4471 | 4442 | "dependencies": { |
| 4472 | 4443 | "@tootallnate/quickjs-emscripten": "^0.23.0", |
| 4473 | 4444 | "agent-base": "^7.1.2", |
| @@ -4487,7 +4458,6 @@ | ||
| 4487 | 4458 | "resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.1.tgz", |
| 4488 | 4459 | "integrity": "sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==", |
| 4489 | 4460 | "license": "MIT", |
| 4490 | - "peer": true, | |
| 4491 | 4461 | "dependencies": { |
| 4492 | 4462 | "degenerator": "^5.0.0", |
| 4493 | 4463 | "netmask": "^2.0.2" |
| @@ -4581,8 +4551,7 @@ | ||
| 4581 | 4551 | "version": "1.2.0", |
| 4582 | 4552 | "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", |
| 4583 | 4553 | "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==", |
| 4584 | 4554 | "license": "MIT", |
| 4585 | - "peer": true | |
| 4586 | 4555 | }, |
| 4587 | 4556 | "node_modules/picocolors": { |
| 4588 | 4557 | "version": "1.0.1", |
| @@ -4663,7 +4632,6 @@ | ||
| 4663 | 4632 | "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", |
| 4664 | 4633 | "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", |
| 4665 | 4634 | "license": "MIT", |
| 4666 | - "peer": true, | |
| 4667 | 4635 | "engines": { |
| 4668 | 4636 | "node": ">=0.4.0" |
| 4669 | 4637 | } |
| @@ -4686,7 +4654,6 @@ | ||
| 4686 | 4654 | "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.5.0.tgz", |
| 4687 | 4655 | "integrity": "sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==", |
| 4688 | 4656 | "license": "MIT", |
| 4689 | - "peer": true, | |
| 4690 | 4657 | "dependencies": { |
| 4691 | 4658 | "agent-base": "^7.1.2", |
| 4692 | 4659 | "debug": "^4.3.4", |
| @@ -4706,7 +4673,6 @@ | ||
| 4706 | 4673 | "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", |
| 4707 | 4674 | "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", |
| 4708 | 4675 | "license": "ISC", |
| 4709 | - "peer": true, | |
| 4710 | 4676 | "engines": { |
| 4711 | 4677 | "node": ">=12" |
| 4712 | 4678 | } |
| @@ -4722,7 +4688,6 @@ | ||
| 4722 | 4688 | "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz", |
| 4723 | 4689 | "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==", |
| 4724 | 4690 | "license": "MIT", |
| 4725 | - "peer": true, | |
| 4726 | 4691 | "dependencies": { |
| 4727 | 4692 | "end-of-stream": "^1.1.0", |
| 4728 | 4693 | "once": "^1.3.1" |
| @@ -4743,7 +4708,6 @@ | ||
| 4743 | 4708 | "integrity": "sha512-ifYqoY6wGs0yZeFuFPn8BE9FhuveXkarF+eO18I2e/axdoCh4Qh1AE+qXdJBhdaeoPt6eRNTY4Dih29Jbq8wow==", |
| 4744 | 4709 | "hasInstallScript": true, |
| 4745 | 4710 | "license": "Apache-2.0", |
| 4746 | - "peer": true, | |
| 4747 | 4711 | "dependencies": { |
| 4748 | 4712 | "@puppeteer/browsers": "2.10.2", |
| 4749 | 4713 | "chromium-bidi": "4.1.1", |
| @@ -4764,7 +4728,6 @@ | ||
| 4764 | 4728 | "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.7.2.tgz", |
| 4765 | 4729 | "integrity": "sha512-P9pZyTmJqKODFCnkZgemCpoFA4LbAa8+NumHVQKyP5X9IgdNS1ZnAnIh1sMAwhF8/xEUGf7jt+qmNLlKieFw1Q==", |
| 4766 | 4730 | "license": "Apache-2.0", |
| 4767 | - "peer": true, | |
| 4768 | 4731 | "dependencies": { |
| 4769 | 4732 | "@puppeteer/browsers": "2.10.2", |
| 4770 | 4733 | "chromium-bidi": "4.1.1", |
| @@ -4781,15 +4744,13 @@ | ||
| 4781 | 4744 | "version": "2.0.1", |
| 4782 | 4745 | "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", |
| 4783 | 4746 | "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", |
| 4784 | 4747 | "license": "Python-2.0", |
| 4785 | - "peer": true | |
| 4786 | 4748 | }, |
| 4787 | 4749 | "node_modules/puppeteer/node_modules/cosmiconfig": { |
| 4788 | 4750 | "version": "9.0.0", |
| 4789 | 4751 | "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz", |
| 4790 | 4752 | "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==", |
| 4791 | 4753 | "license": "MIT", |
| 4792 | - "peer": true, | |
| 4793 | 4754 | "dependencies": { |
| 4794 | 4755 | "env-paths": "^2.2.1", |
| 4795 | 4756 | "import-fresh": "^3.3.0", |
| @@ -4812,11 +4773,10 @@ | ||
| 4812 | 4773 | } |
| 4813 | 4774 | }, |
| 4814 | 4775 | "node_modules/puppeteer/node_modules/js-yaml": { |
| 4815 | 4776 | "version": "4.1.01", |
| 4816 | 4777 | "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.01.tgz", |
| 4817 | 4778 | "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRAqQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", |
| 4818 | 4779 | "license": "MIT", |
| 4819 | - "peer": true, | |
| 4820 | 4780 | "dependencies": { |
| 4821 | 4781 | "argparse": "^2.0.1" |
| 4822 | 4782 | }, |
| @@ -5049,7 +5009,6 @@ | ||
| 5049 | 5009 | "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", |
| 5050 | 5010 | "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", |
| 5051 | 5011 | "license": "MIT", |
| 5052 | - "peer": true, | |
| 5053 | 5012 | "engines": { |
| 5054 | 5013 | "node": ">= 6.0.0", |
| 5055 | 5014 | "npm": ">= 3.0.0" |
| @@ -5060,7 +5019,6 @@ | ||
| 5060 | 5019 | "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.4.tgz", |
| 5061 | 5020 | "integrity": "sha512-D3YaD0aRxR3mEcqnidIs7ReYJFVzWdd6fXJYUM8ixcQcJRGTka/b3saV0KflYhyVJXKhb947GndU35SxYNResQ==", |
| 5062 | 5021 | "license": "MIT", |
| 5063 | - "peer": true, | |
| 5064 | 5022 | "dependencies": { |
| 5065 | 5023 | "ip-address": "^9.0.5", |
| 5066 | 5024 | "smart-buffer": "^4.2.0" |
| @@ -5075,7 +5033,6 @@ | ||
| 5075 | 5033 | "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz", |
| 5076 | 5034 | "integrity": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==", |
| 5077 | 5035 | "license": "MIT", |
| 5078 | - "peer": true, | |
| 5079 | 5036 | "dependencies": { |
| 5080 | 5037 | "agent-base": "^7.1.2", |
| 5081 | 5038 | "debug": "^4.3.4", |
| @@ -5151,7 +5108,6 @@ | ||
| 5151 | 5108 | "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.22.0.tgz", |
| 5152 | 5109 | "integrity": "sha512-sLh1evHOzBy/iWRiR6d1zRcLao4gGZr3C1kzNz4fopCOKJb6xD9ub8Mpi9Mr1R6id5o43S+d93fI48UC5uM9aw==", |
| 5153 | 5110 | "license": "MIT", |
| 5154 | - "peer": true, | |
| 5155 | 5111 | "dependencies": { |
| 5156 | 5112 | "fast-fifo": "^1.3.2", |
| 5157 | 5113 | "text-decoder": "^1.1.0" |
| @@ -5258,7 +5214,6 @@ | ||
| 5258 | 5214 | "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.1.tgz", |
| 5259 | 5215 | "integrity": "sha512-LZA0oaPOc2fVo82Txf3gw+AkEd38szODlptMYejQUhndHMLQ9M059uXR+AfS7DNo0NpINvSqDsvyaCrBVkptWg==", |
| 5260 | 5216 | "license": "MIT", |
| 5261 | - "peer": true, | |
| 5262 | 5217 | "dependencies": { |
| 5263 | 5218 | "pump": "^3.0.0", |
| 5264 | 5219 | "tar-stream": "^3.1.5" |
| @@ -5273,7 +5228,6 @@ | ||
| 5273 | 5228 | "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz", |
| 5274 | 5229 | "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==", |
| 5275 | 5230 | "license": "MIT", |
| 5276 | - "peer": true, | |
| 5277 | 5231 | "dependencies": { |
| 5278 | 5232 | "b4a": "^1.6.4", |
| 5279 | 5233 | "fast-fifo": "^1.2.0", |
| @@ -5299,7 +5253,6 @@ | ||
| 5299 | 5253 | "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz", |
| 5300 | 5254 | "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==", |
| 5301 | 5255 | "license": "Apache-2.0", |
| 5302 | - "peer": true, | |
| 5303 | 5256 | "dependencies": { |
| 5304 | 5257 | "b4a": "^1.6.4" |
| 5305 | 5258 | } |
| @@ -5380,23 +5333,7 @@ | ||
| 5380 | 5333 | "version": "2.12.0", |
| 5381 | 5334 | "resolved": "https://registry.npmjs.org/typed-query-selector/-/typed-query-selector-2.12.0.tgz", |
| 5382 | 5335 | "integrity": "sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==", |
| 5383 | 5336 | "license": "MIT", |
| 5384 | - "peer": true | |
| 5385 | - }, | |
| 5386 | - "node_modules/typescript": { | |
| 5387 | - "version": "5.5.3", | |
| 5388 | - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", | |
| 5389 | - "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", | |
| 5390 | - "license": "Apache-2.0", | |
| 5391 | - "optional": true, | |
| 5392 | - "peer": true, | |
| 5393 | - "bin": { | |
| 5394 | - "tsc": "bin/tsc", | |
| 5395 | - "tsserver": "bin/tsserver" | |
| 5396 | - }, | |
| 5397 | - "engines": { | |
| 5398 | - "node": ">=14.17" | |
| 5399 | - } | |
| 5400 | 5337 | }, |
| 5401 | 5338 | "node_modules/undici-types": { |
| 5402 | 5339 | "version": "5.26.5", |
| @@ -5550,7 +5487,6 @@ | ||
| 5550 | 5487 | "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz", |
| 5551 | 5488 | "integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==", |
| 5552 | 5489 | "license": "MIT", |
| 5553 | - "peer": true, | |
| 5554 | 5490 | "engines": { |
| 5555 | 5491 | "node": ">=10.0.0" |
| 5556 | 5492 | }, |
| @@ -5614,7 +5550,6 @@ | ||
| 5614 | 5550 | "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", |
| 5615 | 5551 | "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==", |
| 5616 | 5552 | "license": "MIT", |
| 5617 | - "peer": true, | |
| 5618 | 5553 | "dependencies": { |
| 5619 | 5554 | "buffer-crc32": "~0.2.3", |
| 5620 | 5555 | "fd-slicer": "~1.1.0" |
| @@ -5637,7 +5572,6 @@ | ||
| 5637 | 5572 | "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.3.tgz", |
| 5638 | 5573 | "integrity": "sha512-HhY1oqzWCQWuUqvBFnsyrtZRhyPeR7SUGv+C4+MsisMuVfSPx8HpwWqH8tRahSlt6M3PiFAcoeFhZAqIXTxoSg==", |
| 5639 | 5574 | "license": "MIT", |
| 5640 | - "peer": true, | |
| 5641 | 5575 | "funding": { |
| 5642 | 5576 | "url": "https://github.com/sponsors/colinhacks" |
| 5643 | 5577 | } |