Skip to content

Commit a4acf2f

Browse files
Update dependency monaco-editor to ^0.55.1
1 parent 9b30bdb commit a4acf2f

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
@@ -2430,7 +2430,7 @@
24302430
dependencies:
24312431
csstype "^3.2.2"
24322432

2433-
"@types/trusted-types@^2.0.2":
2433+
"@types/trusted-types@^2.0.2", "@types/trusted-types@^2.0.7":
24342434
version "2.0.7"
24352435
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
24362436
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
@@ -3679,6 +3679,13 @@ dom-helpers@^5.0.1:
36793679
"@babel/runtime" "^7.8.7"
36803680
csstype "^3.0.2"
36813681

3682+
dompurify@3.2.7:
3683+
version "3.2.7"
3684+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.7.tgz#721d63913db5111dd6dfda8d3a748cfd7982d44a"
3685+
integrity sha512-WhL/YuveyGXJaerVlMYGWhvQswa7myDG17P7Vu65EWC05o8vfeNbvNf4d/BOvH99+ZW+LlQsc1GDKMa1vNK6dw==
3686+
optionalDependencies:
3687+
"@types/trusted-types" "^2.0.7"
3688+
36823689
dunder-proto@^1.0.1:
36833690
version "1.0.1"
36843691
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
@@ -4958,6 +4965,11 @@ markdownlint@~0.38.0:
49584965
micromark-extension-math "3.1.0"
49594966
micromark-util-types "2.0.2"
49604967

4968+
marked@14.0.0:
4969+
version "14.0.0"
4970+
resolved "https://registry.yarnpkg.com/marked/-/marked-14.0.0.tgz#79a1477358a59e0660276f8fec76de2c33f35d83"
4971+
integrity sha512-uIj4+faQ+MgHgwUW1l2PsPglZLOLOT1uErt06dAPtx2kjteLAkbsd/0FiYg/MGS+i7ZKLb7w2WClxHkzOOuryQ==
4972+
49614973
math-intrinsics@^1.1.0:
49624974
version "1.1.0"
49634975
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
@@ -5410,10 +5422,13 @@ modern-ahocorasick@^1.0.0:
54105422
resolved "https://registry.yarnpkg.com/modern-ahocorasick/-/modern-ahocorasick-1.1.0.tgz#9b1fa15d4f654be20a2ad7ecc44ec9d7645bb420"
54115423
integrity sha512-sEKPVl2rM+MNVkGQt3ChdmD8YsigmXdn5NifZn6jiwn9LRJpWm8F3guhaqrJT/JOat6pwpbXEk6kv+b9DMIjsQ==
54125424

5413-
monaco-editor@^0.52.2:
5414-
version "0.52.2"
5415-
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.52.2.tgz#53c75a6fcc6802684e99fd1b2700299857002205"
5416-
integrity sha512-GEQWEZmfkOGLdd3XK8ryrfWz3AIP8YymVXiPHEdewrUq7mh0qrKrfHLNCXcbB6sTnMLnOZ3ztSiKcciFUkIJwQ==
5425+
monaco-editor@^0.55.1:
5426+
version "0.55.1"
5427+
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.55.1.tgz#e74c6fe5a6bf985b817d2de3eb88d56afc494a1b"
5428+
integrity sha512-jz4x+TJNFHwHtwuV9vA9rMujcZRb0CEilTEwG2rRSpe/A7Jdkuj8xPKttCgOh+v/lkHy7HsZ64oj+q3xoAFl9A==
5429+
dependencies:
5430+
dompurify "3.2.7"
5431+
marked "14.0.0"
54175432

54185433
ms@^2.1.3:
54195434
version "2.1.3"

0 commit comments

Comments
 (0)