Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade @typespec/compiler from 0.56.0 to 0.57.0 #7

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion sdk/ai/azopenai/testdata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@azure-tools/typespec-autorest": "^0.42.0",
"@azure-tools/typespec-azure-core": "^0.42.0",
"@typespec/compiler": "^0.56.0",
"@typespec/compiler": "^0.57.0",
"@typespec/openapi3": "^0.56.0"
},
"private": true
Expand Down
4 changes: 2 additions & 2 deletions sdk/ai/azopenaiassistants/testdata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"dependencies": {
"@azure-tools/typespec-autorest": "^0.42.0",
"@azure-tools/typespec-azure-core": "^0.42.0",
"@azure-tools/typespec-azure-core": "^0.43.0",
"@typespec/compiler": "^0.56.0",
"@typespec/openapi3": "^0.56.0"
"@typespec/openapi3": "^0.57.0"
},
"overrides": {
"braces": "^3.0.3"
Expand Down
2 changes: 1 addition & 1 deletion sdk/messaging/eventgrid/aznamespaces/testdata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@azure-tools/typespec-client-generator-core": "^0.42.0",
"@azure-tools/typespec-go": "https://github.com/Azure/autorest.go/releases/download/v0.1.0-dev.4-20240517.1/azure-tools-typespec-go-0.1.0-dev.4-20240517.1.tgz",
"@typespec/compiler": "^0.56.0",
"@typespec/compiler": "^0.57.0",
"@typespec/versioning": "^0.56.0"
},
"overrides": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@azure-tools/typespec-client-generator-core": "^0.42.0",
"@azure-tools/typespec-go": "https://github.com/Azure/autorest.go/releases/download/v0.1.0-dev.3-20240508.1/azure-tools-typespec-go-0.1.0-dev.3-20240508.1.tgz",
"@typespec/compiler": "^0.56.0",
"@typespec/compiler": "^0.57.0",
"@typespec/versioning": "^0.56.0"
},
"overrides": {
Expand Down