Skip to content

Commit

Permalink
Merge pull request #167 from kaleido-io/axios-cve
Browse files Browse the repository at this point in the history
Update axios to 1.7.4
  • Loading branch information
EnriqueL8 authored Aug 15, 2024
2 parents 5b12df2 + 56a308b commit 70b915a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN trivy fs --format spdx-json --output /sbom.spdx.json /SBOM
RUN trivy sbom /sbom.spdx.json --severity UNKNOWN,HIGH,CRITICAL --exit-code 1

FROM $BASE_IMAGE
RUN apk add curl=8.5.0-r0 jq=1.6-r2
RUN apk add curl=8.9.0-r0 jq=1.6-r2
RUN mkdir -p /app/contracts/source \
&& chgrp -R 0 /app/ \
&& chmod -R g+rwX /app/ \
Expand Down
18 changes: 9 additions & 9 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 @@ -30,7 +30,7 @@
"@nestjs/swagger": "^7.3.0",
"@nestjs/terminus": "^10.2.2",
"@nestjs/websockets": "^10.3.3",
"axios": "^1.6.7",
"axios": "^1.7.4",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"lru-cache": "^7.10.1",
Expand Down

0 comments on commit 70b915a

Please sign in to comment.