File tree Expand file tree Collapse file tree 3 files changed +2242
-2780
lines changed Expand file tree Collapse file tree 3 files changed +2242
-2780
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.22.1-alpha.1] ( https://github.com/cloudgraphdev/sdk/compare/0.22.0...0.22.1-alpha.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+
19# [ 0.22.0] ( https://github.com/cloudgraphdev/sdk/compare/0.21.1...0.22.0 ) (2022-10-04)
210
311
Original file line number Diff line number Diff line change 11{
22 "name" : " @cloudgraph/sdk" ,
3- "version" : " 0.22.0 " ,
3+ "version" : " 0.22.1-alpha.1 " ,
44 "description" : " SDK for cloud graph providers and cli" ,
55 "main" : " dist/src/index.js" ,
66 "types" : " dist/src/index.d.ts" ,
3737 "@semantic-release/git" : " ^10.0.1" ,
3838 "@semantic-release/github" : " ^8.0.1" ,
3939 "@semantic-release/npm" : " ^9.0.1" ,
40- "@types/jest" : " ^26.0.24 " ,
40+ "@types/jest" : " ^29.2.3 " ,
4141 "@types/node" : " ^16.4.12" ,
4242 "@typescript-eslint/eslint-plugin" : " ^4.28.5" ,
4343 "@typescript-eslint/parser" : " ^4.28.5" ,
4848 "eslint-plugin-import" : " ^2.22.1" ,
4949 "eslint-plugin-prettier" : " ^3.4.0" ,
5050 "husky" : " ^4.3.0" ,
51- "jest" : " ^27.0.6 " ,
51+ "jest" : " ^29.3.1 " ,
5252 "lint-staged" : " ^11.1.1" ,
5353 "semantic-release" : " ^19.0.2" ,
54- "ts-jest" : " ^27 .0.4 " ,
54+ "ts-jest" : " ^29 .0.3 " ,
5555 "typescript" : " ^4.3.5"
5656 },
5757 "husky" : {
6464 " yarn lint:fix" ,
6565 " git add --force"
6666 ]
67+ },
68+ "resolutions" : {
69+ "**/uri-js" : " ^3.0.1"
6770 }
6871}
You can’t perform that action at this time.
0 commit comments