Skip to content

Commit

Permalink
Merge pull request #275 from Cox-Automotive/npm-audit-fix
Browse files Browse the repository at this point in the history
updates mocha and removes unused watchify dep
  • Loading branch information
americk0 committed Jun 27, 2022
2 parents d8aca3e + 80c8b9e commit 5afaa6a
Show file tree
Hide file tree
Showing 42 changed files with 8,386 additions and 10,469 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
All changes to ALKS.js for this version will be noted here

## Changed
- adds updateRole method for modifying roles (currently only supports setting tags on roles)
- Removes dev dependency on Watchify
- Updates dev dependency on Mocha
- Updates package lock to pin newer dependency versions containing patches for recent vulnerabilities
- Updates github actions to build against current node lts versions
- Updates package.json to indicate support for only current node lts version
2 changes: 1 addition & 1 deletion dist/alks.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 5afaa6a

Please sign in to comment.