Bump cspell from 5.18.2 to 5.18.4 in /examples/web-chat (#503)

Bumps [cspell](https://github.com/streetsidesoftware/cspell) from 5.18.2 to 5.18.4.
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/compare/v5.18.2...v5.18.4)

---
updated-dependencies:
- dependency-name: cspell
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-02-09 18:50:40 +11:00 committed by GitHub
parent 0f8c3a43bb
commit 8920602685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 104 additions and 90 deletions

View File

@ -27,7 +27,7 @@
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"cra-webpack-rewired": "^1.0.1",
"cspell": "^5.18.2",
"cspell": "^5.18.4",
"gh-pages": "^3.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
@ -1960,9 +1960,9 @@
"dev": true
},
"node_modules/@cspell/cspell-bundled-dicts": {
"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==",
"version": "5.18.4",
"resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-5.18.4.tgz",
"integrity": "sha512-bzYmnfdKI0qQ0Sng8QtGNJrlyTtHII6FriTSp2lWxJX9paw2cUmKjEyajH9sK/EX78AePJemPGsMSiC65kTLWg==",
"dev": true,
"dependencies": {
"@cspell/dict-ada": "^1.1.2",
@ -1995,10 +1995,11 @@
"@cspell/dict-powershell": "^1.0.19",
"@cspell/dict-public-licenses": "^1.0.4",
"@cspell/dict-python": "^2.0.5",
"@cspell/dict-r": "^1.0.1",
"@cspell/dict-ruby": "^1.0.15",
"@cspell/dict-rust": "^1.0.23",
"@cspell/dict-scala": "^1.0.21",
"@cspell/dict-software-terms": "^2.0.13",
"@cspell/dict-software-terms": "^2.0.14",
"@cspell/dict-swift": "^1.0.1",
"@cspell/dict-typescript": "^1.0.20",
"@cspell/dict-vue": "^2.0.1"
@ -2008,18 +2009,18 @@
}
},
"node_modules/@cspell/cspell-pipe": {
"version": "5.18.2",
"resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-5.18.2.tgz",
"integrity": "sha512-d6e0jwEFWQ3UQQAiOdVzdrT4CMUImkCIx6fuFXJTtgZR58gKtieLlFgOsKIHQkkIkHT9lb/q0k0qEIF9c1LnNg==",
"version": "5.18.4",
"resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-5.18.4.tgz",
"integrity": "sha512-Wo68JtNwzhkgDhQMwI4mw6+0HNPgWdE/uUiak87IUdPXB+1LSe7TKdhHZBhVe5iT5PIOsJiz36v4dTOpWJjmSg==",
"dev": true,
"engines": {
"node": ">=12.13.0"
}
},
"node_modules/@cspell/cspell-types": {
"version": "5.18.2",
"resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-5.18.2.tgz",
"integrity": "sha512-3U88KrEnuzYg55UtgCZKeiLDzRJ55c4MvNJpCPZhjBq2DoNf6kRR6uy5iVer20pwx8XoHZPGfBGOoVZZYfUhVg==",
"version": "5.18.4",
"resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-5.18.4.tgz",
"integrity": "sha512-pUxWfhqqwo0k0BsfIr8Mki9c7W7/o//RXsI+RZhbk7ai9EWX/6cMpD8rHRcRB9c+ihwGj7R7jzjuzh+SK09tlA==",
"dev": true,
"engines": {
"node": ">=12.13.0"
@ -2205,6 +2206,12 @@
"integrity": "sha512-WkyGYtNmUsOHsWixck7AxNvveDgVPqw0H51hzIY+/5u3c94wZUweIj0vfFOGIfOBq8e1ZxpjumKBxVDGXTmQkw==",
"dev": true
},
"node_modules/@cspell/dict-r": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@cspell/dict-r/-/dict-r-1.0.1.tgz",
"integrity": "sha512-Lrtu6ULfA16tZ2nfq1AkH3uO8IbTbAqxSt/Konif698yB7QM5keEInhCRzT/E2nYrIKumayNwqVUZxabIWkoSQ==",
"dev": true
},
"node_modules/@cspell/dict-ruby": {
"version": "1.0.15",
"resolved": "https://registry.npmjs.org/@cspell/dict-ruby/-/dict-ruby-1.0.15.tgz",
@ -2224,9 +2231,9 @@
"dev": true
},
"node_modules/@cspell/dict-software-terms": {
"version": "2.0.13",
"resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.0.13.tgz",
"integrity": "sha512-GoyP2fv1EUvc/eNgbnNA/Fo7FE6U5q8Rjb7GLLZYwt6cn5rI3U2eHMqGglJkxkFXJ6YYcDpgNk2r3IK6oYtbqg==",
"version": "2.0.14",
"resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.0.14.tgz",
"integrity": "sha512-0tuMmBSsOfL5HH6un8gt/lF9Rvs/jXMEQyjjmd04IznVL7X5kxVhkrS8sbudq2orPgM5HIa8odPYdFuTCKDvNw==",
"dev": true
},
"node_modules/@cspell/dict-swift": {
@ -7612,18 +7619,18 @@
}
},
"node_modules/cspell": {
"version": "5.18.2",
"resolved": "https://registry.npmjs.org/cspell/-/cspell-5.18.2.tgz",
"integrity": "sha512-VOoligacm7RTxyLlpAw7MvFFmpcxktZAiLtQ8J1CDz9J6BDfivhfZrX8ybprhY5WmUD5PSeKiOunyZoRkEjyMg==",
"version": "5.18.4",
"resolved": "https://registry.npmjs.org/cspell/-/cspell-5.18.4.tgz",
"integrity": "sha512-u/6iw8Zc4RICTtmipM3i25s6+7NwbtGbxT3Xws7BLZ5qb2hsvSGSSJLgAMaQ3BFHZikdeHBDhGw2g67M3S5V8Q==",
"dev": true,
"dependencies": {
"@cspell/cspell-pipe": "^5.18.2",
"@cspell/cspell-pipe": "^5.18.4",
"chalk": "^4.1.2",
"commander": "^9.0.0",
"comment-json": "^4.1.1",
"cspell-gitignore": "^5.18.2",
"cspell-glob": "^5.18.2",
"cspell-lib": "^5.18.2",
"comment-json": "^4.2.2",
"cspell-gitignore": "^5.18.4",
"cspell-glob": "^5.18.4",
"cspell-lib": "^5.18.4",
"fast-json-stable-stringify": "^2.1.0",
"file-entry-cache": "^6.0.1",
"fs-extra": "^10.0.0",
@ -7645,12 +7652,12 @@
}
},
"node_modules/cspell-gitignore": {
"version": "5.18.2",
"resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-5.18.2.tgz",
"integrity": "sha512-iV3AWKH0uHGElCmzER2E6CFkfS2iWMOpiqbBfjySH9Wk0dCe1WKPwlM03masRGX6goGltr0R2c6JC53ztMfhNQ==",
"version": "5.18.4",
"resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-5.18.4.tgz",
"integrity": "sha512-e7BCzqHBQJOVmU6k2bWBj/zoQ3cW6mmOEQWexdAXV7P0y/nMOCXBp3HmPyu2cBn5PN0xIrcbi/UpnJQyw5K+UA==",
"dev": true,
"dependencies": {
"cspell-glob": "^5.18.2",
"cspell-glob": "^5.18.4",
"find-up": "^5.0.0"
},
"bin": {
@ -7722,9 +7729,9 @@
}
},
"node_modules/cspell-glob": {
"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==",
"version": "5.18.4",
"resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-5.18.4.tgz",
"integrity": "sha512-TmP1bSMNS0TpqHgrE4vp4NhDM+MSL75JaqWWfGiCBlutOTYjn3D1+btDQFfDAph/C1PCdc8YFrqqv+72MjoONQ==",
"dev": true,
"dependencies": {
"micromatch": "^4.0.4"
@ -7734,29 +7741,29 @@
}
},
"node_modules/cspell-io": {
"version": "5.18.2",
"resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-5.18.2.tgz",
"integrity": "sha512-t0l6TLnx8EDFh/1ULba4ue4EXumBF6vD92qk4AJVfTYulAfDRgs+/8wUM56DmAPeFgecMXIz4StWrIpsOLUZxg==",
"version": "5.18.4",
"resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-5.18.4.tgz",
"integrity": "sha512-/if+6g/r9gD6KNaintEyQcMK/JHiv55KQCF2HUWV4+HxVvS7wkI6SZ+kcxPGpv6A8dHe5TIOXmuYcHjcSSoZHg==",
"dev": true,
"engines": {
"node": ">=12.13.0"
}
},
"node_modules/cspell-lib": {
"version": "5.18.2",
"resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-5.18.2.tgz",
"integrity": "sha512-QoKsh82cqzhBhuOXdGEOXxJ/GRVH8eRS+q3lt1ihfVUGa8scp8FVJMOzWdecCkyRZsN3KWHkN6P6hxH+RNxPUg==",
"version": "5.18.4",
"resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-5.18.4.tgz",
"integrity": "sha512-3a4rPJ4t5HJ/vO3CGaZP9mIA7FFCDfZ/W/uDpy9dTkL46ai+uroD1Z5AYhSMk41PSk88dyhk2Z+6SuJRi5daHw==",
"dev": true,
"dependencies": {
"@cspell/cspell-bundled-dicts": "^5.18.2",
"@cspell/cspell-types": "^5.18.2",
"@cspell/cspell-bundled-dicts": "^5.18.4",
"@cspell/cspell-types": "^5.18.4",
"clear-module": "^4.1.2",
"comment-json": "^4.1.1",
"comment-json": "^4.2.2",
"configstore": "^5.0.1",
"cosmiconfig": "^7.0.1",
"cspell-glob": "^5.18.2",
"cspell-io": "^5.18.2",
"cspell-trie-lib": "^5.18.2",
"cspell-glob": "^5.18.4",
"cspell-io": "^5.18.4",
"cspell-trie-lib": "^5.18.4",
"fast-equals": "^2.0.4",
"find-up": "^5.0.0",
"fs-extra": "^10.0.0",
@ -7846,12 +7853,12 @@
}
},
"node_modules/cspell-trie-lib": {
"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==",
"version": "5.18.4",
"resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-5.18.4.tgz",
"integrity": "sha512-3yd3cW/T/7++87M9AMapgH2k6hkSFD4SPOrFL8gqQD8pvUhVrQ12uxFNo5cEEK3LtYcK1uhc2/GLiasJCBl8hA==",
"dev": true,
"dependencies": {
"@cspell/cspell-pipe": "^5.18.2",
"@cspell/cspell-pipe": "^5.18.4",
"fs-extra": "^10.0.0",
"gensequence": "^3.1.1"
},
@ -23401,9 +23408,9 @@
"dev": true
},
"@cspell/cspell-bundled-dicts": {
"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==",
"version": "5.18.4",
"resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-5.18.4.tgz",
"integrity": "sha512-bzYmnfdKI0qQ0Sng8QtGNJrlyTtHII6FriTSp2lWxJX9paw2cUmKjEyajH9sK/EX78AePJemPGsMSiC65kTLWg==",
"dev": true,
"requires": {
"@cspell/dict-ada": "^1.1.2",
@ -23436,25 +23443,26 @@
"@cspell/dict-powershell": "^1.0.19",
"@cspell/dict-public-licenses": "^1.0.4",
"@cspell/dict-python": "^2.0.5",
"@cspell/dict-r": "^1.0.1",
"@cspell/dict-ruby": "^1.0.15",
"@cspell/dict-rust": "^1.0.23",
"@cspell/dict-scala": "^1.0.21",
"@cspell/dict-software-terms": "^2.0.13",
"@cspell/dict-software-terms": "^2.0.14",
"@cspell/dict-swift": "^1.0.1",
"@cspell/dict-typescript": "^1.0.20",
"@cspell/dict-vue": "^2.0.1"
}
},
"@cspell/cspell-pipe": {
"version": "5.18.2",
"resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-5.18.2.tgz",
"integrity": "sha512-d6e0jwEFWQ3UQQAiOdVzdrT4CMUImkCIx6fuFXJTtgZR58gKtieLlFgOsKIHQkkIkHT9lb/q0k0qEIF9c1LnNg==",
"version": "5.18.4",
"resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-5.18.4.tgz",
"integrity": "sha512-Wo68JtNwzhkgDhQMwI4mw6+0HNPgWdE/uUiak87IUdPXB+1LSe7TKdhHZBhVe5iT5PIOsJiz36v4dTOpWJjmSg==",
"dev": true
},
"@cspell/cspell-types": {
"version": "5.18.2",
"resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-5.18.2.tgz",
"integrity": "sha512-3U88KrEnuzYg55UtgCZKeiLDzRJ55c4MvNJpCPZhjBq2DoNf6kRR6uy5iVer20pwx8XoHZPGfBGOoVZZYfUhVg==",
"version": "5.18.4",
"resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-5.18.4.tgz",
"integrity": "sha512-pUxWfhqqwo0k0BsfIr8Mki9c7W7/o//RXsI+RZhbk7ai9EWX/6cMpD8rHRcRB9c+ihwGj7R7jzjuzh+SK09tlA==",
"dev": true
},
"@cspell/dict-ada": {
@ -23637,6 +23645,12 @@
"integrity": "sha512-WkyGYtNmUsOHsWixck7AxNvveDgVPqw0H51hzIY+/5u3c94wZUweIj0vfFOGIfOBq8e1ZxpjumKBxVDGXTmQkw==",
"dev": true
},
"@cspell/dict-r": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@cspell/dict-r/-/dict-r-1.0.1.tgz",
"integrity": "sha512-Lrtu6ULfA16tZ2nfq1AkH3uO8IbTbAqxSt/Konif698yB7QM5keEInhCRzT/E2nYrIKumayNwqVUZxabIWkoSQ==",
"dev": true
},
"@cspell/dict-ruby": {
"version": "1.0.15",
"resolved": "https://registry.npmjs.org/@cspell/dict-ruby/-/dict-ruby-1.0.15.tgz",
@ -23656,9 +23670,9 @@
"dev": true
},
"@cspell/dict-software-terms": {
"version": "2.0.13",
"resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.0.13.tgz",
"integrity": "sha512-GoyP2fv1EUvc/eNgbnNA/Fo7FE6U5q8Rjb7GLLZYwt6cn5rI3U2eHMqGglJkxkFXJ6YYcDpgNk2r3IK6oYtbqg==",
"version": "2.0.14",
"resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.0.14.tgz",
"integrity": "sha512-0tuMmBSsOfL5HH6un8gt/lF9Rvs/jXMEQyjjmd04IznVL7X5kxVhkrS8sbudq2orPgM5HIa8odPYdFuTCKDvNw==",
"dev": true
},
"@cspell/dict-swift": {
@ -27894,18 +27908,18 @@
"dev": true
},
"cspell": {
"version": "5.18.2",
"resolved": "https://registry.npmjs.org/cspell/-/cspell-5.18.2.tgz",
"integrity": "sha512-VOoligacm7RTxyLlpAw7MvFFmpcxktZAiLtQ8J1CDz9J6BDfivhfZrX8ybprhY5WmUD5PSeKiOunyZoRkEjyMg==",
"version": "5.18.4",
"resolved": "https://registry.npmjs.org/cspell/-/cspell-5.18.4.tgz",
"integrity": "sha512-u/6iw8Zc4RICTtmipM3i25s6+7NwbtGbxT3Xws7BLZ5qb2hsvSGSSJLgAMaQ3BFHZikdeHBDhGw2g67M3S5V8Q==",
"dev": true,
"requires": {
"@cspell/cspell-pipe": "^5.18.2",
"@cspell/cspell-pipe": "^5.18.4",
"chalk": "^4.1.2",
"commander": "^9.0.0",
"comment-json": "^4.1.1",
"cspell-gitignore": "^5.18.2",
"cspell-glob": "^5.18.2",
"cspell-lib": "^5.18.2",
"comment-json": "^4.2.2",
"cspell-gitignore": "^5.18.4",
"cspell-glob": "^5.18.4",
"cspell-lib": "^5.18.4",
"fast-json-stable-stringify": "^2.1.0",
"file-entry-cache": "^6.0.1",
"fs-extra": "^10.0.0",
@ -27986,12 +28000,12 @@
}
},
"cspell-gitignore": {
"version": "5.18.2",
"resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-5.18.2.tgz",
"integrity": "sha512-iV3AWKH0uHGElCmzER2E6CFkfS2iWMOpiqbBfjySH9Wk0dCe1WKPwlM03masRGX6goGltr0R2c6JC53ztMfhNQ==",
"version": "5.18.4",
"resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-5.18.4.tgz",
"integrity": "sha512-e7BCzqHBQJOVmU6k2bWBj/zoQ3cW6mmOEQWexdAXV7P0y/nMOCXBp3HmPyu2cBn5PN0xIrcbi/UpnJQyw5K+UA==",
"dev": true,
"requires": {
"cspell-glob": "^5.18.2",
"cspell-glob": "^5.18.4",
"find-up": "^5.0.0"
},
"dependencies": {
@ -28035,35 +28049,35 @@
}
},
"cspell-glob": {
"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==",
"version": "5.18.4",
"resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-5.18.4.tgz",
"integrity": "sha512-TmP1bSMNS0TpqHgrE4vp4NhDM+MSL75JaqWWfGiCBlutOTYjn3D1+btDQFfDAph/C1PCdc8YFrqqv+72MjoONQ==",
"dev": true,
"requires": {
"micromatch": "^4.0.4"
}
},
"cspell-io": {
"version": "5.18.2",
"resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-5.18.2.tgz",
"integrity": "sha512-t0l6TLnx8EDFh/1ULba4ue4EXumBF6vD92qk4AJVfTYulAfDRgs+/8wUM56DmAPeFgecMXIz4StWrIpsOLUZxg==",
"version": "5.18.4",
"resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-5.18.4.tgz",
"integrity": "sha512-/if+6g/r9gD6KNaintEyQcMK/JHiv55KQCF2HUWV4+HxVvS7wkI6SZ+kcxPGpv6A8dHe5TIOXmuYcHjcSSoZHg==",
"dev": true
},
"cspell-lib": {
"version": "5.18.2",
"resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-5.18.2.tgz",
"integrity": "sha512-QoKsh82cqzhBhuOXdGEOXxJ/GRVH8eRS+q3lt1ihfVUGa8scp8FVJMOzWdecCkyRZsN3KWHkN6P6hxH+RNxPUg==",
"version": "5.18.4",
"resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-5.18.4.tgz",
"integrity": "sha512-3a4rPJ4t5HJ/vO3CGaZP9mIA7FFCDfZ/W/uDpy9dTkL46ai+uroD1Z5AYhSMk41PSk88dyhk2Z+6SuJRi5daHw==",
"dev": true,
"requires": {
"@cspell/cspell-bundled-dicts": "^5.18.2",
"@cspell/cspell-types": "^5.18.2",
"@cspell/cspell-bundled-dicts": "^5.18.4",
"@cspell/cspell-types": "^5.18.4",
"clear-module": "^4.1.2",
"comment-json": "^4.1.1",
"comment-json": "^4.2.2",
"configstore": "^5.0.1",
"cosmiconfig": "^7.0.1",
"cspell-glob": "^5.18.2",
"cspell-io": "^5.18.2",
"cspell-trie-lib": "^5.18.2",
"cspell-glob": "^5.18.4",
"cspell-io": "^5.18.4",
"cspell-trie-lib": "^5.18.4",
"fast-equals": "^2.0.4",
"find-up": "^5.0.0",
"fs-extra": "^10.0.0",
@ -28125,12 +28139,12 @@
}
},
"cspell-trie-lib": {
"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==",
"version": "5.18.4",
"resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-5.18.4.tgz",
"integrity": "sha512-3yd3cW/T/7++87M9AMapgH2k6hkSFD4SPOrFL8gqQD8pvUhVrQ12uxFNo5cEEK3LtYcK1uhc2/GLiasJCBl8hA==",
"dev": true,
"requires": {
"@cspell/cspell-pipe": "^5.18.2",
"@cspell/cspell-pipe": "^5.18.4",
"fs-extra": "^10.0.0",
"gensequence": "^3.1.1"
},

View File

@ -23,7 +23,7 @@
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"cra-webpack-rewired": "^1.0.1",
"cspell": "^5.18.2",
"cspell": "^5.18.4",
"gh-pages": "^3.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",