Skip to content

Commit

Permalink
Upgrade cspell packages to version ^6.12.0 (#26985)
Browse files Browse the repository at this point in the history
to address dependabot issue https://github.com/Azure/azure-sdk-for-js/security/dependabot/13

Co-authored-by: Jeremy Meng <yumeng@microsoft.com>
  • Loading branch information
azure-sdk and jeremymeng authored Oct 21, 2022
1 parent 764acf5 commit 3e5b6d0
Show file tree
Hide file tree
Showing 3 changed files with 942 additions and 549 deletions.
2 changes: 1 addition & 1 deletion eng/common/spelling/Invoke-Cspell.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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" `
Expand Down
Loading

0 comments on commit 3e5b6d0

Please sign in to comment.