diff --git a/package-lock.json b/package-lock.json index cc8ffe2..4753a61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "6.9.0", "license": "MIT", "dependencies": { - "cspell": "^6.10.0" + "cspell": "^6.10.1" }, "bin": { "cspell-cli": "index.js" @@ -107,9 +107,9 @@ } }, "node_modules/@cspell/cspell-bundled-dicts": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.10.0.tgz", - "integrity": "sha512-ih+YEiXlAyujaoHYZwL8VXWsC5TwzdtNWCK/lDRc015KfcjnRN6+zT+2Wy+WLO27wczHqiG6ClsI88IdwmytlQ==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.10.1.tgz", + "integrity": "sha512-FBoPQFM3mziJCAodN1M3i5G1vaSraPXjHiw0mHPTXEnB+fnMP4N0i3kwDPLn0US8O2dHNP0AzwVmoJ2FmEuBFA==", "dependencies": { "@cspell/dict-ada": "^2.0.1", "@cspell/dict-aws": "^2.0.0", @@ -159,25 +159,25 @@ } }, "node_modules/@cspell/cspell-pipe": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.10.0.tgz", - "integrity": "sha512-bazBPpAGrfHWk6d2SZqgHJ7iCmCjfcijKdBMhElqMx4FKZu8OW+s9UPWXMT06lttIu1DRWdXLkKcnLQYvlYiDA==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.10.1.tgz", + "integrity": "sha512-c31P1Vh4wfqX43rS+MvTGnaevwM+r7Wb/DhJRxt5Wwh1lsV2KeJqPJ0D2nwyW+SDc9Sv6SgxdJzNwOgAD8n0hg==", "engines": { "node": ">=14" } }, "node_modules/@cspell/cspell-service-bus": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.10.0.tgz", - "integrity": "sha512-Zg7ioRETmiTkNalM4WX2RIFnj1wsFbX3Ztgi6JcGYzuzU490acIye1W9B6yspbQEdP1RL0qRWvPG+sodIv2JaA==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.10.1.tgz", + "integrity": "sha512-yHf1FRoy3khALNWXPX9oazPJ6piqLvg9h5hW5/MxG66fOERfzP5x4myBHmUbgMsSW/ORyS2fGlVp9hnqV+q6/Q==", "engines": { "node": ">=14" } }, "node_modules/@cspell/cspell-types": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.10.0.tgz", - "integrity": "sha512-YsFdXwkdEwGOmXU71a6DrCAArdDMI7jhdrtevwSIdAYtXRCZE24+Wmpaxa6AV6yaI+GxWxoxEWiKQsk7jztnqA==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.10.1.tgz", + "integrity": "sha512-0e4xk9qLo8GwvO6a3w9jiC6RTaiPH5z/DKLBfWPVZqZxjVlKfQAGNL+fRPFV67+ZNxceb9L7SdZUYru8BDJfFQ==", "engines": { "node": ">=14" } @@ -575,16 +575,16 @@ } }, "node_modules/cspell": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/cspell/-/cspell-6.10.0.tgz", - "integrity": "sha512-8+mqR+DZARwJgjlY7ioQ4dGxaZS0+hT08HwoIUvNoo7xjU2K8zJjGkKhAJxc672ux0wD6ovcDnBztTaR9QrhNA==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/cspell/-/cspell-6.10.1.tgz", + "integrity": "sha512-dO40EnUDlYZarnuha013Les7X2nVoHANzPpTPJYfh4AidP7WvMpqDaIdVODRxxjdjF9sYYFdkyM8xqmAga+3tQ==", "dependencies": { - "@cspell/cspell-pipe": "^6.10.0", + "@cspell/cspell-pipe": "^6.10.1", "chalk": "^4.1.2", "commander": "^9.4.0", - "cspell-gitignore": "^6.10.0", - "cspell-glob": "^6.10.0", - "cspell-lib": "^6.10.0", + "cspell-gitignore": "^6.10.1", + "cspell-glob": "^6.10.1", + "cspell-lib": "^6.10.1", "fast-json-stable-stringify": "^2.1.0", "file-entry-cache": "^6.0.1", "fs-extra": "^10.1.0", @@ -593,7 +593,7 @@ "imurmurhash": "^0.1.4", "semver": "^7.3.7", "strip-ansi": "^6.0.1", - "vscode-uri": "3.0.4" + "vscode-uri": "^3.0.6" }, "bin": { "cspell": "bin.js" @@ -606,11 +606,11 @@ } }, "node_modules/cspell-gitignore": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.10.0.tgz", - "integrity": "sha512-1vmY1OwKaq8Pp6u4SxzNaKAo5gSbinbMid56OzcMODC1k1aX5VlyXlOBvnct0Al4mH2pw7MswhihePFlmiHScQ==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.10.1.tgz", + "integrity": "sha512-g6320DFIyU56iSdPTF+LwoExvlCNptEXiArE3VmyyTYLXkIHWwFhjcZN43Nd5/eJNzVuuEen64yKtI2ZsTr4xw==", "dependencies": { - "cspell-glob": "^6.10.0", + "cspell-glob": "^6.10.1", "find-up": "^5.0.0" }, "bin": { @@ -621,9 +621,9 @@ } }, "node_modules/cspell-glob": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.10.0.tgz", - "integrity": "sha512-x3sbn4gz/NpTkbUx3xgaoF9hdl7oYYAKibmQ1Pp+S3t1TkOxfro2YkiyzdYsp2CJm4wzgr3Yh/cq8BAXVAg4Mw==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.10.1.tgz", + "integrity": "sha512-4P2B0BaKUtLwYOIif2rgmwxBnaj6WNhHhM6RDTAYGiestvRarb+NMr1KnMIhq6gDKu5mAeBVC5+/M4DUdNZ0Ww==", "dependencies": { "micromatch": "^4.0.5" }, @@ -632,12 +632,12 @@ } }, "node_modules/cspell-grammar": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.10.0.tgz", - "integrity": "sha512-cOq2MZVH/ORPXDufIOUBWfhn3+iuOsyxMazziTvMaNUrphEO59s71RszCj6UP+afcYApLHNV4WuZlEQ3oZ0C0w==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.10.1.tgz", + "integrity": "sha512-y4VbZudXBozJ98PH76t2HEkuZqZ5q3Opy2PpgSi1zHcyoVpG5CNpu4FQXO2T24AgA40M8a9cFW5mM9FdLlNUIA==", "dependencies": { - "@cspell/cspell-pipe": "^6.10.0", - "@cspell/cspell-types": "^6.10.0" + "@cspell/cspell-pipe": "^6.10.1", + "@cspell/cspell-types": "^6.10.1" }, "bin": { "cspell-grammar": "bin.js" @@ -647,11 +647,11 @@ } }, "node_modules/cspell-io": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-6.10.0.tgz", - "integrity": "sha512-YBSQalrru1yELA3pqlHmmEa0zkjf+EivzR3fmpHEGh0kP5w5ywNtF6ivGmObLAGcFeB64pL8MOGb7hOBrfhY9w==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-6.10.1.tgz", + "integrity": "sha512-fpZde2txupHfm/Cs2AfsoBJPaEjmIxR9lEFMEqp9JIB4ZQgvZsaND9dlUyqMDQiMStfCT/47OhTJQi+VfjnhRw==", "dependencies": { - "@cspell/cspell-service-bus": "^6.10.0", + "@cspell/cspell-service-bus": "^6.10.1", "node-fetch": "^2.6.7" }, "engines": { @@ -659,21 +659,21 @@ } }, "node_modules/cspell-lib": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.10.0.tgz", - "integrity": "sha512-pVq+1JTagLnDBDJOTisYKjPjpX/yP2Jz8/iQCGK+USlJGa0Zm/+JuhmiOTebiWurp41Q2Rn7a7udP3XIuHWKug==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.10.1.tgz", + "integrity": "sha512-h0pQ1OFckhqfjvhE6k1OhIpsuVABgXAFW+MjZhn1QB1awSkC6hrNekGXs6WNGngYC56pII6yk5uagokdwH9siQ==", "dependencies": { - "@cspell/cspell-bundled-dicts": "^6.10.0", - "@cspell/cspell-pipe": "^6.10.0", - "@cspell/cspell-types": "^6.10.0", + "@cspell/cspell-bundled-dicts": "^6.10.1", + "@cspell/cspell-pipe": "^6.10.1", + "@cspell/cspell-types": "^6.10.1", "clear-module": "^4.1.2", "comment-json": "^4.2.3", "configstore": "^5.0.1", "cosmiconfig": "^7.0.1", - "cspell-glob": "^6.10.0", - "cspell-grammar": "^6.10.0", - "cspell-io": "^6.10.0", - "cspell-trie-lib": "^6.10.0", + "cspell-glob": "^6.10.1", + "cspell-grammar": "^6.10.1", + "cspell-io": "^6.10.1", + "cspell-trie-lib": "^6.10.1", "fast-equals": "^4.0.3", "find-up": "^5.0.0", "fs-extra": "^10.1.0", @@ -682,19 +682,19 @@ "resolve-from": "^5.0.0", "resolve-global": "^1.0.0", "vscode-languageserver-textdocument": "^1.0.7", - "vscode-uri": "3.0.4" + "vscode-uri": "^3.0.6" }, "engines": { "node": ">=14" } }, "node_modules/cspell-trie-lib": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.10.0.tgz", - "integrity": "sha512-hYI13C3a53bV7/HGHqh7bFjha3UlNj6OlUSxkF9EOB6Gbwrn4ypZTtv8o96OjvE7VpE0xZ1EgviJ5bajibCadA==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.10.1.tgz", + "integrity": "sha512-3xu0Dyq+AhrivQ3p7FePLcmcjkeWfovlavFhRk/wwWHIMnnmj1q7emPa/BYbgzSMF917C940GbexczB9SujNxQ==", "dependencies": { - "@cspell/cspell-pipe": "^6.10.0", - "@cspell/cspell-types": "^6.10.0", + "@cspell/cspell-pipe": "^6.10.1", + "@cspell/cspell-types": "^6.10.1", "fs-extra": "^10.1.0", "gensequence": "^4.0.2" }, @@ -1363,9 +1363,9 @@ "integrity": "sha512-bFJH7UQxlXT8kKeyiyu41r22jCZXG8kuuVVA33OEJn1diWOZK5n8zBSPZFHVBOu8kXZ6h0LIRhf5UnCo61J4Hg==" }, "node_modules/vscode-uri": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.4.tgz", - "integrity": "sha512-aEmKD6H8Sg8gaQAUrnadG0BMeWXtiWhRsj1a94n2FYsMkDpgnK7BRVzZjOUYIvkv2B+bp5Bmt4ImZCpYbnJwkg==" + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.6.tgz", + "integrity": "sha512-fmL7V1eiDBFRRnu+gfRWTzyPpNIHJTc4mWnFkwBUmO9U3KPgJAmTx7oxi2bl/Rh6HLdU7+4C9wlj0k2E4AdKFQ==" }, "node_modules/webidl-conversions": { "version": "3.0.1", @@ -1501,9 +1501,9 @@ } }, "@cspell/cspell-bundled-dicts": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.10.0.tgz", - "integrity": "sha512-ih+YEiXlAyujaoHYZwL8VXWsC5TwzdtNWCK/lDRc015KfcjnRN6+zT+2Wy+WLO27wczHqiG6ClsI88IdwmytlQ==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.10.1.tgz", + "integrity": "sha512-FBoPQFM3mziJCAodN1M3i5G1vaSraPXjHiw0mHPTXEnB+fnMP4N0i3kwDPLn0US8O2dHNP0AzwVmoJ2FmEuBFA==", "requires": { "@cspell/dict-ada": "^2.0.1", "@cspell/dict-aws": "^2.0.0", @@ -1550,19 +1550,19 @@ } }, "@cspell/cspell-pipe": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.10.0.tgz", - "integrity": "sha512-bazBPpAGrfHWk6d2SZqgHJ7iCmCjfcijKdBMhElqMx4FKZu8OW+s9UPWXMT06lttIu1DRWdXLkKcnLQYvlYiDA==" + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.10.1.tgz", + "integrity": "sha512-c31P1Vh4wfqX43rS+MvTGnaevwM+r7Wb/DhJRxt5Wwh1lsV2KeJqPJ0D2nwyW+SDc9Sv6SgxdJzNwOgAD8n0hg==" }, "@cspell/cspell-service-bus": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.10.0.tgz", - "integrity": "sha512-Zg7ioRETmiTkNalM4WX2RIFnj1wsFbX3Ztgi6JcGYzuzU490acIye1W9B6yspbQEdP1RL0qRWvPG+sodIv2JaA==" + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.10.1.tgz", + "integrity": "sha512-yHf1FRoy3khALNWXPX9oazPJ6piqLvg9h5hW5/MxG66fOERfzP5x4myBHmUbgMsSW/ORyS2fGlVp9hnqV+q6/Q==" }, "@cspell/cspell-types": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.10.0.tgz", - "integrity": "sha512-YsFdXwkdEwGOmXU71a6DrCAArdDMI7jhdrtevwSIdAYtXRCZE24+Wmpaxa6AV6yaI+GxWxoxEWiKQsk7jztnqA==" + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.10.1.tgz", + "integrity": "sha512-0e4xk9qLo8GwvO6a3w9jiC6RTaiPH5z/DKLBfWPVZqZxjVlKfQAGNL+fRPFV67+ZNxceb9L7SdZUYru8BDJfFQ==" }, "@cspell/dict-ada": { "version": "2.0.1", @@ -1912,16 +1912,16 @@ "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==" }, "cspell": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/cspell/-/cspell-6.10.0.tgz", - "integrity": "sha512-8+mqR+DZARwJgjlY7ioQ4dGxaZS0+hT08HwoIUvNoo7xjU2K8zJjGkKhAJxc672ux0wD6ovcDnBztTaR9QrhNA==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/cspell/-/cspell-6.10.1.tgz", + "integrity": "sha512-dO40EnUDlYZarnuha013Les7X2nVoHANzPpTPJYfh4AidP7WvMpqDaIdVODRxxjdjF9sYYFdkyM8xqmAga+3tQ==", "requires": { - "@cspell/cspell-pipe": "^6.10.0", + "@cspell/cspell-pipe": "^6.10.1", "chalk": "^4.1.2", "commander": "^9.4.0", - "cspell-gitignore": "^6.10.0", - "cspell-glob": "^6.10.0", - "cspell-lib": "^6.10.0", + "cspell-gitignore": "^6.10.1", + "cspell-glob": "^6.10.1", + "cspell-lib": "^6.10.1", "fast-json-stable-stringify": "^2.1.0", "file-entry-cache": "^6.0.1", "fs-extra": "^10.1.0", @@ -1930,60 +1930,60 @@ "imurmurhash": "^0.1.4", "semver": "^7.3.7", "strip-ansi": "^6.0.1", - "vscode-uri": "3.0.4" + "vscode-uri": "^3.0.6" } }, "cspell-gitignore": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.10.0.tgz", - "integrity": "sha512-1vmY1OwKaq8Pp6u4SxzNaKAo5gSbinbMid56OzcMODC1k1aX5VlyXlOBvnct0Al4mH2pw7MswhihePFlmiHScQ==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.10.1.tgz", + "integrity": "sha512-g6320DFIyU56iSdPTF+LwoExvlCNptEXiArE3VmyyTYLXkIHWwFhjcZN43Nd5/eJNzVuuEen64yKtI2ZsTr4xw==", "requires": { - "cspell-glob": "^6.10.0", + "cspell-glob": "^6.10.1", "find-up": "^5.0.0" } }, "cspell-glob": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.10.0.tgz", - "integrity": "sha512-x3sbn4gz/NpTkbUx3xgaoF9hdl7oYYAKibmQ1Pp+S3t1TkOxfro2YkiyzdYsp2CJm4wzgr3Yh/cq8BAXVAg4Mw==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.10.1.tgz", + "integrity": "sha512-4P2B0BaKUtLwYOIif2rgmwxBnaj6WNhHhM6RDTAYGiestvRarb+NMr1KnMIhq6gDKu5mAeBVC5+/M4DUdNZ0Ww==", "requires": { "micromatch": "^4.0.5" } }, "cspell-grammar": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.10.0.tgz", - "integrity": "sha512-cOq2MZVH/ORPXDufIOUBWfhn3+iuOsyxMazziTvMaNUrphEO59s71RszCj6UP+afcYApLHNV4WuZlEQ3oZ0C0w==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.10.1.tgz", + "integrity": "sha512-y4VbZudXBozJ98PH76t2HEkuZqZ5q3Opy2PpgSi1zHcyoVpG5CNpu4FQXO2T24AgA40M8a9cFW5mM9FdLlNUIA==", "requires": { - "@cspell/cspell-pipe": "^6.10.0", - "@cspell/cspell-types": "^6.10.0" + "@cspell/cspell-pipe": "^6.10.1", + "@cspell/cspell-types": "^6.10.1" } }, "cspell-io": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-6.10.0.tgz", - "integrity": "sha512-YBSQalrru1yELA3pqlHmmEa0zkjf+EivzR3fmpHEGh0kP5w5ywNtF6ivGmObLAGcFeB64pL8MOGb7hOBrfhY9w==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-6.10.1.tgz", + "integrity": "sha512-fpZde2txupHfm/Cs2AfsoBJPaEjmIxR9lEFMEqp9JIB4ZQgvZsaND9dlUyqMDQiMStfCT/47OhTJQi+VfjnhRw==", "requires": { - "@cspell/cspell-service-bus": "^6.10.0", + "@cspell/cspell-service-bus": "^6.10.1", "node-fetch": "^2.6.7" } }, "cspell-lib": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.10.0.tgz", - "integrity": "sha512-pVq+1JTagLnDBDJOTisYKjPjpX/yP2Jz8/iQCGK+USlJGa0Zm/+JuhmiOTebiWurp41Q2Rn7a7udP3XIuHWKug==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.10.1.tgz", + "integrity": "sha512-h0pQ1OFckhqfjvhE6k1OhIpsuVABgXAFW+MjZhn1QB1awSkC6hrNekGXs6WNGngYC56pII6yk5uagokdwH9siQ==", "requires": { - "@cspell/cspell-bundled-dicts": "^6.10.0", - "@cspell/cspell-pipe": "^6.10.0", - "@cspell/cspell-types": "^6.10.0", + "@cspell/cspell-bundled-dicts": "^6.10.1", + "@cspell/cspell-pipe": "^6.10.1", + "@cspell/cspell-types": "^6.10.1", "clear-module": "^4.1.2", "comment-json": "^4.2.3", "configstore": "^5.0.1", "cosmiconfig": "^7.0.1", - "cspell-glob": "^6.10.0", - "cspell-grammar": "^6.10.0", - "cspell-io": "^6.10.0", - "cspell-trie-lib": "^6.10.0", + "cspell-glob": "^6.10.1", + "cspell-grammar": "^6.10.1", + "cspell-io": "^6.10.1", + "cspell-trie-lib": "^6.10.1", "fast-equals": "^4.0.3", "find-up": "^5.0.0", "fs-extra": "^10.1.0", @@ -1992,16 +1992,16 @@ "resolve-from": "^5.0.0", "resolve-global": "^1.0.0", "vscode-languageserver-textdocument": "^1.0.7", - "vscode-uri": "3.0.4" + "vscode-uri": "^3.0.6" } }, "cspell-trie-lib": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.10.0.tgz", - "integrity": "sha512-hYI13C3a53bV7/HGHqh7bFjha3UlNj6OlUSxkF9EOB6Gbwrn4ypZTtv8o96OjvE7VpE0xZ1EgviJ5bajibCadA==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.10.1.tgz", + "integrity": "sha512-3xu0Dyq+AhrivQ3p7FePLcmcjkeWfovlavFhRk/wwWHIMnnmj1q7emPa/BYbgzSMF917C940GbexczB9SujNxQ==", "requires": { - "@cspell/cspell-pipe": "^6.10.0", - "@cspell/cspell-types": "^6.10.0", + "@cspell/cspell-pipe": "^6.10.1", + "@cspell/cspell-types": "^6.10.1", "fs-extra": "^10.1.0", "gensequence": "^4.0.2" } @@ -2479,9 +2479,9 @@ "integrity": "sha512-bFJH7UQxlXT8kKeyiyu41r22jCZXG8kuuVVA33OEJn1diWOZK5n8zBSPZFHVBOu8kXZ6h0LIRhf5UnCo61J4Hg==" }, "vscode-uri": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.4.tgz", - "integrity": "sha512-aEmKD6H8Sg8gaQAUrnadG0BMeWXtiWhRsj1a94n2FYsMkDpgnK7BRVzZjOUYIvkv2B+bp5Bmt4ImZCpYbnJwkg==" + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.6.tgz", + "integrity": "sha512-fmL7V1eiDBFRRnu+gfRWTzyPpNIHJTc4mWnFkwBUmO9U3KPgJAmTx7oxi2bl/Rh6HLdU7+4C9wlj0k2E4AdKFQ==" }, "webidl-conversions": { "version": "3.0.1", diff --git a/package.json b/package.json index be0ba56..b6b0f0d 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,6 @@ "node": ">=14" }, "dependencies": { - "cspell": "^6.10.0" + "cspell": "^6.10.1" } }