Skip to content

Commit 79d3262

Browse files
steveukxsnyk-bot
andauthored
[Snyk] Security upgrade lerna from 7.1.4 to 8.0.1 (#963)
* 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 <[email protected]>
1 parent 4820ac9 commit 79d3262

File tree

3 files changed

+562
-367
lines changed

3 files changed

+562
-367
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [14, 16, 18, 20]
17+
node-version: [18, 20, 21]
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Use Node.js ${{ matrix.node-version }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@changesets/changelog-github": "^0.4.8",
1919
"@changesets/cli": "^2.26.2",
20-
"lerna": "^7.1.4",
20+
"lerna": "^8.0.1",
2121
"prettier": "^3.0.1"
2222
}
2323
}

0 commit comments

Comments
 (0)