Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency axios to v1 #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@nestjs/core": "9.3.12",
"@types/proper-url-join": "2.1.1",
"@types/qs": "6.9.7",
"axios": "0.27.2",
"axios": "1.7.8",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"reflect-metadata": "0.1.13",
Expand Down
30 changes: 29 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2757,6 +2757,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.7.8":
version: 1.7.8
resolution: "axios@npm:1.7.8"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 9f4c24e79a2219c7d2f4389d81a97b62d5c94dd46e10b8813ef9f5c865a151a832b15c67fb283c106feff43f28039a919c66aba549f7bf5d4760bf12b1578fa5
languageName: node
linkType: hard

"axobject-query@npm:^3.1.1":
version: 3.1.1
resolution: "axobject-query@npm:3.1.1"
Expand Down Expand Up @@ -5029,6 +5040,16 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.15.6":
version: 1.15.9
resolution: "follow-redirects@npm:1.15.9"
peerDependenciesMeta:
debug:
optional: true
checksum: c332c60fb9205796d5afb68a7fea37742072d0e9a1821dbaa6c81f9becf98a7448d242281319f0d03fe24e2dc4e8e090bcf147946a42019d7c660c4f597d7ad2
languageName: node
linkType: hard

"for-each@npm:^0.3.3":
version: 0.3.3
resolution: "for-each@npm:0.3.3"
Expand Down Expand Up @@ -8684,6 +8705,13 @@ __metadata:
languageName: node
linkType: hard

"proxy-from-env@npm:^1.1.0":
version: 1.1.0
resolution: "proxy-from-env@npm:1.1.0"
checksum: 0bba2ef7c8374b384e94e4477764e53df66fcdfa7d19e2c4a063cb39eea979c139ce13981970223665422e72b7d149609a927046e2e40ab340b84d91af082591
languageName: node
linkType: hard

"pump@npm:^3.0.0":
version: 3.0.0
resolution: "pump@npm:3.0.0"
Expand Down Expand Up @@ -11128,7 +11156,7 @@ __metadata:
"@nestjs/core": "npm:9.3.12"
"@types/proper-url-join": "npm:2.1.1"
"@types/qs": "npm:6.9.7"
axios: "npm:0.27.2"
axios: "npm:1.7.8"
class-transformer: "npm:0.5.1"
class-validator: "npm:0.14.0"
proper-url-join: "npm:^2.1.1"
Expand Down
Loading