|
1 | 1 | { |
2 | 2 | "name": "@cloudgraph/cg-provider-azure", |
3 | | - "version": "0.64.1-beta.1", |
| 3 | + "version": "0.64.2-alpha.1", |
4 | 4 | "description": "CloudGraph provider plugin for Azure used to fetch Azure cloud data.", |
5 | 5 | "publishConfig": { |
6 | 6 | "registry": "https://registry.npmjs.org/", |
|
73 | 73 | "@azure/identity": "^2.0.4", |
74 | 74 | "@azure/storage-blob": "^12.8.0", |
75 | 75 | "@azure/storage-queue": "^12.9.0", |
76 | | - "@cloudgraph/sdk": "0.22.0", |
| 76 | + "@cloudgraph/sdk": "0.22.1", |
77 | 77 | "@graphql-tools/load-files": "^6.5.3", |
78 | 78 | "@graphql-tools/merge": "^8.2.3", |
79 | 79 | "@microsoft/microsoft-graph-client": "^3.0.2", |
|
96 | 96 | "@semantic-release/github": "^8.0.1", |
97 | 97 | "@semantic-release/npm": "^9.0.1", |
98 | 98 | "@types/isomorphic-fetch": "^0.0.36", |
99 | | - "@types/jest": "^26.0.24", |
| 99 | + "@types/jest": "^27.0.0", |
100 | 100 | "@types/lodash": "^4.14.170", |
101 | 101 | "@types/node": "^15.12.4", |
102 | 102 | "@types/pino": "^6.3.8", |
|
107 | 107 | "eslint-config-prettier": "^6.11.0", |
108 | 108 | "eslint-plugin-import": "^2.22.1", |
109 | 109 | "eslint-plugin-prettier": "^3.4.0", |
110 | | - "husky": "^7.0.0", |
| 110 | + "husky": "^8.0.2", |
111 | 111 | "jest": "^27.0.6", |
112 | 112 | "lint-staged": "^11.1.1", |
113 | 113 | "prettier": "^2.3.2", |
114 | 114 | "semantic-release": "^19.0.2", |
115 | | - "shx": "^0.3.3", |
116 | | - "ts-jest": "^27.0.4" |
| 115 | + "shx": "^0.3.4", |
| 116 | + "ts-jest": "^27.1.5" |
117 | 117 | }, |
118 | 118 | "lint-staged": { |
119 | 119 | "*.{ts,graphql,json}": [ |
120 | 120 | "yarn lint:fix", |
121 | 121 | "git add --force" |
122 | 122 | ] |
| 123 | + }, |
| 124 | + "resolutions": { |
| 125 | + "**/braces": "^2.3.1", |
| 126 | + "**/glob-parent": "^5.1.2", |
| 127 | + "**/uri-js": "^3.0.1" |
123 | 128 | } |
124 | 129 | } |
0 commit comments