Skip to content

Commit

Permalink
build(deps): bump dompurify and @types/dompurify
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 3.2.0 to 3.2.1
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.2.0...3.2.1)

Updates `@types/dompurify` from 3.0.5 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-patch
- dependency-name: "@types/dompurify"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent bdfb60f commit a0e3a10
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
24 changes: 14 additions & 10 deletions 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 showcase/playground-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"dependencies": {
"ace-builds": "1.36.5",
"dompurify": "3.2.0",
"dompurify": "3.2.1",
"grapesjs": "0.21.12",
"grapesjs-preset-webpage": "1.0.3",
"react": "18.3.1",
Expand All @@ -15,7 +15,7 @@
"react-router-dom": "6.28.0"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/dompurify": "^3.2.0",
"@vitejs/plugin-react": "^4.3.3",
"cpr": "3.0.1",
"sass": "1.81.0",
Expand Down

0 comments on commit a0e3a10

Please sign in to comment.