11{
22 "name" : " @cloudgraph/cg-provider-gcp" ,
3- "version" : " 0.34.1 " ,
3+ "version" : " 0.35.0-alpha.3 " ,
44 "description" : " CloudGraph provider plugin for GCP used to fetch GCP cloud data." ,
55 "publishConfig" : {
66 "registry" : " https://registry.npmjs.org/" ,
3131 "terraform:cleanup" : " rimraf ./tests/terraform/{.terraform,.terraform.lock.hcl,tfplan} ./tests/terraform/*.{tfstate,tfplan,backup}"
3232 },
3333 "dependencies" : {
34- "@cloudgraph/sdk" : " ^0.11.0 " ,
34+ "@cloudgraph/sdk" : " 0.22.1 " ,
3535 "@google-cloud/api-gateway" : " ^1.2.1" ,
3636 "@google-cloud/asset" : " ^3.22.0" ,
3737 "@google-cloud/bigquery" : " ^5.10.0" ,
5252 "@google-cloud/secret-manager" : " ^3.10.1" ,
5353 "@google-cloud/storage" : " ^5.16.1" ,
5454 "@google-cloud/vpc-access" : " ^1.1.2" ,
55- "@graphql-tools/load-files" : " 6.3.2 " ,
56- "@graphql-tools/merge" : " 8.0.1 " ,
55+ "@graphql-tools/load-files" : " ^6.5.3 " ,
56+ "@graphql-tools/merge" : " ^8.2.3 " ,
5757 "chalk" : " 4.1.2" ,
5858 "cuid" : " 2.1.8" ,
5959 "dotenv" : " 10.0.0" ,
6464 },
6565 "devDependencies" : {
6666 "@autocloud/eslint-config" : " ^0.1.0" ,
67- "@graphql-codegen/cli" : " 2.4 .0" ,
68- "@graphql-codegen/typescript" : " 2.4.2 " ,
67+ "@graphql-codegen/cli" : " ^2.5 .0" ,
68+ "@graphql-codegen/typescript" : " ^ 2.4.3 " ,
6969 "@semantic-release/changelog" : " ^6.0.1" ,
7070 "@semantic-release/git" : " ^10.0.1" ,
7171 "@semantic-release/github" : " ^8.0.1" ,
7272 "@semantic-release/npm" : " ^9.0.1" ,
73- "@types/jest" : " ^26 .0.24 " ,
73+ "@types/jest" : " ^27 .0.0 " ,
7474 "@types/lodash" : " ^4.14.170" ,
7575 "@types/node" : " ^15.12.4" ,
7676 "@types/node-fetch" : " ^2.5.5" ,
8282 "eslint-config-prettier" : " ^6.11.0" ,
8383 "eslint-plugin-import" : " ^2.22.1" ,
8484 "eslint-plugin-prettier" : " ^3.4.0" ,
85- "husky" : " ^7 .0.0 " ,
85+ "husky" : " ^8 .0.2 " ,
8686 "jest" : " ^27.0.6" ,
8787 "lint-staged" : " ^11.1.1" ,
8888 "prettier" : " ^2.3.2" ,
8989 "semantic-release" : " ^19.0.2" ,
90- "shx" : " ^0.3.3 " ,
91- "ts-jest" : " ^27.0.4 "
90+ "shx" : " ^0.3.4 " ,
91+ "ts-jest" : " ^27.1.5 "
9292 },
9393 "lint-staged" : {
9494 "*.{ts,graphql,json}" : [
9595 " yarn lint:fix" ,
9696 " git add --force"
9797 ]
98+ },
99+ "resolutions" : {
100+ "**/braces" : " ^2.3.1" ,
101+ "**/glob-parent" : " ^5.1.2" ,
102+ "**/uri-js" : " ^3.0.1"
98103 }
99- }
104+ }
0 commit comments