Merge pull request #107 from sharelatex/csh-issue-1309-node-6.15

Bump node to 6.15
This commit is contained in:
Christopher Hoskin
2018-12-18 11:16:25 +00:00
committed by GitHub
4 changed files with 2502 additions and 3005 deletions

2
.nvmrc
View File

@@ -1 +1 @@
6.14.1 6.15.1

View File

@@ -1,4 +1,4 @@
FROM node:6.14.1 as app FROM node:6.15.1 as app
WORKDIR /app WORKDIR /app
@@ -12,7 +12,7 @@ COPY . /app
RUN npm run compile:all RUN npm run compile:all
FROM node:6.14.1 FROM node:6.15.1
COPY --from=app /app /app COPY --from=app /app /app

2499
npm-shrinkwrap.json generated Normal file

File diff suppressed because it is too large Load Diff

3002
package-lock.json generated

File diff suppressed because it is too large Load Diff