Skip to content

Commit

Permalink
upgrade dwn-sdk-js and upgrade sinon to fix vulns
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed Sep 11, 2024
1 parent c5654d9 commit 6fb82f0
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 187 deletions.
242 changes: 59 additions & 183 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tbd54566975/dwn-sql-store",
"version": "0.6.6",
"version": "0.6.7",
"description": "SQL backed implementations of DWN MessageStore, DataStore, and EventLog",
"type": "module",
"license": "Apache-2.0",
Expand All @@ -21,7 +21,7 @@
"react-native": "./dist/esm/src/main.js",
"dependencies": {
"@ipld/dag-cbor": "9.0.5",
"@tbd54566975/dwn-sdk-js": "0.4.6",
"@tbd54566975/dwn-sdk-js": "0.4.7",
"kysely": "0.26.3",
"multiformats": "12.0.1",
"readable-stream": "4.4.2"
Expand Down Expand Up @@ -50,8 +50,7 @@
"pg": "8.11.1",
"pg-cursor": "2.10.1",
"rimraf": "5.0.1",
"sinon": "13.0.1",
"ts-sinon": "2.0.2",
"sinon": "^18.0.1",
"typescript": "5.0.4"
},
"scripts": {
Expand Down

0 comments on commit 6fb82f0

Please sign in to comment.