Skip to content

Commit 6498be1

Browse files
committedNov 4, 2019
Version 1.0.8
1 parent 3e8df67 commit 6498be1

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 and contributors
3+
Copyright (c) 2019, Nicolai Kamenzky 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
@@ -49,6 +49,9 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a
4949

5050
## Change History
5151

52+
- v1.0.8 (2019-11-03)
53+
- 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).
54+
*(Thanks to @aw-davidson for reporting this in issue [#49](https://github.com/request/request-promise-native/issues/49).)*
5255
- v1.0.7 (2019-02-14)
5356
- Corrected mistakenly set `tough-cookie` version, now `^2.3.3`
5457
*(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-native",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.",
55
"keywords": [
66
"xhr",

0 commit comments

Comments
 (0)
Please sign in to comment.