diff --git a/package.json b/package.json index 842b161dca..281e82488b 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@sentry/types": "7.56.0", "ansi_up": "6.0.2", "antd": "4.20.0", - "axios": "1.3.6", + "axios": "1.6.1", "date-fns": "2.28.0", "date-fns-tz": "2.0.0", "deep-object-diff": "1.1.9", diff --git a/src/gql/generated/types.ts b/src/gql/generated/types.ts index 58b2ddbf3b..a8d1194ff7 100644 --- a/src/gql/generated/types.ts +++ b/src/gql/generated/types.ts @@ -378,6 +378,7 @@ export type Distro = { iceCreamSettings: IceCreamSettings; isCluster: Scalars["Boolean"]["output"]; isVirtualWorkStation: Scalars["Boolean"]["output"]; + mountpoints: Array>; name: Scalars["String"]["output"]; note: Scalars["String"]["output"]; plannerSettings: PlannerSettings; diff --git a/yarn.lock b/yarn.lock index 77371a1a96..fe465c0405 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7108,10 +7108,10 @@ axe-core@^4.6.2: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.8.2.tgz#2f6f3cde40935825cf4465e3c1c9e77b240ff6ae" integrity sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g== -axios@1.3.6: - version "1.3.6" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.6.tgz#1ace9a9fb994314b5f6327960918406fa92c6646" - integrity sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg== +axios@1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.1.tgz#76550d644bf0a2d469a01f9244db6753208397d7" + integrity sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"