diff --git a/examples/web-chat/package-lock.json b/examples/web-chat/package-lock.json index d0a51865ff..1f0e118139 100644 --- a/examples/web-chat/package-lock.json +++ b/examples/web-chat/package-lock.json @@ -27,7 +27,7 @@ "@types/react": "^17.0.39", "@types/react-dom": "^17.0.11", "cra-webpack-rewired": "^1.0.1", - "cspell": "^5.18.0", + "cspell": "^5.18.2", "gh-pages": "^3.2.3", "npm-run-all": "^4.1.5", "prettier": "^2.5.1", @@ -1960,14 +1960,14 @@ "dev": true }, "node_modules/@cspell/cspell-bundled-dicts": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-5.18.0.tgz", - "integrity": "sha512-daPt57gRhtGB7wQiIo59P4MZAOTn4HhJFVY3wNVgMInsEqh/HPnkLdx+w26Z0j+hl87hxbCHKphd/bp8JqyOaA==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-5.18.2.tgz", + "integrity": "sha512-GBNtExmdRf5/DqZRd6OYTT75JMbf0sJe0zpPcErBPQygFnCNpQu6cMY/8xlDXeP3xsCjGNKYK8R0Mksn7yZDUw==", "dev": true, "dependencies": { "@cspell/dict-ada": "^1.1.2", "@cspell/dict-aws": "^1.0.14", - "@cspell/dict-bash": "^1.0.17", + "@cspell/dict-bash": "^1.0.18", "@cspell/dict-companies": "^2.0.2", "@cspell/dict-cpp": "^1.1.40", "@cspell/dict-cryptocurrencies": "^1.0.10", @@ -1976,7 +1976,7 @@ "@cspell/dict-django": "^1.0.26", "@cspell/dict-dotnet": "^1.0.32", "@cspell/dict-elixir": "^1.0.26", - "@cspell/dict-en_us": "^2.1.4", + "@cspell/dict-en_us": "^2.1.5", "@cspell/dict-en-gb": "^1.1.33", "@cspell/dict-filetypes": "^2.0.1", "@cspell/dict-fonts": "^1.0.14", @@ -1998,9 +1998,9 @@ "@cspell/dict-ruby": "^1.0.15", "@cspell/dict-rust": "^1.0.23", "@cspell/dict-scala": "^1.0.21", - "@cspell/dict-software-terms": "^2.0.12", + "@cspell/dict-software-terms": "^2.0.13", "@cspell/dict-swift": "^1.0.1", - "@cspell/dict-typescript": "^1.0.19", + "@cspell/dict-typescript": "^1.0.20", "@cspell/dict-vue": "^2.0.1" }, "engines": { @@ -2008,18 +2008,18 @@ } }, "node_modules/@cspell/cspell-pipe": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-5.18.0.tgz", - "integrity": "sha512-CC3CuqMbTNWCc2kJHm7aEp5o3yEbIHY5FdgiJL7TpqN/dCtagvYZLDZwMPWQuMNgYM5PmeStauTqnwtgW3AkuA==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-5.18.2.tgz", + "integrity": "sha512-d6e0jwEFWQ3UQQAiOdVzdrT4CMUImkCIx6fuFXJTtgZR58gKtieLlFgOsKIHQkkIkHT9lb/q0k0qEIF9c1LnNg==", "dev": true, "engines": { "node": ">=12.13.0" } }, "node_modules/@cspell/cspell-types": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-5.18.0.tgz", - "integrity": "sha512-fMihVNgUpC9i/SS84nBk1XCmWLCUAVOxp1PXZqoR0R0ozCwrUvZY8sw7lj+TNiDT1TvpibtL1gZPmlvi9TSNzQ==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-5.18.2.tgz", + "integrity": "sha512-3U88KrEnuzYg55UtgCZKeiLDzRJ55c4MvNJpCPZhjBq2DoNf6kRR6uy5iVer20pwx8XoHZPGfBGOoVZZYfUhVg==", "dev": true, "engines": { "node": ">=12.13.0" @@ -7266,13 +7266,13 @@ } }, "node_modules/comment-json": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.1.1.tgz", - "integrity": "sha512-v8gmtPvxhBlhdRBLwdHSjGy9BgA23t9H1FctdQKyUrErPjSrJcdDMqBq9B4Irtm7w3TNYLQJNH6ARKnpyag1sA==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.2.2.tgz", + "integrity": "sha512-H8T+kl3nZesZu41zO2oNXIJWojNeK3mHxCLrsBNu6feksBXsgb+PtYz5daP5P86A0F3sz3840KVYehr04enISQ==", "dev": true, "dependencies": { "array-timsort": "^1.0.3", - "core-util-is": "^1.0.2", + "core-util-is": "^1.0.3", "esprima": "^4.0.1", "has-own-prop": "^2.0.0", "repeat-string": "^1.6.1" @@ -7495,9 +7495,9 @@ } }, "node_modules/core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", "dev": true }, "node_modules/cosmiconfig": { @@ -7612,18 +7612,18 @@ } }, "node_modules/cspell": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/cspell/-/cspell-5.18.0.tgz", - "integrity": "sha512-0QVcIc+I+2VM2N+piB4p+rC8MU5OU7Og3jsHW4xSzxqA7sZBLNSQnp+vtBBBsjkldog3j/o+rXpnKSymamgG/g==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/cspell/-/cspell-5.18.2.tgz", + "integrity": "sha512-VOoligacm7RTxyLlpAw7MvFFmpcxktZAiLtQ8J1CDz9J6BDfivhfZrX8ybprhY5WmUD5PSeKiOunyZoRkEjyMg==", "dev": true, "dependencies": { - "@cspell/cspell-pipe": "^5.18.0", + "@cspell/cspell-pipe": "^5.18.2", "chalk": "^4.1.2", - "commander": "^8.3.0", + "commander": "^9.0.0", "comment-json": "^4.1.1", - "cspell-gitignore": "^5.18.0", - "cspell-glob": "^5.18.0", - "cspell-lib": "^5.18.0", + "cspell-gitignore": "^5.18.2", + "cspell-glob": "^5.18.2", + "cspell-lib": "^5.18.2", "fast-json-stable-stringify": "^2.1.0", "file-entry-cache": "^6.0.1", "fs-extra": "^10.0.0", @@ -7645,12 +7645,12 @@ } }, "node_modules/cspell-gitignore": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-5.18.0.tgz", - "integrity": "sha512-nHdMhGDlDYN2dwh/LPGNVYqWDr7SL9N0zn4Bs9qOjNE6OkHMOvm+otjwEv4sS5b+pK+prrilK0OINkZFdftMvA==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-5.18.2.tgz", + "integrity": "sha512-iV3AWKH0uHGElCmzER2E6CFkfS2iWMOpiqbBfjySH9Wk0dCe1WKPwlM03masRGX6goGltr0R2c6JC53ztMfhNQ==", "dev": true, "dependencies": { - "cspell-glob": "^5.18.0", + "cspell-glob": "^5.18.2", "find-up": "^5.0.0" }, "bin": { @@ -7722,9 +7722,9 @@ } }, "node_modules/cspell-glob": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-5.18.0.tgz", - "integrity": "sha512-GLN45ntiB2oT1UewOHFf73gKujdSOr8Mb4OSa8r6JJrkACRzqe1Qr8mUrV/wY5/bDK6QjtLQylMpDw6nkaPWWw==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-5.18.2.tgz", + "integrity": "sha512-++wNyzTs9xrv/EXtwxB7IAueTxwaHeRDlsNwX2euJMihsEA2ja6+1P9hbkRn/F+DZb+z4sBVJ1YGqWcBDCG/mA==", "dev": true, "dependencies": { "micromatch": "^4.0.4" @@ -7734,29 +7734,29 @@ } }, "node_modules/cspell-io": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-5.18.0.tgz", - "integrity": "sha512-kkIBZ27KNzQ7R4BpXs9xkRpsM8TRMtH0/ozCBBxGCFFqV9TMDmTp3zoqgN0AWlOFNmLRClc6rpeFs3xswhnOLA==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-5.18.2.tgz", + "integrity": "sha512-t0l6TLnx8EDFh/1ULba4ue4EXumBF6vD92qk4AJVfTYulAfDRgs+/8wUM56DmAPeFgecMXIz4StWrIpsOLUZxg==", "dev": true, "engines": { "node": ">=12.13.0" } }, "node_modules/cspell-lib": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-5.18.0.tgz", - "integrity": "sha512-cAVRbO/WKK1/ad8UDOxOD6+5MkdwW3u2WaLwzaNbQulHHshFoKgp5hM4WoJeZkV+2+zWH8BDV0e4XPKdrXvnmQ==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-5.18.2.tgz", + "integrity": "sha512-QoKsh82cqzhBhuOXdGEOXxJ/GRVH8eRS+q3lt1ihfVUGa8scp8FVJMOzWdecCkyRZsN3KWHkN6P6hxH+RNxPUg==", "dev": true, "dependencies": { - "@cspell/cspell-bundled-dicts": "^5.18.0", - "@cspell/cspell-types": "^5.18.0", + "@cspell/cspell-bundled-dicts": "^5.18.2", + "@cspell/cspell-types": "^5.18.2", "clear-module": "^4.1.2", "comment-json": "^4.1.1", "configstore": "^5.0.1", "cosmiconfig": "^7.0.1", - "cspell-glob": "^5.18.0", - "cspell-io": "^5.18.0", - "cspell-trie-lib": "^5.18.0", + "cspell-glob": "^5.18.2", + "cspell-io": "^5.18.2", + "cspell-trie-lib": "^5.18.2", "fast-equals": "^2.0.4", "find-up": "^5.0.0", "fs-extra": "^10.0.0", @@ -7846,12 +7846,12 @@ } }, "node_modules/cspell-trie-lib": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-5.18.0.tgz", - "integrity": "sha512-WUxZEM175z+72cL65VG7rgNZMc4OkVfyAkit7CQKkcaYTOZ8M15XmPvPWnqgFPg4z6HYwesiybL+J6hFxf5Syg==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-5.18.2.tgz", + "integrity": "sha512-r6RvMQWDckY2qyupTfgVOXkMbuTt4QqR/VM1adf2P71zsSh7dgnfV0e7wv/KweQmUKhn9fJ/QVakuAYxieS48g==", "dev": true, "dependencies": { - "@cspell/cspell-pipe": "^5.18.0", + "@cspell/cspell-pipe": "^5.18.2", "fs-extra": "^10.0.0", "gensequence": "^3.1.1" }, @@ -7922,6 +7922,15 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, + "node_modules/cspell/node_modules/commander": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-9.0.0.tgz", + "integrity": "sha512-JJfP2saEKbQqvW+FI93OYUB4ByV5cizMpFMiiJI8xDbBvQvSkIk0VvQdn1CZ8mqAO8Loq2h0gYTYtDFUZUeERw==", + "dev": true, + "engines": { + "node": "^12.20.0 || >=14" + } + }, "node_modules/cspell/node_modules/fs-extra": { "version": "10.0.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz", @@ -23392,14 +23401,14 @@ "dev": true }, "@cspell/cspell-bundled-dicts": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-5.18.0.tgz", - "integrity": "sha512-daPt57gRhtGB7wQiIo59P4MZAOTn4HhJFVY3wNVgMInsEqh/HPnkLdx+w26Z0j+hl87hxbCHKphd/bp8JqyOaA==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-5.18.2.tgz", + "integrity": "sha512-GBNtExmdRf5/DqZRd6OYTT75JMbf0sJe0zpPcErBPQygFnCNpQu6cMY/8xlDXeP3xsCjGNKYK8R0Mksn7yZDUw==", "dev": true, "requires": { "@cspell/dict-ada": "^1.1.2", "@cspell/dict-aws": "^1.0.14", - "@cspell/dict-bash": "^1.0.17", + "@cspell/dict-bash": "^1.0.18", "@cspell/dict-companies": "^2.0.2", "@cspell/dict-cpp": "^1.1.40", "@cspell/dict-cryptocurrencies": "^1.0.10", @@ -23408,7 +23417,7 @@ "@cspell/dict-django": "^1.0.26", "@cspell/dict-dotnet": "^1.0.32", "@cspell/dict-elixir": "^1.0.26", - "@cspell/dict-en_us": "^2.1.4", + "@cspell/dict-en_us": "^2.1.5", "@cspell/dict-en-gb": "^1.1.33", "@cspell/dict-filetypes": "^2.0.1", "@cspell/dict-fonts": "^1.0.14", @@ -23430,22 +23439,22 @@ "@cspell/dict-ruby": "^1.0.15", "@cspell/dict-rust": "^1.0.23", "@cspell/dict-scala": "^1.0.21", - "@cspell/dict-software-terms": "^2.0.12", + "@cspell/dict-software-terms": "^2.0.13", "@cspell/dict-swift": "^1.0.1", - "@cspell/dict-typescript": "^1.0.19", + "@cspell/dict-typescript": "^1.0.20", "@cspell/dict-vue": "^2.0.1" } }, "@cspell/cspell-pipe": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-5.18.0.tgz", - "integrity": "sha512-CC3CuqMbTNWCc2kJHm7aEp5o3yEbIHY5FdgiJL7TpqN/dCtagvYZLDZwMPWQuMNgYM5PmeStauTqnwtgW3AkuA==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-5.18.2.tgz", + "integrity": "sha512-d6e0jwEFWQ3UQQAiOdVzdrT4CMUImkCIx6fuFXJTtgZR58gKtieLlFgOsKIHQkkIkHT9lb/q0k0qEIF9c1LnNg==", "dev": true }, "@cspell/cspell-types": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-5.18.0.tgz", - "integrity": "sha512-fMihVNgUpC9i/SS84nBk1XCmWLCUAVOxp1PXZqoR0R0ozCwrUvZY8sw7lj+TNiDT1TvpibtL1gZPmlvi9TSNzQ==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-5.18.2.tgz", + "integrity": "sha512-3U88KrEnuzYg55UtgCZKeiLDzRJ55c4MvNJpCPZhjBq2DoNf6kRR6uy5iVer20pwx8XoHZPGfBGOoVZZYfUhVg==", "dev": true }, "@cspell/dict-ada": { @@ -27604,13 +27613,13 @@ "dev": true }, "comment-json": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.1.1.tgz", - "integrity": "sha512-v8gmtPvxhBlhdRBLwdHSjGy9BgA23t9H1FctdQKyUrErPjSrJcdDMqBq9B4Irtm7w3TNYLQJNH6ARKnpyag1sA==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.2.2.tgz", + "integrity": "sha512-H8T+kl3nZesZu41zO2oNXIJWojNeK3mHxCLrsBNu6feksBXsgb+PtYz5daP5P86A0F3sz3840KVYehr04enISQ==", "dev": true, "requires": { "array-timsort": "^1.0.3", - "core-util-is": "^1.0.2", + "core-util-is": "^1.0.3", "esprima": "^4.0.1", "has-own-prop": "^2.0.0", "repeat-string": "^1.6.1" @@ -27781,9 +27790,9 @@ "dev": true }, "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", "dev": true }, "cosmiconfig": { @@ -27885,18 +27894,18 @@ "dev": true }, "cspell": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/cspell/-/cspell-5.18.0.tgz", - "integrity": "sha512-0QVcIc+I+2VM2N+piB4p+rC8MU5OU7Og3jsHW4xSzxqA7sZBLNSQnp+vtBBBsjkldog3j/o+rXpnKSymamgG/g==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/cspell/-/cspell-5.18.2.tgz", + "integrity": "sha512-VOoligacm7RTxyLlpAw7MvFFmpcxktZAiLtQ8J1CDz9J6BDfivhfZrX8ybprhY5WmUD5PSeKiOunyZoRkEjyMg==", "dev": true, "requires": { - "@cspell/cspell-pipe": "^5.18.0", + "@cspell/cspell-pipe": "^5.18.2", "chalk": "^4.1.2", - "commander": "^8.3.0", + "commander": "^9.0.0", "comment-json": "^4.1.1", - "cspell-gitignore": "^5.18.0", - "cspell-glob": "^5.18.0", - "cspell-lib": "^5.18.0", + "cspell-gitignore": "^5.18.2", + "cspell-glob": "^5.18.2", + "cspell-lib": "^5.18.2", "fast-json-stable-stringify": "^2.1.0", "file-entry-cache": "^6.0.1", "fs-extra": "^10.0.0", @@ -27942,6 +27951,12 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, + "commander": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-9.0.0.tgz", + "integrity": "sha512-JJfP2saEKbQqvW+FI93OYUB4ByV5cizMpFMiiJI8xDbBvQvSkIk0VvQdn1CZ8mqAO8Loq2h0gYTYtDFUZUeERw==", + "dev": true + }, "fs-extra": { "version": "10.0.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz", @@ -27971,12 +27986,12 @@ } }, "cspell-gitignore": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-5.18.0.tgz", - "integrity": "sha512-nHdMhGDlDYN2dwh/LPGNVYqWDr7SL9N0zn4Bs9qOjNE6OkHMOvm+otjwEv4sS5b+pK+prrilK0OINkZFdftMvA==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-5.18.2.tgz", + "integrity": "sha512-iV3AWKH0uHGElCmzER2E6CFkfS2iWMOpiqbBfjySH9Wk0dCe1WKPwlM03masRGX6goGltr0R2c6JC53ztMfhNQ==", "dev": true, "requires": { - "cspell-glob": "^5.18.0", + "cspell-glob": "^5.18.2", "find-up": "^5.0.0" }, "dependencies": { @@ -28020,35 +28035,35 @@ } }, "cspell-glob": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-5.18.0.tgz", - "integrity": "sha512-GLN45ntiB2oT1UewOHFf73gKujdSOr8Mb4OSa8r6JJrkACRzqe1Qr8mUrV/wY5/bDK6QjtLQylMpDw6nkaPWWw==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-5.18.2.tgz", + "integrity": "sha512-++wNyzTs9xrv/EXtwxB7IAueTxwaHeRDlsNwX2euJMihsEA2ja6+1P9hbkRn/F+DZb+z4sBVJ1YGqWcBDCG/mA==", "dev": true, "requires": { "micromatch": "^4.0.4" } }, "cspell-io": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-5.18.0.tgz", - "integrity": "sha512-kkIBZ27KNzQ7R4BpXs9xkRpsM8TRMtH0/ozCBBxGCFFqV9TMDmTp3zoqgN0AWlOFNmLRClc6rpeFs3xswhnOLA==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-5.18.2.tgz", + "integrity": "sha512-t0l6TLnx8EDFh/1ULba4ue4EXumBF6vD92qk4AJVfTYulAfDRgs+/8wUM56DmAPeFgecMXIz4StWrIpsOLUZxg==", "dev": true }, "cspell-lib": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-5.18.0.tgz", - "integrity": "sha512-cAVRbO/WKK1/ad8UDOxOD6+5MkdwW3u2WaLwzaNbQulHHshFoKgp5hM4WoJeZkV+2+zWH8BDV0e4XPKdrXvnmQ==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-5.18.2.tgz", + "integrity": "sha512-QoKsh82cqzhBhuOXdGEOXxJ/GRVH8eRS+q3lt1ihfVUGa8scp8FVJMOzWdecCkyRZsN3KWHkN6P6hxH+RNxPUg==", "dev": true, "requires": { - "@cspell/cspell-bundled-dicts": "^5.18.0", - "@cspell/cspell-types": "^5.18.0", + "@cspell/cspell-bundled-dicts": "^5.18.2", + "@cspell/cspell-types": "^5.18.2", "clear-module": "^4.1.2", "comment-json": "^4.1.1", "configstore": "^5.0.1", "cosmiconfig": "^7.0.1", - "cspell-glob": "^5.18.0", - "cspell-io": "^5.18.0", - "cspell-trie-lib": "^5.18.0", + "cspell-glob": "^5.18.2", + "cspell-io": "^5.18.2", + "cspell-trie-lib": "^5.18.2", "fast-equals": "^2.0.4", "find-up": "^5.0.0", "fs-extra": "^10.0.0", @@ -28110,12 +28125,12 @@ } }, "cspell-trie-lib": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-5.18.0.tgz", - "integrity": "sha512-WUxZEM175z+72cL65VG7rgNZMc4OkVfyAkit7CQKkcaYTOZ8M15XmPvPWnqgFPg4z6HYwesiybL+J6hFxf5Syg==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-5.18.2.tgz", + "integrity": "sha512-r6RvMQWDckY2qyupTfgVOXkMbuTt4QqR/VM1adf2P71zsSh7dgnfV0e7wv/KweQmUKhn9fJ/QVakuAYxieS48g==", "dev": true, "requires": { - "@cspell/cspell-pipe": "^5.18.0", + "@cspell/cspell-pipe": "^5.18.2", "fs-extra": "^10.0.0", "gensequence": "^3.1.1" }, diff --git a/examples/web-chat/package.json b/examples/web-chat/package.json index d94f9d4fbe..dd156ed21d 100644 --- a/examples/web-chat/package.json +++ b/examples/web-chat/package.json @@ -23,7 +23,7 @@ "@types/react": "^17.0.39", "@types/react-dom": "^17.0.11", "cra-webpack-rewired": "^1.0.1", - "cspell": "^5.18.0", + "cspell": "^5.18.2", "gh-pages": "^3.2.3", "npm-run-all": "^4.1.5", "prettier": "^2.5.1",