mirror of
https://github.com/azure/login.git
synced 2026-03-15 09:20:56 -04:00
Adding node_modules for dependabot (#67)
* Bump lodash from 4.17.15 to 4.17.19 (#52) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com> * Bump @actions/core from 1.1.3 to 1.2.6 (#60) Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.1.3 to 1.2.6. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com> * updating node_nodules * updated package-lock Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
23
node_modules/optionator/package.json
generated
vendored
23
node_modules/optionator/package.json
generated
vendored
@@ -1,27 +1,32 @@
|
||||
{
|
||||
"_from": "optionator@^0.8.1",
|
||||
"_args": [
|
||||
[
|
||||
"optionator@0.8.3",
|
||||
"E:\\Repos\\GHActions\\login"
|
||||
]
|
||||
],
|
||||
"_from": "optionator@0.8.3",
|
||||
"_id": "optionator@0.8.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
|
||||
"_location": "/optionator",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "optionator@^0.8.1",
|
||||
"raw": "optionator@0.8.3",
|
||||
"name": "optionator",
|
||||
"escapedName": "optionator",
|
||||
"rawSpec": "^0.8.1",
|
||||
"rawSpec": "0.8.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.8.1"
|
||||
"fetchSpec": "0.8.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/escodegen"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
|
||||
"_shasum": "84fa1d036fe9d3c7e21d99884b601167ec8fb495",
|
||||
"_spec": "optionator@^0.8.1",
|
||||
"_where": "D:\\GithubActions\\login\\node_modules\\escodegen",
|
||||
"_spec": "0.8.3",
|
||||
"_where": "E:\\Repos\\GHActions\\login",
|
||||
"author": {
|
||||
"name": "George Zahariev",
|
||||
"email": "z@georgezahariev.com"
|
||||
@@ -29,7 +34,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/gkz/optionator/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"deep-is": "~0.1.3",
|
||||
"fast-levenshtein": "~2.0.6",
|
||||
@@ -38,7 +42,6 @@
|
||||
"type-check": "~0.3.2",
|
||||
"word-wrap": "~1.2.3"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "option parsing and help generation",
|
||||
"devDependencies": {
|
||||
"istanbul": "~0.4.5",
|
||||
|
||||
Reference in New Issue
Block a user