Bump cspell-cli from 8.1.0 to 8.1.1 (#3179)

Bumps [cspell-cli](https://github.com/streetsidesoftware/cspell-cli) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/streetsidesoftware/cspell-cli/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell-cli/compare/v8.1.0...v8.1.1)

---
updated-dependencies:
- dependency-name: cspell-cli
  dependency-type: direct:production
  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] 2023-12-07 13:42:25 +01:00 committed by GitHub
parent 794d82c4bb
commit 48701a11ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "0.0.1",
"license": "Apache-2.0",
"dependencies": {
"cspell-cli": "^8.1.0",
"cspell-cli": "^8.1.1",
"markdownlint-cli": "^0.37.0"
}
},
@ -675,11 +675,11 @@
}
},
"node_modules/cspell-cli": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/cspell-cli/-/cspell-cli-8.1.0.tgz",
"integrity": "sha512-xaC50ccRAv/eCOYveNv1ZlIAnaGUMXfwsdKZZRsnFmQJ3puJP2DYEJu7I8LjspuglCG1rmsoawyD6stg+TL5Ng==",
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/cspell-cli/-/cspell-cli-8.1.1.tgz",
"integrity": "sha512-aJYt3gMnuKS+PGhHI52tlAC5p586anuEzaEMGEntLLCwnlqeWkQ/APzxhl/vSR2R3U6xSdVGnE7oNp9jvd0tKg==",
"dependencies": {
"cspell": "^8.1.2"
"cspell": "^8.1.3"
},
"bin": {
"cspell-cli": "index.js"
@ -2480,11 +2480,11 @@
}
},
"cspell-cli": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/cspell-cli/-/cspell-cli-8.1.0.tgz",
"integrity": "sha512-xaC50ccRAv/eCOYveNv1ZlIAnaGUMXfwsdKZZRsnFmQJ3puJP2DYEJu7I8LjspuglCG1rmsoawyD6stg+TL5Ng==",
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/cspell-cli/-/cspell-cli-8.1.1.tgz",
"integrity": "sha512-aJYt3gMnuKS+PGhHI52tlAC5p586anuEzaEMGEntLLCwnlqeWkQ/APzxhl/vSR2R3U6xSdVGnE7oNp9jvd0tKg==",
"requires": {
"cspell": "^8.1.2"
"cspell": "^8.1.3"
}
},
"cspell-config-lib": {

View File

@ -10,6 +10,6 @@
"license": "Apache-2.0",
"dependencies": {
"markdownlint-cli": "^0.37.0",
"cspell-cli": "^8.1.0"
"cspell-cli": "^8.1.1"
}
}