diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-31 14:19:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-31 14:19:31 -0400 |
commit | e5aa145a44abd5520a7630c044e6798c4072df67 (patch) | |
tree | 5e31901ea707160beae154869a112a1862a3710b | |
parent | Bump y18n from 3.2.1 to 3.2.2 in /js (#1269) (diff) | |
download | ice-e5aa145a44abd5520a7630c044e6798c4072df67.tar.bz2 ice-e5aa145a44abd5520a7630c044e6798c4072df67.tar.xz ice-e5aa145a44abd5520a7630c044e6798c4072df67.zip |
Bump yargs-parser from 5.0.0 to 5.0.1 in /js (#1265)
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/v5.0.1/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs-parser/compare/v5.0.0...v5.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | js/package-lock.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/js/package-lock.json b/js/package-lock.json index 0e10aa63ccf..669b700dbf0 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -6620,12 +6620,13 @@ } }, "yargs-parser": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz", - "integrity": "sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.1.tgz", + "integrity": "sha512-wpav5XYiddjXxirPoCTUPbqM0PXvJ9hiBMvuJgInvo4/lAOTZzUprArw17q2O1P2+GHhbBr18/iQwjL5Z9BqfA==", "dev": true, "requires": { - "camelcase": "^3.0.0" + "camelcase": "^3.0.0", + "object.assign": "^4.1.0" } } } |