Skip to content

Commit 0f90b64

Browse files
chore(deps): update dependency axios to v1 [security]
1 parent 30e3061 commit 0f90b64

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"apollo-server-express": "3.6.7",
52-
"axios": "0.30.2",
52+
"axios": "1.13.5",
5353
"body-parser": "1.20.3",
5454
"comlink": "4.3.1",
5555
"compression": "1.7.4",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -769,13 +769,13 @@ asynckit@^0.4.0:
769769
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
770770
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
771771

772-
axios@0.30.2:
773-
version "0.30.2"
774-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.2.tgz#256d3a8ee765cc27188d08b8b545a5f5a0c77dad"
775-
integrity sha512-0pE4RQ4UQi1jKY6p7u6i1Tkzqmu+d+/tHS7Q7rKunWLB9WyilBTpHHpXzPNMDj5hTbK0B0PTLSz07yqMBiF6xg==
772+
axios@1.13.5:
773+
version "1.13.5"
774+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43"
775+
integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==
776776
dependencies:
777-
follow-redirects "^1.15.4"
778-
form-data "^4.0.4"
777+
follow-redirects "^1.15.11"
778+
form-data "^4.0.5"
779779
proxy-from-env "^1.1.0"
780780

781781
bail@^1.0.0:
@@ -1969,10 +1969,10 @@ flatted@^3.1.0:
19691969
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3"
19701970
integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==
19711971

1972-
follow-redirects@^1.15.4:
1973-
version "1.15.9"
1974-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
1975-
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
1972+
follow-redirects@^1.15.11:
1973+
version "1.15.11"
1974+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
1975+
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
19761976

19771977
form-data@^3.0.0:
19781978
version "3.0.1"
@@ -1992,10 +1992,10 @@ form-data@^4.0.0:
19921992
combined-stream "^1.0.8"
19931993
mime-types "^2.1.12"
19941994

1995-
form-data@^4.0.4:
1996-
version "4.0.4"
1997-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
1998-
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
1995+
form-data@^4.0.5:
1996+
version "4.0.5"
1997+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
1998+
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
19991999
dependencies:
20002000
asynckit "^0.4.0"
20012001
combined-stream "^1.0.8"

0 commit comments

Comments
 (0)