From f8abd1951df2b77461e5d8288b4b7e5a3b282c16 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 10 Nov 2023 17:50:02 +0000
Subject: [PATCH] Bump axios from 0.27.2 to 1.6.0

Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 package-lock.json | 20 +++++++++++++-------
 package.json      |  2 +-
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index a1acc461..ac1d96e9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -34,7 +34,7 @@
         "@bcrs-shared-components/staff-payment": "2.1.4",
         "@mdi/font": "^5.9.55",
         "@sentry/vue": "^7.49.0",
-        "axios": "^0.27.2",
+        "axios": "^1.6.0",
         "core-js": "^3.30.1",
         "http-status-codes": "^2.2.0",
         "launchdarkly-js-client-sdk": "^2.24.2",
@@ -68,7 +68,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",
@@ -2047,12 +2047,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": {
@@ -5803,6 +5804,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 88929d22..94d876e5 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
     "@bcrs-shared-components/staff-payment": "2.1.4",
     "@mdi/font": "^5.9.55",
     "@sentry/vue": "^7.49.0",
-    "axios": "^0.27.2",
+    "axios": "^1.6.0",
     "core-js": "^3.30.1",
     "http-status-codes": "^2.2.0",
     "launchdarkly-js-client-sdk": "^2.24.2",