Skip to content

Commit 0d10903

Browse files
chore(deps): bump axios from 1.7.9 to 1.8.2 (#794)
Bumps [axios](https://github.com/axios/axios) from 1.7.9 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.7.9...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kylee Fields <[email protected]>
1 parent d26b007 commit 0d10903

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@nestjs/swagger": "^7.4.0",
3939
"@nestjs/terminus": "^11.0.0",
4040
"@nestjs/typeorm": "^10.0.2",
41-
"axios": "^1.7.9",
41+
"axios": "^1.8.2",
4242
"class-transformer": "^0.5.1",
4343
"class-validator": "^0.14.1",
4444
"crisp-api": "^9.7.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2537,10 +2537,10 @@ asynckit@^0.4.0:
25372537
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
25382538
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
25392539

2540-
axios@^1.7.4, axios@^1.7.9:
2541-
version "1.7.9"
2542-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
2543-
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
2540+
axios@^1.7.4, axios@^1.8.2:
2541+
version "1.8.2"
2542+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
2543+
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
25442544
dependencies:
25452545
follow-redirects "^1.15.6"
25462546
form-data "^4.0.0"

0 commit comments

Comments
 (0)