diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2019-08-08 07:43:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-08 07:43:03 +0000 |
commit | 3eef078b4fcd8e90ae56bfad17a535c07ddccf6a (patch) | |
tree | e468072ae121733b971cd5529568ba58ebbbdcf5 /build | |
parent | b42b26eceb4a2d6aee3c844d3bf057df1d14a77a (diff) | |
download | nextcloud-server-3eef078b4fcd8e90ae56bfad17a535c07ddccf6a.tar.gz nextcloud-server-3eef078b4fcd8e90ae56bfad17a535c07ddccf6a.zip |
Bump js-yaml from 3.12.0 to 3.13.1 in /build
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.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.12.0...3.13.1)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/package-lock.json | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/build/package-lock.json b/build/package-lock.json index e813ad64811..d9d6dc534eb 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -1039,6 +1039,12 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", "dev": true }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true + }, "esutils": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz", @@ -2588,21 +2594,13 @@ "dev": true }, "js-yaml": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.12.0.tgz", - "integrity": "sha512-PIt2cnwmPfL4hKNwqeiuz4bKfnzHTBv6HyVgjahA6mPLwPDzjDWrplJBMjHUFxku/N3FlmrbyPclad+I+4mJ3A==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", "dev": true, "requires": { "argparse": "^1.0.7", "esprima": "^4.0.0" - }, - "dependencies": { - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "dev": true - } } }, "js2xmlparser": { |