Skip to content

Commit 9db10aa

Browse files
Bump axios from 1.6.7 to 1.8.2
Bumps [axios](https://github.com/axios/axios) from 1.6.7 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.7...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 579281f commit 9db10aa

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

apps/rn-cli-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/react": "^18.2.6",
4040
"@types/react-native-video": "^5.0.15",
4141
"@types/react-test-renderer": "^18.0.0",
42-
"axios": "^1.6.0",
42+
"axios": "^1.8.2",
4343
"babel-jest": "^29.6.3",
4444
"eslint": "^8.19.0",
4545
"jest": "^29.7.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -3454,12 +3454,12 @@ available-typed-arrays@^1.0.5:
34543454
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
34553455
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
34563456

3457-
axios@^1.6.0:
3458-
version "1.6.7"
3459-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
3460-
integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==
3457+
axios@^1.8.2:
3458+
version "1.8.2"
3459+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
3460+
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
34613461
dependencies:
3462-
follow-redirects "^1.15.4"
3462+
follow-redirects "^1.15.6"
34633463
form-data "^4.0.0"
34643464
proxy-from-env "^1.1.0"
34653465

@@ -5337,10 +5337,10 @@ flow-parser@^0.206.0:
53375337
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.206.0.tgz#f4f794f8026535278393308e01ea72f31000bfef"
53385338
integrity sha512-HVzoK3r6Vsg+lKvlIZzaWNBVai+FXTX1wdYhz/wVlH13tb/gOdLXmlTqy6odmTBhT5UoWUbq0k8263Qhr9d88w==
53395339

5340-
follow-redirects@^1.15.4:
5341-
version "1.15.5"
5342-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
5343-
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
5340+
follow-redirects@^1.15.6:
5341+
version "1.15.9"
5342+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
5343+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
53445344

53455345
fontfaceobserver@^2.1.0:
53465346
version "2.3.0"

0 commit comments

Comments
 (0)