Skip to content

Commit

Permalink
Bump dompurify from 3.0.1 to 3.1.3 in /tgui
Browse files Browse the repository at this point in the history
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.1 to 3.1.3.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.0.1...3.1.3)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 8110b44 commit 01c6f7e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion tgui/packages/tgui-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "4.3.0",
"dependencies": {
"common": "workspace:*",
"dompurify": "^3.0.1",
"dompurify": "^3.1.3",
"inferno": "^8.0.6",
"tgui": "workspace:*",
"tgui-dev-server": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion tgui/packages/tgui-say/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"dependencies": {
"common": "workspace:*",
"dompurify": "^3.0.1",
"dompurify": "^3.1.3",
"inferno": "^8.0.6",
"tgui": "workspace:*",
"tgui-dev-server": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion tgui/packages/tgui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"common": "workspace:*",
"csstype": "^3.1.1",
"dateformat": "^5.0.3",
"dompurify": "^3.0.1",
"dompurify": "^3.1.3",
"inferno": "^8.0.6",
"inferno-vnode-flags": "^8.0.6",
"js-yaml": "^4.1.0",
Expand Down
14 changes: 7 additions & 7 deletions tgui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4016,10 +4016,10 @@ __metadata:
languageName: node
linkType: hard

"dompurify@npm:^3.0.1":
version: 3.0.1
resolution: "dompurify@npm:3.0.1"
checksum: 19447e6d96415a8ad3a67bc9c76ffe671eb31cf7c1e0a538cbe5037c8b8b03afe144d64cf96c6e0f7fe63b83721a33b5b913394d20a85e96550e42e31f7c086b
"dompurify@npm:^3.1.3":
version: 3.1.6
resolution: "dompurify@npm:3.1.6"
checksum: cc4fc4ccd9261fbceb2a1627a985c70af231274a26ddd3f643fd0616a0a44099bd9e4480940ce3655612063be4a1fe9f5e9309967526f8c0a99f931602323866
languageName: node
linkType: hard

Expand Down Expand Up @@ -9223,7 +9223,7 @@ __metadata:
resolution: "tgui-panel@workspace:packages/tgui-panel"
dependencies:
common: "workspace:*"
dompurify: ^3.0.1
dompurify: ^3.1.3
inferno: ^8.0.6
tgui: "workspace:*"
tgui-dev-server: "workspace:*"
Expand All @@ -9247,7 +9247,7 @@ __metadata:
resolution: "tgui-say@workspace:packages/tgui-say"
dependencies:
common: "workspace:*"
dompurify: ^3.0.1
dompurify: ^3.1.3
inferno: ^8.0.6
tgui: "workspace:*"
tgui-dev-server: "workspace:*"
Expand Down Expand Up @@ -9310,7 +9310,7 @@ __metadata:
common: "workspace:*"
csstype: ^3.1.1
dateformat: ^5.0.3
dompurify: ^3.0.1
dompurify: ^3.1.3
inferno: ^8.0.6
inferno-vnode-flags: ^8.0.6
js-yaml: ^4.1.0
Expand Down

0 comments on commit 01c6f7e

Please sign in to comment.