Skip to content

Commit edaae2c

Browse files
authored
Bump axios to v1.13.2 to address Snyk security vulnerabilities (#144)
* Bump axios to v1.12.0 to address Snyk vulnerabilities * Bump axios to latest version 1.13.2 * Update package-lock.json for axios 1.13.2 * Bump node version in verify workflow * Try Node 25 for verify workflow, the latest version
1 parent 5ef3e2a commit edaae2c

File tree

3 files changed

+5732
-3378
lines changed

3 files changed

+5732
-3378
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
uses: actions/checkout@v2.4.0
1717

1818
- name: Setup .npmrc file
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v4
2020
with:
21-
node-version: 14
21+
node-version: 25
2222

2323
- run: npm ci
2424

0 commit comments

Comments
 (0)