diff --git a/package.json b/package.json index f5a1eac2..e41279c4 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,13 @@ "commitizen": { "path": "./node_modules/cz-conventional-changelog" } + }, + "overrides": { + "gitbook-plugin-sharing": { + "lodash": "4.17.21" + } + }, + "resolutions": { + "lodash": "^4.17.21" } }