Skip to content

Commit 466aeb8

Browse files
authored
Merge pull request #33 from cloudgraphdev/alpha
Beta release
2 parents 6aac195 + 8f102c5 commit 466aeb8

File tree

3 files changed

+2242
-2780
lines changed

3 files changed

+2242
-2780
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -37,7 +37,7 @@
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",
@@ -48,10 +48,10 @@
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": {
@@ -64,5 +64,8 @@
6464
"yarn lint:fix",
6565
"git add --force"
6666
]
67+
},
68+
"resolutions": {
69+
"**/uri-js": "^3.0.1"
6770
}
6871
}

0 commit comments

Comments
 (0)