Skip to content

Commit e31db52

Browse files
committed
Lock mocha to version 5.2.0
1 parent 2122166 commit e31db52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/release/Dockerfile.specs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY microtrader-specs/package.json /app/
99
WORKDIR /app
1010

1111
# Install application dependencies
12-
RUN npm install -g mocha && \
12+
RUN npm install -g mocha@5.2.0 && \
1313
npm install
1414

1515
# Copy tests

microtrader-specs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"chai": "3.5.0",
1414
"chai-as-promised": "5.3.0",
1515
"chai-json-schema": "1.4.0",
16-
"mocha": "2.5.3",
17-
"mocha-jenkins-reporter": "0.1.9",
16+
"mocha": "5.2.0",
17+
"mocha-jenkins-reporter": "0.4.1",
1818
"superagent": "3.7.0",
1919
"superagent-promise": "1.1.0",
2020
"vertx3-eventbus-client": "3.5.4",

0 commit comments

Comments
 (0)