Skip to content

Commit 1e3c58b

Browse files
chore(deps): bump axios from 1.7.2 to 1.7.3 (chaynHQ#569)
Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.2...v1.7.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 37d6272 commit 1e3c58b

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.2",
41+
"axios": "^1.7.3",
4242
"class-transformer": "^0.5.1",
4343
"class-validator": "^0.14.1",
4444
"date-fns": "^3.6.0",

yarn.lock

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2301,19 +2301,10 @@ asynckit@^0.4.0:
23012301
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
23022302
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
23032303

2304-
axios@^1.6.8:
2305-
version "1.7.1"
2306-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.1.tgz#522145622a09dfaf49359837db9649ff245a35b9"
2307-
integrity sha512-+LV37nQcd1EpFalkXksWNBiA17NZ5m5/WspmHGmZmdx1qBOg/VNq/c4eRJiA9VQQHBOs+N0ZhhdU10h2TyNK7Q==
2308-
dependencies:
2309-
follow-redirects "^1.15.6"
2310-
form-data "^4.0.0"
2311-
proxy-from-env "^1.1.0"
2312-
2313-
axios@^1.7.2:
2314-
version "1.7.2"
2315-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
2316-
integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
2304+
axios@^1.6.8, axios@^1.7.3:
2305+
version "1.7.3"
2306+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.3.tgz#a1125f2faf702bc8e8f2104ec3a76fab40257d85"
2307+
integrity sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==
23172308
dependencies:
23182309
follow-redirects "^1.15.6"
23192310
form-data "^4.0.0"

0 commit comments

Comments
 (0)