Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dompurify from 2.3.1 to 2.5.4 in /tgui #13550

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "^2.3.1",
"dompurify": "^2.5.4",
"inferno": "^7.4.8",
"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 @@ -6,7 +6,7 @@
"@popperjs/core": "^2.9.3",
"common": "workspace:*",
"dateformat": "^4.5.1",
"dompurify": "^2.3.1",
"dompurify": "^2.5.4",
"inferno": "^7.4.8",
"inferno-vnode-flags": "^7.4.8",
"js-yaml": "^4.1.0",
Expand Down
12 changes: 6 additions & 6 deletions tgui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3133,10 +3133,10 @@ __metadata:
languageName: node
linkType: hard

"dompurify@npm:^2.3.1":
version: 2.3.1
resolution: "dompurify@npm:2.3.1"
checksum: 9c93cfaa9d1d0b31aa2e926ebfa0621287a63ebb16277c94ad4aad2bcf3ad12e609e699fc10f2eaf69e4698e29a31dec87a69f3c6725ce3f4c7a69ee93123d0c
"dompurify@npm:^2.5.4":
version: 2.5.6
resolution: "dompurify@npm:2.5.6"
checksum: 1d329fe79928aa86c61539b758bdbc53df58dd90bdc5b74032a2a3a22a436e84178d8f6ad8b022c8f6fac46b26d6e7e553c0cd131a37ed5105bbed6bf87be226
languageName: node
linkType: hard

Expand Down Expand Up @@ -6800,7 +6800,7 @@ resolve@^2.0.0-next.3:
resolution: "tgui-panel@workspace:packages/tgui-panel"
dependencies:
common: "workspace:*"
dompurify: ^2.3.1
dompurify: ^2.5.4
inferno: ^7.4.8
tgui: "workspace:*"
tgui-dev-server: "workspace:*"
Expand Down Expand Up @@ -6866,7 +6866,7 @@ resolve@^2.0.0-next.3:
"@popperjs/core": ^2.9.3
common: "workspace:*"
dateformat: ^4.5.1
dompurify: ^2.3.1
dompurify: ^2.5.4
inferno: ^7.4.8
inferno-vnode-flags: ^7.4.8
js-yaml: ^4.1.0
Expand Down
Loading