Skip to content

Commit 703fb17

Browse files
authored
Merge pull request #500 from a-sh-dev/dependabot/npm_and_yarn/_ca_practice/dice_roller/axios-1.8.2
2 parents 0a25feb + cfb1985 commit 703fb17

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

_ca_practice/dice_roller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@testing-library/jest-dom": "^5.11.4",
77
"@testing-library/react": "^11.1.0",
88
"@testing-library/user-event": "^12.1.10",
9-
"axios": "^1.6.0",
9+
"axios": "^1.8.2",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2",
1212
"react-scripts": "4.0.3",

_ca_practice/dice_roller/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2517,12 +2517,12 @@ axe-core@^4.0.2:
25172517
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.1.2.tgz#7cf783331320098bfbef620df3b3c770147bc224"
25182518
integrity sha512-V+Nq70NxKhYt89ArVcaNL9FDryB3vQOd+BFXZIfO3RP6rwtj+2yqqqdHEkacutglPaZLkJeuXKCjCJDMGPtPqg==
25192519

2520-
axios@^1.6.0:
2521-
version "1.6.0"
2522-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
2523-
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
2520+
axios@^1.8.2:
2521+
version "1.8.2"
2522+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
2523+
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
25242524
dependencies:
2525-
follow-redirects "^1.15.0"
2525+
follow-redirects "^1.15.6"
25262526
form-data "^4.0.0"
25272527
proxy-from-env "^1.1.0"
25282528

@@ -5053,10 +5053,10 @@ flush-write-stream@^1.0.0:
50535053
inherits "^2.0.3"
50545054
readable-stream "^2.3.6"
50555055

5056-
follow-redirects@^1.0.0, follow-redirects@^1.15.0:
5057-
version "1.15.6"
5058-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
5059-
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
5056+
follow-redirects@^1.0.0, follow-redirects@^1.15.6:
5057+
version "1.15.9"
5058+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
5059+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
50605060

50615061
for-in@^1.0.2:
50625062
version "1.0.2"

0 commit comments

Comments
 (0)