summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-01-06 14:15:24 +0100
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-01-08 10:15:47 +0100
commit9ee339d43000323c82e6d9e7a66e844b1f240508 (patch)
treea0426b1da90b352ff9338e6a2898139c3e07e540 /package.json
parent19ed04dda1e1092aa4fc87b5d521d51533cdfa20 (diff)
downloadnextcloud-server-9ee339d43000323c82e6d9e7a66e844b1f240508.tar.gz
nextcloud-server-9ee339d43000323c82e6d9e7a66e844b1f240508.zip
Fix undescore version
Reason: https://github.com/nextcloud/server/pull/27279 Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index ca0c0013449..da7fb8e345d 100644
--- a/package.json
+++ b/package.json
@@ -77,7 +77,7 @@
"snap.js": "^2.0.9",
"stream-browserify": "^3.0.0",
"strengthify": "github:nextcloud/strengthify#0.5.9",
- "underscore": "^1.12.0",
+ "underscore": "1.12.0",
"url-search-params-polyfill": "^8.1.1",
"uuid": "^8.3.2",
"v-click-outside": "^3.1.2",