diff --git a/files/en-us/mozilla/firefox/releases/155/index.md b/files/en-us/mozilla/firefox/releases/155/index.md index 61103a70f5b41c2..f06a787e8e9a71f 100644 --- a/files/en-us/mozilla/firefox/releases/155/index.md +++ b/files/en-us/mozilla/firefox/releases/155/index.md @@ -72,13 +72,18 @@ Firefox 155 is the current [Beta version of Firefox](https://www.firefox.com/en- - +### WebDriver conformance (WebDriver BiDi, Marionette) - +#### General - +- Disabled the download panel to prevent the current document from losing focus when a download begins. ([Firefox bug 2035439](https://bugzil.la/2035439)). +- Fixed the Actions API so that the `dblclick` event is fired when performing a double-click while holding down the `Ctrl` key on non-macOS platforms. ([Firefox bug 2058556](https://bugzil.la/2058556)). - +#### WebDriver BiDi + +- Updated the Mozilla-specific `moz:debugging` module to no longer rely on the same nested event loop API as DevTools, which prevents conflicts when WebDriver BiDi and DevTools are used in parallel. ([Firefox bug 2041335](https://bugzil.la/2041335)). +- Fixed the `browsingContext.reload` command failing when used for frames. ([Firefox bug 2030909](https://bugzil.la/2030909)). +- Removed support for the `contexts` argument in the `session.unsubscribe` command. From now on, clients can unsubscribe only by event name or subscription ID. ([Firefox bug 1988723](https://bugzil.la/1988723)). ## Changes for add-on developers diff --git a/package-lock.json b/package-lock.json index f43f620984a230b..e98bf834b3f98e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "cheerio": "1.2.0", "cli-progress": "^3.12.0", "cross-env": "10.1.0", - "cspell": "10.1.0", + "cspell": "10.1.1", "cspell-group-by-file-reporter": "^1.0.1", "env-cmd": "11.0.0", "fdir": "^6.5.0", @@ -262,9 +262,9 @@ } }, "node_modules/@cspell/cspell-bundled-dicts": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-10.1.0.tgz", - "integrity": "sha512-CBnYuR7tMlLwWq6FL3IOQ0mM+d8r6d7t+BMH6qWtk9SMz8KzBO7dB5Ya+o3QI/lsqwR75qCPW6JPYapBogFq1A==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-10.1.1.tgz", + "integrity": "sha512-EvPFPWwEPbPn2pIAD4D6PRRFbuM5OCiYfY0GhmpQyWWteCwR4gRmRs06UOWqfSRKHYBL/rUqcr3OAfiF5ctAjw==", "dev": true, "license": "MIT", "dependencies": { @@ -309,7 +309,7 @@ "@cspell/dict-markdown": "^2.0.18", "@cspell/dict-monkeyc": "^1.1.0", "@cspell/dict-node": "^5.0.9", - "@cspell/dict-npm": "^5.2.46", + "@cspell/dict-npm": "^5.2.47", "@cspell/dict-php": "^4.1.1", "@cspell/dict-powershell": "^5.0.15", "@cspell/dict-public-licenses": "^2.0.16", @@ -333,22 +333,22 @@ } }, "node_modules/@cspell/cspell-json-reporter": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-json-reporter/-/cspell-json-reporter-10.1.0.tgz", - "integrity": "sha512-q4YhCcqncLyf9XVJ7DnCLMPoTSyK3MpC7A8jxbdMM2ytQ2/pNrFKhUWPpoxzqLP5fmpwW8ieb5ip4JWcHfGwfA==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-json-reporter/-/cspell-json-reporter-10.1.1.tgz", + "integrity": "sha512-6makYERzgDCBGeOG7jSgZBOWxJKxBV6k0UQ60xDBZNrccACP45q8zO9YIXdHAYLmHB52l3Iz2vifeG7zhue7jA==", "dev": true, "license": "MIT", "dependencies": { - "@cspell/cspell-types": "10.1.0" + "@cspell/cspell-types": "10.1.1" }, "engines": { "node": ">=22.18.0" } }, "node_modules/@cspell/cspell-performance-monitor": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-performance-monitor/-/cspell-performance-monitor-10.1.0.tgz", - "integrity": "sha512-a0uHD0hrM9LC078pkMrJIC84FOdyg2i9nkRXp7kvus3k+/jSCun9XykSET0IoeZoom/8cB8Y9BVgnrbjE3q0Vg==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-performance-monitor/-/cspell-performance-monitor-10.1.1.tgz", + "integrity": "sha512-M3Bq+K0jmbnAE2dWB8vG/TljagcKWuILTpcf6sIMB/jTaT7QH9FyzVp0Q6srlN3GEdSBwFBqrfWCorkjRUd0cQ==", "dev": true, "license": "MIT", "engines": { @@ -356,9 +356,9 @@ } }, "node_modules/@cspell/cspell-pipe": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-10.1.0.tgz", - "integrity": "sha512-ZZL//x5zRHOlNn9DtTHBrrskEdjc7RtNB8XXnzjnTdcOjC9sI2YtqtVyXIAH7HKGyraLU1wi89S0XMGaENeflA==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-10.1.1.tgz", + "integrity": "sha512-WOuL9zdcl38b9P5Kpco3c1vg5v82bSWZ7LVeARbyrOmW60HxS8uP4nkbCGeU6pINvJCs0JUQxEZCRMHuEF0dfQ==", "dev": true, "license": "MIT", "engines": { @@ -366,9 +366,9 @@ } }, "node_modules/@cspell/cspell-resolver": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-resolver/-/cspell-resolver-10.1.0.tgz", - "integrity": "sha512-I5BwclXK/9sbq+T1wADHG64PRaFMoDahhVKZbJCbK5bzsYF9rFEv9P5Quw3WZdgx8eUyGJcSqKuXYsDqx55yEA==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-resolver/-/cspell-resolver-10.1.1.tgz", + "integrity": "sha512-bbsykc5c7dDdPTDFdsY0GKwXlflDDaTUycAegziFLCcp8b/q1txQmqBxx95ok1pjpU10sWxiJztZZRayFcM5sg==", "dev": true, "license": "MIT", "dependencies": { @@ -379,9 +379,9 @@ } }, "node_modules/@cspell/cspell-service-bus": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-10.1.0.tgz", - "integrity": "sha512-OM8c5IDtwQvHgJ0RYxckr3jaUt1NOLPAk7y/I8dvDba6iuBXkrCVUD2BMrUHFrHBBfWM5oMwioVOnNtg4nSvPw==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-10.1.1.tgz", + "integrity": "sha512-Z3BUsVllqyAoJSGXcyFp0hXtBVKEfrxVcSy3UPoSoLW9gZZjXmFwOorhga3+fMseC9VRK3L6mKSccn9YGAjsnA==", "dev": true, "license": "MIT", "engines": { @@ -389,9 +389,9 @@ } }, "node_modules/@cspell/cspell-types": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-10.1.0.tgz", - "integrity": "sha512-k5TzE4fKRbZUPv5Z2EKUXR5QoDF4LPlWo9OnXdQVx8YGi0GQosUzwag2uyHoN5uAOSnoJwyhwRcr+/EFqNkfrg==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-10.1.1.tgz", + "integrity": "sha512-lsc+/pazJQ47Zy7qyuFiQRZzco+kBSUmAtCzbmT96pFpAVxR+b4A8qRBoTdiq4OXBRXRT+CqWMNynSiwQJWM6g==", "dev": true, "license": "MIT", "engines": { @@ -399,13 +399,13 @@ } }, "node_modules/@cspell/cspell-worker": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-worker/-/cspell-worker-10.1.0.tgz", - "integrity": "sha512-gEJ1bU1sOMgDwtewfI7SPdIs2MNakhKPr4WbGh8nfE/bszO4vT3YoQap2+v76/s2VjGs2Kzn6M1M2N5tmGuo3w==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-worker/-/cspell-worker-10.1.1.tgz", + "integrity": "sha512-X9Ehif6c/9BRIODBjWMr0paHQrY3Jw7q0FWeSdxPZrnKhgJ+cX4vtvqlSD1dGXMV2/fGh10p1HznuDhNlQ4tjg==", "dev": true, "license": "MIT", "dependencies": { - "cspell-lib": "10.1.0" + "cspell-lib": "10.1.1" }, "engines": { "node": ">=22.18.0" @@ -837,13 +837,13 @@ "license": "MIT" }, "node_modules/@cspell/dynamic-import": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-10.1.0.tgz", - "integrity": "sha512-tZMsczw03/cT7hupr6+vIdJhPvJw4hmh7gGqAgeU+j1bc556VT/GviKrj/Xfa6+EK6Q3Uev7tb8WR1mkIpI5Rg==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-10.1.1.tgz", + "integrity": "sha512-bNI+Gp0Rnx/WyOvni4TksvNWeQvCfyQAhZRIGMt+9bbLyniVagnftnoahV/yoF9h3WWxU3tL2eaVZx9B5dijuQ==", "dev": true, "license": "MIT", "dependencies": { - "@cspell/url": "10.1.0", + "@cspell/url": "10.1.1", "import-meta-resolve": "^4.2.0" }, "engines": { @@ -851,9 +851,9 @@ } }, "node_modules/@cspell/filetypes": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@cspell/filetypes/-/filetypes-10.1.0.tgz", - "integrity": "sha512-cTWbtrH00tNkjBkcH9ElSaaVxFbtp/XFqElUmiGS57SnvxgWlOhXChvhj5DIPwOT0c8uRjmx/0XQWjnlat4dwg==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/@cspell/filetypes/-/filetypes-10.1.1.tgz", + "integrity": "sha512-sSREdKF4roC4QM2n0qUgv10W74nUO7CUhDTCz3Sd3mHlUM46WI8QqbAIZFNTm5U4SuVaVAmXzsZvM69O/rOjvQ==", "dev": true, "license": "MIT", "engines": { @@ -861,9 +861,9 @@ } }, "node_modules/@cspell/rpc": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@cspell/rpc/-/rpc-10.1.0.tgz", - "integrity": "sha512-Zo7e/L+b5hujFj8XG+ayVGf9z0YAQWEf9aBCMesPBzMMczFnV4ZQzOqrSKMBrc5J1ztVwft3IjVSUY5My++UIg==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/@cspell/rpc/-/rpc-10.1.1.tgz", + "integrity": "sha512-sWQ++D8++6pAv8FSCfJOpc/t/yoK1r0xwcBb23SenOA9nvcmI7CwAp2FK2oByLnDTe+Bh6mQWtRRZSr3gfoGhQ==", "dev": true, "license": "MIT", "engines": { @@ -871,9 +871,9 @@ } }, "node_modules/@cspell/strong-weak-map": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-10.1.0.tgz", - "integrity": "sha512-FVqhMN38u44divmgVnR+qgOJAu5S89hkxdJNXAeK9ZTOXBKT8BGmYRtlFll4TMqeaS+513mmGhOaAnTLXNnObA==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-10.1.1.tgz", + "integrity": "sha512-s7PsRDfZO5J1dB0gtlaeNxwaibDUCYIFlbdzMawlUejR/UNrhDgDIr48OScoOt5SaUHijEVpFDkrWVyCs5R7oQ==", "dev": true, "license": "MIT", "engines": { @@ -881,9 +881,9 @@ } }, "node_modules/@cspell/url": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@cspell/url/-/url-10.1.0.tgz", - "integrity": "sha512-MxQyFUYX+M2GJEuPuA0l1aXHmRh52Qd/hTA1aahjUgvgujSghv+rOFhIzqFiVtIa0w/r1RgdCKHF32wNKfGnFg==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/@cspell/url/-/url-10.1.1.tgz", + "integrity": "sha512-5O2bZ5H/zPomc4qshTpfCbIltallsdQNwlw6j/Gl+eVElrlFsgc0kzuYJdk1BMnpA0ZXPXYH7XVKCGIKzLcr2g==", "dev": true, "license": "MIT", "engines": { @@ -2838,29 +2838,29 @@ } }, "node_modules/cspell": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/cspell/-/cspell-10.1.0.tgz", - "integrity": "sha512-sCGe2PWuA7H8pJTYSSkq5G5u3FXJr8igAcVEsSAqdAdTArkOxCca4kPNfeRhno2Dy1QEz7KGnoVFggvIaCv01g==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/cspell/-/cspell-10.1.1.tgz", + "integrity": "sha512-imoZaB1+9gHMyFFMDBY7VbtIdDwkRJXQjs3bIfo1H+AUJnw/vMxLwXk8mnPmH7ziw2m2kyGF+rPAVUE93VEAAA==", "dev": true, "license": "MIT", "dependencies": { - "@cspell/cspell-json-reporter": "10.1.0", - "@cspell/cspell-performance-monitor": "10.1.0", - "@cspell/cspell-pipe": "10.1.0", - "@cspell/cspell-types": "10.1.0", - "@cspell/cspell-worker": "10.1.0", - "@cspell/dynamic-import": "10.1.0", - "@cspell/url": "10.1.0", + "@cspell/cspell-json-reporter": "10.1.1", + "@cspell/cspell-performance-monitor": "10.1.1", + "@cspell/cspell-pipe": "10.1.1", + "@cspell/cspell-types": "10.1.1", + "@cspell/cspell-worker": "10.1.1", + "@cspell/dynamic-import": "10.1.1", + "@cspell/url": "10.1.1", "ansi-regex": "^6.3.0", "chalk": "^6.0.0", "chalk-template": "^1.1.2", "commander": "^15.0.0", - "cspell-config-lib": "10.1.0", - "cspell-dictionary": "10.1.0", - "cspell-gitignore": "10.1.0", - "cspell-glob": "10.1.0", - "cspell-io": "10.1.0", - "cspell-lib": "10.1.0", + "cspell-config-lib": "10.1.1", + "cspell-dictionary": "10.1.1", + "cspell-gitignore": "10.1.1", + "cspell-glob": "10.1.1", + "cspell-io": "10.1.1", + "cspell-lib": "10.1.1", "fast-json-stable-stringify": "^2.1.0", "flatted": "^3.4.4", "semver": "^7.8.5", @@ -2878,13 +2878,13 @@ } }, "node_modules/cspell-config-lib": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/cspell-config-lib/-/cspell-config-lib-10.1.0.tgz", - "integrity": "sha512-xWfyGRtu819BNnJ42SwvRsMdd4jgz+4eV4RaKUaM7uo5hsOI9o+LCulYWD8F4MPDb/izDopvC9qV8E3UVUe08g==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/cspell-config-lib/-/cspell-config-lib-10.1.1.tgz", + "integrity": "sha512-/AgOcOxO0jmAJCkShhaPQqSNrx+QUkEOncTf2uFnIx4/gRxFwiRZ0Zrv6PyHNBTC5vY82+qB6scT5Pj30n174A==", "dev": true, "license": "MIT", "dependencies": { - "@cspell/cspell-types": "10.1.0", + "@cspell/cspell-types": "10.1.1", "comment-json": "^5.0.0", "smol-toml": "^1.8.0", "yaml": "^2.9.0" @@ -2907,16 +2907,16 @@ } }, "node_modules/cspell-dictionary": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-10.1.0.tgz", - "integrity": "sha512-ZzBWuPkWfY5uXmKh6wEbG24jhm3reeUnqsVDwsmduazjf+hGjlxi1B7fS3Xr0I4xufN98lNCuynZpNOydDLEEA==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-10.1.1.tgz", + "integrity": "sha512-94eW96hjAa3ASAjtmWkC1h1S7GLNHEoDftViilZ/nQzHxeYHp8kU73/0Jqjawr3tzfNvdKV0Bq/8zgeEp1LNrA==", "dev": true, "license": "MIT", "dependencies": { - "@cspell/cspell-performance-monitor": "10.1.0", - "@cspell/cspell-pipe": "10.1.0", - "@cspell/cspell-types": "10.1.0", - "cspell-trie-lib": "10.1.0", + "@cspell/cspell-performance-monitor": "10.1.1", + "@cspell/cspell-pipe": "10.1.1", + "@cspell/cspell-types": "10.1.1", + "cspell-trie-lib": "10.1.1", "fast-equals": "^6.0.2" }, "engines": { @@ -2934,15 +2934,15 @@ } }, "node_modules/cspell-gitignore": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-10.1.0.tgz", - "integrity": "sha512-kSnPsgmMuN2Uj7VJ3RP315o2Jt66pkFlcvGYswKXgixo06ZuiQmOJ9n4j1VS3Tu2uhVXBIKz/CP1r1lJenpoBQ==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-10.1.1.tgz", + "integrity": "sha512-vYQjziKDH8qQzj/gHHJPKwmAqwfQIHBvyqukR0Uf1WzY1X08Ns9jMl5JDRUL7ffcosDYsReIhLxy2KJrxRkrng==", "dev": true, "license": "MIT", "dependencies": { - "@cspell/url": "10.1.0", - "cspell-glob": "10.1.0", - "cspell-io": "10.1.0" + "@cspell/url": "10.1.1", + "cspell-glob": "10.1.1", + "cspell-io": "10.1.1" }, "bin": { "cspell-gitignore": "bin.mjs" @@ -2952,13 +2952,13 @@ } }, "node_modules/cspell-glob": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-10.1.0.tgz", - "integrity": "sha512-6n+NcnbDbe8Yz1RXwfsvC3K7OrFtu1Zx+c8VZORKwqpl1CDVEBY1zMyooS6VoqIu6C97iRWfwfP+Ad5dk2m1Qw==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-10.1.1.tgz", + "integrity": "sha512-+xRfPD/KHU3JCMPK3Blt3AchW6KAzsyrNUdNns9mmkDRiej5Vl19kdN3eKh7B/0XoAKnX/v67tucCu/jr8MTug==", "dev": true, "license": "MIT", "dependencies": { - "@cspell/url": "10.1.0", + "@cspell/url": "10.1.1", "picomatch": "^4.0.5" }, "engines": { @@ -2966,14 +2966,14 @@ } }, "node_modules/cspell-grammar": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-10.1.0.tgz", - "integrity": "sha512-sE6Y2cJeFReAeyCMwNL0Htffv8LweeVnkn1RSUiCZ7nPmEO8gzp6tFC6IeTFtJdpt1uzXW/JZl+tmuTQkOOLfg==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-10.1.1.tgz", + "integrity": "sha512-mOHufusJEld/q8ZfC+AhequR515QIOHC0LdD1z6PU+Mpn3GRBGJBWK56iUwHH4XX935GsUMJFIQuOoMXXcbAsw==", "dev": true, "license": "MIT", "dependencies": { - "@cspell/cspell-pipe": "10.1.0", - "@cspell/cspell-types": "10.1.0" + "@cspell/cspell-pipe": "10.1.1", + "@cspell/cspell-types": "10.1.1" }, "bin": { "cspell-grammar": "bin.mjs" @@ -2993,42 +2993,42 @@ } }, "node_modules/cspell-io": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-10.1.0.tgz", - "integrity": "sha512-On6bXkt4z3B+1lEjROWIXrH8yLfAYQQawpalMpQHl9v++h8NsFrqVC+1MNHw0qXiHfv8pqn/cy4Fk0xKEJA+4Q==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-10.1.1.tgz", + "integrity": "sha512-Gcl2B2hKOJBqi+nf1ZnZ2XZj+VWN+AZLfQZR5dxxny3Ggy51vW8AfJX8lF8Ev/c559AkC5G7KkO2jkVuZ4SVsA==", "dev": true, "license": "MIT", "dependencies": { - "@cspell/cspell-service-bus": "10.1.0", - "@cspell/url": "10.1.0" + "@cspell/cspell-service-bus": "10.1.1", + "@cspell/url": "10.1.1" }, "engines": { "node": ">=22.18.0" } }, "node_modules/cspell-lib": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-10.1.0.tgz", - "integrity": "sha512-9Rpx2ziuM6AxPjTfhQ+Q8rNkQREdgq7RBT7FATqJOEo65xVDjbVoSfvuaP4MlGQEWiQgvFye9ZQXnqtdcAZAGg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@cspell/cspell-bundled-dicts": "10.1.0", - "@cspell/cspell-performance-monitor": "10.1.0", - "@cspell/cspell-pipe": "10.1.0", - "@cspell/cspell-resolver": "10.1.0", - "@cspell/cspell-types": "10.1.0", - "@cspell/dynamic-import": "10.1.0", - "@cspell/filetypes": "10.1.0", - "@cspell/rpc": "10.1.0", - "@cspell/strong-weak-map": "10.1.0", - "@cspell/url": "10.1.0", - "cspell-config-lib": "10.1.0", - "cspell-dictionary": "10.1.0", - "cspell-glob": "10.1.0", - "cspell-grammar": "10.1.0", - "cspell-io": "10.1.0", - "cspell-trie-lib": "10.1.0", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-10.1.1.tgz", + "integrity": "sha512-jckdiCU/3pkvJ21G77R2fl93R6JjpYwP+wj8qQNUewYlTl9bdhMJi8xgLb4os7CJnHD5kA59ow8tNvh45d3zDw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@cspell/cspell-bundled-dicts": "10.1.1", + "@cspell/cspell-performance-monitor": "10.1.1", + "@cspell/cspell-pipe": "10.1.1", + "@cspell/cspell-resolver": "10.1.1", + "@cspell/cspell-types": "10.1.1", + "@cspell/dynamic-import": "10.1.1", + "@cspell/filetypes": "10.1.1", + "@cspell/rpc": "10.1.1", + "@cspell/strong-weak-map": "10.1.1", + "@cspell/url": "10.1.1", + "cspell-config-lib": "10.1.1", + "cspell-dictionary": "10.1.1", + "cspell-glob": "10.1.1", + "cspell-grammar": "10.1.1", + "cspell-io": "10.1.1", + "cspell-trie-lib": "10.1.1", "env-paths": "^4.0.0", "gensequence": "^8.0.8", "import-fresh": "^4.0.0", @@ -3042,16 +3042,16 @@ } }, "node_modules/cspell-trie-lib": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-10.1.0.tgz", - "integrity": "sha512-qzWzQuvl3tgulJXC8ILDmzAoKzNGXTKXO+Yh0hTAqnxpI1wtSFzjIf2Md4M6YhcITNBpp5h+xhjccsro5IB5ug==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-10.1.1.tgz", + "integrity": "sha512-4ico1ebFl9lvP1Yr4pD+FxOYRS7Ct+ImV8v0KcEclxMixqNku4NoVP/CvmE1AyyVB3FN16fITN0vo3ZAR79PFw==", "dev": true, "license": "MIT", "engines": { "node": ">=22.18.0" }, "peerDependencies": { - "@cspell/cspell-types": "10.1.0" + "@cspell/cspell-types": "10.1.1" } }, "node_modules/cspell/node_modules/chalk": { @@ -9588,9 +9588,9 @@ "license": "MIT" }, "node_modules/vscode-uri": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz", - "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.2.0.tgz", + "integrity": "sha512-m2gXo3bn0G1kT9InzMf07fTbqMbGtyckj3bH5ktLO+1Ssv+yiATZ4dhwaQv9UZWxJh6E9IFGnQyjgWVDWVBDrg==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index a7482c30ed53b72..5c3be77cff6a692 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "cheerio": "1.2.0", "cli-progress": "^3.12.0", "cross-env": "10.1.0", - "cspell": "10.1.0", + "cspell": "10.1.1", "cspell-group-by-file-reporter": "^1.0.1", "env-cmd": "11.0.0", "fdir": "^6.5.0",