Skip to content

Commit f3e350c

Browse files
fix(deps): update dependency codemirror to v5.65.15
1 parent 3cada73 commit f3e350c

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.15",
2828
"codemirror-graphql": "1.3.2",
2929
"date-fns": "^2.30.0",
3030
"gatsby": "5.10.0",
@@ -53,7 +53,7 @@
5353
"devDependencies": {
5454
"@svgr/webpack": "^8.0.0",
5555
"@tailwindcss/typography": "0.5.9",
56-
"@types/codemirror": "5.60.7",
56+
"@types/codemirror": "5.60.9",
5757
"@types/prismjs": "1.26.0",
5858
"@types/react-tooltip": "^4.2.4",
5959
"@typescript-eslint/parser": "5.59.7",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2784,10 +2784,10 @@
27842784
"@types/node" "*"
27852785
"@types/responselike" "*"
27862786

2787-
"@types/[email protected].7":
2788-
version "5.60.7"
2789-
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-5.60.7.tgz#efbb78e5e79f90c6762c2127c02096648e600808"
2790-
integrity sha512-QXIC+RPzt/1BGSuD6iFn6UMC9TDp+9hkOANYNPVsjjrDdzKphfRkwQDKGp2YaC54Yhz0g6P5uYTCCibZZEiMAA==
2787+
"@types/[email protected].9":
2788+
version "5.60.9"
2789+
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-5.60.9.tgz#5dae1c2d3cd07c9c5dad624476892a9acdbc24e6"
2790+
integrity sha512-8RhLhlGo9bAkytFYKDzezorY2ojvGk+4xFEso/6Hc2oR1oE2P9lI+AEkbUW7cDlKcQAK5WJkJRBLTdjBE7xQPA==
27912791
dependencies:
27922792
"@types/tern" "*"
27932793

@@ -4397,10 +4397,10 @@ [email protected]:
43974397
dependencies:
43984398
graphql-language-service "^5.0.6"
43994399

4400-
4401-
version "5.65.1"
4402-
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.65.1.tgz#5988a812c974c467f964bcc1a00c944e373de502"
4403-
integrity sha512-s6aac+DD+4O2u1aBmdxhB7yz2XU7tG3snOyQ05Kxifahz7hoxnfxIRHxiCSEv3TUC38dIVH8G+lZH9UWSfGQxA==
4400+
4401+
version "5.65.15"
4402+
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.65.15.tgz#66899278f44a7acde0eb641388cd563fe6dfbe19"
4403+
integrity sha512-YC4EHbbwQeubZzxLl5G4nlbLc1T21QTrKGaOal/Pkm9dVDMZXMH7+ieSPEOZCtO9I68i8/oteJKOxzHC2zR+0g==
44044404

44054405
color-convert@^1.9.0:
44064406
version "1.9.3"

0 commit comments

Comments
 (0)