Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

socket.io-parser version update #14292

Merged
merged 12 commits into from
Mar 2, 2023
5 changes: 5 additions & 0 deletions server/historian/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,10 @@
"supertest": "^3.3.0",
"tslint": "^5.12.0",
"typescript": "~4.5.5"
},
"pnpm": {
"overrides": {
"socket.io-parser": "^4.2.1"
}
}
}
21 changes: 5 additions & 16 deletions server/historian/pnpm-lock.yaml

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

7 changes: 6 additions & 1 deletion server/routerlicious/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,10 @@
"engines": {
"node": ">=14.13.0"
},
"packageManager": "pnpm@7.14.2"
"packageManager": "pnpm@7.14.2",
"pnpm": {
"overrides": {
"socket.io-parser": "^4.2.1"
}
}
}
29 changes: 9 additions & 20 deletions server/routerlicious/pnpm-lock.yaml

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

5 changes: 5 additions & 0 deletions server/tinylicious/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,10 @@
},
"engines": {
"node": ">=14.0.0"
},
"pnpm": {
"overrides": {
"socket.io-parser": "^4.2.1"
}
}
}
Loading