mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-10-06 19:30:09 +02:00
update node modules
This commit is contained in:
2
node_modules/request-promise-core/LICENSE
generated
vendored
2
node_modules/request-promise-core/LICENSE
generated
vendored
@@ -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
|
||||
|
2
node_modules/request-promise-core/README.md
generated
vendored
2
node_modules/request-promise-core/README.md
generated
vendored
@@ -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).)*
|
||||
|
22
node_modules/request-promise-core/package.json
generated
vendored
22
node_modules/request-promise-core/package.json
generated
vendored
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"_from": "request-promise-core@1.1.3",
|
||||
"_id": "request-promise-core@1.1.3",
|
||||
"_from": "request-promise-core@1.1.4",
|
||||
"_id": "request-promise-core@1.1.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-QIs2+ArIGQVp5ZYbWD5ZLCY29D5CfWizP8eWnm8FoGD1TX61veauETVQbrV60662V0oFBkrDOuaBI8XgtuyYAQ==",
|
||||
"_integrity": "sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==",
|
||||
"_location": "/request-promise-core",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "request-promise-core@1.1.3",
|
||||
"raw": "request-promise-core@1.1.4",
|
||||
"name": "request-promise-core",
|
||||
"escapedName": "request-promise-core",
|
||||
"rawSpec": "1.1.3",
|
||||
"rawSpec": "1.1.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.3"
|
||||
"fetchSpec": "1.1.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/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",
|
||||
"_resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.4.tgz",
|
||||
"_shasum": "3eedd4223208d419867b78ce815167d10593a22f",
|
||||
"_spec": "request-promise-core@1.1.4",
|
||||
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\request-promise-native",
|
||||
"author": {
|
||||
"name": "Nicolai Kamenzky",
|
||||
@@ -31,7 +31,7 @@
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.15"
|
||||
"lodash": "^4.17.19"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Core Promise support implementation for the simplified HTTP request client 'request'.",
|
||||
@@ -84,5 +84,5 @@
|
||||
"test": "gulp ci",
|
||||
"test-publish": "gulp ci-no-cov"
|
||||
},
|
||||
"version": "1.1.3"
|
||||
"version": "1.1.4"
|
||||
}
|
||||
|
Reference in New Issue
Block a user