Skip to content

Commit 70b915a

Browse files
authored
Merge pull request #167 from kaleido-io/axios-cve
Update axios to 1.7.4
2 parents 5b12df2 + 56a308b commit 70b915a

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN trivy fs --format spdx-json --output /sbom.spdx.json /SBOM
2727
RUN trivy sbom /sbom.spdx.json --severity UNKNOWN,HIGH,CRITICAL --exit-code 1
2828

2929
FROM $BASE_IMAGE
30-
RUN apk add curl=8.5.0-r0 jq=1.6-r2
30+
RUN apk add curl=8.9.0-r0 jq=1.6-r2
3131
RUN mkdir -p /app/contracts/source \
3232
&& chgrp -R 0 /app/ \
3333
&& chmod -R g+rwX /app/ \

package-lock.json

Lines changed: 9 additions & 9 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
@@ -30,7 +30,7 @@
3030
"@nestjs/swagger": "^7.3.0",
3131
"@nestjs/terminus": "^10.2.2",
3232
"@nestjs/websockets": "^10.3.3",
33-
"axios": "^1.6.7",
33+
"axios": "^1.7.4",
3434
"class-transformer": "^0.5.1",
3535
"class-validator": "^0.14.1",
3636
"lru-cache": "^7.10.1",

0 commit comments

Comments
 (0)