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:
parent
fc50c08b20
commit
5ddcbe8cc0
@ -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" `
|
||||
|
||||
1473
eng/common/spelling/package-lock.json
generated
1473
eng/common/spelling/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user