diff --git a/frontend-editor/package.json b/frontend-editor/package.json index bbdfe7d..a3ed509 100644 --- a/frontend-editor/package.json +++ b/frontend-editor/package.json @@ -21,7 +21,7 @@ "@tailwindcss/vite": "^4.1.6", "@tanstack/react-query": "^5.90.12", "@tinymce/tinymce-react": "^6.1.0", - "axios": "^1.13.2", + "axios": "^1.13.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lodash.debounce": "^4.0.8", diff --git a/frontend-reader/package.json b/frontend-reader/package.json index 34d4970..4b01e07 100644 --- a/frontend-reader/package.json +++ b/frontend-reader/package.json @@ -20,7 +20,7 @@ "@radix-ui/react-slot": "^1.2.3", "@tailwindcss/vite": "^4.1.6", "@tanstack/react-query": "^5.90.12", - "axios": "^1.13.2", + "axios": "^1.13.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "css-doodle": "^0.49.0", diff --git a/package-lock.json b/package-lock.json index 110041c..69b8ab7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "@tailwindcss/vite": "^4.1.6", "@tanstack/react-query": "^5.90.12", "@tinymce/tinymce-react": "^6.1.0", - "axios": "^1.13.2", + "axios": "^1.13.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lodash.debounce": "^4.0.8", @@ -138,7 +138,7 @@ "@radix-ui/react-slot": "^1.2.3", "@tailwindcss/vite": "^4.1.6", "@tanstack/react-query": "^5.90.12", - "axios": "^1.13.2", + "axios": "^1.13.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "css-doodle": "^0.49.0", @@ -4173,13 +4173,13 @@ } }, "node_modules/axios": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz", - "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==", + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz", + "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==", "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.4", + "follow-redirects": "^1.15.11", + "form-data": "^4.0.5", "proxy-from-env": "^1.1.0" } },