update deps

This commit is contained in:
s2
2019-12-20 20:02:44 +01:00
parent 14c1b72301
commit b7fa481dcb
833 changed files with 68364 additions and 18390 deletions

View File

@@ -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

View File

@@ -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).)*

View File

@@ -1,27 +1,27 @@
{
"_from": "request-promise-core@1.1.2",
"_id": "request-promise-core@1.1.2",
"_from": "request-promise-core@1.1.3",
"_id": "request-promise-core@1.1.3",
"_inBundle": false,
"_integrity": "sha512-UHYyq1MO8GsefGEt7EprS8UrXsm1TxEvFUX1IMTuSLU2Rh7fTIdFtl8xD7JiEYiWU2dl+NYAjCTksTehQUxPag==",
"_integrity": "sha512-QIs2+ArIGQVp5ZYbWD5ZLCY29D5CfWizP8eWnm8FoGD1TX61veauETVQbrV60662V0oFBkrDOuaBI8XgtuyYAQ==",
"_location": "/request-promise-core",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "request-promise-core@1.1.2",
"raw": "request-promise-core@1.1.3",
"name": "request-promise-core",
"escapedName": "request-promise-core",
"rawSpec": "1.1.2",
"rawSpec": "1.1.3",
"saveSpec": null,
"fetchSpec": "1.1.2"
"fetchSpec": "1.1.3"
},
"_requiredBy": [
"/request-promise-native"
],
"_resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.2.tgz",
"_shasum": "339f6aababcafdb31c799ff158700336301d3346",
"_spec": "request-promise-core@1.1.2",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\request-promise-native",
"_resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.3.tgz",
"_shasum": "e9a3c081b51380dfea677336061fea879a829ee9",
"_spec": "request-promise-core@1.1.3",
"_where": "/home/s2/Code/vanillajs-seed/node_modules/request-promise-native",
"author": {
"name": "Nicolai Kamenzky",
"url": "https://github.com/analog-nico"
@@ -31,7 +31,7 @@
},
"bundleDependencies": false,
"dependencies": {
"lodash": "^4.17.11"
"lodash": "^4.17.15"
},
"deprecated": false,
"description": "Core Promise support implementation for the simplified HTTP request client 'request'.",
@@ -48,7 +48,7 @@
"gulp-istanbul": "~1.0.0",
"gulp-mocha": "~2.2.0",
"node-version": "~1.0.0",
"publish-please": "~5.4.3",
"publish-please": "~2.4.1",
"request": "^2.34.0",
"rimraf": "~2.5.3",
"run-sequence": "~1.2.2",
@@ -84,5 +84,5 @@
"test": "gulp ci",
"test-publish": "gulp ci-no-cov"
},
"version": "1.1.2"
"version": "1.1.3"
}