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/type-check/package.json
generated
vendored
23
node_modules/type-check/package.json
generated
vendored
@@ -1,28 +1,33 @@
|
||||
{
|
||||
"_from": "type-check@~0.3.2",
|
||||
"_args": [
|
||||
[
|
||||
"type-check@0.3.2",
|
||||
"E:\\Repos\\GHActions\\login"
|
||||
]
|
||||
],
|
||||
"_from": "type-check@0.3.2",
|
||||
"_id": "type-check@0.3.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
|
||||
"_location": "/type-check",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "type-check@~0.3.2",
|
||||
"raw": "type-check@0.3.2",
|
||||
"name": "type-check",
|
||||
"escapedName": "type-check",
|
||||
"rawSpec": "~0.3.2",
|
||||
"rawSpec": "0.3.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~0.3.2"
|
||||
"fetchSpec": "0.3.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/levn",
|
||||
"/optionator"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
|
||||
"_shasum": "5884cab512cf1d355e3fb784f30804b2b520db72",
|
||||
"_spec": "type-check@~0.3.2",
|
||||
"_where": "D:\\GithubActions\\login\\node_modules\\optionator",
|
||||
"_spec": "0.3.2",
|
||||
"_where": "E:\\Repos\\GHActions\\login",
|
||||
"author": {
|
||||
"name": "George Zahariev",
|
||||
"email": "z@georgezahariev.com"
|
||||
@@ -30,11 +35,9 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/gkz/type-check/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"prelude-ls": "~1.1.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.",
|
||||
"devDependencies": {
|
||||
"browserify": "~12.0.1",
|
||||
|
||||
Reference in New Issue
Block a user