Upgrade cspell packages to version ^6.12.0 (#4044)

to address dependabot issue https://github.com/Azure/azure-sdk-for-js/security/dependabot/13

Co-authored-by: Jeremy Meng <yumeng@microsoft.com>
This commit is contained in:
Azure SDK Bot 2022-10-21 14:36:40 -07:00 committed by GitHub
parent fc50c08b20
commit 5ddcbe8cc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 938 additions and 545 deletions

View File

@ -84,7 +84,7 @@ if (!(Test-Path $CSpellConfigPath)) {
function Test-VersionReportMatches() {
# Arrange
$expectedPackageVersion = '5.12.3'
$expectedPackageVersion = '6.12.0'
# Act
$actual = &"$PSSCriptRoot/Invoke-Cspell.ps1" `

File diff suppressed because it is too large Load Diff

View File

@ -2,9 +2,9 @@
"name": "cspell-version-pin",
"version": "0.1.1",
"dependencies": {
"@cspell/cspell-bundled-dicts": "^5.12.3",
"@cspell/cspell-types": "^5.12.3",
"cspell": "^5.12.3",
"cspell-lib": "^5.12.3"
"@cspell/cspell-bundled-dicts": "^6.12.0",
"@cspell/cspell-types": "^6.12.0",
"cspell": "^6.12.0",
"cspell-lib": "^6.12.0"
}
}