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

Commit 48712e4

Browse files
Bump @nestjs/axios from 0.0.7 to 3.0.1 in /lib
Bumps [@nestjs/axios](https://github.com/nestjs/axios) from 0.0.7 to 3.0.1. - [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.1) --- 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 acf41b8 commit 48712e4

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.1",
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
@@ -709,12 +709,10 @@
709709
"@jridgewell/resolve-uri" "3.1.0"
710710
"@jridgewell/sourcemap-codec" "1.4.14"
711711

712-
"@nestjs/axios@^0.0.7":
713-
version "0.0.7"
714-
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-0.0.7.tgz#7f134636db13c2c1e8299365c7eceb73cd782b67"
715-
integrity sha512-at8nj+1Nb8UleHcIN5QqZYeWX54m4m9s9gxzVE1qWy00neX2rg0+h2TfbWsnDi2tc23zIxqexanxMOJZbzO0CA==
716-
dependencies:
717-
axios "0.26.0"
712+
"@nestjs/axios@^3.0.1":
713+
version "3.0.1"
714+
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-3.0.1.tgz#b006f81dd54a49def92cfaf9a8970434567e75ce"
715+
integrity sha512-VlOZhAGDmOoFdsmewn8AyClAdGpKXQQaY1+3PGB+g6ceurGIdTxZgRX3VXc1T6Zs60PedWjg3A82TDOB05mrzQ==
718716

719717
"@nestjs/cli@10.1.18":
720718
version "10.1.18"
@@ -1762,13 +1760,6 @@ available-typed-arrays@^1.0.5:
17621760
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
17631761
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
17641762

1765-
axios@0.26.0:
1766-
version "0.26.0"
1767-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.0.tgz#9a318f1c69ec108f8cd5f3c3d390366635e13928"
1768-
integrity sha512-lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og==
1769-
dependencies:
1770-
follow-redirects "^1.14.8"
1771-
17721763
axios@^1.4.0:
17731764
version "1.4.0"
17741765
resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f"
@@ -3436,7 +3427,7 @@ flatted@^3.1.0:
34363427
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
34373428
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
34383429

3439-
follow-redirects@^1.14.8, follow-redirects@^1.15.0:
3430+
follow-redirects@^1.15.0:
34403431
version "1.15.2"
34413432
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
34423433
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==

0 commit comments

Comments
 (0)