File tree 3 files changed +2250
-2780
lines changed
3 files changed +2250
-2780
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.22.1-beta.1] ( https://github.com/cloudgraphdev/sdk/compare/0.22.0...0.22.1-beta.1 ) (2022-11-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add uri-js to resolutions to fix cve vulnerability ([ 5290e0a] ( https://github.com/cloudgraphdev/sdk/commit/5290e0a828f1302e3fc16e5dddded36fb013d08d ) )
7
+ * cve vulnerabilities remediations ([ c0c6200] ( https://github.com/cloudgraphdev/sdk/commit/c0c620079958ec562797bbf76561c028754fcfa1 ) )
8
+
9
+ ## [ 0.22.1-alpha.1] ( https://github.com/cloudgraphdev/sdk/compare/0.22.0...0.22.1-alpha.1 ) (2022-11-25)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * add uri-js to resolutions to fix cve vulnerability ([ 5290e0a] ( https://github.com/cloudgraphdev/sdk/commit/5290e0a828f1302e3fc16e5dddded36fb013d08d ) )
15
+ * cve vulnerabilities remediations ([ c0c6200] ( https://github.com/cloudgraphdev/sdk/commit/c0c620079958ec562797bbf76561c028754fcfa1 ) )
16
+
1
17
# [ 0.22.0] ( https://github.com/cloudgraphdev/sdk/compare/0.21.1...0.22.0 ) (2022-10-04)
2
18
3
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudgraph/sdk" ,
3
- "version" : " 0.22.0 " ,
3
+ "version" : " 0.22.1-beta.1 " ,
4
4
"description" : " SDK for cloud graph providers and cli" ,
5
5
"main" : " dist/src/index.js" ,
6
6
"types" : " dist/src/index.d.ts" ,
37
37
"@semantic-release/git" : " ^10.0.1" ,
38
38
"@semantic-release/github" : " ^8.0.1" ,
39
39
"@semantic-release/npm" : " ^9.0.1" ,
40
- "@types/jest" : " ^26.0.24 " ,
40
+ "@types/jest" : " ^29.2.3 " ,
41
41
"@types/node" : " ^16.4.12" ,
42
42
"@typescript-eslint/eslint-plugin" : " ^4.28.5" ,
43
43
"@typescript-eslint/parser" : " ^4.28.5" ,
48
48
"eslint-plugin-import" : " ^2.22.1" ,
49
49
"eslint-plugin-prettier" : " ^3.4.0" ,
50
50
"husky" : " ^4.3.0" ,
51
- "jest" : " ^27.0.6 " ,
51
+ "jest" : " ^29.3.1 " ,
52
52
"lint-staged" : " ^11.1.1" ,
53
53
"semantic-release" : " ^19.0.2" ,
54
- "ts-jest" : " ^27 .0.4 " ,
54
+ "ts-jest" : " ^29 .0.3 " ,
55
55
"typescript" : " ^4.3.5"
56
56
},
57
57
"husky" : {
64
64
" yarn lint:fix" ,
65
65
" git add --force"
66
66
]
67
+ },
68
+ "resolutions" : {
69
+ "**/uri-js" : " ^3.0.1"
67
70
}
68
71
}
You can’t perform that action at this time.
0 commit comments