Skip to content

Commit feff84c

Browse files
Bump express and @types/express
Bumps [express](https://github.com/expressjs/express) and [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express). These dependencies needed to be updated together. Updates `express` from 5.1.0 to 5.2.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@v5.1.0...v5.2.1) Updates `@types/express` from 5.0.1 to 5.0.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) --- updated-dependencies: - dependency-name: express dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/express" dependency-version: 5.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b5f02cf commit feff84c

File tree

2 files changed

+147
-176
lines changed

2 files changed

+147
-176
lines changed

dotcom-rendering/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@types/compression": "1.7.5",
6565
"@types/connect": "3.4.38",
6666
"@types/dompurify": "3.0.2",
67-
"@types/express": "5.0.1",
67+
"@types/express": "5.0.6",
6868
"@types/he": "1.2.0",
6969
"@types/html-minifier-terser": "7.0.2",
7070
"@types/jest": "29.5.14",
@@ -115,7 +115,7 @@
115115
"eslint-plugin-storybook": "10.1.10",
116116
"eslint-plugin-unicorn": "48.0.1",
117117
"eslint-stats": "1.0.1",
118-
"express": "5.1.0",
118+
"express": "5.2.1",
119119
"find": "0.3.0",
120120
"he": "1.2.0",
121121
"html-minifier-terser": "7.2.0",

0 commit comments

Comments
 (0)