Skip to content

Commit

Permalink
build(deps): bump dompurify and @types/dompurify in /clients/ui/front…
Browse files Browse the repository at this point in the history
…end (#649)

Bumps [dompurify](https://github.com/cure53/DOMPurify) and [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dompurify). These dependencies needed to be updated together.

Updates `dompurify` from 2.5.8 to 3.2.3
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@2.5.8...3.2.3)

Updates `@types/dompurify` from 2.4.0 to 3.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dompurify)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/dompurify"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent ba333d7 commit f6feaeb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
27 changes: 14 additions & 13 deletions clients/ui/frontend/package-lock.json

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

4 changes: 2 additions & 2 deletions clients/ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/classnames": "^2.3.1",
"@types/dompurify": "^2.2.6",
"@types/dompurify": "^3.2.0",
"@types/jest": "^29.5.13",
"@types/lodash-es": "^4.17.8",
"@types/react-dom": "^18.3.1",
Expand Down Expand Up @@ -116,7 +116,7 @@
"react-dom": "^18",
"react-router": "^7.0.2",
"sass": "^1.78.0",
"dompurify": "^2.2.6",
"dompurify": "^3.2.3",
"showdown": "^2.1.0",
"classnames": "^2.2.6"
},
Expand Down

0 comments on commit f6feaeb

Please sign in to comment.