From 091bac074e6c94850b999f0f824494d8b06faa1c Mon Sep 17 00:00:00 2001 From: analog-nico Date: Tue, 21 Jul 2020 17:59:35 -0700 Subject: [PATCH] Version 1.1.4 --- LICENSE | 2 +- README.md | 2 ++ package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 99b246f..abd09b3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ISC License -Copyright (c) 2019, Nicolai Kamenzky and contributors +Copyright (c) 2020, 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 deae759..1b3e61f 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,8 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a ## Change History +- 1.1.4 (2020-07-21) + - Security fix: bumped `lodash` to `^4.17.19` following [this advisory](https://www.npmjs.com/advisories/1523). - 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).)* diff --git a/package.json b/package.json index 7d76a24..023bc4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "request-promise-core", - "version": "1.1.3", + "version": "1.1.4", "description": "Core Promise support implementation for the simplified HTTP request client 'request'.", "keywords": [ "xhr",