Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/lockfile-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"scripts": {
"build": "heft build --clean",
"start": "heft start",
"serve": "node ./lib/start.js --debug",
"serve": "node ./lib/start-explorer.js --debug",
"test": "heft test",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
Expand Down Expand Up @@ -63,7 +63,7 @@
"@rushstack/node-core-library": "workspace:*",
"@rushstack/terminal": "workspace:*",
"cors": "~2.8.5",
"express": "4.20.0",
"express": "5.1.0",
"js-yaml": "~3.13.1",
"open": "~8.4.0",
"update-notifier": "~5.1.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@microsoft/rush",
"comment": "Upgrade express to 5.1.0",
"type": "none"
}
],
"packageName": "@microsoft/rush"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/lockfile-explorer",
"comment": "Upgrade express to 5.1.0",
"type": "patch"
}
],
"packageName": "@rushstack/lockfile-explorer"
}
93 changes: 36 additions & 57 deletions common/config/subspaces/default/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion common/config/subspaces/default/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "afd64fcadd84dabdd15342e7c535d6fc4b7537ad",
"pnpmShrinkwrapHash": "3e8771714aa033b13641f9d43cccd317de215190",
"preferredVersionsHash": "61cd419c533464b580f653eb5f5a7e27fe7055ca"
}
2 changes: 1 addition & 1 deletion rush-plugins/rush-serve-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@rushstack/ts-command-line": "workspace:*",
"compression": "~1.7.4",
"cors": "~2.8.5",
"express": "4.20.0",
"express": "5.1.0",
"http2-express-bridge": "~1.0.7",
"ws": "~8.14.1"
},
Expand Down
Loading