Merge pull request #426 from jflattery/master

Upgrade Node to v16 and update packages
This commit is contained in:
advplyr 2022-03-26 12:51:51 -05:00 committed by GitHub
commit 86e7c7fc33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 22862 additions and 2808 deletions

View File

@ -1,12 +1,12 @@
### STAGE 0: Build client ###
FROM node:12-alpine AS build
FROM node:16-alpine AS build
WORKDIR /client
COPY /client /client
RUN npm install
RUN npm run generate
### STAGE 1: Build server ###
FROM node:12-alpine
FROM node:16-alpine
RUN apk update && apk add --no-cache --update ffmpeg
ENV NODE_ENV=production
COPY --from=build /client/dist /client/dist

23044
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
"epubjs": "^0.3.88",
"hls.js": "^1.0.7",
"libarchive.js": "^1.3.0",
"nuxt": "^2.15.7",
"nuxt": "^2.15.8",
"nuxt-socket-io": "^1.1.18",
"v-click-outside": "^3.1.2",
"vue-pdf": "^4.3.0",

2616
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,7 @@
"license": "GPL-3.0",
"dependencies": {
"archiver": "^5.3.0",
"axios": "^0.21.1",
"axios": "^0.26.1",
"bcryptjs": "^2.4.3",
"command-line-args": "^5.2.0",
"date-and-time": "^2.0.1",
@ -47,7 +47,7 @@
"node-stream-zip": "^1.15.0",
"read-chunk": "^3.1.0",
"recursive-readdir-async": "^1.1.8",
"socket.io": "^4.1.3",
"socket.io": "^4.4.1",
"string-strip-html": "^8.3.0",
"watcher": "^1.2.0",
"xml2js": "^0.4.23"