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: debug@^4.1.1 #166

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -76,6 +76,10 @@ before_install:
elif node_version_lt '4.0' ; then npm_use_module 'supertest' '2.0.0'
elif node_version_lt '6.0' ; then npm_use_module 'supertest' '3.4.2'
fi
- |
# Configure debug package
if node_version_lt '6.0' ; then npm_use_module 'debug' '2.6.9'
artursvonda marked this conversation as resolved.
Show resolved Hide resolved
fi
# Update Node.js modules
- |
# Prune & rebuild node_modules
Expand Down
9 changes: 9 additions & 0 deletions HISTORY.md
@@ -1,3 +1,12 @@
Unreleased
==================

* deps: debug@^4.1.1
- Update to latest debug version in accordance to their recommendation
- Adds support for latest Node versions
- Drops support for old (v4 and v5) Node versions
- deps: ms@^2.1.1

1.7.4 / 2019-03-18
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"accepts": "~1.3.5",
"bytes": "3.0.0",
"compressible": "~2.0.16",
"debug": "2.6.9",
"debug": "^4.1.1",
"on-headers": "~1.0.2",
"safe-buffer": "5.1.2",
"vary": "~1.1.2"
Expand Down