Skip to content

Commit 55e8b70

Browse files
Update dependency codemirror to v5.65.12
1 parent 4c5f38b commit 55e8b70

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
@@ -23,7 +23,7 @@
2323
"@weknow/gatsby-remark-twitter": "0.2.3",
2424
"assert": "2.0.0",
2525
"clsx": "^1.2.1",
26-
"codemirror": "5.65.1",
26+
"codemirror": "5.65.12",
2727
"codemirror-graphql": "1.2.11",
2828
"gatsby": "5.5.0",
2929
"gatsby-plugin-anchor-links": "1.2.1",
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@svgr/webpack": "^7.0.0",
4949
"@tailwindcss/typography": "^0.5.9",
50-
"@types/codemirror": "5.60.5",
50+
"@types/codemirror": "5.60.7",
5151
"@types/prismjs": "1.26.0",
5252
"@typescript-eslint/parser": "^5.57.0",
5353
"autoprefixer": "^10.4.14",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2982,10 +2982,10 @@
29822982
"@types/node" "*"
29832983
"@types/responselike" "*"
29842984

2985-
"@types/[email protected].5":
2986-
version "5.60.5"
2987-
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-5.60.5.tgz#5b989a3b4bbe657458cf372c92b6bfda6061a2b7"
2988-
integrity sha512-TiECZmm8St5YxjFUp64LK0c8WU5bxMDt9YaAek1UqUb9swrSCoJhh92fWu1p3mTEqlHjhB5sY7OFBhWroJXZVg==
2985+
"@types/[email protected].7":
2986+
version "5.60.7"
2987+
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-5.60.7.tgz#efbb78e5e79f90c6762c2127c02096648e600808"
2988+
integrity sha512-QXIC+RPzt/1BGSuD6iFn6UMC9TDp+9hkOANYNPVsjjrDdzKphfRkwQDKGp2YaC54Yhz0g6P5uYTCCibZZEiMAA==
29892989
dependencies:
29902990
"@types/tern" "*"
29912991

@@ -4549,10 +4549,10 @@ [email protected]:
45494549
"@codemirror/stream-parser" "^0.19.2"
45504550
graphql-language-service "^4.1.4"
45514551

4552-
4553-
version "5.65.1"
4554-
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.65.1.tgz#5988a812c974c467f964bcc1a00c944e373de502"
4555-
integrity sha512-s6aac+DD+4O2u1aBmdxhB7yz2XU7tG3snOyQ05Kxifahz7hoxnfxIRHxiCSEv3TUC38dIVH8G+lZH9UWSfGQxA==
4552+
4553+
version "5.65.12"
4554+
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.65.12.tgz#294fdf097d10ac5b56a9e011a91eff252afc73ae"
4555+
integrity sha512-z2jlHBocElRnPYysN2HAuhXbO3DNB0bcSKmNz3hcWR2Js2Dkhc1bEOxG93Z3DeUrnm+qx56XOY5wQmbP5KY0sw==
45564556

45574557
color-convert@^1.9.0:
45584558
version "1.9.3"

0 commit comments

Comments
 (0)