Skip to content

Commit

Permalink
fix: dashboard/package.json & dashboard/yarn.lock to reduce vulnerabi…
Browse files Browse the repository at this point in the history
…lities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-DOMPURIFY-8318045
  • Loading branch information
snyk-bot committed Nov 3, 2024
1 parent 48afb6a commit 86f9923
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"axios": "^0.21.3",
"codemirror": "^5.63.0",
"date-fns": "^2.22.1",
"dompurify": "^2.2.9",
"dompurify": "^2.4.2",
"es6-promise": "^4.2.8",
"formik": "^2.2.8",
"grommet": "^2.17.2",
Expand Down
8 changes: 4 additions & 4 deletions dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5226,10 +5226,10 @@ domhandler@^2.3.0:
dependencies:
domelementtype "1"

dompurify@^2.2.9:
version "2.2.9"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.2.9.tgz#4b42e244238032d9286a0d2c87b51313581d9624"
integrity sha512-+9MqacuigMIZ+1+EwoEltogyWGFTJZWU3258Rupxs+2CGs4H914G9er6pZbsme/bvb5L67o2rade9n21e4RW/w==
dompurify@^2.4.2:
version "2.5.7"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.5.7.tgz#6e0d36b9177db5a99f18ade1f28579db5ab839d7"
integrity sha512-2q4bEI+coQM8f5ez7kt2xclg1XsecaV9ASJk/54vwlfRRNQfDqJz2pzQ8t0Ix/ToBpXlVjrRIx7pFC/o8itG2Q==

[email protected]:
version "1.5.1"
Expand Down

0 comments on commit 86f9923

Please sign in to comment.