Skip to content

Commit fb02c20

Browse files
chore(deps): bump axios from 1.7.9 to 1.8.2 (#230)
* chore(deps): bump axios from 1.7.9 to 1.8.2 Bumps [axios](https://github.com/axios/axios) from 1.7.9 to 1.8.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.9...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update test.yaml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dan Adajian <dadajian@expediagroup.com>
1 parent fa61706 commit fb02c20

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858

5959
- name: Setup
6060
uses: hashicorp/setup-terraform@v3
61+
with:
62+
terraform_version: ${{ env.TF_VERSION }}
6163

6264
- name: Terraform Init
6365
run: terraform init -backend=false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "bun jest"
1111
},
1212
"dependencies": {
13-
"axios": "1.7.9",
13+
"axios": "1.8.2",
1414
"lodash.mapkeys": "4.6.0",
1515
"zod": "3.24.2"
1616
},

0 commit comments

Comments
 (0)