Skip to content

Commit 2e5d27c

Browse files
authored
Merge pull request #25 from Bandwidth/snyk-fix-092074bae4d3af776dc0b722407170d6
SWI-3723 [Snyk] Security upgrade axios from 0.27.2 to 1.6.8
2 parents 52dafb5 + 44e161d commit 2e5d27c

File tree

3 files changed

+26
-18
lines changed

3 files changed

+26
-18
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [14, 16, 18, 'latest']
13+
node-version: [16, 18, 20, 22]
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
- name: Setup Node
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222

package-lock.json

Lines changed: 21 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"@stoplight/spectral-core": "^1.12.3",
3434
"@stoplight/spectral-ruleset-bundler": "^1.3.0",
3535
"@stoplight/spectral-runtime": "^1.1.2",
36-
"axios": "^0.27.2",
36+
"axios": "^1.7.7",
3737
"chalk": "^4.1.2",
3838
"tmp": "^0.2.2",
39-
"yargs": "^17.5.1"
39+
"yargs": "^17.7.2"
4040
}
4141
}

0 commit comments

Comments
 (0)