Skip to content

Commit b703dea

Browse files
cnaples79iclanton
andauthored
[@rushstack/rush-serve-plugin] Bump express to 4.21.1 (fix vulnerabilities) (#5365)
* rush-serve-plugin: bump express to 4.21.1 to address vulnerabilities\n\n- Update dependency in rush-serve-plugin/package.json\n- Add Rush change file (patch) for @rushstack/rush-serve-plugin\n\nFixes #5327 * Update changefile. * Update changefile. * Bump version in lockfile explorer. --------- Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
1 parent 674aa9d commit b703dea

6 files changed

Lines changed: 54 additions & 49 deletions

File tree

apps/lockfile-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@rushstack/terminal": "workspace:*",
6969
"@rushstack/ts-command-line": "workspace:*",
7070
"cors": "~2.8.5",
71-
"express": "4.20.0",
71+
"express": "4.21.1",
7272
"js-yaml": "~4.1.0",
7373
"open": "~8.4.0",
7474
"semver": "~7.5.4",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/lockfile-explorer",
5+
"comment": "Bump \"express\" to 4.21.1 to address reported vulnerabilities in 4.20.0.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@rushstack/lockfile-explorer"
10+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Bump \"express\" to 4.21.1 to address reported vulnerabilities in 4.20.0.",
5+
"type": "none",
6+
"packageName": "@microsoft/rush"
7+
}
8+
],
9+
"packageName": "@rushstack/rush-serve-plugin",
10+
"email": "cnaples79@users.noreply.github.com"
11+
}

common/config/subspaces/default/pnpm-lock.yaml

Lines changed: 30 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "99186b016ffe5874093a1b9fb71c52c903b86978",
3+
"pnpmShrinkwrapHash": "07641f4e10427e5749da9c164023aa3bc7b4b8ec",
44
"preferredVersionsHash": "61cd419c533464b580f653eb5f5a7e27fe7055ca"
55
}

rush-plugins/rush-serve-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@rushstack/ts-command-line": "workspace:*",
2525
"compression": "~1.7.4",
2626
"cors": "~2.8.5",
27-
"express": "4.20.0",
27+
"express": "4.21.1",
2828
"http2-express-bridge": "~1.0.7",
2929
"ws": "~8.14.1"
3030
},

0 commit comments

Comments
 (0)