Skip to content

Commit 0ce93a3

Browse files
committed
fix: resolve critical lodash vulnerabilities in gitbook-plugin-sharing
- Added npm overrides to force lodash ^4.17.21 - Addresses GHSA-fvqr-27wr-82fm, GHSA-35jh-r3h4-6jhm, and others - Resolves transitive dependency issues in unmaintained gitbook plugin
1 parent 6fce5de commit 0ce93a3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@
3636
"commitizen": {
3737
"path": "./node_modules/cz-conventional-changelog"
3838
}
39+
},
40+
"overrides": {
41+
"lodash": "^4.17.21"
3942
}
4043
}

0 commit comments

Comments
 (0)