Skip to content

Commit

Permalink
Upgrade packages (#127)
Browse files Browse the repository at this point in the history
- upgrade `dwn-sdk-js` to `v0.3.0`
- upgrade `dwn-sql-store` to `v0.4.0`
- upgrade `mysql2` to `3.9.7` -- critical CVE fix
- bump package to `v0.2.0` -- represent breaking changes for the DB
schema
  • Loading branch information
LiranCohen authored Apr 25, 2024
1 parent b5a5181 commit edded5c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
40 changes: 20 additions & 20 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web5/dwn-server",
"type": "module",
"version": "0.1.17",
"version": "0.2.0",
"files": [
"dist",
"src"
Expand All @@ -26,8 +26,8 @@
"url": "https://github.com/TBD54566975/dwn-server/issues"
},
"dependencies": {
"@tbd54566975/dwn-sdk-js": "0.2.22",
"@tbd54566975/dwn-sql-store": "0.2.13",
"@tbd54566975/dwn-sdk-js": "0.3.0",
"@tbd54566975/dwn-sql-store": "0.4.0",
"better-sqlite3": "^8.5.0",
"body-parser": "^1.20.2",
"bytes": "3.1.2",
Expand All @@ -37,7 +37,7 @@
"loglevel": "^1.8.1",
"loglevel-plugin-prefix": "^0.8.4",
"multiformats": "11.0.2",
"mysql2": "^3.6.0",
"mysql2": "^3.9.7",
"node-fetch": "3.3.1",
"pg": "^8.11.2",
"pg-cursor": "^2.10.2",
Expand All @@ -60,7 +60,7 @@
"@types/ws": "8.5.4",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@web5/dids": "1.0.0",
"@web5/dids": "1.0.1",
"c8": "8.0.1",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
Expand Down

0 comments on commit edded5c

Please sign in to comment.