Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit df707d7

Browse files
Bump @nestjs/axios from 0.0.7 to 3.0.0 in /lib
Bumps [@nestjs/axios](https://github.com/nestjs/axios) from 0.0.7 to 3.0.0. - [Release notes](https://github.com/nestjs/axios/releases) - [Changelog](https://github.com/nestjs/axios/blob/master/.release-it.json) - [Commits](nestjs/axios@0.0.7...3.0.0) --- updated-dependencies: - dependency-name: "@nestjs/axios" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab1cc86 commit df707d7

2 files changed

Lines changed: 6 additions & 15 deletions

File tree

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"dependencies": {
2222
"@clickhouse/client": "^0.2.2",
23-
"@nestjs/axios": "^0.0.7",
23+
"@nestjs/axios": "^3.0.0",
2424
"@nestjs/common": "9.0.5",
2525
"@nestjs/config": "^3.0.0",
2626
"@nestjs/core": "9.0.5",

lib/yarn.lock

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -703,12 +703,10 @@
703703
"@jridgewell/resolve-uri" "3.1.0"
704704
"@jridgewell/sourcemap-codec" "1.4.14"
705705

706-
"@nestjs/axios@^0.0.7":
707-
version "0.0.7"
708-
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-0.0.7.tgz#7f134636db13c2c1e8299365c7eceb73cd782b67"
709-
integrity sha512-at8nj+1Nb8UleHcIN5QqZYeWX54m4m9s9gxzVE1qWy00neX2rg0+h2TfbWsnDi2tc23zIxqexanxMOJZbzO0CA==
710-
dependencies:
711-
axios "0.26.0"
706+
"@nestjs/axios@^3.0.0":
707+
version "3.0.0"
708+
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-3.0.0.tgz#a2e70b118e3058f3d4b9c3deacd496ec4e3ee69e"
709+
integrity sha512-ULdH03jDWkS5dy9X69XbUVbhC+0pVnrRcj7bIK/ytTZ76w7CgvTZDJqsIyisg3kNOiljRW/4NIjSf3j6YGvl+g==
712710

713711
"@nestjs/cli@10.1.11":
714712
version "10.1.11"
@@ -1756,13 +1754,6 @@ available-typed-arrays@^1.0.5:
17561754
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
17571755
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
17581756

1759-
axios@0.26.0:
1760-
version "0.26.0"
1761-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.0.tgz#9a318f1c69ec108f8cd5f3c3d390366635e13928"
1762-
integrity sha512-lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og==
1763-
dependencies:
1764-
follow-redirects "^1.14.8"
1765-
17661757
axios@^1.4.0:
17671758
version "1.4.0"
17681759
resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f"
@@ -3430,7 +3421,7 @@ flatted@^3.1.0:
34303421
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
34313422
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
34323423

3433-
follow-redirects@^1.14.8, follow-redirects@^1.15.0:
3424+
follow-redirects@^1.15.0:
34343425
version "1.15.2"
34353426
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
34363427
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==

0 commit comments

Comments
 (0)