Skip to content
Open
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 apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@xyflow/react": "^12.9.3",
"dagre": "^0.8.5",
"dayjs": "^1.11.19",
"dompurify": "^3.4.0",
"dompurify": "^3.4.9",
"framer-motion": "^12.23.24",
"juice": "^11.0.3",
"lucide-react": "^0.553.0",
Expand Down
16 changes: 14 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9683,7 +9683,7 @@ __metadata:
languageName: node
linkType: hard

"dompurify@npm:*, dompurify@npm:^3.4.0":
"dompurify@npm:*":
version: 3.4.0
resolution: "dompurify@npm:3.4.0"
dependencies:
Expand All @@ -9695,6 +9695,18 @@ __metadata:
languageName: node
linkType: hard

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

"domutils@npm:^2.4.2":
version: 2.8.0
resolution: "domutils@npm:2.8.0"
Expand Down Expand Up @@ -19445,7 +19457,7 @@ __metadata:
"@xyflow/react": "npm:^12.9.3"
dagre: "npm:^0.8.5"
dayjs: "npm:^1.11.19"
dompurify: "npm:^3.4.0"
dompurify: "npm:^3.4.9"
framer-motion: "npm:^12.23.24"
juice: "npm:^11.0.3"
lucide-react: "npm:^0.553.0"
Expand Down
Loading