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 : fix vulnerability CVE-2024-38356 #38074

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
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 app/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
"tailwindcss": "^3.3.3",
"tern": "^0.21.0",
"tinycolor2": "^1.4.2",
"tinymce": "6.8.3",
"tinymce": "6.8.4",
"toposort": "^2.0.2",
"tslib": "^2.3.1",
"typescript": "^5.5.4",
Expand Down
10 changes: 5 additions & 5 deletions app/client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12974,7 +12974,7 @@ __metadata:
tailwindcss: ^3.3.3
tern: ^0.21.0
tinycolor2: ^1.4.2
tinymce: 6.8.3
tinymce: 6.8.4
toposort: ^2.0.2
ts-jest: ^29.1.0
ts-jest-mock-import-meta: ^0.12.0
Expand Down Expand Up @@ -32426,10 +32426,10 @@ __metadata:
languageName: node
linkType: hard

"tinymce@npm:6.8.3":
version: 6.8.3
resolution: "tinymce@npm:6.8.3"
checksum: 2ce922ceb60636778afb21a493e99d561e73f82c5fb331a4f666d973129ca27277bc1b6332d6932ab8fe0a379b1f201285f143a2d72646a813fda88a0dec5312
"tinymce@npm:6.8.4":
version: 6.8.4
resolution: "tinymce@npm:6.8.4"
checksum: cfdec91cd88abe509c78a4e8bf8661f0a850e6c75b5dad3b97cf18974f46f93fcb612291d7aa63c28a1db08da259c35d20dbc5c79052d9567edb8101bde67986
languageName: node
linkType: hard

Expand Down
Loading