Skip to content

Commit 733435a

Browse files
authored
fix(dep): Update vm2. (#29)
* fix(dep): Update vm2. Fixes CVE-2021-23449. * build: Install python3 instead of python. * test: Update jest.
1 parent 6e9c603 commit 733435a

File tree

3 files changed

+43
-58
lines changed

3 files changed

+43
-58
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:14-alpine as build
22

3-
RUN apk add python make g++
3+
RUN apk add python3 make g++
44
WORKDIR /app
55
COPY package.json package-lock.json ./
66
RUN npm install

package-lock.json

Lines changed: 41 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/supertest": "^2.0.10",
4242
"jest": "^27.2.4",
4343
"supertest": "^4.0.2",
44-
"ts-jest": "^26.3.0",
44+
"ts-jest": "^27.0.7",
4545
"typescript": "^4.0.2"
4646
}
4747
}

0 commit comments

Comments
 (0)