Skip to content

Commit 2c0dd44

Browse files
chore(deps): bump @nestjs/axios from 3.0.3 to 4.0.0 (#753)
Bumps [@nestjs/axios](https://github.com/nestjs/axios) from 3.0.3 to 4.0.0. - [Release notes](https://github.com/nestjs/axios/releases) - [Changelog](https://github.com/nestjs/axios/blob/master/.release-it.json) - [Commits](nestjs/axios@3.0.3...4.0.0) --- updated-dependencies: - dependency-name: "@nestjs/axios" dependency-type: direct:production update-type: version-update:semver-major ... 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 cabc2e6 commit 2c0dd44

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
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@mailchimp/mailchimp_marketing": "^3.0.80",
33-
"@nestjs/axios": "^3.0.3",
33+
"@nestjs/axios": "^4.0.0",
3434
"@nestjs/common": "^10.4.13",
3535
"@nestjs/config": "^3.3.0",
3636
"@nestjs/core": "^10.4.15",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1223,10 +1223,10 @@
12231223
resolved "https://registry.yarnpkg.com/@microsoft/tsdoc/-/tsdoc-0.15.0.tgz#f29a55df17cb6e87cfbabce33ff6a14a9f85076d"
12241224
integrity sha512-HZpPoABogPvjeJOdzCOSJsXeL/SMCBgBZMVC3X3d7YYp2gf31MfxhUoYUNwf1ERPJOnQc0wkFn9trqI6ZEdZuA==
12251225

1226-
"@nestjs/axios@^3.0.3":
1227-
version "3.0.3"
1228-
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-3.0.3.tgz#a663cb13cff07ea6b9a7107263de2ae472d41118"
1229-
integrity sha512-h6TCn3yJwD6OKqqqfmtRS5Zo4E46Ip2n+gK1sqwzNBC+qxQ9xpCu+ODVRFur6V3alHSCSBxb3nNtt73VEdluyA==
1226+
"@nestjs/axios@^4.0.0":
1227+
version "4.0.0"
1228+
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-4.0.0.tgz#520ff7c6238e635658fe334ee62db9d1b9c5546f"
1229+
integrity sha512-1cB+Jyltu/uUPNQrpUimRHEQHrnQrpLzVj6dU3dgn6iDDDdahr10TgHFGTmw5VuJ9GzKZsCLDL78VSwJAs/9JQ==
12301230

12311231
"@nestjs/cli@^10.4.9":
12321232
version "10.4.9"

0 commit comments

Comments
 (0)