Skip to content

Commit 072c5b6

Browse files
Athira SreekumarAthira Sreekumar
authored andcommitted
fix: Updated Node packages to fix CVEs
Resolves: #368 Signed-off-by: athira1693 [email protected]
1 parent bfd8bd0 commit 072c5b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/commenter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ COPY package-lock.json .
66

77
RUN npm install
88

9-
ENTRYPOINT ["node", "/index.js"];
9+
ENTRYPOINT ["node", "/index.js"]

.github/actions/coverage-report/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ COPY package-lock.json .
66

77
RUN npm install
88

9-
ENTRYPOINT ["node", "/index.js"];
9+
ENTRYPOINT ["node", "/index.js"]

0 commit comments

Comments
 (0)