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

Bump axios from 1.4.0 to 1.8.3 in /typescript/base #361

Open
wants to merge 1 commit into
base: develop
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 typescript/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"version": "1.0.2",
"dependencies": {
"@renovatebot/pep440": "^3.0.20",
"axios": "^1.4.0",
"axios": "^1.8.3",
"semver": "^7.6.0"
}
}
20 changes: 10 additions & 10 deletions typescript/base/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ __metadata:
"@types/node": ^22.9.0
"@typescript-eslint/eslint-plugin": ^6.0.0
"@typescript-eslint/parser": ^8.8.0
axios: ^1.4.0
axios: ^1.8.3
eslint: ^8.45.0
semver: ^7.6.0
typescript: ^5.6.3
Expand Down Expand Up @@ -397,14 +397,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.4.0":
version: 1.4.0
resolution: "axios@npm:1.4.0"
"axios@npm:^1.8.3":
version: 1.8.3
resolution: "axios@npm:1.8.3"
dependencies:
follow-redirects: ^1.15.0
follow-redirects: ^1.15.6
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: 7fb6a4313bae7f45e89d62c70a800913c303df653f19eafec88e56cea2e3821066b8409bc68be1930ecca80e861c52aa787659df0ffec6ad4d451c7816b9386b
checksum: 85fc8ad7d968e43ea9da5513310637d29654b181411012ee14cc0a4b3662782e6c81ac25eea40b5684f86ed2d8a01fa6fc20b9b48c4da14ef4eaee848fea43bc
languageName: node
linkType: hard

Expand Down Expand Up @@ -786,13 +786,13 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.15.0":
version: 1.15.2
resolution: "follow-redirects@npm:1.15.2"
"follow-redirects@npm:^1.15.6":
version: 1.15.9
resolution: "follow-redirects@npm:1.15.9"
peerDependenciesMeta:
debug:
optional: true
checksum: faa66059b66358ba65c234c2f2a37fcec029dc22775f35d9ad6abac56003268baf41e55f9ee645957b32c7d9f62baf1f0b906e68267276f54ec4b4c597c2b190
checksum: 859e2bacc7a54506f2bf9aacb10d165df78c8c1b0ceb8023f966621b233717dab56e8d08baadc3ad3b9db58af290413d585c999694b7c146aaf2616340c3d2a6
languageName: node
linkType: hard

Expand Down
Loading