Skip to content

Commit ecaa6f9

Browse files
Bump axios from 1.6.0 to 1.8.2
Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.8.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.6.0...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ebef8fe commit ecaa6f9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"spotlight-client/**/*.json": "cd spotlight-client && yarn prettier --write"
3232
},
3333
"dependencies": {
34-
"axios": "1.6.0",
34+
"axios": "1.8.2",
3535
"jwks-rsa": "^3.1.0"
3636
}
3737
}

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@ asynckit@^0.4.0:
168168
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
169169
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
170170

171-
axios@1.6.0:
172-
version "1.6.0"
173-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
174-
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
171+
axios@1.8.2:
172+
version "1.8.2"
173+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
174+
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
175175
dependencies:
176-
follow-redirects "^1.15.0"
176+
follow-redirects "^1.15.6"
177177
form-data "^4.0.0"
178178
proxy-from-env "^1.1.0"
179179

@@ -447,10 +447,10 @@ fill-range@^7.1.1:
447447
dependencies:
448448
to-regex-range "^5.0.1"
449449

450-
follow-redirects@^1.15.0:
451-
version "1.15.6"
452-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
453-
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
450+
follow-redirects@^1.15.6:
451+
version "1.15.9"
452+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
453+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
454454

455455
form-data@^4.0.0:
456456
version "4.0.0"

0 commit comments

Comments
 (0)