diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-05-13 10:03:14 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-05-13 10:03:14 +0200 |
commit | c1cf3c1e96793d9e19d1e20d3f9d2a654bdc4e37 (patch) | |
tree | 4f1c67c65f993a4df8a7e43955e093c6b0966ec3 | |
parent | 7c15c63b05eb4a3e4ff8b8871480707f3b97bc65 (diff) | |
download | nextcloud-server-c1cf3c1e96793d9e19d1e20d3f9d2a654bdc4e37.tar.gz nextcloud-server-c1cf3c1e96793d9e19d1e20d3f9d2a654bdc4e37.zip |
Bump yargs-parser
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 78039ea5284..15c412aec2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10886,9 +10886,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" |