-
Notifications
You must be signed in to change notification settings - Fork 630
Dependency updates to latest versions. #507
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
base: master
Are you sure you want to change the base?
Changes from 3 commits
f7e6306
e9835bc
d9a3a0d
f11f07a
a42d7bd
9941871
8b947fb
9f16596
2868ea3
5512520
dbdb5a1
8d11748
48b5b82
8d5f660
52137f4
1b2ff67
1b27ae8
677f7ed
762f322
95f1ed5
789a568
ac28108
21537bc
0dbc78e
5be81dc
c218508
80829f4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,15 +10,15 @@ | |
| }, | ||
| "author": "Nitish Pratap", | ||
| "dependencies": { | ||
| "cookie-parser": "~1.4.4", | ||
| "debug": "~2.6.9", | ||
| "cookie-parser": "~1.4.7", | ||
| "debug": "~4.4.3", | ||
| "dnssd2": "^1.0.0", | ||
| "ejs": "^3.1.6", | ||
| "express": "^4.17.1", | ||
| "http-errors": "~1.6.3", | ||
| "morgan": "~1.9.1", | ||
| "ejs": "^5.0.1", | ||
| "express": "^5.2.1", | ||
| "http-errors": "~2.0.1", | ||
| "morgan": "~1.10.1", | ||
| "net": "^1.0.2", | ||
| "ws": "^7.5.0" | ||
| "ws": "^8.19.0" | ||
|
Comment on lines
+13
to
+21
|
||
| }, | ||
| "devDependencies": { | ||
| "@types/express": "^4.17.11", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
controller/web-server/package-lock.jsonstill references the prior versions (e.g.,firebase: ^10.1.0), so the lockfile is now out of sync with this updatedpackage.json. Update and commit the regenerated lockfile (or delete it if you don't want lockfile installs).