diff options
author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2019-06-05 08:00:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-05 08:00:21 +0000 |
commit | bcba3563eb6db84816990edb3a535f42c67bb46f (patch) | |
tree | 69c65ee804a92fc10a35b38cc1b4102e2a1e7965 /webui/package-lock.json | |
parent | 9e56285260a1aad22c3355167ce7590eb839f602 (diff) | |
download | git-bug-bcba3563eb6db84816990edb3a535f42c67bb46f.tar.gz |
build(deps): bump js-yaml from 3.13.0 to 3.13.1 in /webui
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.13.0...3.13.1)
Diffstat (limited to 'webui/package-lock.json')
-rw-r--r-- | webui/package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webui/package-lock.json b/webui/package-lock.json index 784a79fc..3a6846b9 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -9390,9 +9390,9 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" }, "js-yaml": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.0.tgz", - "integrity": "sha512-pZZoSxcCYco+DIKBTimr67J6Hy+EYGZDY/HCWC+iAEA9h1ByhMXAIVUXMcMFpOCxQ/xjXmPI2MkDL5HRm5eFrQ==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", "requires": { "argparse": "^1.0.7", "esprima": "^4.0.0" |