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

Fix: CVE-2023-26140 #3047

Merged
merged 3 commits into from
Mar 23, 2024
Merged
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
5 changes: 5 additions & 0 deletions .changeset/eighty-monkeys-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@udecode/plate-excalidraw": minor
---

Fix: CVE-2023-26140
2 changes: 1 addition & 1 deletion packages/excalidraw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@excalidraw/excalidraw": "0.12.0"
"@excalidraw/excalidraw": "0.16.0"
},
"devDependencies": {
"@udecode/plate-common": "workspace:^"
Expand Down
23 changes: 7 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2012,15 +2012,13 @@ __metadata:
languageName: node
linkType: hard

"@excalidraw/excalidraw@npm:0.12.0":
version: 0.12.0
resolution: "@excalidraw/excalidraw@npm:0.12.0"
dependencies:
dotenv: "npm:10.0.0"
"@excalidraw/excalidraw@npm:0.16.0":
version: 0.16.0
resolution: "@excalidraw/excalidraw@npm:0.16.0"
peerDependencies:
react: ^17.0.2
react-dom: ^17.0.2
checksum: 10c0/d4c456ed97ef64c64467ca1501022e66f34cadddab20809fa2ae860d60d255b9108a0f9ceacac31a04c7bbb319ad399110b1331f8ca895438adb606e985b2dfd
react: ^17.0.2 || ^18.2.0
react-dom: ^17.0.2 || ^18.2.0
checksum: 10c0/59411d5c1b7516eb17b471f8395704df0ec7f4d67337de5bb2dffc785839d26251e86b3078769f6ead4e95c14e79a26e71ddd3369b9808e24bdd469249f1a031
languageName: node
linkType: hard

Expand Down Expand Up @@ -6601,7 +6599,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@udecode/plate-excalidraw@workspace:packages/excalidraw"
dependencies:
"@excalidraw/excalidraw": "npm:0.12.0"
"@excalidraw/excalidraw": "npm:0.16.0"
"@udecode/plate-common": "workspace:^"
peerDependencies:
"@udecode/plate-common": ">=31.0.0"
Expand Down Expand Up @@ -9947,13 +9945,6 @@ __metadata:
languageName: node
linkType: hard

"dotenv@npm:10.0.0":
version: 10.0.0
resolution: "dotenv@npm:10.0.0"
checksum: 10c0/2d8d4ba64bfaff7931402aa5e8cbb8eba0acbc99fe9ae442300199af021079eafa7171ce90e150821a5cb3d74f0057721fbe7ec201a6044b68c8a7615f8c123f
languageName: node
linkType: hard

"dotenv@npm:16.0.3":
version: 16.0.3
resolution: "dotenv@npm:16.0.3"
Expand Down