Skip to content

Commit 4bc186d

Browse files
committed
Version 4.2.6
1 parent 4c7d51d commit 4bc186d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ISC License
22

3-
Copyright (c) 2019, Nicolai Kamenzky, Ty Abonil, and contributors
3+
Copyright (c) 2020, 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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,8 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a
653653

654654
## Change History
655655

656+
- v4.2.6 (2020-07-21)
657+
- Security fix: bumped `request-promise-core` which bumps `lodash` to `^4.17.19` following [this advisory](https://www.npmjs.com/advisories/1523).
656658
- v4.2.5 (2019-11-03)
657659
- 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).
658660
*(Thanks to @rishabh-chowdhary for reporting this in pull request [#326](https://github.com/request/request-promise/pull/326).)*

package.json

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

0 commit comments

Comments
 (0)