Skip to content

Commit 205bd89

Browse files
committed
fix: src/code-templates/services/order-service/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773
1 parent 9d0cfc8 commit 205bd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code-templates/services/order-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@sinclair/typebox": "^0.31.28",
3737
"ajv": "^8.11.0",
3838
"amqplib": "^0.8.0",
39-
"axios": "^0.26.1",
39+
"axios": "^1.12.0",
4040
"sequelize": "^6.17.0",
4141
"express": "^4.17.3",
4242
"fastify": "^4.24.3",

0 commit comments

Comments
 (0)