From a1371302844c684cb3ed2ef28af541bd3cd70f81 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Jul 2025 10:01:30 +0000 Subject: [PATCH] fix: src/frontend/package.json & src/frontend/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- src/frontend/package-lock.json | 11 ++++++----- src/frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index 433de41ca..0284377bf 100644 --- a/src/frontend/package-lock.json +++ b/src/frontend/package-lock.json @@ -38,7 +38,7 @@ "@tabler/icons-react": "^2.32.0", "@tailwindcss/forms": "^0.5.6", "@tailwindcss/line-clamp": "^0.4.4", - "@types/axios": "^0.14.0", + "@types/axios": "^0.14.4", "accordion": "^3.0.2", "ace-builds": "^1.24.1", "add": "^2.0.6", @@ -3451,10 +3451,11 @@ "dev": true }, "node_modules/@types/axios": { - "version": "0.14.0", - "resolved": "https://registry.npmmirror.com/@types/axios/-/axios-0.14.0.tgz", - "integrity": "sha512-KqQnQbdYE54D7oa/UmYVMZKq7CO4l8DEENzOKc4aBRwxCXSlJXGz83flFx5L7AWrOQnmuN3kVsRdt+GZPPjiVQ==", - "deprecated": "This is a stub types definition for axios (https://github.com/mzabriskie/axios). axios provides its own type definitions, so you don't need @types/axios installed!", + "version": "0.14.4", + "resolved": "https://registry.npmjs.org/@types/axios/-/axios-0.14.4.tgz", + "integrity": "sha512-9JgOaunvQdsQ/qW2OPmE5+hCeUB52lQSolecrFrthct55QekhmXEwT203s20RL+UHtCQc15y3VXpby9E7Kkh/g==", + "deprecated": "This is a stub types definition. axios provides its own type definitions, so you do not need this installed.", + "license": "MIT", "dependencies": { "axios": "*" } diff --git a/src/frontend/package.json b/src/frontend/package.json index 7a6e54606..ebce89409 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -33,7 +33,7 @@ "@tabler/icons-react": "^2.32.0", "@tailwindcss/forms": "^0.5.6", "@tailwindcss/line-clamp": "^0.4.4", - "@types/axios": "^0.14.0", + "@types/axios": "^0.14.4", "accordion": "^3.0.2", "ace-builds": "^1.24.1", "add": "^2.0.6",