diff --git a/packages/vite-plugin-cloudflare-functions/package.json b/packages/vite-plugin-cloudflare-functions/package.json index 72645910..2b5c60f3 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.11", - "axios": "^1.3.4", + "axios": "^1.3.5", "ohmyfetch": "^0.4.21", "unbuild": "^1.2.0", "vite": "^4.2.1", @@ -90,7 +90,7 @@ "wrangler": "^2.13.0" }, "peerDependencies": { - "axios": "^1.3.4", + "axios": "^1.3.5", "ohmyfetch": "^0.4.21", "vite": "^3.1.8 || ^4.0.0", "wrangler": "^2.13.0" diff --git a/playground/app/package.json b/playground/app/package.json index d46e2265..23149a18 100644 --- a/playground/app/package.json +++ b/playground/app/package.json @@ -7,7 +7,7 @@ "dev": "vite" }, "dependencies": { - "axios": "^1.3.4", + "axios": "^1.3.5", "vue": "^3.2.47" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3c6cfd9a..a6d3cc56 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -57,8 +57,8 @@ importers: specifier: ^18.15.11 version: 18.15.11 axios: - specifier: ^1.3.4 - version: 1.3.4(debug@4.3.4) + specifier: ^1.3.5 + version: 1.3.5(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.4 - version: 1.3.4(debug@4.3.4) + specifier: ^1.3.5 + version: 1.3.5(debug@4.3.4) vue: specifier: ^3.2.47 version: 3.2.47 @@ -152,18 +152,10 @@ packages: resolution: {integrity: sha512-vy9fM3pIxZmX07dL+VX1aZe7ynZ+YyB0jY+jE6r3hOK6GNY2t6W8rzpFC4tgpbXUYABkFQwgJq2XYXlxbXAI0g==} dev: true - /@babel/code-frame@7.18.6: - resolution: {integrity: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==} - engines: {node: '>=6.9.0'} - requiresBuild: true - dependencies: - '@babel/highlight': 7.18.6 - dev: true - optional: true - /@babel/code-frame@7.21.4: resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==} engines: {node: '>=6.9.0'} + requiresBuild: true dependencies: '@babel/highlight': 7.18.6 dev: true @@ -1797,8 +1789,8 @@ packages: /asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - /axios@1.3.4(debug@4.3.4): - resolution: {integrity: sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==} + /axios@1.3.5(debug@4.3.4): + resolution: {integrity: sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==} dependencies: follow-redirects: 1.15.1(debug@4.3.4) form-data: 4.0.0 @@ -3089,7 +3081,7 @@ packages: rollup: 3.20.2 typescript: 5.0.3 optionalDependencies: - '@babel/code-frame': 7.18.6 + '@babel/code-frame': 7.21.4 dev: true /rollup-plugin-inject@3.0.2: