Skip to content

Commit

Permalink
Merge pull request #280 from Cox-Automotive/audit
Browse files Browse the repository at this point in the history
Updates npm dependencies according to npm audit
  • Loading branch information
americk0 authored Nov 6, 2024
2 parents 33c1d50 + 31e0f94 commit d6448e6
Show file tree
Hide file tree
Showing 6 changed files with 5,422 additions and 6,401 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,20 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

# Note: if this step is failing due to authentication errors, it is likely because you regenerated the npm-shrinkwrap.json
# file while your local NPM was set to use the coxauto artifactory NPM registry. To fix this, locally delete your node_modules
# folder and npm-shrinkwrap.json file, then run `npm i --registry=https://registry.npmjs.org/` to reinstall using public NPM
# and then `npm shrinkwrap` to regenerate the npm-shrinkwrap.json file.
- name: Install dependencies
run: npm ci
- run: npm run build --if-present
Expand Down
3 changes: 1 addition & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

Thanks for upgrading to the latest version of the ALKS CLI!

* Fixes duration flag for alks sessions open

* Updates dependencies to mitigate vulnerabilities

Have feedback? https://github.com/Cox-Automotive/ALKS-CLI/issues

Expand Down
3 changes: 1 addition & 2 deletions dist/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

Thanks for upgrading to the latest version of the ALKS CLI!

* Fixes duration flag for alks sessions open

* Updates dependencies to mitigate vulnerabilities

Have feedback? https://github.com/Cox-Automotive/ALKS-CLI/issues

Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"optionalDependencies": {
"express": "^4.17.1",
"express-list-endpoints": "^3.0.1",
"forever": "^4.0.3",
"forever": "^1.0.1",
"keytar": "^7.7.0"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit d6448e6

Please sign in to comment.