Skip to content

Commit

Permalink
fix: deps/v8/bazel/requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6150717
  • Loading branch information
snyk-bot committed Jan 11, 2024
1 parent 1dcfc65 commit 69c03ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/v8/bazel/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --generate-hashes requirements.in
#
jinja2==3.0.3 \
jinja2==3.1.3 \
--hash=sha256:077ce6014f7b40d03b47d1f1ca4b0fc8328a692bd284016f806ed0eaca390ad8 \
--hash=sha256:611bb273cd68f3b993fabdc4064fc858c5b47a973cb5aa7999ec1ba405c87cd7
# via -r requirements.in
Expand Down

0 comments on commit 69c03ba

Please sign in to comment.