diff options
author | dependabot[bot] <support@dependabot.com> | 2019-01-10 20:46:55 +0000 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-11 08:07:00 +0100 |
commit | 41a55cd1cca9c39891ffb2f41b1083585e34bcc7 (patch) | |
tree | bdcfe8dc97e286ffafd5c28ae9abb602ddecdec6 /package.json | |
parent | 75b8e98f8ee7624716ea69ba26ca9806e6878b8e (diff) | |
download | nextcloud-server-41a55cd1cca9c39891ffb2f41b1083585e34bcc7.tar.gz nextcloud-server-41a55cd1cca9c39891ffb2f41b1083585e34bcc7.zip |
Bump underscore from 1.8.3 to 1.9.1
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.8.3 to 1.9.1.
- [Release notes](https://github.com/jashkenas/underscore/releases)
- [Commits](https://github.com/jashkenas/underscore/compare/1.8.3...1.9.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f76e437b401..853e2a59b7d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "select2": "https://github.com/select2/select2#3.4.8", "snap.js": "^2.0.9", "strengthify": "git+https://github.com/MorrisJobke/strengthify.git", - "underscore": "^1.8.3" + "underscore": "^1.9.1" }, "devDependencies": { "@babel/core": "^7.2.2", |