Skip to content

Commit f45b5dd

Browse files
Bump dompurify from 3.2.2 to 3.2.3
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.2.2...3.2.3) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f7c635 commit f45b5dd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"buildPath": "build",
2222
"libPath": "node_modules",
2323
"dependencies": {
24-
"dompurify": "^3.2.2",
24+
"dompurify": "^3.2.3",
2525
"jquery": "^3.7.1",
2626
"mustache": "^4.2.0",
2727
"timeago.js": "^4.0.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ detect-file@^1.0.0:
130130
resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7"
131131
integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
132132

133-
dompurify@^3.2.2:
134-
version "3.2.2"
135-
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.2.tgz#6c0518745e81686c74a684f5af1e5613e7cc0246"
136-
integrity sha512-YMM+erhdZ2nkZ4fTNRTSI94mb7VG7uVF5vj5Zde7tImgnhZE3R6YW/IACGIHb2ux+QkEXMhe591N+5jWOmL4Zw==
133+
dompurify@^3.2.3:
134+
version "3.2.3"
135+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.3.tgz#05dd2175225324daabfca6603055a09b2382a4cd"
136+
integrity sha512-U1U5Hzc2MO0oW3DF+G9qYN0aT7atAou4AgI0XjWz061nyBPbdxkfdhfy5uMgGn6+oLFCfn44ZGbdDqCzVmlOWA==
137137
optionalDependencies:
138138
"@types/trusted-types" "^2.0.7"
139139

0 commit comments

Comments
 (0)