diff --git a/ui/package.json b/ui/package.json index bc654374..a04ffcb8 100644 --- a/ui/package.json +++ b/ui/package.json @@ -21,7 +21,7 @@ "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-slider": "^1.1.2", "@radix-ui/react-toggle-group": "^1.0.4", - "axios": "^1.5.1", + "axios": "^1.6.0", "chart.js": "^4.4.0", "csstype": "^3.1.2", "framer-motion": "^10.16.4", diff --git a/ui/pnpm-lock.yaml b/ui/pnpm-lock.yaml index ad3900a1..d7f4f873 100644 --- a/ui/pnpm-lock.yaml +++ b/ui/pnpm-lock.yaml @@ -39,8 +39,8 @@ dependencies: specifier: ^1.0.4 version: 1.0.4(@types/react-dom@18.2.15)(@types/react@18.2.37)(react-dom@18.2.0)(react@18.2.0) axios: - specifier: ^1.5.1 - version: 1.5.1 + specifier: ^1.6.0 + version: 1.6.0 chart.js: specifier: ^4.4.0 version: 4.4.0 @@ -1372,8 +1372,8 @@ packages: postcss-value-parser: 4.2.0 dev: true - /axios@1.5.1: - resolution: {integrity: sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==} + /axios@1.6.0: + resolution: {integrity: sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==} dependencies: follow-redirects: 1.15.2 form-data: 4.0.0