Skip to content

Commit

Permalink
fix: overrides to fix vulnerabilities (#297)
Browse files Browse the repository at this point in the history
Overrides to force transitive dependency versions and fix reported
vulnerabilities [1]

[1] - https://github.com/open-feature/playground/security/dependabot

Signed-off-by: Kavindu Dodanduwa <[email protected]>
  • Loading branch information
Kavindu-Dodan authored Jun 27, 2024
1 parent 7d7d133 commit 7a5df65
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

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

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,10 @@
"url-loader": "^4.1.1",
"webpack": "5.91.0",
"webpack-merge": "^5.10.0"
},
"overrides": {
"braces": ">=3.0.3",
"ws": ">=8.17.1",
"@grpc/grpc-js": ">=1.10.9"
}
}

0 comments on commit 7a5df65

Please sign in to comment.