Skip to content

Commit

Permalink
chore(deps): bump dompurify from 3.2.0 to 3.2.1 (#3429)
Browse files Browse the repository at this point in the history
Bumps [dompurify](https://github.com/cure53/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)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  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>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent 0c016e9 commit 89039df
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"chokidar": "^4.0.1",
"countries-and-timezones": "^3.7.2",
"decompress": "^4.2.1",
"dompurify": "^3.2.0",
"dompurify": "^3.2.1",
"electron-dl-manager": "^3.2.1",
"electron-updater": "^6.3.9",
"fs-extra": "^11.2.0",
Expand Down
23 changes: 21 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3016,6 +3016,13 @@ __metadata:
languageName: node
linkType: hard

"@types/trusted-types@npm:^2.0.7":
version: 2.0.7
resolution: "@types/trusted-types@npm:2.0.7"
checksum: 10c0/4c4855f10de7c6c135e0d32ce462419d8abbbc33713b31d294596c0cc34ae1fa6112a2f9da729c8f7a20707782b0d69da3b1f8df6645b0366d08825ca1522e0c
languageName: node
linkType: hard

"@types/unist@npm:*, @types/unist@npm:^3.0.0":
version: 3.0.3
resolution: "@types/unist@npm:3.0.3"
Expand Down Expand Up @@ -5700,13 +5707,25 @@ __metadata:
languageName: node
linkType: hard

"dompurify@npm:*, dompurify@npm:^3.2.0":
"dompurify@npm:*":
version: 3.2.0
resolution: "dompurify@npm:3.2.0"
checksum: 10c0/c06af011b14b415439acb5ea5d32c1971e3f1888983e1430e8aeb1ae3871709aab3dc510cfe5ceccfc459e839f66e37e40836eda0673feb696b84d8b285e69f3
languageName: node
linkType: hard

"dompurify@npm:^3.2.1":
version: 3.2.1
resolution: "dompurify@npm:3.2.1"
dependencies:
"@types/trusted-types": "npm:^2.0.7"
dependenciesMeta:
"@types/trusted-types":
optional: true
checksum: 10c0/c40c441813071ebdc06f843dce6f22109d30f14525e710c8b117ef54430358617d4e7910a26fc09b387aa5890d1f510b242b605b0282ed1fb7a4d5104c75e223
languageName: node
linkType: hard

"domutils@npm:^3.0.1, domutils@npm:^3.1.0":
version: 3.1.0
resolution: "domutils@npm:3.1.0"
Expand Down Expand Up @@ -9505,7 +9524,7 @@ __metadata:
chokidar: "npm:^4.0.1"
countries-and-timezones: "npm:^3.7.2"
decompress: "npm:^4.2.1"
dompurify: "npm:^3.2.0"
dompurify: "npm:^3.2.1"
electron: "npm:^33.2.0"
electron-builder: "npm:^25.1.8"
electron-dl-manager: "npm:^3.2.1"
Expand Down

0 comments on commit 89039df

Please sign in to comment.