Skip to content

Commit 372301b

Browse files
authored
Update and remove unused dependencies (#5068)
* Remove unused dependencies * Update azure-identity * Update 'braces' NPM dependency
1 parent 33733a4 commit 372301b

File tree

4 files changed

+22
-1002
lines changed

4 files changed

+22
-1002
lines changed

cli/azd/pkg/tools/swa/swa.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
)
1818

1919
// swaCliPackage is the npm package (including the version version) we execute with npx to run the SWA CLI.
20-
const swaCliPackage = "@azure/[email protected].1"
20+
const swaCliPackage = "@azure/[email protected].5"
2121

2222
var _ tools.ExternalTool = (*Cli)(nil)
2323

0 commit comments

Comments
 (0)