diff --git a/package.json b/package.json index 32ef63832..b7ebe1c6a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@fullcalendar/timegrid": "^6.1.9", "@fullcalendar/vue": "^6.1.9", "@popperjs/core": "^2.11.8", - "axios": "^1.6.0", + "axios": "^1.6.1", "bootstrap": "^4.6.2", "bootstrap-confirmation2": "^4.2.1", "bootstrap-datetime-picker": "^2.4.4", diff --git a/yarn.lock b/yarn.lock index ef27cb0d1..93ba7b7b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -606,10 +606,10 @@ asynckit@^0.4.0: resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== -axios@^1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102" - integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg== +axios@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.1.tgz#76550d644bf0a2d469a01f9244db6753208397d7" + integrity sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"