-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): resolve vulnerability in axios version (#256)
This commit forces a release for the updated axios version that resolved a vulnerability. It also includes build changes to stop testing on Node 14, which had EOL 6 months ago, start testing on Node 20, and document that Node 14 is technically no longer guaranteed, even though it is supported. This also fixes a test to be more flexible on different Node versions, as `JSON.parse()` throws slightly different errors on Node 18 vs Node 20. Signed-off-by: Dustin Popp <dpopp07@gmail.com>
- Loading branch information
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ language: node_js | |
dist: jammy | ||
|
||
node_js: | ||
- 14 | ||
- 16 | ||
- 18 | ||
- 20 | ||
|
||
cache: | ||
npm: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters