Skip to content

Commit 7b91e7a

Browse files
authored
chore: upgrade lerna to fix CVE with tar dependency (#4555)
See GHSA-f5x3-32g6-xq36 The affected version of `tar` is only used in build tooling, i.e. no risk to published packages. --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
1 parent b4cc08c commit 7b91e7a

2 files changed

Lines changed: 606 additions & 635 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"jest-circus": "^28.1.3",
3232
"jest-config": "^28.1.3",
3333
"jest-expect-message": "^1.1.3",
34-
"lerna": "^8.1.2",
34+
"lerna": "^8.1.5",
3535
"prettier": "^3.2.5",
3636
"standard-version": "^9.5.0",
3737
"ts-node": "^10.9.2",

0 commit comments

Comments
 (0)