Skip to content

Commit

Permalink
Fix vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
islathehut committed Nov 8, 2024
1 parent 283d324 commit 0ba2808
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 20 deletions.
72 changes: 54 additions & 18 deletions packages/backend/package-lock.json

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

5 changes: 4 additions & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"race-signal": "^1.1.0",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0",
"secp256k1": "4.0.3",
"secp256k1": "^5.0.1",
"socket.io": "4.6.0",
"socket.io-client": "^4.7.5",
"string-replace-loader": "3.1.0",
Expand All @@ -176,6 +176,9 @@
"@orbitdb/core": {
"multiformats": "13.1.0",
"@ipld/dag-cbor": "9.2.1"
},
"express": {
"cookie": "0.7.0"
}
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ GEM
netrc (0.11.0)
nkf (0.2.0)
public_suffix (4.0.7)
rexml (3.3.7)
rexml (3.3.9)
ruby-macho (2.5.1)
typhoeus (1.4.1)
ethon (>= 0.9.0)
Expand Down

0 comments on commit 0ba2808

Please sign in to comment.