Skip to content
Closed
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"packageManager": "yarn@3.6.3",
"dependencies": {
"@actions/core": "^1.11.1",
"axios": "^1.11.0"
"axios": "^1.12.2"
},
"devDependencies": {
"@types/node": "^20.6.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -458,14 +458,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.11.0":
version: 1.12.0
resolution: "axios@npm:1.12.0"
"axios@npm:^1.12.2":
version: 1.12.2
resolution: "axios@npm:1.12.2"
dependencies:
follow-redirects: ^1.15.6
form-data: ^4.0.4
proxy-from-env: ^1.1.0
checksum: f2a109efea16711907ae86acc46434d52da28e889bf1d2fc2b66844e82c9908f6d96d988ad9043b37d4146abc182e67d61abd87367152bbbc1cd73afa3c5de71
checksum: f0331594fe053a4bbff04104edb073973a3aabfad2e56b0aa18de82428aa63f6f0839ca3d837258ec739cb4528014121793b1649a21e5115ffb2bf8237eadca3
languageName: node
linkType: hard

Expand Down Expand Up @@ -1104,7 +1104,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^6.6.0
"@typescript-eslint/parser": ^6.6.0
"@vercel/ncc": ^0.38.0
axios: ^1.11.0
axios: ^1.12.2
eslint: ^8.49.0
eslint-config-prettier: ^9.0.0
eslint-plugin-prettier: ^5.0.0
Expand Down
Loading