Skip to content

Commit fb2ebbd

Browse files
author
Marco Franceschi
committed
chore: Upgraded SDK version
1 parent 93ed9d3 commit fb2ebbd

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"terraform:cleanup": "rimraf ./tests/terraform/{.terraform,.terraform.lock.hcl,tfplan} ./tests/terraform/*.{tfstate,tfplan,backup}"
3232
},
3333
"dependencies": {
34-
"@cloudgraph/sdk": "0.14.2",
34+
"@cloudgraph/sdk": "0.20.0-alpha.1",
3535
"@fast-csv/parse": "^4.3.6",
3636
"@graphql-tools/load-files": "6.3.2",
3737
"@graphql-tools/merge": "8.0.1",

yarn.lock

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -564,10 +564,10 @@
564564
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
565565
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
566566

567-
"@cloudgraph/sdk@0.14.2":
568-
version "0.14.2"
569-
resolved "https://registry.yarnpkg.com/@cloudgraph/sdk/-/sdk-0.14.2.tgz#0594cd7c9c1a893a259ad137400a9b29d48079b5"
570-
integrity sha512-cpPqg/vbwbhUNxWWAXXUz8ZtNyrNwXCHxU4nBiEEgHtewQV7lmVjx5OgThspPZcZjb+bsYIR+Q19euY7oGFQkQ==
567+
"@cloudgraph/sdk@0.20.0-alpha.1":
568+
version "0.20.0-alpha.1"
569+
resolved "https://registry.yarnpkg.com/@cloudgraph/sdk/-/sdk-0.20.0-alpha.1.tgz#b42e86aad0823ffaadae138d21014fa82e8c8092"
570+
integrity sha512-m0fUAsJHYIzF36Yud9hu3KZtkwzFgVIUz2Nqjoalc6B1AgKvhlp8mWLDdQ0oQPbEsyEPeIeaEQtI2HNxpvqdkA==
571571
dependencies:
572572
"@graphql-tools/load-files" "^6.5.3"
573573
"@graphql-tools/merge" "^8.2.1"
@@ -577,7 +577,7 @@
577577
inquirer "^8.1.2"
578578
jsonpath "^1.1.1"
579579
lodash "^4.17.21"
580-
node-jq "^2.1.0"
580+
node-jq "^2.3.0"
581581
ora "^5.4.1"
582582

583583
"@endemolshinegroup/cosmiconfig-typescript-loader@3.0.2":
@@ -7403,18 +7403,15 @@ node-int64@^0.4.0:
74037403
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
74047404
integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=
74057405

7406-
node-jq@^2.1.0:
7407-
version "2.1.0"
7408-
resolved "https://registry.yarnpkg.com/node-jq/-/node-jq-2.1.0.tgz#4530cb1fd767bf05b643f0bddc2769c2ced847e0"
7409-
integrity sha512-4wv/W8rejWADH1Jqz+O2hCaZEFTIBp7EOcYo7orFcK9t11DtVQBBQHrN89MiGenk5HzrAMrZluOo5PQ0fP/AoQ==
7406+
node-jq@^2.3.0:
7407+
version "2.3.3"
7408+
resolved "https://registry.yarnpkg.com/node-jq/-/node-jq-2.3.3.tgz#2b179b49c400820829d2e197922fdabe8b9bec69"
7409+
integrity sha512-HFdQm3BvM8xSFKSZwRzweypMj/75jkjPfiifq4CJM7IWmoIjbVuj1lT9+wtRI5c1Y3Za8LPjiJQ1VfEv7VKluQ==
74107410
dependencies:
7411-
"@semantic-release/changelog" "^6.0.1"
7412-
"@semantic-release/git" "^10.0.1"
74137411
bin-build "^3.0.0"
74147412
download "^8.0.0"
74157413
is-valid-path "^0.1.1"
74167414
joi "^17.4.0"
7417-
strip-eof "^2.0.0"
74187415
strip-final-newline "^2.0.0"
74197416
tempfile "^3.0.0"
74207417

@@ -9433,11 +9430,6 @@ strip-eof@^1.0.0:
94339430
resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
94349431
integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=
94359432

9436-
strip-eof@^2.0.0:
9437-
version "2.0.0"
9438-
resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-2.0.0.tgz#2e3f3c5145d02de826eafb23e65b2faf675448b4"
9439-
integrity sha512-zLsJC+5P5hGu4Zmoq6I4uo6bTf1Nx6Z/vnZedxwnrcfkc38Vz6UiuqGOtS9bewFaoTCDErpqkV7v02htp9KEow==
9440-
94419433
strip-final-newline@^2.0.0:
94429434
version "2.0.0"
94439435
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"

0 commit comments

Comments
 (0)