diff --git a/Dockerfile b/Dockerfile index a296ddbc7..3dde6d32a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:9.5.0-alpine@sha256:bda0e2513f077b9b3898c504f5ef5c2b4357f631cc05c5882d5935496a01df2a +FROM node:9.5.0-alpine@sha256:50ae5f22356c5a0b0c0ea76d27a453b0baf577c61633aee25cea93dcacec1630 LABEL maintainer="https://github.com/verdaccio/verdaccio" RUN apk --no-cache add openssl && \ diff --git a/package.json b/package.json index aea09d511..614ef963c 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "lockfile": "^1.0.1", "lodash": "4.17.5", "lunr": "^0.7.0", - "marked": "0.3.12", + "marked": "0.3.17", "mime": "^2.0.3", "minimatch": "^3.0.2", "mkdirp": "^0.5.1", @@ -49,7 +49,7 @@ "verdaccio-htpasswd": "0.1.2" }, "devDependencies": { - "@commitlint/cli": "6.1.0", + "@commitlint/cli": "6.1.2", "@commitlint/config-conventional": "6.1.0", "@commitlint/travis-cli": "6.1.0", "@verdaccio/types": "2.0.0", diff --git a/yarn.lock b/yarn.lock index f58e2e4e2..d36ff8fc6 100644 Binary files a/yarn.lock and b/yarn.lock differ