diff --git a/package.json b/package.json index 061c2ea8e..b4a66445f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/sortablejs": "1.15.0", "@vueuse/core": "9.6.0", "@vueuse/router": "9.6.0", - "axios": "0.27.2", + "axios": "1.2.0", "blurhash": "2.0.4", "bulma-css-variables": "0.9.33", "camel-case": "4.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9cbc5b01b..ffbfa90b1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,7 +35,7 @@ specifiers: '@vueuse/core': 9.6.0 '@vueuse/router': 9.6.0 autoprefixer: 10.4.13 - axios: 0.27.2 + axios: 1.2.0 blurhash: 2.0.4 browserslist: 4.21.4 bulma-css-variables: 0.9.33 @@ -105,7 +105,7 @@ dependencies: '@types/sortablejs': 1.15.0 '@vueuse/core': 9.6.0_vue@3.2.45 '@vueuse/router': 9.6.0_xsxatmlnmmg5bcuv3xdnj6fj7y - axios: 0.27.2 + axios: 1.2.0 blurhash: 2.0.4 bulma-css-variables: 0.9.33 camel-case: 4.1.2 @@ -4128,11 +4128,12 @@ packages: - debug dev: true - /axios/0.27.2: - resolution: {integrity: sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==} + /axios/1.2.0: + resolution: {integrity: sha512-zT7wZyNYu3N5Bu0wuZ6QccIf93Qk1eV8LOewxgjOZFd2DenOs98cJ7+Y6703d0wkaXGY6/nZd4EweJaHz9uzQw==} dependencies: follow-redirects: 1.15.1 form-data: 4.0.0 + proxy-from-env: 1.1.0 transitivePeerDependencies: - debug dev: false @@ -10970,6 +10971,10 @@ packages: resolution: {integrity: sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==} dev: true + /proxy-from-env/1.1.0: + resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} + dev: false + /ps-list/8.1.0: resolution: {integrity: sha512-NoGBqJe7Ou3kfQxEvDzDyKGAyEgwIuD3YrfXinjcCmBRv0hTld0Xb71hrXvtsNPj7HSFATfemvzB8PPJtq6Yag==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}