Updating Cosmos DB JS SDK to 4.7 (#2243)

This commit is contained in:
vchske
2025-11-05 11:18:03 -08:00
committed by GitHub
parent 2417da152d
commit bbdf0ce57e
2 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"dependencies": {
"@azure/arm-cosmosdb": "9.1.0",
"@azure/cosmos": "4.5.0",
"@azure/cosmos": "4.7.0",
"@azure/cosmos-language-service": "0.0.5",
"@azure/identity": "4.5.0",
"@azure/msal-browser": "2.14.2",
@@ -248,4 +248,4 @@
"printWidth": 120,
"endOfLine": "auto"
}
}
}