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>
This commit is contained in:
dependabot[bot] 2019-01-10 20:46:55 +00:00 committed by Christoph Wurst
parent 75b8e98f8e
commit 41a55cd1cc
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
4 changed files with 26 additions and 30 deletions

42
core/js/dist/main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

10
package-lock.json generated
View File

@ -1028,10 +1028,6 @@
"resolved": "https://registry.npmjs.org/Base64/-/Base64-0.3.0.tgz",
"integrity": "sha1-baJhpOgNT6D1xoQlTlvM0Wu9zp8="
},
"Select2": {
"version": "git+https://github.com/select2/select2.git#b5f3b2839c48c53f9641d6bb1bccafc5260c7620",
"from": "git+https://github.com/select2/select2.git#b5f3b2839c48c53f9641d6bb1bccafc5260c7620"
},
"acorn": {
"version": "5.7.3",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz",
@ -5415,9 +5411,9 @@
"optional": true
},
"underscore": {
"version": "1.8.3",
"resolved": "http://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz",
"integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI="
"version": "1.9.1",
"resolved": "http://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz",
"integrity": "sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg=="
},
"unicode-canonical-property-names-ecmascript": {
"version": "1.0.4",

View File

@ -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",