Skip to content

Commit fd52247

Browse files
committedNov 4, 2019
Version 4.2.5
1 parent a27ba86 commit fd52247

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
 

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ISC License
22

3-
Copyright (c) 2017, Nicolai Kamenzky, Ty Abonil, and contributors
3+
Copyright (c) 2019, Nicolai Kamenzky, Ty Abonil, and contributors
44

55
Permission to use, copy, modify, and/or distribute this software for any
66
purpose with or without fee is hereby granted, provided that the above

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,9 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a
645645

646646
## Change History
647647

648+
- v4.2.5 (2019-11-03)
649+
- 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).
650+
*(Thanks to @rishabh-chowdhary for reporting this in pull request [#326](https://github.com/request/promise-core/pull/326).)*
648651
- v4.2.4 (2019-02-14)
649652
- Corrected mistakenly set `tough-cookie` version, now `^2.3.3`
650653
*(Thanks to @evocateur for pointing this out.)*

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "request-promise",
3-
"version": "4.2.4",
3+
"version": "4.2.5",
44
"description": "The simplified HTTP request client 'request' with Promise support. Powered by Bluebird.",
55
"keywords": [
66
"xhr",

0 commit comments

Comments
 (0)
Please sign in to comment.