Skip to content

Commit 9ad3d3e

Browse files
dependabot[bot]eleanorreem
authored andcommitted
chore(deps): bump axios from 1.7.4 to 1.7.7
Bumps [axios](https://github.com/axios/axios) from 1.7.4 to 1.7.7. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.4...v1.7.7) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b410241 commit 9ad3d3e

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.4",
41+
"axios": "^1.7.7",
4242
"class-transformer": "^0.5.1",
4343
"class-validator": "^0.14.1",
4444
"date-fns": "^3.6.0",

yarn.lock

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

2269-
axios@^1.7.4:
2270-
version "1.7.4"
2271-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
2272-
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
2269+
axios@^1.7.4, axios@^1.7.7:
2270+
version "1.7.7"
2271+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f"
2272+
integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==
22732273
dependencies:
22742274
follow-redirects "^1.15.6"
22752275
form-data "^4.0.0"

0 commit comments

Comments
 (0)