diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-01-10 14:29:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-10 14:29:46 +0000 |
commit | dca6dbb3876637bdd72bacf1819b4fd03bf49b68 (patch) | |
tree | 1d1164ace2f7993885a7546b82f169c2f54fb475 | |
parent | bdebfc5558369695329f61412b7774ad61e94993 (diff) | |
download | nextcloud-server-dca6dbb3876637bdd72bacf1819b4fd03bf49b68.tar.gz nextcloud-server-dca6dbb3876637bdd72bacf1819b4fd03bf49b68.zip |
Bump underscore from 1.9.1 to 1.9.2
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.1 to 1.9.2.
- [Release notes](https://github.com/jashkenas/underscore/releases)
- [Commits](https://github.com/jashkenas/underscore/compare/1.9.1...1.9.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index bbad32fc0cc..b6252e8eb10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9600,9 +9600,9 @@ } }, "underscore": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz", - "integrity": "sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==" + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.2.tgz", + "integrity": "sha512-D39qtimx0c1fI3ya1Lnhk3E9nONswSKhnffBI0gME9C99fYOkNi04xs8K6pePLhvl1frbDemkaBQ5ikWllR2HQ==" }, "unicode-canonical-property-names-ecmascript": { "version": "1.0.4", diff --git a/package.json b/package.json index 2411abe1e41..5f88afc252b 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "snap.js": "^2.0.9", "strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.8", "toastify-js": "^1.6.2", - "underscore": "^1.9.1", + "underscore": "^1.9.2", "url-search-params-polyfill": "^7.0.1", "v-tooltip": "^2.0.2", "vue": "^2.6.11", |