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

deps: npm audit trivial fixes. #170

Merged
merged 1 commit into from
Apr 14, 2022
Merged
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
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

lint-staged
npx lint-staged
128 changes: 69 additions & 59 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"lodash": "4.17.21",
"luxon": "^1.27.0",
"method-override": "3.0",
"moment": "^2.24.0",
"moment": "^2.29.2",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Annoying that bunyan still requires this. Did a quick look at bunyan and it honestly looks the like repo may be effectively abandoned by the maintainer without giving direction to the community... It may be worthwhile for us to move to something like pino- https://github.com/pinojs/pino which is actively maintained.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trentm/node-bunyan#335 (comment) ⬅️ Last "plan" to maintain was 2020, last overall commit was 15mo ago...

"mongoose": "^5.12.3",
"mongoose-unique-validator": "2.0",
"morgan": "1.9",
Expand All @@ -70,7 +70,7 @@
"socketio-sticky-session": "0.4",
"swagger-jsdoc": "3.5.0",
"swagger-parser": "~8.0.4",
"swagger-ui-express": "4.1.3",
"swagger-ui-express": "^4.3.0",
"through2": "2.0",
"typescript": "^4.2.3",
"uuid": "3.3"
Expand Down