diff --git a/ui/package-lock.json b/ui/package-lock.json index def26a1a5676..f9b99e857702 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -13,7 +13,7 @@ "@prefecthq/vue-charts": "2.0.3", "@prefecthq/vue-compositions": "1.6.8", "@types/lodash.debounce": "4.0.9", - "axios": "1.6.2", + "axios": "1.6.5", "lodash.debounce": "4.0.8", "lodash.merge": "^4.6.2", "tailwindcss": "3.4.0", @@ -1459,6 +1459,16 @@ "vue-router": "^4.0.12" } }, + "node_modules/@prefecthq/prefect-ui-library/node_modules/axios": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz", + "integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==", + "dependencies": { + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, "node_modules/@prefecthq/vue-charts": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/@prefecthq/vue-charts/-/vue-charts-2.0.3.tgz", @@ -2436,11 +2446,11 @@ } }, "node_modules/axios": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz", - "integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==", + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.5.tgz", + "integrity": "sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==", "dependencies": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.4", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } @@ -7674,6 +7684,18 @@ "lodash.isequal": "4.5.0", "lodash.merge": "4.6.2", "prismjs": "1.29.0" + }, + "dependencies": { + "axios": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz", + "integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==", + "requires": { + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + } } }, "@prefecthq/vue-charts": { @@ -8345,11 +8367,11 @@ "dev": true }, "axios": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz", - "integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==", + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.5.tgz", + "integrity": "sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==", "requires": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.4", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } diff --git a/ui/package.json b/ui/package.json index bb322ee7517e..d6c9f6ef62e4 100644 --- a/ui/package.json +++ b/ui/package.json @@ -15,7 +15,7 @@ "@prefecthq/vue-charts": "2.0.3", "@prefecthq/vue-compositions": "1.6.8", "@types/lodash.debounce": "4.0.9", - "axios": "1.6.2", + "axios": "1.6.5", "lodash.debounce": "4.0.8", "lodash.merge": "^4.6.2", "tailwindcss": "3.4.0",