Skip to content

Commit

Permalink
Update dependency axios to ^1.7.7 (#51)
Browse files Browse the repository at this point in the history
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| npm        | axios   | 1.7.7 | 1.7.7 |

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent be9f286 commit 87b1794
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"@actions/core": "^1.11.1",
"@docker/actions-toolkit": "^0.39.0",
"axios": "^1.6.8"
"axios": "^1.7.7"
},
"description": "GitHub Action to check if a Docker image needs to be updated",
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2053,7 +2053,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.6.8":
"axios@npm:^1.7.7":
version: 1.7.7
resolution: "axios@npm:1.7.7"
dependencies:
Expand Down Expand Up @@ -4934,7 +4934,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:^8.8.0"
"@typescript-eslint/parser": "npm:^8.8.0"
"@vercel/ncc": "npm:^0.38.2"
axios: "npm:^1.6.8"
axios: "npm:^1.7.7"
eslint: "npm:^8.57.1"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-import: "npm:^2.31.0"
Expand Down

0 comments on commit 87b1794

Please sign in to comment.