-
Notifications
You must be signed in to change notification settings - Fork 84
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
fix(deps): bump helmet from 3.23.1 to 4.1.0 #233
Conversation
2d3a0f6
to
b92d4da
Compare
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.
lgtm (after lots of research about helmetJS haha) but roping in @arshadali172 for a review as well since this is clearly high-risk
fb14201
to
2486c58
Compare
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.
as discussed on Slack, to use types rather than object literals
@mantariksh changes made, for your re-review |
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.
minor quibbles about variable naming, other than that lgtm!
@shuli-ogp yo, what's the status on this? are you making any more changes? |
@mantariksh yup, sorting out the merge conflicts from #190 + writing tests to check the headers |
cdf8b8e
to
af29203
Compare
@mantariksh @arshadali172 I've fixed merge conflicts and added on tests. Appreciate your re-review before I merge! |
e7d8f52
to
de4c5d0
Compare
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.
minor nits remaining!
Bumps [helmet](https://github.com/helmetjs/helmet) from 3.23.1 to 4.1.0. - [Release notes](https://github.com/helmetjs/helmet/releases) - [Changelog](https://github.com/helmetjs/helmet/blob/master/CHANGELOG.md) - [Commits](helmetjs/helmet@v3.23.1...v4.1.0) Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 2437e8dd442a3ef071617b2fe396b667145c5dd9)
48cf800
to
d187865
Compare
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.
nearly there! just a few adjustments. also, your tests folder should be called __tests__
. this is a naming convention for jest
.
Co-authored-by: Antariksh Mahajan <antarikshmahajan@gmail.com>
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.
lgtm! thank you for your patience with all the feedback, and I'm glad that one of our most important modules is now well-tested!
Problem
Builds on #160
Closes #180
Bumps helmet from 3.23.1 to 4.1.0.
New dependencies:
nocache
: helmet.noCache is deprecated and was removed in helmet@4. Replace withnocache
npm package.Tests