Skip to content

Commit 2835a7c

Browse files
fix(deps): update dependency codemirror to v5.65.15
1 parent 82ddb6f commit 2835a7c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@weknow/gatsby-remark-twitter": "0.2.3",
2929
"assert": "2.0.0",
3030
"clsx": "1.2.1",
31-
"codemirror": "5.65.1",
31+
"codemirror": "5.65.15",
3232
"codemirror-graphql": "1.3.2",
3333
"date-fns": "^2.30.0",
3434
"gatsby": "5.10.0",
@@ -58,7 +58,7 @@
5858
"devDependencies": {
5959
"@svgr/webpack": "^8.0.0",
6060
"@tailwindcss/typography": "0.5.9",
61-
"@types/codemirror": "5.60.7",
61+
"@types/codemirror": "5.60.11",
6262
"@types/prismjs": "1.26.0",
6363
"@types/react-tooltip": "^4.2.4",
6464
"@types/string-similarity": "^4.0.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2803,10 +2803,10 @@
28032803
"@types/node" "*"
28042804
"@types/responselike" "*"
28052805

2806-
"@types/[email protected].7":
2807-
version "5.60.7"
2808-
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-5.60.7.tgz#efbb78e5e79f90c6762c2127c02096648e600808"
2809-
integrity sha512-QXIC+RPzt/1BGSuD6iFn6UMC9TDp+9hkOANYNPVsjjrDdzKphfRkwQDKGp2YaC54Yhz0g6P5uYTCCibZZEiMAA==
2806+
"@types/[email protected].11":
2807+
version "5.60.11"
2808+
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-5.60.11.tgz#0d36f4a026baa9c637cc1bb9681d875a903709b4"
2809+
integrity sha512-EaT5pbQH8uFIyoMx3wn1Ii5IogQUz9nff10Yg6hOOoFcr5/TDiNyhNxhV5VhrE48/R79NgS2pu6RbOT78zKoIA==
28102810
dependencies:
28112811
"@types/tern" "*"
28122812

@@ -4426,10 +4426,10 @@ [email protected]:
44264426
dependencies:
44274427
graphql-language-service "^5.0.6"
44284428

4429-
4430-
version "5.65.1"
4431-
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.65.1.tgz#5988a812c974c467f964bcc1a00c944e373de502"
4432-
integrity sha512-s6aac+DD+4O2u1aBmdxhB7yz2XU7tG3snOyQ05Kxifahz7hoxnfxIRHxiCSEv3TUC38dIVH8G+lZH9UWSfGQxA==
4429+
4430+
version "5.65.15"
4431+
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.65.15.tgz#66899278f44a7acde0eb641388cd563fe6dfbe19"
4432+
integrity sha512-YC4EHbbwQeubZzxLl5G4nlbLc1T21QTrKGaOal/Pkm9dVDMZXMH7+ieSPEOZCtO9I68i8/oteJKOxzHC2zR+0g==
44334433

44344434
color-convert@^1.9.0:
44354435
version "1.9.3"

0 commit comments

Comments
 (0)