Skip to content

Commit

Permalink
Merge pull request #25 from Bandwidth/snyk-fix-092074bae4d3af776dc0b7…
Browse files Browse the repository at this point in the history
…22407170d6

SWI-3723 [Snyk] Security upgrade axios from 0.27.2 to 1.6.8
  • Loading branch information
ckoegel authored Sep 17, 2024
2 parents 52dafb5 + 44e161d commit 2e5d27c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18, 'latest']
node-version: [16, 18, 20, 22]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down
34 changes: 21 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"@stoplight/spectral-core": "^1.12.3",
"@stoplight/spectral-ruleset-bundler": "^1.3.0",
"@stoplight/spectral-runtime": "^1.1.2",
"axios": "^0.27.2",
"axios": "^1.7.7",
"chalk": "^4.1.2",
"tmp": "^0.2.2",
"yargs": "^17.5.1"
"yargs": "^17.7.2"
}
}

0 comments on commit 2e5d27c

Please sign in to comment.