diff --git a/package-lock.json b/package-lock.json index c9e1f544..4e9a72e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3311,6 +3311,11 @@ "resolved": "https://registry.npmjs.org/fecha/-/fecha-2.3.3.tgz", "integrity": "sha1-lI50FX3xoy/RsSw6PDzctuydls0=" }, + "ffprobe-static": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ffprobe-static/-/ffprobe-static-3.0.0.tgz", + "integrity": "sha512-LZ1Sj4RHS95t/ReZtRbCmMEWDDl7cfIMwmhNgCZcdtOgRlAHaGGOupoc166Q9AV+T7lXnUvu5HYczcsn69c6fw==" + }, "figures": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", @@ -4166,9 +4171,9 @@ "resolved": "https://registry.npmjs.org/get-audio-duration/-/get-audio-duration-1.0.0.tgz", "integrity": "sha512-9H4LmDf8IPwHFJ9gChZfrBk1qYMZm8vu6FK/LABJiAf4GwfKIAxxHpYXVn8MD7N6RbuBJCRBYC9AtLLo4re+iQ==", "requires": { - "execa": "1.0.0", - "ffprobe-static": "3.0.0", - "is-stream": "1.1.0" + "execa": "^1.0.0", + "ffprobe-static": "^3.0.0", + "is-stream": "^1.1.0" }, "dependencies": { "cross-spawn": { @@ -4176,11 +4181,11 @@ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "requires": { - "nice-try": "1.0.5", - "path-key": "2.0.1", - "semver": "5.7.1", - "shebang-command": "1.2.0", - "which": "1.3.1" + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" } }, "execa": { @@ -4188,13 +4193,21 @@ "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", "requires": { - "cross-spawn": "6.0.5", - "get-stream": "4.1.0", - "is-stream": "1.1.0", - "npm-run-path": "2.0.2", - "p-finally": "1.0.0", - "signal-exit": "3.0.2", - "strip-eof": "1.0.0" + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } + }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "requires": { + "pump": "^3.0.0" } } } @@ -4274,9 +4287,9 @@ "resolved": "https://registry.npmjs.org/get-video-duration/-/get-video-duration-1.0.3.tgz", "integrity": "sha512-INT+/2eAK1z6RJ+ruWy+iond0IYDU2dWoTzCN02kU5KmT67afuNCrou1H4YnQ3XJWwt1CCcezT2bPiZ31v7AgA==", "requires": { - "execa": "1.0.0", - "ffprobe-static": "3.0.0", - "is-stream": "1.1.0" + "execa": "^1.0.0", + "ffprobe-static": "^3.0.0", + "is-stream": "^1.1.0" }, "dependencies": { "cross-spawn": { @@ -4284,11 +4297,11 @@ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "requires": { - "nice-try": "1.0.5", - "path-key": "2.0.1", - "semver": "5.7.1", - "shebang-command": "1.2.0", - "which": "1.3.1" + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" } }, "execa": { @@ -4296,13 +4309,13 @@ "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", "requires": { - "cross-spawn": "6.0.5", - "get-stream": "4.1.0", - "is-stream": "1.1.0", - "npm-run-path": "2.0.2", - "p-finally": "1.0.0", - "signal-exit": "3.0.2", - "strip-eof": "1.0.0" + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" } }, "get-stream": { @@ -4310,7 +4323,7 @@ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", "requires": { - "pump": "3.0.0" + "pump": "^3.0.0" } } } @@ -6580,6 +6593,11 @@ } } }, + "nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" + }, "node-cache": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/node-cache/-/node-cache-4.2.1.tgz", diff --git a/views/mediaBrowsing/popularUploads.pug b/views/mediaBrowsing/popularUploads.pug index eaeb2046..7388f306 100644 --- a/views/mediaBrowsing/popularUploads.pug +++ b/views/mediaBrowsing/popularUploads.pug @@ -51,7 +51,7 @@ block content each upload in uploads - div.col-xs-12.col-sm-6.col-md-6.col-lg-4(style="text-align:center;height:353px;") + div.col-xs-12.col-sm-6.col-md-6.col-lg-4(style="text-align:center;height:353px;margin-top:15x;") include ../viewPartials/uploadThumbnail diff --git a/views/mediaBrowsing/recentUploads.pug b/views/mediaBrowsing/recentUploads.pug index 52b612a2..5d35e2e0 100644 --- a/views/mediaBrowsing/recentUploads.pug +++ b/views/mediaBrowsing/recentUploads.pug @@ -52,7 +52,7 @@ block content each upload in uploads if upload.uploader - div.col-xs-12.col-sm-6.col-md-6.col-lg-4(style="text-align:center;height:335px;") + div.col-xs-12.col-sm-6.col-md-6.col-lg-4(style="text-align:center;height:335px;margin-top:15x;") div(style="width:100%") include ../viewPartials/uploadThumbnail