build(deps-dev): bump cspell from 6.15.0 to 6.15.1

Bumps [cspell](https://github.com/streetsidesoftware/cspell) from 6.15.0 to 6.15.1.
- [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/v6.15.0...v6.15.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-12-01 11:02:12 +00:00
committed by GitHub
parent 6da73c612a
commit 988ba45197

470
package-lock.json generated
View File

@ -398,9 +398,9 @@
}
},
"node_modules/@cspell/cspell-bundled-dicts": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.15.0.tgz",
"integrity": "sha512-Kc9sGeJN3yUiOgFS6LZrdtsONCgsp33PKXxCfDN/7E6iV5b3hbIXR7rjQZ3oS+oJmNGHMtn4CumwY6ogL+s8Iw==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.15.1.tgz",
"integrity": "sha512-1LNjT0j7KCEqoBmaA8YY3V/J+nbW3QOG4STwE5ALNUHdfCixkqP8xPXQACYrJ51rvF3sakQLcIZdFTtRlVW9HQ==",
"dev": true,
"dependencies": {
"@cspell/dict-ada": "^4.0.0",
@ -442,6 +442,7 @@
"@cspell/dict-scala": "^3.0.0",
"@cspell/dict-software-terms": "^3.0.5",
"@cspell/dict-sql": "^2.0.0",
"@cspell/dict-svelte": "^1.0.0",
"@cspell/dict-swift": "^2.0.0",
"@cspell/dict-typescript": "^3.0.1",
"@cspell/dict-vue": "^3.0.0"
@ -451,27 +452,27 @@
}
},
"node_modules/@cspell/cspell-pipe": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.15.0.tgz",
"integrity": "sha512-LXEICxtCOJLRBeIHzljLzLakMSz/iusSQF2PbQrBOdh15Xd0BGFuQnlH0PaKqKa3BVgfaKbEjVpYbu68JWzL0w==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.15.1.tgz",
"integrity": "sha512-3HQUnheTiqyVdVjmsoalT6b5dxzTRCH6kXEuY9zodse+5jjISz6jFHDeeGYQTuzyhmBWfeTMnZkt0PJbdbul7w==",
"dev": true,
"engines": {
"node": ">=14"
}
},
"node_modules/@cspell/cspell-service-bus": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.15.0.tgz",
"integrity": "sha512-lFhKcVd2wGL67xT1SVTNmfovNP/Cu5uYVKbKbsTy72XqCpX23daVuFlCZsIY1nxSUh60yAq9mZy7K5BvwFrd9w==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.15.1.tgz",
"integrity": "sha512-DgjrViD/TJKuiZVtz7dwxt661kqvxOLiOwnOrqsfbl5j588de3uYbBqdbuZk2NfLaKNalA0Q7FF36ALZ8Ifcxg==",
"dev": true,
"engines": {
"node": ">=14"
}
},
"node_modules/@cspell/cspell-types": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.15.0.tgz",
"integrity": "sha512-fS2kV+sV4sfUIy6uQX1H91tZNCWl3nOYfHv1+EI4JnCVnxcFO8EuLgybxUw3w4PbcchyAJaq0Nxa/WxJJnZUyw==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.15.1.tgz",
"integrity": "sha512-ub+eP1Iw4LIP0JrTlyGumHAD42VBfUZBbSIlzKccPuCzfkUxQIFIbyjKeczfBVEbsNEGfCxZb00JKB38ln+q+Q==",
"dev": true,
"engines": {
"node": ">=14"
@ -711,6 +712,12 @@
"integrity": "sha512-J3X8VSgWpc/4McQEs138abtBw/SO3Z+vGaYi5X7XV1pKPBxjupHTTNQHSS/HWUDmVWj6fR3OV+ZGptcmvv3Clg==",
"dev": true
},
"node_modules/@cspell/dict-svelte": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@cspell/dict-svelte/-/dict-svelte-1.0.0.tgz",
"integrity": "sha512-5mE1bPMv+0Zdv6fiaHw86kZ47FhqNy9waUyGOT/wSWf6M5lxCZ3ze15rDruit6/62DaYo7A4/1dgKxpRo6/ZBQ==",
"dev": true
},
"node_modules/@cspell/dict-swift": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@cspell/dict-swift/-/dict-swift-2.0.0.tgz",
@ -730,9 +737,9 @@
"dev": true
},
"node_modules/@cspell/strong-weak-map": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-6.15.0.tgz",
"integrity": "sha512-OqeqapBKdtkwazBXzlRj42niJBFAveoZSC9M0/gCJ0TVWEURuOFUKRm+LprOMy+Kc0MTUEIIJ0wbpMZNclR6Lw==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-6.15.1.tgz",
"integrity": "sha512-woVaLcXet+FbFkKu+hgElNCKKx+gz6ZiWit87bmXawmqiPJcLvhM8E/az4+KDuR03wpKeKp4bpzzjTqvn2S5Mw==",
"dev": true,
"engines": {
"node": ">=14.6"
@ -1637,23 +1644,6 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
"dev": true
},
"node_modules/@typescript-eslint/scope-manager": {
"version": "5.44.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.44.0.tgz",
"integrity": "sha512-2pKml57KusI0LAhgLKae9kwWeITZ7IsZs77YxyNyIVOwQ1kToyXRaJLl+uDEXzMN5hnobKUOo2gKntK9H1YL8g==",
"dev": true,
"dependencies": {
"@typescript-eslint/types": "5.44.0",
"@typescript-eslint/visitor-keys": "5.44.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
}
},
"node_modules/@typescript-eslint/type-utils": {
"version": "5.45.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.45.0.tgz",
@ -1794,102 +1784,6 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
"dev": true
},
"node_modules/@typescript-eslint/types": {
"version": "5.44.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.44.0.tgz",
"integrity": "sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==",
"dev": true,
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
}
},
"node_modules/@typescript-eslint/typescript-estree": {
"version": "5.44.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.44.0.tgz",
"integrity": "sha512-M6Jr+RM7M5zeRj2maSfsZK2660HKAJawv4Ud0xT+yauyvgrsHu276VtXlKDFnEmhG+nVEd0fYZNXGoAgxwDWJw==",
"dev": true,
"dependencies": {
"@typescript-eslint/types": "5.44.0",
"@typescript-eslint/visitor-keys": "5.44.0",
"debug": "^4.3.4",
"globby": "^11.1.0",
"is-glob": "^4.0.3",
"semver": "^7.3.7",
"tsutils": "^3.21.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/@typescript-eslint/typescript-estree/node_modules/debug": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
"dev": true,
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/@typescript-eslint/typescript-estree/node_modules/lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
"dev": true,
"dependencies": {
"yallist": "^4.0.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/@typescript-eslint/typescript-estree/node_modules/ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
"dev": true
},
"node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
"version": "7.3.8",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
"dev": true,
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/@typescript-eslint/typescript-estree/node_modules/yallist": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
"dev": true
},
"node_modules/@typescript-eslint/utils": {
"version": "5.45.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.45.0.tgz",
@ -2046,23 +1940,6 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
"dev": true
},
"node_modules/@typescript-eslint/visitor-keys": {
"version": "5.44.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.44.0.tgz",
"integrity": "sha512-a48tLG8/4m62gPFbJ27FxwCOqPKxsb8KC3HkmYoq2As/4YyjQl1jDbRr1s63+g4FS/iIehjmN3L5UjmKva1HzQ==",
"dev": true,
"dependencies": {
"@typescript-eslint/types": "5.44.0",
"eslint-visitor-keys": "^3.3.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
}
},
"node_modules/@webassemblyjs/ast": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz",
@ -3348,17 +3225,17 @@
}
},
"node_modules/cspell": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/cspell/-/cspell-6.15.0.tgz",
"integrity": "sha512-8Nx2nKHi45GQshDbxQcB9xZjNrMwWnL2D4i5w8vA1WffAhLZpgE7zmudjyELPfhhvOEd0hspY8lh79lZSLtvrg==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/cspell/-/cspell-6.15.1.tgz",
"integrity": "sha512-XKyQrunxi26L+mcasf8mIS2vE3Z23GncYk5DfGdN8C5bCgD31i6+4BOUWN8x7n3+PtjcLrYtknCTNLMDqbslNQ==",
"dev": true,
"dependencies": {
"@cspell/cspell-pipe": "6.15.0",
"@cspell/cspell-pipe": "6.15.1",
"chalk": "^4.1.2",
"commander": "^9.4.1",
"cspell-gitignore": "6.15.0",
"cspell-glob": "6.15.0",
"cspell-lib": "6.15.0",
"cspell-gitignore": "6.15.1",
"cspell-glob": "6.15.1",
"cspell-lib": "6.15.1",
"fast-json-stable-stringify": "^2.1.0",
"file-entry-cache": "^6.0.1",
"fs-extra": "^10.1.0",
@ -3380,14 +3257,14 @@
}
},
"node_modules/cspell-dictionary": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-6.15.0.tgz",
"integrity": "sha512-DX5MmXq+uPLdqKhOdYMFx0sLNawOakZwnXOI+UJ1T1joQMjiuiAxjmIzj2+iMFRZ4RgwjUhAu/FJ0FWJp4ev1A==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-6.15.1.tgz",
"integrity": "sha512-VCx8URiNgOCYZkG6ThQKYMJ6jXyv4RC7C5H8yD8r3tBU81snYV4KWNqEdQCU9ClM+uHjz8FEANrF9hggB+KzuA==",
"dev": true,
"dependencies": {
"@cspell/cspell-pipe": "6.15.0",
"@cspell/cspell-types": "6.15.0",
"cspell-trie-lib": "6.15.0",
"@cspell/cspell-pipe": "6.15.1",
"@cspell/cspell-types": "6.15.1",
"cspell-trie-lib": "6.15.1",
"fast-equals": "^4.0.3",
"gensequence": "^4.0.2"
},
@ -3396,12 +3273,12 @@
}
},
"node_modules/cspell-gitignore": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.15.0.tgz",
"integrity": "sha512-d+mzVtZBq/HRxYyXW6nfptnefyjIhV+goM5cTY/1Fg9tN+wfhn0g1pd9IU72BWmmlQGUBXrJzCSqgZYU9PZmRw==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.15.1.tgz",
"integrity": "sha512-cPTBwNr12miNb51KEZ1yJer8chfq5Sk1lcEezPktdyDXIQi0WEhHqm1XKpN0xnTV0wQKMUEDlM4tqOrUJxOh9w==",
"dev": true,
"dependencies": {
"cspell-glob": "6.15.0",
"cspell-glob": "6.15.1",
"find-up": "^5.0.0"
},
"bin": {
@ -3412,9 +3289,9 @@
}
},
"node_modules/cspell-glob": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.15.0.tgz",
"integrity": "sha512-FJ/aG/FKJ2qEZgO2wLFWJk3ljAA/HAYsXBq3Z6l8bUyYlkAjBwuToZCM6VE0owcRRCUr+onYNBKX1m1weDgAkQ==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.15.1.tgz",
"integrity": "sha512-g9uvYLO1WQRc60X/1MjKaWkpxjX6MwA+NrdwBO4oNeXss9/mlHdMEkTakHetbxyyffHa1/YFYpx1ZY7f8i3ANQ==",
"dev": true,
"dependencies": {
"micromatch": "^4.0.5"
@ -3424,13 +3301,13 @@
}
},
"node_modules/cspell-grammar": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.15.0.tgz",
"integrity": "sha512-inpGd+tqtvHVr1fX5Zx/VgSXWPRatvoaQgq3uI7a4JAXJmNLjOF4+l8g0ylIVFhZBIPLazFOr9bm35NjVpk5GA==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.15.1.tgz",
"integrity": "sha512-eZrP1Igfw/AlgMQXtfRiTFDZEB5APc0iLYIWUeLuU2OPHBBzpEONOh+HO5Fxaw8kV7byYcpxXESQWcjsMw7nLA==",
"dev": true,
"dependencies": {
"@cspell/cspell-pipe": "6.15.0",
"@cspell/cspell-types": "6.15.0"
"@cspell/cspell-pipe": "6.15.1",
"@cspell/cspell-types": "6.15.1"
},
"bin": {
"cspell-grammar": "bin.js"
@ -3440,12 +3317,12 @@
}
},
"node_modules/cspell-io": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-6.15.0.tgz",
"integrity": "sha512-rZIHcxV3bUZCqqJN1oesdN1Sk/bulGifHZ+3b4l/xHOW0PZwDyvOry/Xu41f5DGIfBoiNeYUmeS78klDA5yODQ==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-6.15.1.tgz",
"integrity": "sha512-8L+wDxEqPGlpA7dnURtFWYxZy1fkUXDscqCAJBF7pQEAveMG7a3vzuUvh3vJSqPJhVykCRFfU1IsLjY+dVHhMQ==",
"dev": true,
"dependencies": {
"@cspell/cspell-service-bus": "6.15.0",
"@cspell/cspell-service-bus": "6.15.1",
"node-fetch": "^2.6.7"
},
"engines": {
@ -3453,24 +3330,24 @@
}
},
"node_modules/cspell-lib": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.15.0.tgz",
"integrity": "sha512-cjNiCKJ1SuCzvPrw3msZKy3qRztJhj2brvyCEjVKJs/FwzoMQBtGBlUVitRyfmx5TPdJsSWPdr/YbmMltBbAGQ==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.15.1.tgz",
"integrity": "sha512-hTtwMuKkC45YYV7EbS3PpJCMbTxc2LpdKJqmiZXKDpTF1Bw4Dsl0UAb3z4UG15GV1c+Exbklfjf8orjz8TVlIA==",
"dev": true,
"dependencies": {
"@cspell/cspell-bundled-dicts": "6.15.0",
"@cspell/cspell-pipe": "6.15.0",
"@cspell/cspell-types": "6.15.0",
"@cspell/strong-weak-map": "6.15.0",
"@cspell/cspell-bundled-dicts": "6.15.1",
"@cspell/cspell-pipe": "6.15.1",
"@cspell/cspell-types": "6.15.1",
"@cspell/strong-weak-map": "6.15.1",
"clear-module": "^4.1.2",
"comment-json": "^4.2.3",
"configstore": "^5.0.1",
"cosmiconfig": "^8.0.0",
"cspell-dictionary": "6.15.0",
"cspell-glob": "6.15.0",
"cspell-grammar": "6.15.0",
"cspell-io": "6.15.0",
"cspell-trie-lib": "6.15.0",
"cspell-dictionary": "6.15.1",
"cspell-glob": "6.15.1",
"cspell-grammar": "6.15.1",
"cspell-io": "6.15.1",
"cspell-trie-lib": "6.15.1",
"fast-equals": "^4.0.3",
"find-up": "^5.0.0",
"fs-extra": "^10.1.0",
@ -3521,13 +3398,13 @@
}
},
"node_modules/cspell-trie-lib": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.15.0.tgz",
"integrity": "sha512-d4+F3pNGv50MHj6Skb8/yTPCQyKbVYfERryClM3QnpSpvXGP7VAUHTNHJocR/UTAI5Gs1KdbbU+S9aCAZsZ9lQ==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.15.1.tgz",
"integrity": "sha512-yMMhDT8ek72Gr/oow7HgUr4If4ZKJIaFpVvOErvqyPl9iyuTrh9mxBo/A15PqniRIZhe9FgxzwkHdVNfsrU54Q==",
"dev": true,
"dependencies": {
"@cspell/cspell-pipe": "6.15.0",
"@cspell/cspell-types": "6.15.0",
"@cspell/cspell-pipe": "6.15.1",
"@cspell/cspell-types": "6.15.1",
"fs-extra": "^10.1.0",
"gensequence": "^4.0.2"
},
@ -11708,9 +11585,9 @@
"dev": true
},
"@cspell/cspell-bundled-dicts": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.15.0.tgz",
"integrity": "sha512-Kc9sGeJN3yUiOgFS6LZrdtsONCgsp33PKXxCfDN/7E6iV5b3hbIXR7rjQZ3oS+oJmNGHMtn4CumwY6ogL+s8Iw==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.15.1.tgz",
"integrity": "sha512-1LNjT0j7KCEqoBmaA8YY3V/J+nbW3QOG4STwE5ALNUHdfCixkqP8xPXQACYrJ51rvF3sakQLcIZdFTtRlVW9HQ==",
"dev": true,
"requires": {
"@cspell/dict-ada": "^4.0.0",
@ -11752,27 +11629,28 @@
"@cspell/dict-scala": "^3.0.0",
"@cspell/dict-software-terms": "^3.0.5",
"@cspell/dict-sql": "^2.0.0",
"@cspell/dict-svelte": "^1.0.0",
"@cspell/dict-swift": "^2.0.0",
"@cspell/dict-typescript": "^3.0.1",
"@cspell/dict-vue": "^3.0.0"
}
},
"@cspell/cspell-pipe": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.15.0.tgz",
"integrity": "sha512-LXEICxtCOJLRBeIHzljLzLakMSz/iusSQF2PbQrBOdh15Xd0BGFuQnlH0PaKqKa3BVgfaKbEjVpYbu68JWzL0w==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.15.1.tgz",
"integrity": "sha512-3HQUnheTiqyVdVjmsoalT6b5dxzTRCH6kXEuY9zodse+5jjISz6jFHDeeGYQTuzyhmBWfeTMnZkt0PJbdbul7w==",
"dev": true
},
"@cspell/cspell-service-bus": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.15.0.tgz",
"integrity": "sha512-lFhKcVd2wGL67xT1SVTNmfovNP/Cu5uYVKbKbsTy72XqCpX23daVuFlCZsIY1nxSUh60yAq9mZy7K5BvwFrd9w==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.15.1.tgz",
"integrity": "sha512-DgjrViD/TJKuiZVtz7dwxt661kqvxOLiOwnOrqsfbl5j588de3uYbBqdbuZk2NfLaKNalA0Q7FF36ALZ8Ifcxg==",
"dev": true
},
"@cspell/cspell-types": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.15.0.tgz",
"integrity": "sha512-fS2kV+sV4sfUIy6uQX1H91tZNCWl3nOYfHv1+EI4JnCVnxcFO8EuLgybxUw3w4PbcchyAJaq0Nxa/WxJJnZUyw==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.15.1.tgz",
"integrity": "sha512-ub+eP1Iw4LIP0JrTlyGumHAD42VBfUZBbSIlzKccPuCzfkUxQIFIbyjKeczfBVEbsNEGfCxZb00JKB38ln+q+Q==",
"dev": true
},
"@cspell/dict-ada": {
@ -12009,6 +11887,12 @@
"integrity": "sha512-J3X8VSgWpc/4McQEs138abtBw/SO3Z+vGaYi5X7XV1pKPBxjupHTTNQHSS/HWUDmVWj6fR3OV+ZGptcmvv3Clg==",
"dev": true
},
"@cspell/dict-svelte": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@cspell/dict-svelte/-/dict-svelte-1.0.0.tgz",
"integrity": "sha512-5mE1bPMv+0Zdv6fiaHw86kZ47FhqNy9waUyGOT/wSWf6M5lxCZ3ze15rDruit6/62DaYo7A4/1dgKxpRo6/ZBQ==",
"dev": true
},
"@cspell/dict-swift": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@cspell/dict-swift/-/dict-swift-2.0.0.tgz",
@ -12028,9 +11912,9 @@
"dev": true
},
"@cspell/strong-weak-map": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-6.15.0.tgz",
"integrity": "sha512-OqeqapBKdtkwazBXzlRj42niJBFAveoZSC9M0/gCJ0TVWEURuOFUKRm+LprOMy+Kc0MTUEIIJ0wbpMZNclR6Lw==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-6.15.1.tgz",
"integrity": "sha512-woVaLcXet+FbFkKu+hgElNCKKx+gz6ZiWit87bmXawmqiPJcLvhM8E/az4+KDuR03wpKeKp4bpzzjTqvn2S5Mw==",
"dev": true
},
"@cspotcode/source-map-support": {
@ -12735,16 +12619,6 @@
}
}
},
"@typescript-eslint/scope-manager": {
"version": "5.44.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.44.0.tgz",
"integrity": "sha512-2pKml57KusI0LAhgLKae9kwWeITZ7IsZs77YxyNyIVOwQ1kToyXRaJLl+uDEXzMN5hnobKUOo2gKntK9H1YL8g==",
"dev": true,
"requires": {
"@typescript-eslint/types": "5.44.0",
"@typescript-eslint/visitor-keys": "5.44.0"
}
},
"@typescript-eslint/type-utils": {
"version": "5.45.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.45.0.tgz",
@ -12829,68 +12703,6 @@
}
}
},
"@typescript-eslint/types": {
"version": "5.44.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.44.0.tgz",
"integrity": "sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==",
"dev": true
},
"@typescript-eslint/typescript-estree": {
"version": "5.44.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.44.0.tgz",
"integrity": "sha512-M6Jr+RM7M5zeRj2maSfsZK2660HKAJawv4Ud0xT+yauyvgrsHu276VtXlKDFnEmhG+nVEd0fYZNXGoAgxwDWJw==",
"dev": true,
"requires": {
"@typescript-eslint/types": "5.44.0",
"@typescript-eslint/visitor-keys": "5.44.0",
"debug": "^4.3.4",
"globby": "^11.1.0",
"is-glob": "^4.0.3",
"semver": "^7.3.7",
"tsutils": "^3.21.0"
},
"dependencies": {
"debug": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
"dev": true,
"requires": {
"ms": "2.1.2"
}
},
"lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
"dev": true,
"requires": {
"yallist": "^4.0.0"
}
},
"ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
"dev": true
},
"semver": {
"version": "7.3.8",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
"dev": true,
"requires": {
"lru-cache": "^6.0.0"
}
},
"yallist": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
"dev": true
}
}
},
"@typescript-eslint/utils": {
"version": "5.45.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.45.0.tgz",
@ -12989,16 +12801,6 @@
}
}
},
"@typescript-eslint/visitor-keys": {
"version": "5.44.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.44.0.tgz",
"integrity": "sha512-a48tLG8/4m62gPFbJ27FxwCOqPKxsb8KC3HkmYoq2As/4YyjQl1jDbRr1s63+g4FS/iIehjmN3L5UjmKva1HzQ==",
"dev": true,
"requires": {
"@typescript-eslint/types": "5.44.0",
"eslint-visitor-keys": "^3.3.0"
}
},
"@webassemblyjs/ast": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz",
@ -13995,17 +13797,17 @@
"dev": true
},
"cspell": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/cspell/-/cspell-6.15.0.tgz",
"integrity": "sha512-8Nx2nKHi45GQshDbxQcB9xZjNrMwWnL2D4i5w8vA1WffAhLZpgE7zmudjyELPfhhvOEd0hspY8lh79lZSLtvrg==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/cspell/-/cspell-6.15.1.tgz",
"integrity": "sha512-XKyQrunxi26L+mcasf8mIS2vE3Z23GncYk5DfGdN8C5bCgD31i6+4BOUWN8x7n3+PtjcLrYtknCTNLMDqbslNQ==",
"dev": true,
"requires": {
"@cspell/cspell-pipe": "6.15.0",
"@cspell/cspell-pipe": "6.15.1",
"chalk": "^4.1.2",
"commander": "^9.4.1",
"cspell-gitignore": "6.15.0",
"cspell-glob": "6.15.0",
"cspell-lib": "6.15.0",
"cspell-gitignore": "6.15.1",
"cspell-glob": "6.15.1",
"cspell-lib": "6.15.1",
"fast-json-stable-stringify": "^2.1.0",
"file-entry-cache": "^6.0.1",
"fs-extra": "^10.1.0",
@ -14135,76 +13937,76 @@
}
},
"cspell-dictionary": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-6.15.0.tgz",
"integrity": "sha512-DX5MmXq+uPLdqKhOdYMFx0sLNawOakZwnXOI+UJ1T1joQMjiuiAxjmIzj2+iMFRZ4RgwjUhAu/FJ0FWJp4ev1A==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-6.15.1.tgz",
"integrity": "sha512-VCx8URiNgOCYZkG6ThQKYMJ6jXyv4RC7C5H8yD8r3tBU81snYV4KWNqEdQCU9ClM+uHjz8FEANrF9hggB+KzuA==",
"dev": true,
"requires": {
"@cspell/cspell-pipe": "6.15.0",
"@cspell/cspell-types": "6.15.0",
"cspell-trie-lib": "6.15.0",
"@cspell/cspell-pipe": "6.15.1",
"@cspell/cspell-types": "6.15.1",
"cspell-trie-lib": "6.15.1",
"fast-equals": "^4.0.3",
"gensequence": "^4.0.2"
}
},
"cspell-gitignore": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.15.0.tgz",
"integrity": "sha512-d+mzVtZBq/HRxYyXW6nfptnefyjIhV+goM5cTY/1Fg9tN+wfhn0g1pd9IU72BWmmlQGUBXrJzCSqgZYU9PZmRw==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.15.1.tgz",
"integrity": "sha512-cPTBwNr12miNb51KEZ1yJer8chfq5Sk1lcEezPktdyDXIQi0WEhHqm1XKpN0xnTV0wQKMUEDlM4tqOrUJxOh9w==",
"dev": true,
"requires": {
"cspell-glob": "6.15.0",
"cspell-glob": "6.15.1",
"find-up": "^5.0.0"
}
},
"cspell-glob": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.15.0.tgz",
"integrity": "sha512-FJ/aG/FKJ2qEZgO2wLFWJk3ljAA/HAYsXBq3Z6l8bUyYlkAjBwuToZCM6VE0owcRRCUr+onYNBKX1m1weDgAkQ==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.15.1.tgz",
"integrity": "sha512-g9uvYLO1WQRc60X/1MjKaWkpxjX6MwA+NrdwBO4oNeXss9/mlHdMEkTakHetbxyyffHa1/YFYpx1ZY7f8i3ANQ==",
"dev": true,
"requires": {
"micromatch": "^4.0.5"
}
},
"cspell-grammar": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.15.0.tgz",
"integrity": "sha512-inpGd+tqtvHVr1fX5Zx/VgSXWPRatvoaQgq3uI7a4JAXJmNLjOF4+l8g0ylIVFhZBIPLazFOr9bm35NjVpk5GA==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.15.1.tgz",
"integrity": "sha512-eZrP1Igfw/AlgMQXtfRiTFDZEB5APc0iLYIWUeLuU2OPHBBzpEONOh+HO5Fxaw8kV7byYcpxXESQWcjsMw7nLA==",
"dev": true,
"requires": {
"@cspell/cspell-pipe": "6.15.0",
"@cspell/cspell-types": "6.15.0"
"@cspell/cspell-pipe": "6.15.1",
"@cspell/cspell-types": "6.15.1"
}
},
"cspell-io": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-6.15.0.tgz",
"integrity": "sha512-rZIHcxV3bUZCqqJN1oesdN1Sk/bulGifHZ+3b4l/xHOW0PZwDyvOry/Xu41f5DGIfBoiNeYUmeS78klDA5yODQ==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-6.15.1.tgz",
"integrity": "sha512-8L+wDxEqPGlpA7dnURtFWYxZy1fkUXDscqCAJBF7pQEAveMG7a3vzuUvh3vJSqPJhVykCRFfU1IsLjY+dVHhMQ==",
"dev": true,
"requires": {
"@cspell/cspell-service-bus": "6.15.0",
"@cspell/cspell-service-bus": "6.15.1",
"node-fetch": "^2.6.7"
}
},
"cspell-lib": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.15.0.tgz",
"integrity": "sha512-cjNiCKJ1SuCzvPrw3msZKy3qRztJhj2brvyCEjVKJs/FwzoMQBtGBlUVitRyfmx5TPdJsSWPdr/YbmMltBbAGQ==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.15.1.tgz",
"integrity": "sha512-hTtwMuKkC45YYV7EbS3PpJCMbTxc2LpdKJqmiZXKDpTF1Bw4Dsl0UAb3z4UG15GV1c+Exbklfjf8orjz8TVlIA==",
"dev": true,
"requires": {
"@cspell/cspell-bundled-dicts": "6.15.0",
"@cspell/cspell-pipe": "6.15.0",
"@cspell/cspell-types": "6.15.0",
"@cspell/strong-weak-map": "6.15.0",
"@cspell/cspell-bundled-dicts": "6.15.1",
"@cspell/cspell-pipe": "6.15.1",
"@cspell/cspell-types": "6.15.1",
"@cspell/strong-weak-map": "6.15.1",
"clear-module": "^4.1.2",
"comment-json": "^4.2.3",
"configstore": "^5.0.1",
"cosmiconfig": "^8.0.0",
"cspell-dictionary": "6.15.0",
"cspell-glob": "6.15.0",
"cspell-grammar": "6.15.0",
"cspell-io": "6.15.0",
"cspell-trie-lib": "6.15.0",
"cspell-dictionary": "6.15.1",
"cspell-glob": "6.15.1",
"cspell-grammar": "6.15.1",
"cspell-io": "6.15.1",
"cspell-trie-lib": "6.15.1",
"fast-equals": "^4.0.3",
"find-up": "^5.0.0",
"fs-extra": "^10.1.0",
@ -14246,13 +14048,13 @@
}
},
"cspell-trie-lib": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.15.0.tgz",
"integrity": "sha512-d4+F3pNGv50MHj6Skb8/yTPCQyKbVYfERryClM3QnpSpvXGP7VAUHTNHJocR/UTAI5Gs1KdbbU+S9aCAZsZ9lQ==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.15.1.tgz",
"integrity": "sha512-yMMhDT8ek72Gr/oow7HgUr4If4ZKJIaFpVvOErvqyPl9iyuTrh9mxBo/A15PqniRIZhe9FgxzwkHdVNfsrU54Q==",
"dev": true,
"requires": {
"@cspell/cspell-pipe": "6.15.0",
"@cspell/cspell-types": "6.15.0",
"@cspell/cspell-pipe": "6.15.1",
"@cspell/cspell-types": "6.15.1",
"fs-extra": "^10.1.0",
"gensequence": "^4.0.2"
},