Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group snyk updates 2023-04-05 #2459

Merged
merged 4 commits into from
Apr 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 30 additions & 30 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"cookieconsent": "^3.1.1",
"d3": "^5.12.0",
"dagre-d3": "^0.6.4",
"dompurify": "^2.4.4",
"dompurify": "^2.4.5",
"dropzone": "^6.0.0-beta.2",
"file-saver": "^2.0.5",
"filesize": "^6.4.0",
Expand All @@ -28,7 +28,7 @@
"http-proxy": "^1.18.1",
"human-time": "^0.0.2",
"immutability-helper": "^3.0.1",
"immutable": "^4.2.4",
"immutable": "^4.3.0",
"jquery": "^3.6.3",
"jszip": "^3.10.1",
"npm-run-all": "^4.1.5",
Expand Down Expand Up @@ -62,7 +62,7 @@
"rehype-stringify": "^9.0.3",
"remark-math": "^5.1.1",
"remark-rehype": "^10.1.0",
"sass": "^1.58.3",
"sass": "^1.59.2",
"showdown": "^2.1.0",
"showdown-highlight": "^2.1.8",
"showdown-katex": "^0.6.0",
Expand Down
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.14.1-alpine3.16 as builder
FROM node:18.15-alpine3.16 as builder

WORKDIR /app

Expand All @@ -11,7 +11,7 @@ COPY src /app/src/
RUN npm install --silent && \
npm run-script build

FROM node:18.14.1-alpine3.16
FROM node:18.15-alpine3.16

COPY --from=builder /app/dist app/dist
COPY --from=builder /app/node_modules app/node_modules
Expand Down