Skip to content

Commit

Permalink
pm2 update ;) (#3364)
Browse files Browse the repository at this point in the history
`pm2` just updated to v5.3.1 with `0 vulnerabilities`

let's delete `allow-ghsas` in depsreview and update dependencies
  • Loading branch information
bugsounet authored Jan 20, 2024
1 parent c96ced9 commit c75b7d4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/depsreview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ jobs:
uses: actions/checkout@v4
- name: "Dependency Review"
uses: actions/dependency-review-action@v3
with:
allow-ghsas: GHSA-wf5p-g6vw-rhxx
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ _This release is scheduled to be released on 2024-04-01._
- Use node prefix for build-in modules (#3340)
- Rework logging colors (#3350)
- Update electron to v28 and update other dependencies (#3357)
- Update pm2 to v5.3.1 with no allow-ghsas (#3364)

### Fixed

Expand Down
35 changes: 18 additions & 17 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"module-alias": "^2.2.3",
"moment": "^2.30.1",
"node-ical": "^0.17.1",
"pm2": "^5.3.0",
"pm2": "^5.3.1",
"socket.io": "^4.7.4",
"systeminformation": "^5.21.22"
},
Expand Down

0 comments on commit c75b7d4

Please sign in to comment.