Skip to content

Commit

Permalink
Remove self dependency and fix security issue (#5189)
Browse files Browse the repository at this point in the history
* Remove self dependency and fix security issue

* update

---------

Co-authored-by: Pan Shao <[email protected]>
  • Loading branch information
pshao25 and Pan Shao authored Dec 2, 2024
1 parent 0834c7f commit 3d34a86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/TypeSpec.Extension/Emitter.Csharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
"dependencies": {
"@autorest/csharp": "3.0.0-beta.20240625.4",
"@typespec/http-client-csharp": "0.1.9-alpha.20241127.1"
"@typespec/http-client-csharp": "0.1.9-alpha.20241201.2"
},
"peerDependencies": {
"@azure-tools/typespec-azure-core": ">=0.48.0 <1.0.0",
Expand Down

0 comments on commit 3d34a86

Please sign in to comment.