Skip to content

Commit

Permalink
fix: security upgrade rimraf from 3.0.2 to 4.0.0 (#11)
Browse files Browse the repository at this point in the history
* fix: apps/vc-api/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116

* fix(deps): update rimraf to ^4 in did and e2e

---------

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: jrhender <[email protected]>
Signed-off-by: jrhender <[email protected]>
  • Loading branch information
3 people committed Dec 4, 2023
1 parent 39ce3ef commit ca1e25f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion apps/vc-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nestjs/typeorm": "^10.0.0",
"jose": "^4.14.4",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.0",
"rimraf": "^4.0.0",
"rxjs": "^7.8.1",
"typeorm": "^0.3.17",
"better-sqlite3": "~8.4.0",
Expand Down
16 changes: 8 additions & 8 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libraries/did/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"babel-jest": "29.5.0",
"eslint": "^8.22.0",
"jest": "^29.5.0",
"rimraf": "^3.0.0",
"rimraf": "^4.0.0",
"ts-jest": "^29.1.1",
"typescript": "^4.8.0",
"@energyweb/eslint-config": "~0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"rimraf": "^3.0.0",
"rimraf": "^4.0.0",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
Expand Down

0 comments on commit ca1e25f

Please sign in to comment.