Skip to content

Commit b52ebc2

Browse files
Bump dompurify and @types/dompurify in /app/frontend (#1983)
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.0.6 to 3.1.6 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.0.6...3.1.6) Updates `@types/dompurify` from 3.0.4 to 3.0.5 - [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-minor - dependency-name: "@types/dompurify" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b8f0a74 commit b52ebc2

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

app/frontend/package-lock.json

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@fluentui/react-components": "^9.54.13",
1919
"@fluentui/react-icons": "^2.0.249",
2020
"@react-spring/web": "^9.7.3",
21-
"dompurify": "^3.0.6",
21+
"dompurify": "^3.1.6",
2222
"i18next": "^23.12.2",
2323
"i18next-browser-languagedetector": "^8.0.0",
2424
"i18next-http-backend": "^2.5.2",
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@types/dom-speech-recognition": "^0.0.4",
39-
"@types/dompurify": "^3.0.4",
39+
"@types/dompurify": "^3.0.5",
4040
"@types/react": "^18.3.3",
4141
"@types/react-dom": "^18.3.0",
4242
"@types/react-syntax-highlighter": "^15.5.13",

0 commit comments

Comments
 (0)