summaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-05-13 10:03:14 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-05-14 06:43:30 +0000
commit1310836edd9ebcaa12dea26a1870ab359adea573 (patch)
tree20688934932106d7ae027832b73984e28d884a8d /package-lock.json
parentb0a7ff1a991f73e6aa74c6484cc597d176c228ac (diff)
downloadnextcloud-server-1310836edd9ebcaa12dea26a1870ab359adea573.tar.gz
nextcloud-server-1310836edd9ebcaa12dea26a1870ab359adea573.zip
Bump yargs-parser
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 2af7f1c8693..5f9093ce043 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11089,9 +11089,9 @@
}
},
"yargs-parser": {
- "version": "13.1.1",
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz",
- "integrity": "sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==",
+ "version": "13.1.2",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz",
+ "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==",
"requires": {
"camelcase": "^5.0.0",
"decamelize": "^1.2.0"