Skip to content

Commit

Permalink
fix: some vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroga committed Aug 19, 2022
1 parent 12f3997 commit 92a4edf
Show file tree
Hide file tree
Showing 13 changed files with 1,105 additions and 1,589 deletions.
2 changes: 1 addition & 1 deletion admin.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ COPY nightfall-administrator/docker-entrypoint.sh nightfall-administrator/packag
# websocket port 8080
# EXPOSE 8080

RUN npm ci
RUN npm i

CMD ["sleep", "infinity"]
2 changes: 1 addition & 1 deletion client.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ RUN mkdir /app/mongodb
COPY nightfall-client/src src
COPY nightfall-client/docker-entrypoint.sh nightfall-client/pre-start-script.sh nightfall-client/package.json nightfall-client/package-lock.json ./

RUN npm ci
RUN npm i

CMD ["npm", "start"]
299 changes: 1 addition & 298 deletions common-files/package-lock.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions common-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
"pino-pretty": "^8.1.0",
"web3": "^1.7.5",
"ws": "^8.5.0"
},
"overrides": {
"got": "12.1.0"
}
}
Loading

0 comments on commit 92a4edf

Please sign in to comment.