Skip to content

Commit 48ca7c4

Browse files
Bump axios from 0.30.2 to 1.15.0 in /packages/api
Bumps [axios](https://github.com/axios/axios) from 0.30.2 to 1.15.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.30.2...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8069ef6 commit 48ca7c4

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@faker-js/faker": "^9.3.0",
1919
"@vercel/ncc": "^0.38.3",
20-
"axios": "^0.30.0",
20+
"axios": "^1.15.0",
2121
"is-absolute-url": "^3.0.3",
2222
"object-sizeof": "^2.6.5"
2323
},

packages/api/yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -313,14 +313,14 @@ ava@^3.15.0:
313313
write-file-atomic "^3.0.3"
314314
yargs "^16.2.0"
315315

316-
axios@^0.30.0:
317-
version "0.30.2"
318-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.2.tgz#256d3a8ee765cc27188d08b8b545a5f5a0c77dad"
319-
integrity sha512-0pE4RQ4UQi1jKY6p7u6i1Tkzqmu+d+/tHS7Q7rKunWLB9WyilBTpHHpXzPNMDj5hTbK0B0PTLSz07yqMBiF6xg==
316+
axios@^1.15.0:
317+
version "1.15.0"
318+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.0.tgz#0fcee91ef03d386514474904b27863b2c683bf4f"
319+
integrity sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==
320320
dependencies:
321-
follow-redirects "^1.15.4"
322-
form-data "^4.0.4"
323-
proxy-from-env "^1.1.0"
321+
follow-redirects "^1.15.11"
322+
form-data "^4.0.5"
323+
proxy-from-env "^2.1.0"
324324

325325
balanced-match@^1.0.0:
326326
version "1.0.2"
@@ -877,12 +877,12 @@ find-up@^4.0.0:
877877
locate-path "^5.0.0"
878878
path-exists "^4.0.0"
879879

880-
follow-redirects@^1.15.4:
881-
version "1.15.9"
882-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
883-
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
880+
follow-redirects@^1.15.11:
881+
version "1.15.11"
882+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
883+
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
884884

885-
form-data@^4.0.4:
885+
form-data@^4.0.5:
886886
version "4.0.5"
887887
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
888888
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
@@ -1695,10 +1695,10 @@ pretty-ms@^7.0.1:
16951695
dependencies:
16961696
parse-ms "^2.1.0"
16971697

1698-
proxy-from-env@^1.1.0:
1699-
version "1.1.0"
1700-
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
1701-
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
1698+
proxy-from-env@^2.1.0:
1699+
version "2.1.0"
1700+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz#a7487568adad577cfaaa7e88c49cab3ab3081aba"
1701+
integrity sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==
17021702

17031703
pump@^3.0.0:
17041704
version "3.0.0"

0 commit comments

Comments
 (0)