Skip to content

Commit 829c8a5

Browse files
fix(deps): patch transitive CVEs via overrides
- handlebars 4.7.8 -> 4.7.9 (CVE-2026-33916 thru CVE-2026-33941) - flatted 3.3.4 -> 3.4.2 (CVE-2026-32141, CVE-2026-33228) - minimatch 10.2.4 -> 10.2.5 to pull brace-expansion 5.0.5 (CVE-2026-33750) - brace-expansion 1.1.12 -> 1.1.13 (CVE-2026-33750) - lodash-es 4.17.23 -> 4.18.1 (CVE-2026-2950, CVE-2026-4800) - path-to-regexp 0.1.12 -> 0.1.13 (CVE-2026-4867) - picomatch 4.0.3 -> 4.0.4 (CVE-2026-33672, CVE-2026-33671) - yaml 2.8.2 -> 2.8.3 (CVE-2026-33532)
1 parent b4134d0 commit 829c8a5

2 files changed

Lines changed: 29 additions & 72 deletions

File tree

package-lock.json

Lines changed: 20 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"prettier": "^3.2.5",
5151
"ts-jest": "^29.1.1",
5252
"typescript": "^5.5.2",
53-
"minimatch": "10.2.4"
53+
"minimatch": "10.2.5"
5454
},
5555
"optionalDependencies": {
5656
"@nx/nx-darwin-arm64": "22.5.3",
@@ -59,7 +59,14 @@
5959
"@nx/nx-win32-x64-msvc": "22.5.3"
6060
},
6161
"overrides": {
62-
"minimatch": "$minimatch"
62+
"minimatch": "$minimatch",
63+
"handlebars": "4.7.9",
64+
"flatted": "3.4.2",
65+
"brace-expansion@^1": "1.1.13",
66+
"lodash-es": "4.18.1",
67+
"path-to-regexp@<1": "0.1.13",
68+
"picomatch": "4.0.4",
69+
"yaml@^2": "2.8.3"
6370
},
6471
"resolutions": {
6572
"@types/node": "^18"

0 commit comments

Comments
 (0)