diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2020-01-10 19:18:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-10 19:18:32 +0100 |
commit | 687715c877ec09750198e24abc72e80ea9d36174 (patch) | |
tree | 647ad85ec91009a5292a836d46ed6d5ad18b26cf | |
parent | 7dc36156c231859d6e9a7a4df2b4892311977269 (diff) | |
parent | dca6dbb3876637bdd72bacf1819b4fd03bf49b68 (diff) | |
download | nextcloud-server-687715c877ec09750198e24abc72e80ea9d36174.tar.gz nextcloud-server-687715c877ec09750198e24abc72e80ea9d36174.zip |
Bump underscore from 1.9.1 to 1.9.2 (#18812)
Bump underscore from 1.9.1 to 1.9.2
-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", |