mirror of
https://github.com/actions/labeler
synced 2026-05-10 10:11:03 +02:00
build
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) 2016, 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
|
||||
|
||||
5
node_modules/request-promise-core/README.md
generated
vendored
5
node_modules/request-promise-core/README.md
generated
vendored
@@ -105,6 +105,11 @@ 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).)*
|
||||
- 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).)*
|
||||
|
||||
34
node_modules/request-promise-core/package.json
generated
vendored
34
node_modules/request-promise-core/package.json
generated
vendored
@@ -1,33 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"request-promise-core@1.1.2",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "request-promise-core@1.1.2",
|
||||
"_id": "request-promise-core@1.1.2",
|
||||
"_from": "request-promise-core@1.1.4",
|
||||
"_id": "request-promise-core@1.1.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-UHYyq1MO8GsefGEt7EprS8UrXsm1TxEvFUX1IMTuSLU2Rh7fTIdFtl8xD7JiEYiWU2dl+NYAjCTksTehQUxPag==",
|
||||
"_integrity": "sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==",
|
||||
"_location": "/request-promise-core",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "request-promise-core@1.1.2",
|
||||
"raw": "request-promise-core@1.1.4",
|
||||
"name": "request-promise-core",
|
||||
"escapedName": "request-promise-core",
|
||||
"rawSpec": "1.1.2",
|
||||
"rawSpec": "1.1.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.2"
|
||||
"fetchSpec": "1.1.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/request-promise-native"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.2.tgz",
|
||||
"_spec": "1.1.2",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_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": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/request-promise-native",
|
||||
"author": {
|
||||
"name": "Nicolai Kamenzky",
|
||||
"url": "https://github.com/analog-nico"
|
||||
@@ -35,9 +29,11 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/request/promise-core/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.11"
|
||||
"lodash": "^4.17.19"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Core Promise support implementation for the simplified HTTP request client 'request'.",
|
||||
"devDependencies": {
|
||||
"@request/api": "^0.6.0",
|
||||
@@ -52,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",
|
||||
@@ -88,5 +84,5 @@
|
||||
"test": "gulp ci",
|
||||
"test-publish": "gulp ci-no-cov"
|
||||
},
|
||||
"version": "1.1.2"
|
||||
"version": "1.1.4"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user