From ef89c7e0d85c5030189af2ce756a3d50dd7b1702 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 19:04:16 +0000 Subject: [PATCH] Update dependency axios [SECURITY] --- pnpm-lock.yaml | 16 ++++++++-------- src/cockpit/package.json | 2 +- src/glareshield/H/package.json | 4 ++-- src/glareshield/all/package.json | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e9198a446..f1ea69081 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,7 +45,7 @@ importers: '@vue/eslint-config-typescript': 11.0.3 '@vue/test-utils': 2.3.2 '@vueuse/head': 1.1.26 - axios: 1.4.0 + axios: 1.6.0 c8: 7.12.0 esbuild: 0.17.18 eslint: 8.40.0 @@ -66,7 +66,7 @@ importers: workbox-window: 6.5.4 dependencies: '@vueuse/head': 1.1.26_vue@3.2.47 - axios: 1.4.0 + axios: 1.6.0 naive-ui: 2.27.0_vue@3.2.47 vue: 3.2.47 wings-ts-util: 0.0.9 @@ -104,10 +104,10 @@ importers: src/glareshield/H: specifiers: - axios: 1.4.0 + axios: 1.6.0 typescript: 4.9.5 devDependencies: - axios: 1.4.0 + axios: 1.6.0 typescript: 4.9.5 src/glareshield/R: @@ -125,7 +125,7 @@ importers: '@glareshield/e': workspace:../E '@glareshield/h': workspace:../H '@glareshield/r': workspace:../R - axios: 1.4.0 + axios: 1.6.0 typescript: 4.9.5 vue: 3.2.45 vue-router: 4.1.6 @@ -133,7 +133,7 @@ importers: '@glareshield/e': link:../E '@glareshield/h': link:../H '@glareshield/r': link:../R - axios: 1.4.0 + axios: 1.6.0 typescript: 4.9.5 vue: 3.2.45 vue-router: 4.1.6_vue@3.2.45 @@ -2706,8 +2706,8 @@ packages: engines: {node: '>= 0.4'} dev: true - /axios/1.4.0: - resolution: {integrity: sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==} + /axios/1.6.0: + resolution: {integrity: sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==} dependencies: follow-redirects: 1.15.2 form-data: 4.0.0 diff --git a/src/cockpit/package.json b/src/cockpit/package.json index 5ceccfa7c..2c01f3ff0 100644 --- a/src/cockpit/package.json +++ b/src/cockpit/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@vueuse/head": "1.1.26", - "axios": "1.4.0", + "axios": "1.6.0", "naive-ui": "2.27.0", "vue": "3.2.47", "wings-ts-util": "0.0.9" diff --git a/src/glareshield/H/package.json b/src/glareshield/H/package.json index 30112b9eb..81a592808 100644 --- a/src/glareshield/H/package.json +++ b/src/glareshield/H/package.json @@ -9,11 +9,11 @@ "prepublishOnly": "pnpm run build" }, "devDependencies": { - "axios": "1.4.0", + "axios": "1.6.0", "typescript": "4.9.5" }, "peerDependencies": { - "axios": "0.27 || 1.0 || 1.1 || 1.2 || 1.4" + "axios": "0.27 || 1.0 || 1.1 || 1.2 || 1.4 || 1.6" }, "license": "MIT" } diff --git a/src/glareshield/all/package.json b/src/glareshield/all/package.json index 2d76ed7f7..8ca8f6f95 100644 --- a/src/glareshield/all/package.json +++ b/src/glareshield/all/package.json @@ -13,13 +13,13 @@ "@glareshield/e": "workspace:../E", "@glareshield/h": "workspace:../H", "@glareshield/r": "workspace:../R", - "axios": "1.4.0", + "axios": "1.6.0", "typescript": "4.9.5", "vue": "3.2.45", "vue-router": "4.1.6" }, "peerDependencies": { - "axios": "0.27 || 1.0 || 1.1 || 1.2 || 1.4", + "axios": "0.27 || 1.0 || 1.1 || 1.2 || 1.4 || 1.6", "vue-router": "4" }, "license": "MIT"