Skip to content

Commit

Permalink
chore: override lodash of pegjs-otf grandchild dep to resolve dependa…
Browse files Browse the repository at this point in the history
…bot alerts
  • Loading branch information
bchew committed Apr 6, 2022
1 parent 56fe402 commit 58cf9e3
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 16 deletions.
34 changes: 19 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.0",
"@babel/generator": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@commitlint/cli": "^16.1.0",
Expand Down Expand Up @@ -175,6 +175,15 @@
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"overrides": {
"react-to-typescript-definitions": {
"astq": {
"pegjs-otf": {
"lodash": "4.17.21"
}
}
}
},
"engines": {
"node": "^16"
},
Expand Down

0 comments on commit 58cf9e3

Please sign in to comment.