Skip to content

Commit f0b8fa7

Browse files
chore(deps): update dependency axios to ^0.28.0 [security]
1 parent 690dd82 commit f0b8fa7

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@vitejs/plugin-vue": "^3.2.0",
1111
"alpinejs": "^2.7.3",
1212
"autoprefixer": "^10.1.0",
13-
"axios": "^0.27.0",
13+
"axios": "^0.28.0",
1414
"laravel-vite-plugin": "^0.7.0",
1515
"lodash": "^4.17.19",
1616
"postcss": "^8.2.1",

yarn.lock

+15-9
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,14 @@ autoprefixer@^10.1.0:
109109
picocolors "^1.0.0"
110110
postcss-value-parser "^4.2.0"
111111

112-
axios@^0.27.0:
113-
version "0.27.2"
114-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
115-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
112+
axios@^0.28.0:
113+
version "0.28.0"
114+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
115+
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
116116
dependencies:
117-
follow-redirects "^1.14.9"
117+
follow-redirects "^1.15.0"
118118
form-data "^4.0.0"
119+
proxy-from-env "^1.1.0"
119120

120121
binary-extensions@^2.0.0:
121122
version "2.2.0"
@@ -373,10 +374,10 @@ fill-range@^7.0.1:
373374
dependencies:
374375
to-regex-range "^5.0.1"
375376

376-
follow-redirects@^1.14.9:
377-
version "1.15.2"
378-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
379-
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
377+
follow-redirects@^1.15.0:
378+
version "1.15.5"
379+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
380+
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
380381

381382
form-data@^4.0.0:
382383
version "4.0.0"
@@ -628,6 +629,11 @@ postcss@^8.2.1, postcss@^8.4.17, postcss@^8.4.18:
628629
picocolors "^1.0.0"
629630
source-map-js "^1.0.2"
630631

632+
proxy-from-env@^1.1.0:
633+
version "1.1.0"
634+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
635+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
636+
631637
queue-microtask@^1.2.2:
632638
version "1.2.3"
633639
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"

0 commit comments

Comments
 (0)