Skip to content

Commit b2faa89

Browse files
Update dependency @azure/cosmos to v3.10.3 (#33)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 8f33475 commit b2faa89

3 files changed

Lines changed: 76 additions & 34 deletions

File tree

package-lock.json

Lines changed: 54 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lint": "eslint src/**/*.ts tests/**/*.ts"
2424
},
2525
"devDependencies": {
26-
"@azure/cosmos": "3.9.5",
26+
"@azure/cosmos": "3.10.3",
2727
"@types/chai": "4.2.15",
2828
"@types/mocha": "8.2.1",
2929
"@types/node": "14.14.31",
@@ -41,7 +41,7 @@
4141
"ync": "0.0.9"
4242
},
4343
"peerDependencies": {
44-
"@azure/cosmos": "3.9.5"
44+
"@azure/cosmos": "3.10.3"
4545
},
4646
"dependencies": {
4747
"apollo-datasource": "0.7.3",

yarn.lock

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,27 @@
22
# yarn lockfile v1
33

44

5-
6-
version "3.9.5"
7-
resolved "https://registry.npmjs.org/@azure/cosmos/-/cosmos-3.9.5.tgz"
8-
integrity sha512-4SjJFs9BvUX7bkU1Le/OkDIIG9ojcnSs8rZfa5V9MI9yreMOPgW7QMF0QlqecYERpueHH8zuWeBT7dwd8/U7xA==
5+
"@azure/abort-controller@^1.0.0":
6+
version "1.0.4"
7+
resolved "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-1.0.4.tgz"
8+
integrity sha512-lNUmDRVGpanCsiUN3NWxFTdwmdFI53xwhkTFfHDGTYk46ca7Ind3nanJc+U6Zj9Tv+9nTCWRBscWEW1DyKOpTw==
9+
dependencies:
10+
tslib "^2.0.0"
11+
12+
"@azure/core-auth@^1.2.0":
13+
version "1.2.0"
14+
resolved "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.2.0.tgz"
15+
integrity sha512-KUl+Nwn/Sm6Lw5d3U90m1jZfNSL087SPcqHLxwn2T6PupNKmcgsEbDjHB25gDvHO4h7pBsTlrdJAY7dz+Qk8GA==
916
dependencies:
10-
"@types/debug" "^4.1.4"
17+
"@azure/abort-controller" "^1.0.0"
18+
tslib "^2.0.0"
19+
20+
21+
version "3.10.3"
22+
resolved "https://registry.npmjs.org/@azure/cosmos/-/cosmos-3.10.3.tgz"
23+
integrity sha512-pYfOcFHitOsqt2SsHB5Et/jIqSqH7FsB1MeLrZjgV2rFfxPPUWiedgMu79jFgTAmiVXOznTFj8s3CdS0cLQ4EA==
24+
dependencies:
25+
"@azure/core-auth" "^1.2.0"
1126
debug "^4.1.1"
1227
fast-json-stable-stringify "^2.0.0"
1328
jsbi "^3.1.3"
@@ -1474,11 +1489,6 @@
14741489
resolved "https://registry.npmjs.org/@types/chai/-/chai-4.2.15.tgz"
14751490
integrity sha512-rYff6FI+ZTKAPkJUoyz7Udq3GaoDZnxYDEvdEdFZASiA7PoErltHezDishqQiSDWrGxvxmplH304jyzQmjp0AQ==
14761491

1477-
"@types/debug@^4.1.4":
1478-
version "4.1.5"
1479-
resolved "https://registry.npmjs.org/@types/debug/-/debug-4.1.5.tgz"
1480-
integrity sha512-Q1y515GcOdTHgagaVFhHnIFQ38ygs/kmxdNpvpou+raI9UO3YZcHDngBSYKQklcKlvA7iuQlmIKbzvmxcOE9CQ==
1481-
14821492
"@types/json-schema@^7.0.3":
14831493
version "7.0.7"
14841494
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.7.tgz"

0 commit comments

Comments
 (0)