Skip to content

Commit

Permalink
Version 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-nico committed Nov 4, 2019
1 parent a27ba86 commit fd52247
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
ISC License

Copyright (c) 2017, Nicolai Kamenzky, Ty Abonil, and contributors
Copyright (c) 2019, Nicolai Kamenzky, Ty Abonil, and contributors

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -645,6 +645,9 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a

## Change History

- v4.2.5 (2019-11-03)
- Security fix: bumped `request-promise-core` which bumps `lodash` to `^4.17.15`. See [vulnerabilty reports](https://snyk.io/vuln/search?q=lodash&type=npm).
*(Thanks to @rishabh-chowdhary for reporting this in pull request [#326](https://github.com/request/promise-core/pull/326).)*
- v4.2.4 (2019-02-14)
- Corrected mistakenly set `tough-cookie` version, now `^2.3.3`
*(Thanks to @evocateur for pointing this out.)*
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "request-promise",
"version": "4.2.4",
"version": "4.2.5",
"description": "The simplified HTTP request client 'request' with Promise support. Powered by Bluebird.",
"keywords": [
"xhr",
Expand Down

0 comments on commit fd52247

Please sign in to comment.