mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-02 20:00:05 +02:00
update node modules
This commit is contained in:
8
node_modules/request-promise-native/README.md
generated
vendored
8
node_modules/request-promise-native/README.md
generated
vendored
@@ -49,6 +49,14 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a
|
||||
|
||||
## Change History
|
||||
|
||||
- v1.0.7 (2019-02-14)
|
||||
- Corrected mistakenly set `tough-cookie` version, now `^2.3.3`
|
||||
*(Thanks to @evocateur for pointing this out.)*
|
||||
- If you installed `request-promise-native@1.0.6` please make sure after the upgrade that `request` and `request-promise-native` use the same physical copy of `tough-cookie`.
|
||||
- v1.0.6 (2019-02-14)
|
||||
- Using stricter `tough-cookie@~2.3.3` to avoid installing `tough-cookie@3` which introduces breaking changes
|
||||
*(Thanks to @jasonmit for pull request [#33](https://github.com/request/request-promise-native/pull/33/))*
|
||||
- Security fix: bumped `lodash` to `^4.17.11`, see [vulnerabilty reports](https://snyk.io/vuln/search?q=lodash&type=npm)
|
||||
- v1.0.5 (2017-09-22)
|
||||
- Upgraded `tough-cookie` to a version without regex DoS vulnerability
|
||||
*(Thanks to @sophieklm for [pull request #13](https://github.com/request/request-promise-native/pull/13))*
|
||||
|
18
node_modules/request-promise-native/package.json
generated
vendored
18
node_modules/request-promise-native/package.json
generated
vendored
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"_from": "request-promise-native@^1.0.5",
|
||||
"_id": "request-promise-native@1.0.5",
|
||||
"_id": "request-promise-native@1.0.7",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-UoF3D2jgyXGeUWP9P6tIIhX0/aU=",
|
||||
"_integrity": "sha512-rIMnbBdgNViL37nZ1b3L/VfPOpSi0TqVDQPAvO6U14lMzOLrt5nilxCQqtDKhZeDiW0/hkCXGoQjhgJd/tCh6w==",
|
||||
"_location": "/request-promise-native",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
@@ -18,10 +18,10 @@
|
||||
"_requiredBy": [
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.5.tgz",
|
||||
"_shasum": "5281770f68e0c9719e5163fd3fab482215f4fda5",
|
||||
"_resolved": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.7.tgz",
|
||||
"_shasum": "a49868a624bdea5069f1251d0a836e0d89aa2c59",
|
||||
"_spec": "request-promise-native@^1.0.5",
|
||||
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/jsdom",
|
||||
"_where": "E:\\projects\\p\\minifyfromhtml\\node_modules\\jsdom",
|
||||
"author": {
|
||||
"name": "Nicolai Kamenzky",
|
||||
"url": "https://github.com/analog-nico"
|
||||
@@ -31,9 +31,9 @@
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"request-promise-core": "1.1.1",
|
||||
"stealthy-require": "^1.1.0",
|
||||
"tough-cookie": ">=2.3.3"
|
||||
"request-promise-core": "1.1.2",
|
||||
"stealthy-require": "^1.1.1",
|
||||
"tough-cookie": "^2.3.3"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.",
|
||||
@@ -82,5 +82,5 @@
|
||||
"test": "gulp ci",
|
||||
"test-publish": "gulp ci-no-cov"
|
||||
},
|
||||
"version": "1.0.5"
|
||||
"version": "1.0.7"
|
||||
}
|
||||
|
Reference in New Issue
Block a user