Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): explicitly bump yargs-parser #1887

Merged
merged 3 commits into from Apr 25, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "yargs",
"version": "7.1.1",
"version": "7.1.2",
bcoe marked this conversation as resolved.
Show resolved Hide resolved
"description": "yargs the modern, pirate-themed, successor to optimist.",
"main": "./index.js",
"files": [
Expand All @@ -24,7 +24,7 @@
"string-width": "^1.0.2",
"which-module": "^1.0.0",
"y18n": "^3.2.1",
"yargs-parser": "5.0.0-security.0"
"yargs-parser": "5.0.1"
bcoe marked this conversation as resolved.
Show resolved Hide resolved
},
"devDependencies": {
"chai": "^3.4.1",
Expand Down