Skip to content

Commit 85b0cd5

Browse files
Update dependency monaco-editor to ^0.55.1
1 parent 458b025 commit 85b0cd5

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"date-fns": "^4.1.0",
3333
"fathom-client": "^3.7.2",
3434
"lucide-react": "^0.553.0",
35-
"monaco-editor": "^0.52.2",
35+
"monaco-editor": "^0.55.1",
3636
"react": "^19.2.0",
3737
"react-dom": "^19.2.0",
3838
"react-intersection-observer": "^9.16.0",

yarn.lock

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2432,7 +2432,7 @@
24322432
dependencies:
24332433
csstype "^3.2.2"
24342434

2435-
"@types/trusted-types@^2.0.2":
2435+
"@types/trusted-types@^2.0.2", "@types/trusted-types@^2.0.7":
24362436
version "2.0.7"
24372437
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
24382438
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
@@ -3688,6 +3688,13 @@ dom-helpers@^5.0.1:
36883688
"@babel/runtime" "^7.8.7"
36893689
csstype "^3.0.2"
36903690

3691+
dompurify@3.2.7:
3692+
version "3.2.7"
3693+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.7.tgz#721d63913db5111dd6dfda8d3a748cfd7982d44a"
3694+
integrity sha512-WhL/YuveyGXJaerVlMYGWhvQswa7myDG17P7Vu65EWC05o8vfeNbvNf4d/BOvH99+ZW+LlQsc1GDKMa1vNK6dw==
3695+
optionalDependencies:
3696+
"@types/trusted-types" "^2.0.7"
3697+
36913698
dunder-proto@^1.0.1:
36923699
version "1.0.1"
36933700
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
@@ -4939,6 +4946,11 @@ markdownlint@~0.40.0:
49394946
micromark-util-types "2.0.2"
49404947
string-width "8.1.0"
49414948

4949+
marked@14.0.0:
4950+
version "14.0.0"
4951+
resolved "https://registry.yarnpkg.com/marked/-/marked-14.0.0.tgz#79a1477358a59e0660276f8fec76de2c33f35d83"
4952+
integrity sha512-uIj4+faQ+MgHgwUW1l2PsPglZLOLOT1uErt06dAPtx2kjteLAkbsd/0FiYg/MGS+i7ZKLb7w2WClxHkzOOuryQ==
4953+
49424954
math-intrinsics@^1.1.0:
49434955
version "1.1.0"
49444956
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
@@ -5391,10 +5403,13 @@ modern-ahocorasick@^1.0.0:
53915403
resolved "https://registry.yarnpkg.com/modern-ahocorasick/-/modern-ahocorasick-1.1.0.tgz#9b1fa15d4f654be20a2ad7ecc44ec9d7645bb420"
53925404
integrity sha512-sEKPVl2rM+MNVkGQt3ChdmD8YsigmXdn5NifZn6jiwn9LRJpWm8F3guhaqrJT/JOat6pwpbXEk6kv+b9DMIjsQ==
53935405

5394-
monaco-editor@^0.52.2:
5395-
version "0.52.2"
5396-
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.52.2.tgz#53c75a6fcc6802684e99fd1b2700299857002205"
5397-
integrity sha512-GEQWEZmfkOGLdd3XK8ryrfWz3AIP8YymVXiPHEdewrUq7mh0qrKrfHLNCXcbB6sTnMLnOZ3ztSiKcciFUkIJwQ==
5406+
monaco-editor@^0.55.1:
5407+
version "0.55.1"
5408+
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.55.1.tgz#e74c6fe5a6bf985b817d2de3eb88d56afc494a1b"
5409+
integrity sha512-jz4x+TJNFHwHtwuV9vA9rMujcZRb0CEilTEwG2rRSpe/A7Jdkuj8xPKttCgOh+v/lkHy7HsZ64oj+q3xoAFl9A==
5410+
dependencies:
5411+
dompurify "3.2.7"
5412+
marked "14.0.0"
53985413

53995414
ms@^2.1.3:
54005415
version "2.1.3"

0 commit comments

Comments
 (0)