Skip to content

Commit 71b113c

Browse files
committed
fix(deps): update sdk dep
1 parent 2228c57 commit 71b113c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"bugs": "https://github.com/cloudgraphdev/cli/issues",
1717
"dependencies": {
18-
"@cloudgraph/sdk": "^0.10.9",
18+
"@cloudgraph/sdk": "^0.12.0",
1919
"@graphql-tools/load-files": "^6.3.2",
2020
"@graphql-tools/merge": "^8.2.0",
2121
"@oclif/command": "^1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,10 @@
379379
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
380380
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
381381

382-
"@cloudgraph/sdk@^0.10.9":
383-
version "0.10.9"
384-
resolved "https://registry.yarnpkg.com/@cloudgraph/sdk/-/sdk-0.10.9.tgz#696c12673b6179229936f062ee5d5796ee3f3021"
385-
integrity sha512-GGyi8aa3xdX2nedXhRPRerGhtj8ex/bgrA0A3aAaIxckNrbYOSaEmN4DhOwUEDWnT9zGWKfZCtpOV/HnAnsqHg==
382+
"@cloudgraph/sdk@^0.12.0":
383+
version "0.12.0"
384+
resolved "https://registry.yarnpkg.com/@cloudgraph/sdk/-/sdk-0.12.0.tgz#c95b87bed8883bde072c5e4cf171b4ef50d606dc"
385+
integrity sha512-RD1HYwHlWKuyekdaLLOhfAATRaKmkHpWjU5vM6kEtiUGhGzR2ywujmIza7vbYCi6o23gLA38nAfaGi9VA239zg==
386386
dependencies:
387387
"@graphql-tools/load-files" "^6.5.3"
388388
"@graphql-tools/merge" "^8.2.1"

0 commit comments

Comments
 (0)