Skip to content

Commit 3404e00

Browse files
Update dependency codemirror to v5.65.11
1 parent 7eefc85 commit 3404e00

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
@@ -19,7 +19,7 @@
1919
"@reach/router": "1.3.4",
2020
"@weknow/gatsby-remark-twitter": "0.2.3",
2121
"assert": "2.0.0",
22-
"codemirror": "5.65.1",
22+
"codemirror": "5.65.11",
2323
"codemirror-graphql": "1.2.11",
2424
"gatsby": "5.0.1",
2525
"gatsby-plugin-anchor-links": "1.2.1",
@@ -41,7 +41,7 @@
4141
"timeago.js": "4.0.2"
4242
},
4343
"devDependencies": {
44-
"@types/codemirror": "5.60.5",
44+
"@types/codemirror": "5.60.7",
4545
"@types/prismjs": "1.26.0",
4646
"prettier": "2.7.1"
4747
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,10 +2117,10 @@
21172117
"@types/node" "*"
21182118
"@types/responselike" "*"
21192119

2120-
"@types/[email protected].5":
2121-
version "5.60.5"
2122-
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-5.60.5.tgz#5b989a3b4bbe657458cf372c92b6bfda6061a2b7"
2123-
integrity sha512-TiECZmm8St5YxjFUp64LK0c8WU5bxMDt9YaAek1UqUb9swrSCoJhh92fWu1p3mTEqlHjhB5sY7OFBhWroJXZVg==
2120+
"@types/[email protected].7":
2121+
version "5.60.7"
2122+
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-5.60.7.tgz#efbb78e5e79f90c6762c2127c02096648e600808"
2123+
integrity sha512-QXIC+RPzt/1BGSuD6iFn6UMC9TDp+9hkOANYNPVsjjrDdzKphfRkwQDKGp2YaC54Yhz0g6P5uYTCCibZZEiMAA==
21242124
dependencies:
21252125
"@types/tern" "*"
21262126

@@ -3570,10 +3570,10 @@ [email protected]:
35703570
"@codemirror/stream-parser" "^0.19.2"
35713571
graphql-language-service "^4.1.4"
35723572

3573-
3574-
version "5.65.1"
3575-
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.65.1.tgz#5988a812c974c467f964bcc1a00c944e373de502"
3576-
integrity sha512-s6aac+DD+4O2u1aBmdxhB7yz2XU7tG3snOyQ05Kxifahz7hoxnfxIRHxiCSEv3TUC38dIVH8G+lZH9UWSfGQxA==
3573+
3574+
version "5.65.11"
3575+
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.65.11.tgz#c818edc3274788c008f636520c5490a1f7009b4f"
3576+
integrity sha512-Gp62g2eKSCHYt10axmGhKq3WoJSvVpvhXmowNq7pZdRVowwtvBR/hi2LSP5srtctKkRT33T6/n8Kv1UGp7JW4A==
35773577

35783578
color-convert@^1.9.0:
35793579
version "1.9.3"

0 commit comments

Comments
 (0)