pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump dompurify to 3.3.2 and node-forge to 1.3.3

Fixes CVEs for XSS in DOMPurify and ASN.1 vulnerabilities in node-forge.

+79 -69
+2 -2
package.json
··· 47 47 "classnames": "^2.5.1", 48 48 "core-js": "^3.46.0", 49 49 "detect-browser": "^5.3.0", 50 - "dompurify": "^3.3.0", 50 + "dompurify": "^3.3.2", 51 51 "flag-icons": "^7.5.0", 52 52 "focus-trap-react": "^10.3.1", 53 53 "fscreen": "^1.2.0", ··· 60 60 "lodash.merge": "^4.6.2", 61 61 "million": "^2.6.4", 62 62 "nanoid": "^5.1.6", 63 - "node-forge": "^1.3.1", 63 + "node-forge": "^1.3.3", 64 64 "ofetch": "^1.4.1", 65 65 "react": "^18.3.1", 66 66 "react-dom": "^18.3.1",
+77 -67
pnpm-lock.yaml
··· 70 70 specifier: ^5.3.0 71 71 version: 5.3.0 72 72 dompurify: 73 - specifier: ^3.3.0 74 - version: 3.3.0 73 + specifier: ^3.3.2 74 + version: 3.3.2 75 75 flag-icons: 76 76 specifier: ^7.5.0 77 77 version: 7.5.0 ··· 109 109 specifier: ^5.1.6 110 110 version: 5.1.6 111 111 node-forge: 112 - specifier: ^1.3.1 113 - version: 1.3.1 112 + specifier: ^1.3.3 113 + version: 1.3.3 114 114 ofetch: 115 115 specifier: ^1.4.1 116 116 version: 1.4.1 ··· 428 428 peerDependencies: 429 429 '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 430 430 431 - '@babel/helper-define-polyfill-provider@0.6.6': 432 - resolution: {integrity: sha512-mOAsxeeKkUKayvZR3HeTYD/fICpCPLJrU5ZjelT/PA6WHtNDBOE436YiaEUvHN454bRM3CebhDsIpieCc4texA==} 431 + '@babel/helper-define-polyfill-provider@0.6.7': 432 + resolution: {integrity: sha512-6Fqi8MtQ/PweQ9xvux65emkLQ83uB+qAVtfHkC9UodyHMIZdxNI01HjLCLUtybElp2KY2XNE0nOgyP1E1vXw9w==} 433 433 peerDependencies: 434 434 '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 435 435 ··· 2026 2026 engines: {node: '>=0.4.0'} 2027 2027 hasBin: true 2028 2028 2029 + acorn@8.16.0: 2030 + resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==} 2031 + engines: {node: '>=0.4.0'} 2032 + hasBin: true 2033 + 2029 2034 agent-base@7.1.4: 2030 2035 resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==} 2031 2036 engines: {node: '>= 14'} ··· 2033 2038 ajv@6.12.6: 2034 2039 resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} 2035 2040 2036 - ajv@8.17.1: 2037 - resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} 2041 + ajv@8.18.0: 2042 + resolution: {integrity: sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==} 2038 2043 2039 2044 ansi-escapes@4.3.2: 2040 2045 resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} ··· 2153 2158 peerDependencies: 2154 2159 '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 2155 2160 2156 - babel-plugin-polyfill-corejs2@0.4.15: 2157 - resolution: {integrity: sha512-hR3GwrRwHUfYwGfrisXPIDP3JcYfBrW7wKE7+Au6wDYl7fm/ka1NEII6kORzxNU556JjfidZeBsO10kYvtV1aw==} 2161 + babel-plugin-polyfill-corejs2@0.4.16: 2162 + resolution: {integrity: sha512-xaVwwSfebXf0ooE11BJovZYKhFjIvQo7TsyVpETuIeH2JHv0k/T6Y5j22pPTvqYqmpkxdlPAJlyJ0tfOJAoMxw==} 2158 2163 peerDependencies: 2159 2164 '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 2160 2165 ··· 2163 2168 peerDependencies: 2164 2169 '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 2165 2170 2166 - babel-plugin-polyfill-corejs3@0.14.0: 2167 - resolution: {integrity: sha512-AvDcMxJ34W4Wgy4KBIIePQTAOP1Ie2WFwkQp3dB7FQ/f0lI5+nM96zUnYEOE1P9sEg0es5VCP0HxiWu5fUHZAQ==} 2171 + babel-plugin-polyfill-corejs3@0.14.1: 2172 + resolution: {integrity: sha512-ENp89vM9Pw4kv/koBb5N2f9bDZsR0hpf3BdPMOg/pkS3pwO4dzNnQZVXtBbeyAadgm865DmQG2jMMLqmZXvuCw==} 2168 2173 peerDependencies: 2169 2174 '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 2170 2175 ··· 2173 2178 peerDependencies: 2174 2179 '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 2175 2180 2176 - babel-plugin-polyfill-regenerator@0.6.6: 2177 - resolution: {integrity: sha512-hYm+XLYRMvupxiQzrvXUj7YyvFFVfv5gI0R71AJzudg1g2AI2vyCPPIFEBjk162/wFzti3inBHo7isWFuEVS/A==} 2181 + babel-plugin-polyfill-regenerator@0.6.7: 2182 + resolution: {integrity: sha512-OTYbUlSwXhNgr4g6efMZgsO8//jA61P7ZbRX3iTT53VON8l+WQS8IAUEVo4a4cWknrg2W8Cj4gQhRYNCJ8GkAA==} 2178 2183 peerDependencies: 2179 2184 '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 2180 2185 2181 2186 balanced-match@1.0.2: 2182 2187 resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} 2183 2188 2184 - baseline-browser-mapping@2.8.16: 2185 - resolution: {integrity: sha512-OMu3BGQ4E7P1ErFsIPpbJh0qvDudM/UuJeHgkAvfWe+0HFJCXh+t/l8L6fVLR55RI/UbKrVLnAXZSVwd9ysWYw==} 2189 + baseline-browser-mapping@2.10.0: 2190 + resolution: {integrity: sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==} 2191 + engines: {node: '>=6.0.0'} 2186 2192 hasBin: true 2187 2193 2188 - baseline-browser-mapping@2.9.19: 2189 - resolution: {integrity: sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==} 2194 + baseline-browser-mapping@2.8.16: 2195 + resolution: {integrity: sha512-OMu3BGQ4E7P1ErFsIPpbJh0qvDudM/UuJeHgkAvfWe+0HFJCXh+t/l8L6fVLR55RI/UbKrVLnAXZSVwd9ysWYw==} 2190 2196 hasBin: true 2191 2197 2192 2198 bidi-js@1.0.3: ··· 2249 2255 caniuse-lite@1.0.30001749: 2250 2256 resolution: {integrity: sha512-0rw2fJOmLfnzCRbkm8EyHL8SvI2Apu5UbnQuTsJ0ClgrH8hcwFooJ1s5R0EP8o8aVrFu8++ae29Kt9/gZAZp/Q==} 2251 2257 2252 - caniuse-lite@1.0.30001769: 2253 - resolution: {integrity: sha512-BCfFL1sHijQlBGWBMuJyhZUhzo7wer5sVj9hqekB/7xn0Ypy+pER/edCYQm4exbXj4WiySGp40P8UuTh6w1srg==} 2258 + caniuse-lite@1.0.30001777: 2259 + resolution: {integrity: sha512-tmN+fJxroPndC74efCdp12j+0rk0RHwV5Jwa1zWaFVyw2ZxAuPeG8ZgWC3Wz7uSjT3qMRQ5XHZ4COgQmsCMJAQ==} 2254 2260 2255 2261 chai@4.5.0: 2256 2262 resolution: {integrity: sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==} ··· 2499 2505 resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==} 2500 2506 engines: {node: '>= 4'} 2501 2507 2502 - dompurify@3.3.0: 2503 - resolution: {integrity: sha512-r+f6MYR1gGN1eJv0TVQbhA7if/U7P87cdPl3HN5rikqaBSBxLiCb/b9O+2eG0cxz0ghyU+mU1QkbsOwERMYlWQ==} 2508 + dompurify@3.3.2: 2509 + resolution: {integrity: sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ==} 2510 + engines: {node: '>=20'} 2504 2511 2505 2512 domutils@3.2.2: 2506 2513 resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==} ··· 2520 2527 electron-to-chromium@1.5.234: 2521 2528 resolution: {integrity: sha512-RXfEp2x+VRYn8jbKfQlRImzoJU01kyDvVPBmG39eU2iuRVhuS6vQNocB8J0/8GrIMLnPzgz4eW6WiRnJkTuNWg==} 2522 2529 2523 - electron-to-chromium@1.5.286: 2524 - resolution: {integrity: sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==} 2530 + electron-to-chromium@1.5.307: 2531 + resolution: {integrity: sha512-5z3uFKBWjiNR44nFcYdkcXjKMbg5KXNdciu7mhTPo9tB7NbqSNP2sSnGR+fqknZSCwKkBN+oxiiajWs4dT6ORg==} 2525 2532 2526 2533 emoji-regex@8.0.0: 2527 2534 resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} ··· 2783 2790 resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} 2784 2791 engines: {node: ^10.12.0 || >=12.0.0} 2785 2792 2786 - filelist@1.0.4: 2787 - resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==} 2793 + filelist@1.0.6: 2794 + resolution: {integrity: sha512-5giy2PkLYY1cP39p17Ech+2xlpTRL9HLspOfEgm0L6CwBXBTgsK5ou0JtzYuepxkaQ/tvhCFIJ5uXo0OrM2DxA==} 2788 2795 2789 2796 fill-range@7.1.1: 2790 2797 resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} ··· 3410 3417 minimatch@3.1.2: 3411 3418 resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} 3412 3419 3413 - minimatch@5.1.6: 3414 - resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} 3420 + minimatch@5.1.9: 3421 + resolution: {integrity: sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==} 3415 3422 engines: {node: '>=10'} 3416 3423 3417 3424 minimatch@9.0.3: ··· 3482 3489 resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} 3483 3490 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 3484 3491 3485 - node-forge@1.3.1: 3486 - resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} 3492 + node-forge@1.3.3: 3493 + resolution: {integrity: sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==} 3487 3494 engines: {node: '>= 6.13.0'} 3488 3495 3489 3496 node-releases@2.0.23: 3490 3497 resolution: {integrity: sha512-cCmFDMSm26S6tQSDpBCg/NR8NENrVPhAJSf+XbxBG4rPFaaonlEoE9wHQmun+cls499TQGSb7ZyPBRlzgKfpeg==} 3491 3498 3492 - node-releases@2.0.27: 3493 - resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==} 3499 + node-releases@2.0.36: 3500 + resolution: {integrity: sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==} 3494 3501 3495 3502 normalize-path@3.0.0: 3496 3503 resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} ··· 4124 4131 resolution: {integrity: sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==} 4125 4132 engines: {node: '>=8.0.0'} 4126 4133 4127 - smob@1.5.0: 4128 - resolution: {integrity: sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==} 4134 + smob@1.6.1: 4135 + resolution: {integrity: sha512-KAkBqZl3c2GvNgNhcoyJae1aKldDW0LO279wF9bk1PnluRTETKBq0WyzRXxEhoQLk56yHaOY4JCBEKDuJIET5g==} 4136 + engines: {node: '>=20.0.0'} 4129 4137 4130 4138 source-map-js@1.2.1: 4131 4139 resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} ··· 4833 4841 4834 4842 '@alloc/quick-lru@5.2.0': {} 4835 4843 4836 - '@apideck/better-ajv-errors@0.3.6(ajv@8.17.1)': 4844 + '@apideck/better-ajv-errors@0.3.6(ajv@8.18.0)': 4837 4845 dependencies: 4838 - ajv: 8.17.1 4846 + ajv: 8.18.0 4839 4847 json-schema: 0.4.0 4840 4848 jsonpointer: 5.0.1 4841 4849 leven: 3.1.0 ··· 5027 5035 transitivePeerDependencies: 5028 5036 - supports-color 5029 5037 5030 - '@babel/helper-define-polyfill-provider@0.6.6(@babel/core@7.29.0)': 5038 + '@babel/helper-define-polyfill-provider@0.6.7(@babel/core@7.29.0)': 5031 5039 dependencies: 5032 5040 '@babel/core': 7.29.0 5033 5041 '@babel/helper-compilation-targets': 7.28.6 ··· 6152 6160 '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.29.0) 6153 6161 '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.29.0) 6154 6162 '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.29.0) 6155 - babel-plugin-polyfill-corejs2: 0.4.15(@babel/core@7.29.0) 6156 - babel-plugin-polyfill-corejs3: 0.14.0(@babel/core@7.29.0) 6157 - babel-plugin-polyfill-regenerator: 0.6.6(@babel/core@7.29.0) 6163 + babel-plugin-polyfill-corejs2: 0.4.16(@babel/core@7.29.0) 6164 + babel-plugin-polyfill-corejs3: 0.14.1(@babel/core@7.29.0) 6165 + babel-plugin-polyfill-regenerator: 0.6.7(@babel/core@7.29.0) 6158 6166 core-js-compat: 3.48.0 6159 6167 semver: 6.3.1 6160 6168 transitivePeerDependencies: ··· 6581 6589 '@rollup/plugin-terser@0.4.4(rollup@4.43.0)': 6582 6590 dependencies: 6583 6591 serialize-javascript: 6.0.2 6584 - smob: 1.5.0 6592 + smob: 1.6.1 6585 6593 terser: 5.46.0 6586 6594 optionalDependencies: 6587 6595 rollup: 4.43.0 ··· 7024 7032 7025 7033 acorn@8.15.0: {} 7026 7034 7035 + acorn@8.16.0: {} 7036 + 7027 7037 agent-base@7.1.4: {} 7028 7038 7029 7039 ajv@6.12.6: ··· 7033 7043 json-schema-traverse: 0.4.1 7034 7044 uri-js: 4.4.1 7035 7045 7036 - ajv@8.17.1: 7046 + ajv@8.18.0: 7037 7047 dependencies: 7038 7048 fast-deep-equal: 3.1.3 7039 7049 fast-uri: 3.1.0 ··· 7168 7178 transitivePeerDependencies: 7169 7179 - supports-color 7170 7180 7171 - babel-plugin-polyfill-corejs2@0.4.15(@babel/core@7.29.0): 7181 + babel-plugin-polyfill-corejs2@0.4.16(@babel/core@7.29.0): 7172 7182 dependencies: 7173 7183 '@babel/compat-data': 7.29.0 7174 7184 '@babel/core': 7.29.0 7175 - '@babel/helper-define-polyfill-provider': 0.6.6(@babel/core@7.29.0) 7185 + '@babel/helper-define-polyfill-provider': 0.6.7(@babel/core@7.29.0) 7176 7186 semver: 6.3.1 7177 7187 transitivePeerDependencies: 7178 7188 - supports-color ··· 7185 7195 transitivePeerDependencies: 7186 7196 - supports-color 7187 7197 7188 - babel-plugin-polyfill-corejs3@0.14.0(@babel/core@7.29.0): 7198 + babel-plugin-polyfill-corejs3@0.14.1(@babel/core@7.29.0): 7189 7199 dependencies: 7190 7200 '@babel/core': 7.29.0 7191 - '@babel/helper-define-polyfill-provider': 0.6.6(@babel/core@7.29.0) 7201 + '@babel/helper-define-polyfill-provider': 0.6.7(@babel/core@7.29.0) 7192 7202 core-js-compat: 3.48.0 7193 7203 transitivePeerDependencies: 7194 7204 - supports-color ··· 7200 7210 transitivePeerDependencies: 7201 7211 - supports-color 7202 7212 7203 - babel-plugin-polyfill-regenerator@0.6.6(@babel/core@7.29.0): 7213 + babel-plugin-polyfill-regenerator@0.6.7(@babel/core@7.29.0): 7204 7214 dependencies: 7205 7215 '@babel/core': 7.29.0 7206 - '@babel/helper-define-polyfill-provider': 0.6.6(@babel/core@7.29.0) 7216 + '@babel/helper-define-polyfill-provider': 0.6.7(@babel/core@7.29.0) 7207 7217 transitivePeerDependencies: 7208 7218 - supports-color 7209 7219 7210 7220 balanced-match@1.0.2: {} 7211 7221 7212 - baseline-browser-mapping@2.8.16: {} 7222 + baseline-browser-mapping@2.10.0: {} 7213 7223 7214 - baseline-browser-mapping@2.9.19: {} 7224 + baseline-browser-mapping@2.8.16: {} 7215 7225 7216 7226 bidi-js@1.0.3: 7217 7227 dependencies: ··· 7244 7254 7245 7255 browserslist@4.28.1: 7246 7256 dependencies: 7247 - baseline-browser-mapping: 2.9.19 7248 - caniuse-lite: 1.0.30001769 7249 - electron-to-chromium: 1.5.286 7250 - node-releases: 2.0.27 7257 + baseline-browser-mapping: 2.10.0 7258 + caniuse-lite: 1.0.30001777 7259 + electron-to-chromium: 1.5.307 7260 + node-releases: 2.0.36 7251 7261 update-browserslist-db: 1.2.3(browserslist@4.28.1) 7252 7262 7253 7263 buffer-from@1.1.2: {} ··· 7277 7287 7278 7288 caniuse-lite@1.0.30001749: {} 7279 7289 7280 - caniuse-lite@1.0.30001769: {} 7290 + caniuse-lite@1.0.30001777: {} 7281 7291 7282 7292 chai@4.5.0: 7283 7293 dependencies: ··· 7533 7543 dependencies: 7534 7544 domelementtype: 2.3.0 7535 7545 7536 - dompurify@3.3.0: 7546 + dompurify@3.3.2: 7537 7547 optionalDependencies: 7538 7548 '@types/trusted-types': 2.0.7 7539 7549 ··· 7557 7567 7558 7568 electron-to-chromium@1.5.234: {} 7559 7569 7560 - electron-to-chromium@1.5.286: {} 7570 + electron-to-chromium@1.5.307: {} 7561 7571 7562 7572 emoji-regex@8.0.0: {} 7563 7573 ··· 7970 7980 dependencies: 7971 7981 flat-cache: 3.2.0 7972 7982 7973 - filelist@1.0.4: 7983 + filelist@1.0.6: 7974 7984 dependencies: 7975 - minimatch: 5.1.6 7985 + minimatch: 5.1.9 7976 7986 7977 7987 fill-range@7.1.1: 7978 7988 dependencies: ··· 8433 8443 jake@10.9.4: 8434 8444 dependencies: 8435 8445 async: 3.2.6 8436 - filelist: 1.0.4 8446 + filelist: 1.0.6 8437 8447 picocolors: 1.1.1 8438 8448 8439 8449 jiti@1.21.7: {} ··· 8619 8629 dependencies: 8620 8630 brace-expansion: 1.1.12 8621 8631 8622 - minimatch@5.1.6: 8632 + minimatch@5.1.9: 8623 8633 dependencies: 8624 8634 brace-expansion: 2.0.2 8625 8635 ··· 8685 8695 fetch-blob: 3.2.0 8686 8696 formdata-polyfill: 4.0.10 8687 8697 8688 - node-forge@1.3.1: {} 8698 + node-forge@1.3.3: {} 8689 8699 8690 8700 node-releases@2.0.23: {} 8691 8701 8692 - node-releases@2.0.27: {} 8702 + node-releases@2.0.36: {} 8693 8703 8694 8704 normalize-path@3.0.0: {} 8695 8705 ··· 9298 9308 9299 9309 slugify@1.6.6: {} 9300 9310 9301 - smob@1.5.0: {} 9311 + smob@1.6.1: {} 9302 9312 9303 9313 source-map-js@1.2.1: {} 9304 9314 ··· 9510 9520 terser@5.46.0: 9511 9521 dependencies: 9512 9522 '@jridgewell/source-map': 0.3.11 9513 - acorn: 8.15.0 9523 + acorn: 8.16.0 9514 9524 commander: 2.20.3 9515 9525 source-map-support: 0.5.21 9516 9526 ··· 9949 9959 9950 9960 workbox-build@7.3.0(@types/babel__core@7.20.5): 9951 9961 dependencies: 9952 - '@apideck/better-ajv-errors': 0.3.6(ajv@8.17.1) 9962 + '@apideck/better-ajv-errors': 0.3.6(ajv@8.18.0) 9953 9963 '@babel/core': 7.29.0 9954 9964 '@babel/preset-env': 7.29.0(@babel/core@7.29.0) 9955 9965 '@babel/runtime': 7.28.6 ··· 9958 9968 '@rollup/plugin-replace': 2.4.2(rollup@4.43.0) 9959 9969 '@rollup/plugin-terser': 0.4.4(rollup@4.43.0) 9960 9970 '@surma/rollup-plugin-off-main-thread': 2.2.3 9961 - ajv: 8.17.1 9971 + ajv: 8.18.0 9962 9972 common-tags: 1.8.2 9963 9973 fast-json-stable-stringify: 2.1.0 9964 9974 fs-extra: 9.1.0