Skip to content

Commit 20e8304

Browse files
Upgrade cspell packages to version ^6.12.0 (Azure#19405)
to address dependabot issue https://github.com/Azure/azure-sdk-for-js/security/dependabot/13 Co-authored-by: Jeremy Meng <yumeng@microsoft.com>
1 parent 48209c6 commit 20e8304

File tree

3 files changed

+942
-549
lines changed

3 files changed

+942
-549
lines changed

eng/common/spelling/Invoke-Cspell.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ if (!(Test-Path $CSpellConfigPath)) {
8484

8585
function Test-VersionReportMatches() {
8686
# Arrange
87-
$expectedPackageVersion = '5.12.3'
87+
$expectedPackageVersion = '6.12.0'
8888

8989
# Act
9090
$actual = &"$PSSCriptRoot/Invoke-Cspell.ps1" `

0 commit comments

Comments
 (0)