diff --git a/package-lock.json b/package-lock.json index 90f9a5de7..448cc2f07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@floating-ui/react": "^0.25.1", "@tanstack/react-table": "^8.7.8", "allotment": "^1.19.0", - "axios": "^1.5.1", + "axios": "^1.6.1", "copy-to-clipboard": "^3.3.3", "date-fns": "^2.29.3", "free-email-domains": "^1.2.5", @@ -7888,9 +7888,9 @@ } }, "node_modules/axios": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz", - "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.1.tgz", + "integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==", "dependencies": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", @@ -24435,9 +24435,9 @@ "dev": true }, "axios": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz", - "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.1.tgz", + "integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==", "requires": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", diff --git a/package.json b/package.json index df103f506..78310eaa5 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "@floating-ui/react": "^0.25.1", "@tanstack/react-table": "^8.7.8", "allotment": "^1.19.0", - "axios": "^1.5.1", + "axios": "^1.6.1", "copy-to-clipboard": "^3.3.3", "date-fns": "^2.29.3", "free-email-domains": "^1.2.5", diff --git a/src/components/Documentation/pages/EnvironmentTypes/InsightCard/index.tsx b/src/components/Documentation/pages/EnvironmentTypes/InsightCard/index.tsx index a33c52b82..32f996110 100644 --- a/src/components/Documentation/pages/EnvironmentTypes/InsightCard/index.tsx +++ b/src/components/Documentation/pages/EnvironmentTypes/InsightCard/index.tsx @@ -108,7 +108,7 @@ export const InsightCard = (props: InsightCardProps) => { {insightTypeCardInfo.icon && ( - + )} {insightTypeCardInfo.name}