Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 26, 2024
1 parent 936603c commit 43fb99c
Show file tree
Hide file tree
Showing 5 changed files with 279 additions and 121 deletions.
2 changes: 1 addition & 1 deletion packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"assert": "^2.0.0",
"classnames": "^2.2.5",
"expect": "^24.9.0",
"express": "^4.17.1",
"express": "^4.19.2",
"istanbul-lib-coverage": "^3.0.0",
"localforage": "^1.9.0",
"mocha": "^6.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@rollup/plugin-node-resolve": "^10.0.0",
"@rollup/plugin-json": "^4.1.0",
"effection": "^2.0.1",
"express": "^4.17.1",
"express": "^4.19.2",
"rollup": "^2.34.0",
"rollup-plugin-inject-process-env": "^1.3.1",
"rollup-plugin-typescript2": "^0.29.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/effection-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/express-ws": "^3.0.0",
"@types/node": "^14.17.5",
"effection": "^2.0.1",
"express": "^4.17.1",
"express": "^4.19.2",
"express-ws": "^4.0.0"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"cors": "^2.8.5",
"deepmerge": "^4.2.2",
"effection": "^2.0.1",
"express": "^4.17.1",
"express": "^4.19.2",
"express-graphql": "^0.9.0",
"fprint": "^2.0.1",
"globby": "^11.0.1",
Expand Down
Loading

0 comments on commit 43fb99c

Please sign in to comment.