Skip to content

Commit

Permalink
Merge pull request #81 from roggervalf/fix-semver-deps
Browse files Browse the repository at this point in the history
fix(deps): upgrade semver because of vulnerability
  • Loading branch information
wzrdtales authored Sep 10, 2023
2 parents f43359a + de3c2ce commit bb6a90d
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 49 deletions.
103 changes: 56 additions & 47 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"dependencies": {
"bluebird": "^3.1.1",
"db-migrate-base": "^2.3.0",
"pg": "^8.0.3",
"semver": "^5.0.3"
"pg": "^8.11.2",
"semver": "^7.5.4"
},
"devDependencies": {
"db-meta": "^0.4.1",
Expand Down

0 comments on commit bb6a90d

Please sign in to comment.