Skip to content

Commit 15d02b6

Browse files
Update dependency monaco-editor to ^0.55.1
1 parent 0c7da21 commit 15d02b6

2 files changed

Lines changed: 21 additions & 6 deletions

File tree

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
@@ -2444,7 +2444,7 @@
24442444
dependencies:
24452445
csstype "^3.2.2"
24462446

2447-
"@types/trusted-types@^2.0.2":
2447+
"@types/trusted-types@^2.0.2", "@types/trusted-types@^2.0.7":
24482448
version "2.0.7"
24492449
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
24502450
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
@@ -3693,6 +3693,13 @@ dom-helpers@^5.0.1:
36933693
"@babel/runtime" "^7.8.7"
36943694
csstype "^3.0.2"
36953695

3696+
dompurify@3.2.7:
3697+
version "3.2.7"
3698+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.7.tgz#721d63913db5111dd6dfda8d3a748cfd7982d44a"
3699+
integrity sha512-WhL/YuveyGXJaerVlMYGWhvQswa7myDG17P7Vu65EWC05o8vfeNbvNf4d/BOvH99+ZW+LlQsc1GDKMa1vNK6dw==
3700+
optionalDependencies:
3701+
"@types/trusted-types" "^2.0.7"
3702+
36963703
dunder-proto@^1.0.1:
36973704
version "1.0.1"
36983705
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
@@ -4972,6 +4979,11 @@ markdownlint@~0.38.0:
49724979
micromark-extension-math "3.1.0"
49734980
micromark-util-types "2.0.2"
49744981

4982+
marked@14.0.0:
4983+
version "14.0.0"
4984+
resolved "https://registry.yarnpkg.com/marked/-/marked-14.0.0.tgz#79a1477358a59e0660276f8fec76de2c33f35d83"
4985+
integrity sha512-uIj4+faQ+MgHgwUW1l2PsPglZLOLOT1uErt06dAPtx2kjteLAkbsd/0FiYg/MGS+i7ZKLb7w2WClxHkzOOuryQ==
4986+
49754987
math-intrinsics@^1.1.0:
49764988
version "1.1.0"
49774989
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
@@ -5424,10 +5436,13 @@ modern-ahocorasick@^1.0.0:
54245436
resolved "https://registry.yarnpkg.com/modern-ahocorasick/-/modern-ahocorasick-1.1.0.tgz#9b1fa15d4f654be20a2ad7ecc44ec9d7645bb420"
54255437
integrity sha512-sEKPVl2rM+MNVkGQt3ChdmD8YsigmXdn5NifZn6jiwn9LRJpWm8F3guhaqrJT/JOat6pwpbXEk6kv+b9DMIjsQ==
54265438

5427-
monaco-editor@^0.52.2:
5428-
version "0.52.2"
5429-
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.52.2.tgz#53c75a6fcc6802684e99fd1b2700299857002205"
5430-
integrity sha512-GEQWEZmfkOGLdd3XK8ryrfWz3AIP8YymVXiPHEdewrUq7mh0qrKrfHLNCXcbB6sTnMLnOZ3ztSiKcciFUkIJwQ==
5439+
monaco-editor@^0.55.1:
5440+
version "0.55.1"
5441+
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.55.1.tgz#e74c6fe5a6bf985b817d2de3eb88d56afc494a1b"
5442+
integrity sha512-jz4x+TJNFHwHtwuV9vA9rMujcZRb0CEilTEwG2rRSpe/A7Jdkuj8xPKttCgOh+v/lkHy7HsZ64oj+q3xoAFl9A==
5443+
dependencies:
5444+
dompurify "3.2.7"
5445+
marked "14.0.0"
54315446

54325447
ms@^2.1.3:
54335448
version "2.1.3"

0 commit comments

Comments
 (0)