Bump npm-check-updates from 4.0.5 to 4.1.0

Bumps [npm-check-updates](https://github.com/tjunnone/npm-check-updates) from 4.0.5 to 4.1.0.
- [Release notes](https://github.com/tjunnone/npm-check-updates/releases)
- [Commits](https://github.com/tjunnone/npm-check-updates/compare/v4.0.5...v4.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-01 08:27:54 +00:00 committed by GitHub
parent 4d3830945c
commit 993046100b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 10 deletions

27
package-lock.json generated
View File

@ -2218,6 +2218,14 @@
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.3.tgz",
"integrity": "sha512-6uCP4Qc0sWsgMLy1EOqqS/3rjDHOEnsStVr/4vtAIK2Y5i2kA7lFFejYrpIyiN9w0pYf4ckeCYT9f1r1P9KX5g=="
},
"p-map": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz",
"integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==",
"requires": {
"aggregate-error": "^3.0.0"
}
}
}
},
@ -3374,9 +3382,9 @@
}
},
"figgy-pudding": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.1.tgz",
"integrity": "sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w=="
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz",
"integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw=="
},
"figures": {
"version": "3.2.0",
@ -7365,9 +7373,9 @@
}
},
"npm-check-updates": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-4.0.5.tgz",
"integrity": "sha512-dO2jeEmD1DAa/8NKxQAuhVsICDYWKTL1kZkvUFyRNphK4NiLk1HA7Jk5mCfl2L2xU5FxiGhNq5vgYlivu+2kjw==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-4.1.0.tgz",
"integrity": "sha512-33WkkvIK9dcv3guKx6T/wEW670G/fSiOZ/+arOroAneYh3C8jUX5lDWg6+f8Tc7QZugxkeBtHPD6yK487dtI5w==",
"requires": {
"chalk": "^3.0.0",
"cint": "^8.2.1",
@ -7380,6 +7388,7 @@
"libnpmconfig": "^1.2.1",
"lodash": "^4.17.15",
"node-alias": "^1.0.4",
"p-map": "^4.0.0",
"pacote": "^11.1.4",
"progress": "^2.0.3",
"prompts": "^2.3.2",
@ -7738,9 +7747,9 @@
}
},
"p-map": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz",
"integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
"integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
"requires": {
"aggregate-error": "^3.0.0"
}

View File

@ -49,7 +49,7 @@
"jest": "^25.1.0",
"jest-circus": "^25.1.0",
"mock-env": "^0.2.0",
"npm-check-updates": "^4.0.5",
"npm-check-updates": "^4.1.0",
"prettier": "^2.0.2",
"temp-write": "^4.0.0",
"ts-jest": "^25.2.1",