-
Notifications
You must be signed in to change notification settings - Fork 237
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
Update dependencies #1849
Merged
Merged
Update dependencies #1849
Commits on Dec 13, 2022
-
Bump express from 4.17.1 to 4.18.2
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. - [Release notes](https://github.com/expressjs/express/releases/tag/4.18.2) - [Commits](expressjs/express@4.17.1...4.18.2)
Configuration menu - View commit details
-
Copy full SHA for b669b50 - Browse repository at this point
Copy the full SHA b669b50View commit details
Commits on Dec 14, 2022
-
Bump socket.io from 4.5.3 to 4.5.4
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.5.3 to 4.5.4. - [Release notes](https://github.com/socketio/socket.io/releases/tag/4.5.4) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md#454-2022-11-22) - [Commits](socketio/socket.io@4.5.3...4.5.4)
Configuration menu - View commit details
-
Copy full SHA for 294fe27 - Browse repository at this point
Copy the full SHA 294fe27View commit details -
Bump supertest from 6.2.3 to 6.3.3
Bumps [supertest](https://github.com/ladjs/supertest) from 6.2.3 to 6.3.3. - [Release notes](https://github.com/ladjs/supertest/releases/tag/v6.3.3) - [Commits](ladjs/supertest@v6.2.3...v6.3.3)
Configuration menu - View commit details
-
Copy full SHA for f17efc2 - Browse repository at this point
Copy the full SHA f17efc2View commit details -
Bump express-session from 1.17.2 to 1.17.3
Bumps [express-session]() from 1.17.2 to 1.17.3. - [Release notes](https://github.com/expressjs/session/releases/tag/v1.17.3) - [Changelog](https://github.com/expressjs/session/blob/master/HISTORY.md) - [Commits](expressjs/session@v1.17.2...v1.17.3)
Configuration menu - View commit details
-
Copy full SHA for 56c3000 - Browse repository at this point
Copy the full SHA 56c3000View commit details -
We used to use fancy-log in our logging, however we removed the last usage in commit 6b00c53. As this package is no longer used anywhere in our code, we can remove it.
Configuration menu - View commit details
-
Copy full SHA for 75a85a2 - Browse repository at this point
Copy the full SHA 75a85a2View commit details -
Remove direct dependency on acorn
In PR #667 we added `acorn` as a direct dependency to fix complaints from npm about peer dependencies, due to a bug in npm [[1]]. That bug now appears to have been fixed; removing `acorn` from our `package.json` does not result in any peer dependency warnings. Also, as we now ensure that users do not install dev dependencies, we can be confident that they will not need `acorn`, as it is only required by dev dependencies. [1]: #666
Configuration menu - View commit details
-
Copy full SHA for b8c495f - Browse repository at this point
Copy the full SHA b8c495fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ff7f94 - Browse repository at this point
Copy the full SHA 5ff7f94View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.