Skip to content

Commit

Permalink
build(deps): bump express from 4.19.2 to 4.20.0
Browse files Browse the repository at this point in the history
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.19.2...4.20.0)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent 33083f3 commit b512d36
Show file tree
Hide file tree
Showing 5 changed files with 7,921 additions and 5,422 deletions.
2 changes: 1 addition & 1 deletion demo-openid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@hyperledger/anoncreds-nodejs": "^0.2.2",
"@hyperledger/aries-askar-nodejs": "^0.2.3",
"@hyperledger/indy-vdr-nodejs": "^0.2.2",
"express": "^4.18.1",
"express": "^4.20.0",
"inquirer": "^8.2.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-workspaces": "^0.8.0",
"express": "^4.17.1",
"express": "^4.20.0",
"jest": "^29.7.0",
"prettier": "^2.3.1",
"rxjs": "^7.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@2060.io/ref-napi": "^3.0.6",
"@credo-ts/core": "workspace:*",
"@types/express": "^4.17.15",
"express": "^4.17.1",
"express": "^4.20.0",
"ws": "^8.13.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/openid4vc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@credo-ts/tenants": "workspace:*",
"@types/express": "^4.17.21",
"express": "^4.18.2",
"express": "^4.20.0",
"nock": "^13.3.0",
"rimraf": "^4.4.0",
"typescript": "~5.5.2"
Expand Down
Loading

0 comments on commit b512d36

Please sign in to comment.