-
Notifications
You must be signed in to change notification settings - Fork 6
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
115 fix hoek vulnerability #152
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
danbull
approved these changes
Oct 23, 2018
c1rrus
approved these changes
Oct 23, 2018
james-nash
pushed a commit
that referenced
this pull request
Oct 26, 2018
* Separated toggle-menu button from nav-menu (#142) * Separated toggle-menu button from nav-menu. * Updated changelog. * Improved UX of mobile nav (#143) * Improved UX of mobile nav * Fixing overflow * Removing bg colour * Renaming logo class.. Fixes #137 * Git hooks (#144) * Adding husky * Changing hook command * Changing hook command * Testing husky * Reverting sass * Updating changelog * CTA clean-up (#145) * Fixed linter error. * Tidied up link-related CSS a little. * Removed all CTA variants except the link one. * Created links category and moved CTA into it. * Made patterns containing CTAs actually include the pattern for more accurate lineage links. * Updated changelog. * Debug CSS (#146) * Added basic debug CSS to visually highlight incorrect usage. * Moved debug.css to UI library. * Fixed bug in gulp file that was causing a crash when watching file changes. * Tidied up debug.scss a bit. * Updated changelog. * Fix superfluous containers (#150) * Fixed nested container instances. * Updated changelog. * Re-ordered changelog sections to match Keep-a-Changelog conventions. * Update dependencies to enable Greenkeeper 🌴 (#154) * chore(package): update dependencies * docs(readme): add Greenkeeper badge * chore(package): update lockfile package-lock.json * Updated changelog. * 115 fix hoek vulnerability (#152) * npm updated depedencies - still have dodgy hoek though. * Updated package-lock.json * Bumpled some dependencies to their most recent versions. * Upgraded dependencies * Bumped dependency versions. * Update changelog * Fixed bad merge in CHANGELOG. * Moved husky hooks to .huskyrc.json config file. (#155) * Updated changelog for 0.11.0 release. * 0.11.0 * Corrected changelog.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #115
Updates various dependencies to versions that no longer depend on dodgy versions of
hoek
.