Skip to content

Commit 09c0139

Browse files
authored
Merge pull request #55 from cloudgraphdev/alpha
Beta release
2 parents 8eb6266 + caddce4 commit 09c0139

File tree

3 files changed

+3624
-3987
lines changed

3 files changed

+3624
-3987
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [0.64.2-alpha.1](https://github.com/cloudgraphdev/cloudgraph-provider-azure/compare/0.64.1...0.64.2-alpha.1) (2022-11-28)
2+
3+
4+
### Bug Fixes
5+
6+
* cve vulnerabilities remediations ([b8fc985](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/b8fc9852612ff8944cbd493a11397029f4fb8e7b))
7+
8+
## [0.64.1](https://github.com/cloudgraphdev/cloudgraph-provider-azure/compare/0.64.0...0.64.1) (2022-11-23)
9+
10+
11+
### Bug Fixes
12+
13+
* initialization and iterables bugfixes ([83a5dd3](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/83a5dd30d7d18de1acc1912303502703f5e7bff0))
14+
* replace cuid usage, remove conditional cuid generation for root ids ([823a0ef](https://github.com/cloudgraphdev/cloudgraph-provider-azure/commit/823a0ef971099dc9813b28b2490dcf0c2884861b))
15+
116
## [0.64.1-beta.1](https://github.com/cloudgraphdev/cloudgraph-provider-azure/compare/0.64.0...0.64.1-beta.1) (2022-11-23)
217

318

package.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudgraph/cg-provider-azure",
3-
"version": "0.64.1-beta.1",
3+
"version": "0.64.2-alpha.1",
44
"description": "CloudGraph provider plugin for Azure used to fetch Azure cloud data.",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",
@@ -73,7 +73,7 @@
7373
"@azure/identity": "^2.0.4",
7474
"@azure/storage-blob": "^12.8.0",
7575
"@azure/storage-queue": "^12.9.0",
76-
"@cloudgraph/sdk": "0.22.0",
76+
"@cloudgraph/sdk": "0.22.1",
7777
"@graphql-tools/load-files": "^6.5.3",
7878
"@graphql-tools/merge": "^8.2.3",
7979
"@microsoft/microsoft-graph-client": "^3.0.2",
@@ -96,7 +96,7 @@
9696
"@semantic-release/github": "^8.0.1",
9797
"@semantic-release/npm": "^9.0.1",
9898
"@types/isomorphic-fetch": "^0.0.36",
99-
"@types/jest": "^26.0.24",
99+
"@types/jest": "^27.0.0",
100100
"@types/lodash": "^4.14.170",
101101
"@types/node": "^15.12.4",
102102
"@types/pino": "^6.3.8",
@@ -107,18 +107,23 @@
107107
"eslint-config-prettier": "^6.11.0",
108108
"eslint-plugin-import": "^2.22.1",
109109
"eslint-plugin-prettier": "^3.4.0",
110-
"husky": "^7.0.0",
110+
"husky": "^8.0.2",
111111
"jest": "^27.0.6",
112112
"lint-staged": "^11.1.1",
113113
"prettier": "^2.3.2",
114114
"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"
117117
},
118118
"lint-staged": {
119119
"*.{ts,graphql,json}": [
120120
"yarn lint:fix",
121121
"git add --force"
122122
]
123+
},
124+
"resolutions": {
125+
"**/braces": "^2.3.1",
126+
"**/glob-parent": "^5.1.2",
127+
"**/uri-js": "^3.0.1"
123128
}
124129
}

0 commit comments

Comments
 (0)