Skip to content

Commit

Permalink
build(deps): bump dompurify and @types/dompurify in /frontend
Browse files Browse the repository at this point in the history
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.2.9 to 3.2.3
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@2.2.9...3.2.3)

Updates `@types/dompurify` from 2.2.2 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:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 94f0592 commit d8acc46
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 24 deletions.
53 changes: 31 additions & 22 deletions 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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@reduxjs/toolkit": "^1.6.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/dompurify": "^2.2.1",
"@types/dompurify": "^3.2.0",
"@types/node": "^14.17.4",
"@types/pubsub-js": "^1.8.2",
"@types/react": "^17.0.13",
Expand All @@ -25,7 +25,7 @@
"@types/semver": "^7.3.6",
"@types/yup": "^0.29.12",
"cross-env": "^7.0.3",
"dompurify": "^2.2.9",
"dompurify": "^3.2.3",
"downshift": "^6.1.3",
"formik": "^2.2.9",
"formik-material-ui": "^3.0.1",
Expand Down

0 comments on commit d8acc46

Please sign in to comment.