1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 04:10:04 +02:00

update node modules

This commit is contained in:
s2
2019-03-29 15:56:41 +01:00
parent f114871153
commit 89c32fb4e6
8347 changed files with 390123 additions and 159877 deletions

View File

@@ -1,13 +0,0 @@
/.idea/
/coverage/
/test/
/.editorconfig
/.eslintrc.json
/.gitignore
/.publishrc
/.travis.yml
/gulpfile.js
.DS_Store
npm-debug.log

View File

@@ -105,8 +105,11 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a
## Change History
- 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).)*
- 1.1.1 (2016-08-08)
- Renamed package to `request-promise-core` because there where [too many issues](https://github.com/request/request-promise/issues/137) with the scoped package name `@request/promise-core`
- Renamed package to `request-promise-core` because there were [too](https://github.com/request/request-promise/issues/137) [many](https://github.com/request/request-promise/issues/141) issues with the scoped package name `@request/promise-core`
- 1.1.0 (2016-07-30)
- Added `constructorMixin` option to enable [request/request-promise#123](https://github.com/request/request-promise/pull/123)
- 1.0.0 (2016-07-15)
@@ -119,4 +122,4 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a
In case you never heard about the [ISC license](http://en.wikipedia.org/wiki/ISC_license) it is functionally equivalent to the MIT license.
See the [LICENSE file](LICENSE) for details.
See the [LICENSE file](LICENSE) for details.

View File

@@ -1,27 +1,27 @@
{
"_from": "request-promise-core@1.1.1",
"_id": "request-promise-core@1.1.1",
"_from": "request-promise-core@1.1.2",
"_id": "request-promise-core@1.1.2",
"_inBundle": false,
"_integrity": "sha1-Pu4AssWqgyOc+wTFcA2jb4HNCLY=",
"_integrity": "sha512-UHYyq1MO8GsefGEt7EprS8UrXsm1TxEvFUX1IMTuSLU2Rh7fTIdFtl8xD7JiEYiWU2dl+NYAjCTksTehQUxPag==",
"_location": "/request-promise-core",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "request-promise-core@1.1.1",
"raw": "request-promise-core@1.1.2",
"name": "request-promise-core",
"escapedName": "request-promise-core",
"rawSpec": "1.1.1",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "1.1.1"
"fetchSpec": "1.1.2"
},
"_requiredBy": [
"/request-promise-native"
],
"_resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.1.tgz",
"_shasum": "3eee00b2c5aa83239cfb04c5700da36f81cd08b6",
"_spec": "request-promise-core@1.1.1",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/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": "E:\\projects\\p\\minifyfromhtml\\node_modules\\request-promise-native",
"author": {
"name": "Nicolai Kamenzky",
"url": "https://github.com/analog-nico"
@@ -31,7 +31,7 @@
},
"bundleDependencies": false,
"dependencies": {
"lodash": "^4.13.1"
"lodash": "^4.17.11"
},
"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": "~2.1.4",
"publish-please": "~5.4.3",
"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.1"
"version": "1.1.2"
}