|
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.20.0", |
| 34 | + "@cloudgraph/sdk": "^0.22.1", |
35 | 35 | "@fast-csv/parse": "^4.3.6", |
36 | | - "@graphql-tools/load-files": "6.3.2", |
37 | | - "@graphql-tools/merge": "8.0.1", |
| 36 | + "@graphql-tools/load-files": "^6.5.3", |
| 37 | + "@graphql-tools/merge": "^8.2.1", |
38 | 38 | "aws-sdk": "^2.1084.0", |
39 | 39 | "chalk": "4.1.2", |
40 | 40 | "cuid": "2.1.8", |
41 | 41 | "dotenv": "10.0.0", |
42 | | - "graphql": "^15.7.2", |
| 42 | + "graphql": "^16.2.0", |
43 | 43 | "lodash": "4.17.21", |
44 | 44 | "typescript": "4.3.5" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | 47 | "@autocloud/eslint-config": "^0.1.0", |
48 | | - "@graphql-codegen/cli": "^2.4.0", |
49 | | - "@graphql-codegen/typescript": "1.23.0", |
| 48 | + "@graphql-codegen/cli": "^2.5.0", |
| 49 | + "@graphql-codegen/typescript": "^2.4.3", |
50 | 50 | "@semantic-release/changelog": "^6.0.1", |
51 | 51 | "@semantic-release/git": "^10.0.1", |
52 | 52 | "@semantic-release/github": "^8.0.1", |
53 | 53 | "@semantic-release/npm": "^9.0.1", |
54 | | - "@types/jest": "^26.0.24", |
| 54 | + "@types/jest": "^27.0.0", |
55 | 55 | "@types/lodash": "^4.14.170", |
56 | 56 | "@types/node": "^15.12.4", |
57 | 57 | "@types/pino": "^6.3.8", |
|
62 | 62 | "eslint-config-prettier": "^6.11.0", |
63 | 63 | "eslint-plugin-import": "^2.22.1", |
64 | 64 | "eslint-plugin-prettier": "^3.4.0", |
65 | | - "husky": "^7.0.0", |
| 65 | + "husky": "^8.0.2", |
66 | 66 | "jest": "^27.0.6", |
67 | 67 | "lint-staged": "^11.1.1", |
68 | 68 | "prettier": "^2.3.2", |
69 | 69 | "semantic-release": "^19.0.2", |
70 | | - "shx": "^0.3.3", |
71 | | - "ts-jest": "^27.0.4" |
| 70 | + "shx": "^0.3.4", |
| 71 | + "ts-jest": "^27.1.5" |
72 | 72 | }, |
73 | 73 | "lint-staged": { |
74 | 74 | "*.{ts,graphql,json}": [ |
75 | 75 | "yarn lint:fix", |
76 | 76 | "git add --force" |
77 | 77 | ] |
| 78 | + }, |
| 79 | + "resolutions": { |
| 80 | + "**/braces": "^2.3.1", |
| 81 | + "**/glob-parent": "^5.1.2", |
| 82 | + "**/uri-js": "^3.0.1" |
78 | 83 | } |
79 | 84 | } |
0 commit comments