diff --git a/packages/vite-plugin-cloudflare-functions/package.json b/packages/vite-plugin-cloudflare-functions/package.json index e7368cf5..a464775a 100644 --- a/packages/vite-plugin-cloudflare-functions/package.json +++ b/packages/vite-plugin-cloudflare-functions/package.json @@ -82,7 +82,7 @@ "devDependencies": { "@types/debug": "^4.1.7", "@types/node": "^18.15.13", - "axios": "^1.3.5", + "axios": "^1.3.6", "ohmyfetch": "^0.4.21", "unbuild": "^1.2.1", "vite": "^4.3.1", @@ -90,7 +90,7 @@ "wrangler": "^2.15.0" }, "peerDependencies": { - "axios": "^1.3.5", + "axios": "^1.3.6", "ohmyfetch": "^0.4.21", "vite": "^3.1.8 || ^4.0.0", "wrangler": "^2.15.0" diff --git a/playground/app/package.json b/playground/app/package.json index 2f0415df..53776490 100644 --- a/playground/app/package.json +++ b/playground/app/package.json @@ -7,7 +7,7 @@ "dev": "vite" }, "dependencies": { - "axios": "^1.3.5", + "axios": "^1.3.6", "vue": "^3.2.47" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 408c1db3..9ac0541a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -57,8 +57,8 @@ importers: specifier: ^18.15.13 version: 18.15.13 axios: - specifier: ^1.3.5 - version: 1.3.5(debug@4.3.4) + specifier: ^1.3.6 + version: 1.3.6(debug@4.3.4) ohmyfetch: specifier: ^0.4.21 version: 0.4.21 @@ -78,8 +78,8 @@ importers: playground/app: dependencies: axios: - specifier: ^1.3.5 - version: 1.3.5(debug@4.3.4) + specifier: ^1.3.6 + version: 1.3.6(debug@4.3.4) vue: specifier: ^3.2.47 version: 3.2.47 @@ -1594,8 +1594,8 @@ packages: /asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - /axios@1.3.5(debug@4.3.4): - resolution: {integrity: sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==} + /axios@1.3.6(debug@4.3.4): + resolution: {integrity: sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg==} dependencies: follow-redirects: 1.15.1(debug@4.3.4) form-data: 4.0.0