Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 27, 2024
1 parent 1a3e861 commit b99a091
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 11 deletions.
6 changes: 6 additions & 0 deletions .changeset/dry-bikes-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@web/storybook-builder': patch
'@web/dev-server-core': patch
---

Bump express to 4.21.2 to include path-to-regexp fix
22 changes: 13 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/dev-server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@types/koa-static": "^4.0.1",
"@types/parse5": "^6.0.1",
"abort-controller": "^3.0.0",
"express": "^4.21.1",
"express": "^4.21.2",
"nanoid": "^3.1.25",
"portfinder": "^1.0.32"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"cjs-module-lexer": "^1.2.3",
"es-module-lexer": "^1.2.1",
"esbuild": "^0.24.0",
"express": "^4.21.1",
"express": "^4.21.2",
"fs-extra": "^11.1.1",
"glob-promise": "^6.0.3",
"lodash-es": "^4.17.21",
Expand Down

0 comments on commit b99a091

Please sign in to comment.