From 45c01b70d8cdbf8f662d1b6ce5754d9838a2e5ad Mon Sep 17 00:00:00 2001 From: analog-nico Date: Sun, 3 Nov 2019 10:40:04 -0800 Subject: [PATCH] Version 1.1.3 --- LICENSE | 2 +- README.md | 3 +++ package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 8ecaee3..99b246f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ISC License -Copyright (c) 2016, Nicolai Kamenzky and contributors +Copyright (c) 2019, Nicolai Kamenzky 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 diff --git a/README.md b/README.md index ac23715..deae759 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,9 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a ## Change History +- 1.1.3 (2019-11-03) + - Security fix: bumped `lodash` to `^4.17.15`. See [vulnerabilty reports](https://snyk.io/vuln/search?q=lodash&type=npm). + *(Thanks to @daniel-nagy for pull request [#20](https://github.com/request/promise-core/pull/20) and thanks to @quetzaluz for reporting this in issue [#21](https://github.com/request/promise-core/issues/21).)* - 1.1.2 (2019-02-14) - Security fix: bumped `lodash` to `^4.17.11`. See [vulnerabilty reports](https://snyk.io/vuln/search?q=lodash&type=npm). *(Thanks to @lucaswillering and @sam-warren-finnair for reporting this in issues [#12](https://github.com/request/promise-core/issues/12) and [#13](https://github.com/request/promise-core/issues/13) and thanks to @Alec321 for pull request [#14](https://github.com/request/promise-core/pull/14).)* diff --git a/package.json b/package.json index c9d59f3..fc419a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "request-promise-core", - "version": "1.1.2", + "version": "1.1.3", "description": "Core Promise support implementation for the simplified HTTP request client 'request'.", "keywords": [ "xhr",