Skip to content

Commit

Permalink
[Snyk] Security upgrade lerna from 7.1.4 to 8.0.1 (#963)
Browse files Browse the repository at this point in the history
* fix: package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116

* Update lock file

* Update version matrix for CI jobs

---------

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
steveukx and snyk-bot committed Dec 28, 2023
1 parent 4820ac9 commit 79d3262
Show file tree
Hide file tree
Showing 3 changed files with 562 additions and 367 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18, 20]
node-version: [18, 20, 21]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"lerna": "^7.1.4",
"lerna": "^8.0.1",
"prettier": "^3.0.1"
}
}

0 comments on commit 79d3262

Please sign in to comment.