Skip to content

Commit ccf81c6

Browse files
chore(deps): bump axios from 1.7.7 to 1.7.9 (#759)
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.7.9. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.7...v1.7.9) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9979d5c commit ccf81c6

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": "^10.2.3",
4040
"@nestjs/typeorm": "^10.0.2",
41-
"axios": "^1.7.7",
41+
"axios": "^1.7.9",
4242
"class-transformer": "^0.5.1",
4343
"class-validator": "^0.14.1",
4444
"crisp-api": "^9.4.0",

yarn.lock

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

2346-
axios@^1.7.4, axios@^1.7.7:
2347-
version "1.7.7"
2348-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f"
2349-
integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==
2346+
axios@^1.7.4, axios@^1.7.9:
2347+
version "1.7.9"
2348+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
2349+
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
23502350
dependencies:
23512351
follow-redirects "^1.15.6"
23522352
form-data "^4.0.0"

0 commit comments

Comments
 (0)