Skip to content

Fix vulnerabilities #29

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

Merged
merged 3 commits into from
Jul 23, 2024
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
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2.1

orbs:
codacy: codacy/base@11.1.2
codacy_plugins_test: codacy/[email protected].10
codacy: codacy/base@12.1.1
codacy_plugins_test: codacy/[email protected].11
node: circleci/[email protected]

workflows:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine3.19 as builder
FROM node:20-alpine3.20 as builder

COPY package.json package-lock.json ./
COPY src src
Expand All @@ -9,7 +9,7 @@ RUN npm install && \
npm cache clean --force && \
npm run build:docs

FROM node:20-alpine3.19
FROM node:20-alpine3.20
COPY --from=builder package*.json ./
COPY --from=builder dist dist
COPY --from=builder docs docs
Expand Down
64 changes: 32 additions & 32 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"codacy-seed": "^2.2.2",
"glob": "^10.3.10",
"lodash": "^4.17.21",
"markdownlint": "^0.33.0",
"markdownlint": "^0.34.0",
"node-fetch": "^3.3.2",
"typescript": "^5.3.3"
},
Expand Down