|
31 | 31 | "terraform:cleanup": "rimraf ./tests/terraform/{.terraform,.terraform.lock.hcl,tfplan} ./tests/terraform/*.{tfstate,tfplan,backup}" |
32 | 32 | }, |
33 | 33 | "dependencies": { |
34 | | - "@cloudgraph/sdk": "^0.11.0", |
| 34 | + "@cloudgraph/sdk": "0.22.1", |
35 | 35 | "@google-cloud/api-gateway": "^1.2.1", |
36 | 36 | "@google-cloud/asset": "^3.22.0", |
37 | 37 | "@google-cloud/bigquery": "^5.10.0", |
|
52 | 52 | "@google-cloud/secret-manager": "^3.10.1", |
53 | 53 | "@google-cloud/storage": "^5.16.1", |
54 | 54 | "@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", |
57 | 57 | "chalk": "4.1.2", |
58 | 58 | "cuid": "2.1.8", |
59 | 59 | "dotenv": "10.0.0", |
|
64 | 64 | }, |
65 | 65 | "devDependencies": { |
66 | 66 | "@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", |
69 | 69 | "@semantic-release/changelog": "^6.0.1", |
70 | 70 | "@semantic-release/git": "^10.0.1", |
71 | 71 | "@semantic-release/github": "^8.0.1", |
72 | 72 | "@semantic-release/npm": "^9.0.1", |
73 | | - "@types/jest": "^26.0.24", |
| 73 | + "@types/jest": "^27.0.0", |
74 | 74 | "@types/lodash": "^4.14.170", |
75 | 75 | "@types/node": "^15.12.4", |
76 | 76 | "@types/node-fetch": "^2.5.5", |
|
82 | 82 | "eslint-config-prettier": "^6.11.0", |
83 | 83 | "eslint-plugin-import": "^2.22.1", |
84 | 84 | "eslint-plugin-prettier": "^3.4.0", |
85 | | - "husky": "^7.0.0", |
| 85 | + "husky": "^8.0.2", |
86 | 86 | "jest": "^27.0.6", |
87 | 87 | "lint-staged": "^11.1.1", |
88 | 88 | "prettier": "^2.3.2", |
89 | 89 | "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" |
92 | 92 | }, |
93 | 93 | "lint-staged": { |
94 | 94 | "*.{ts,graphql,json}": [ |
95 | 95 | "yarn lint:fix", |
96 | 96 | "git add --force" |
97 | 97 | ] |
| 98 | + }, |
| 99 | + "resolutions": { |
| 100 | + "**/braces": "^2.3.1", |
| 101 | + "**/glob-parent": "^5.1.2", |
| 102 | + "**/uri-js": "^3.0.1" |
98 | 103 | } |
99 | 104 | } |
0 commit comments