Skip to content

Commit

Permalink
Fix security issues using overrides
Browse files Browse the repository at this point in the history
Dependabot reported the following issues:

Prototype Pollution in JSON5 via Parse Method

Got allows a redirect to a UNIX socket

Fix them using overrides.
  • Loading branch information
andreyfel committed Aug 18, 2023
1 parent 00e9176 commit 73bd261
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 130 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@
"peerDependencies": {
"ember-source": "^4.0.0"
},
"pnpm": {
"overrides": {
"babel-plugin-module-resolver": "5.0.0",
"package-json": "7.0.0"
}
},
"engines": {
"node": "16.* || >= 18"
},
Expand Down
Loading

0 comments on commit 73bd261

Please sign in to comment.