diff --git a/package-lock.json b/package-lock.json index 5f9f7dbf1..0a5382996 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@mdi/font": "^5.9.55", "@sentry/vue": "^7.49.0", "array-move": "^4.0.0", - "axios": "^0.27.2", + "axios": "^1.6.0", "core-js": "^3.30.1", "country-list": "^2.2.0", "http-status-codes": "^2.2.0", @@ -73,7 +73,7 @@ "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^5.59.2", "@vitejs/plugin-vue2": "^2.2.0", - "@volar-plugins/vetur": "latest", + "@volar-plugins/vetur": "*", "@vue/eslint-config-standard": "^4.0.0", "@vue/eslint-config-typescript": "^9.1.0", "@vue/test-utils": "^1.3.5", @@ -2430,12 +2430,13 @@ } }, "node_modules/axios": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", - "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", + "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", "dependencies": { - "follow-redirects": "^1.14.9", - "form-data": "^4.0.0" + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" } }, "node_modules/balanced-match": { @@ -6227,6 +6228,11 @@ "resolved": "https://registry.npmjs.org/provinces/-/provinces-1.11.0.tgz", "integrity": "sha512-5hoDYWtKr89stoSVajofU1rFGKzB2wpUqJJfnldokWfLUnLamQK9PnA8svh2j3XOYdb8BI2vbU4q3DtEcdNQ9w==" }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + }, "node_modules/psl": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", diff --git a/package.json b/package.json index 6bbf9a9f5..123a45e39 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@mdi/font": "^5.9.55", "@sentry/vue": "^7.49.0", "array-move": "^4.0.0", - "axios": "^0.27.2", + "axios": "^1.6.0", "core-js": "^3.30.1", "country-list": "^2.2.0", "http-status-codes": "^2.2.0",