Skip to content

Commit 88d4b52

Browse files
Bump isomorphic-dompurify
Bumps the frontends-prod group with 1 update in the /client directory: [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify). Updates `isomorphic-dompurify` from 2.27.0 to 2.28.0 - [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases) - [Commits](kkomelin/isomorphic-dompurify@2.27.0...2.28.0) --- updated-dependencies: - dependency-name: isomorphic-dompurify dependency-version: 2.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: frontends-prod ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78f4aea commit 88d4b52

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"detect-browser": "^5.3.0",
1616
"dompurify": "^3.2.7",
1717
"i18n-js": "^4.5.1",
18-
"isomorphic-dompurify": "^2.27.0",
18+
"isomorphic-dompurify": "^2.28.0",
1919
"js-cookie": "^3.0.5",
2020
"luxon": "^3.7.2",
2121
"react": "^19.1.0",

client/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,7 +1532,7 @@ dom-helpers@^5.0.1:
15321532
"@babel/runtime" "^7.8.7"
15331533
csstype "^3.0.2"
15341534

1535-
dompurify@^3.2.6, dompurify@^3.2.7:
1535+
dompurify@^3.2.7:
15361536
version "3.2.7"
15371537
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.7.tgz#721d63913db5111dd6dfda8d3a748cfd7982d44a"
15381538
integrity sha512-WhL/YuveyGXJaerVlMYGWhvQswa7myDG17P7Vu65EWC05o8vfeNbvNf4d/BOvH99+ZW+LlQsc1GDKMa1vNK6dw==
@@ -2414,12 +2414,12 @@ isexe@^2.0.0:
24142414
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
24152415
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
24162416

2417-
isomorphic-dompurify@^2.27.0:
2418-
version "2.27.0"
2419-
resolved "https://registry.yarnpkg.com/isomorphic-dompurify/-/isomorphic-dompurify-2.27.0.tgz#5ff682554908d9a64665c1c7b6ffb6da9f40c3c6"
2420-
integrity sha512-Jf7dKliSO3iuNBPAQWSP610K6H38aiZ52Y/YxAIPh9NH3Wc6D1ujlS4y6lvIn11bCLT/hLLabXkmikLlb4SaeA==
2417+
isomorphic-dompurify@^2.28.0:
2418+
version "2.28.0"
2419+
resolved "https://registry.yarnpkg.com/isomorphic-dompurify/-/isomorphic-dompurify-2.28.0.tgz#e34367c92e31dc664a97b1389527b844bf43587e"
2420+
integrity sha512-9G5v8g4tYoix5odskjG704Khm1zNrqqqOC4YjCwEUhx0OvuaijRCprAV2GwJ9iw/01c6H1R+rs/2AXPZLlgDaQ==
24212421
dependencies:
2422-
dompurify "^3.2.6"
2422+
dompurify "^3.2.7"
24232423
jsdom "^27.0.0"
24242424

24252425
iterator.prototype@^1.1.4:

0 commit comments

Comments
 (0)