Skip to content

Commit

Permalink
chore(deps): update devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 4, 2024
1 parent 034afc4 commit b6692a7
Show file tree
Hide file tree
Showing 11 changed files with 1,385 additions and 906 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"@microsoft/api-extractor-model": "7.28.13",
"@microsoft/tsdoc": "0.14.2",
"@noble/hashes": "1.3.3",
"@stablelib/ed25519": "1.0.3",
"@stablelib/ed25519": "2.0.0",
"@transmute/credentials-context": "0.7.0-unstable.82",
"@types/express": "4.17.21",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.12",
"@types/node": "20.11.19",
"@types/uuid": "9.0.8",
"@types/uuid": "10.0.0",
"caip": "1.1.0",
"credential-status": "3.0.0",
"cross-env": "7.0.3",
Expand All @@ -61,14 +61,14 @@
"openapi-types": "12.1.3",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"semantic-release": "23.0.2",
"semantic-release": "24.0.0",
"ts-jest": "29.1.2",
"ts-json-schema-generator": "1.5.0",
"ts-json-schema-generator": "2.3.0",
"ts-node": "10.9.2",
"typeorm": "0.3.17",
"typescript": "5.3.3",
"uint8arrays": "5.0.2",
"uuid": "9.0.1",
"uuid": "10.0.0",
"web-did-resolver": "2.0.27"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-w3c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"@types/uuid": "10.0.0",
"typescript": "5.3.3"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/data-store-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/debug": "4.1.8",
"@types/ungap__structured-clone": "1.2.0",
"@types/uuid": "9.0.2",
"@types/uuid": "10.0.0",
"typescript": "5.3.3"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/data-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"@types/uuid": "10.0.0",
"sqlite3": "5.1.6",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/did-comm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"@types/uuid": "10.0.0",
"typescript": "5.3.3"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/key-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"@types/uuid": "10.0.0",
"typescript": "5.3.3"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/kv-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/events": "^3.0.0",
"@types/json-buffer": "3.0.0",
"@types/node": "20.11.19",
"eslint": "8.56.0",
"eslint": "9.6.0",
"eslint-plugin-promise": "6.1.1",
"keyv": "4.5.3",
"timekeeper": "2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mediation-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint": "9.6.0",
"eslint-plugin-promise": "6.1.1",
"timekeeper": "2.3.1",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/selective-disclosure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"@types/uuid": "10.0.0",
"typescript": "5.3.3"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2"
"@types/uuid": "10.0.0"
},
"files": [
"build/**/*",
Expand Down
Loading

0 comments on commit b6692a7

Please sign in to comment.