Skip to content

Commit

Permalink
Bump isomorphic-dompurify from 2.8.0 to 2.9.0 in /client
Browse files Browse the repository at this point in the history
Bumps [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases)
- [Commits](kkomelin/isomorphic-dompurify@v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: isomorphic-dompurify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent c557573 commit cb300eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"events": "^3.2.0",
"i18n-js": "^4.4.3",
"immer": "^10.1.1",
"isomorphic-dompurify": "^2.8.0",
"isomorphic-dompurify": "^2.9.0",
"js-cookie": "^3.0.1",
"jsondiffpatch": "^0.5.0",
"lodash.clonedeep": "^4.5.0",
Expand Down
18 changes: 9 additions & 9 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4099,10 +4099,10 @@ domhandler@^4.0.0, domhandler@^4.2.0, domhandler@^4.3.1:
dependencies:
domelementtype "^2.2.0"

dompurify@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.1.1.tgz#e83de1e0ba7f1014f36686fbc63a2a3a1bdb93f6"
integrity sha512-tVP8C/GJwnABOn/7cx/ymx/hXpmBfWIPihC1aOEvS8GbMqy3pgeYtJk1HXN3CO7tu+8bpY18f6isjR5Cymj0TQ==
dompurify@^3.1.1, dompurify@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.1.2.tgz#d1e158457e00666ab40c9c3d8aab57586a072bd1"
integrity sha512-hLGGBI1tw5N8qTELr3blKjAML/LY4ANxksbS612UiJyDfyf/2D092Pvm+S7pmeTGJRqvlJkFzBoHBQKgQlOQVg==

domutils@^1.7.0:
version "1.7.0"
Expand Down Expand Up @@ -5820,13 +5820,13 @@ isexe@^2.0.0:
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==

isomorphic-dompurify@^2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/isomorphic-dompurify/-/isomorphic-dompurify-2.8.0.tgz#97c32105af69f38dbb38458ab2829c712f718e7a"
integrity sha512-8c+MZ8cKDqsqT9ZCOpoeiaG5AAkvdp8S+VPn2iuxRox0lbE8d039nKRhVDHbEdrqyJoEmPYAFAJzJpRUc0OJfg==
isomorphic-dompurify@^2.9.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/isomorphic-dompurify/-/isomorphic-dompurify-2.9.0.tgz#88c78ed5db6baf0fea400454872a8511f0637778"
integrity sha512-iVtiFB+4hoU/1mIiOYOxFUE3hAiOSoKtTNQndLQul1aWKV9miVx127duUTk0+q/sqexjg87iFjcQYQPNvmEHgw==
dependencies:
"@types/dompurify" "^3.0.5"
dompurify "^3.1.1"
dompurify "^3.1.2"
jsdom "^24.0.0"

istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0:
Expand Down

0 comments on commit cb300eb

Please sign in to comment.