Skip to content

Commit fab09b3

Browse files
fix(deps): update dependency codemirror to v5.65.14
1 parent 51db38b commit fab09b3

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
@@ -24,7 +24,7 @@
2424
"@weknow/gatsby-remark-twitter": "0.2.3",
2525
"assert": "2.0.0",
2626
"clsx": "1.2.1",
27-
"codemirror": "5.65.1",
27+
"codemirror": "5.65.14",
2828
"codemirror-graphql": "1.3.2",
2929
"gatsby": "5.10.0",
3030
"gatsby-plugin-anchor-links": "1.2.1",
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@svgr/webpack": "^8.0.0",
5050
"@tailwindcss/typography": "0.5.9",
51-
"@types/codemirror": "5.60.7",
51+
"@types/codemirror": "5.60.8",
5252
"@types/prismjs": "1.26.0",
5353
"@typescript-eslint/parser": "5.59.7",
5454
"autoprefixer": "10.4.14",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2758,10 +2758,10 @@
27582758
"@types/node" "*"
27592759
"@types/responselike" "*"
27602760

2761-
"@types/[email protected].7":
2762-
version "5.60.7"
2763-
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-5.60.7.tgz#efbb78e5e79f90c6762c2127c02096648e600808"
2764-
integrity sha512-QXIC+RPzt/1BGSuD6iFn6UMC9TDp+9hkOANYNPVsjjrDdzKphfRkwQDKGp2YaC54Yhz0g6P5uYTCCibZZEiMAA==
2761+
"@types/[email protected].8":
2762+
version "5.60.8"
2763+
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-5.60.8.tgz#b647d04b470e8e1836dd84b2879988fc55c9de68"
2764+
integrity sha512-VjFgDF/eB+Aklcy15TtOTLQeMjTo07k7KAjql8OK5Dirr7a6sJY4T1uVBDuTVG9VEmn1uUsohOpYnVfgC6/jyw==
27652765
dependencies:
27662766
"@types/tern" "*"
27672767

@@ -4292,10 +4292,10 @@ [email protected]:
42924292
dependencies:
42934293
graphql-language-service "^5.0.6"
42944294

4295-
4296-
version "5.65.1"
4297-
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.65.1.tgz#5988a812c974c467f964bcc1a00c944e373de502"
4298-
integrity sha512-s6aac+DD+4O2u1aBmdxhB7yz2XU7tG3snOyQ05Kxifahz7hoxnfxIRHxiCSEv3TUC38dIVH8G+lZH9UWSfGQxA==
4295+
4296+
version "5.65.14"
4297+
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.65.14.tgz#e75fbc7247453f1baa71463c33b52adba7e41b2a"
4298+
integrity sha512-VSNugIBDGt0OU9gDjeVr6fNkoFQznrWEUdAApMlXQNbfE8gGO19776D6MwSqF/V/w/sDwonsQ0z7KmmI9guScg==
42994299

43004300
color-convert@^1.9.0:
43014301
version "1.9.3"

0 commit comments

Comments
 (0)