Skip to content

Commit 721886a

Browse files
committed
chore: upgrade prismjs to 1.17.1
Signed-off-by: BoHong Li <raccoon@hackmd.io>
1 parent ecd07f9 commit 721886a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"pg": "~6.1.2",
119119
"pg-hstore": "~2.3.2",
120120
"plantuml-encoder": "^1.2.5",
121-
"prismjs": "~1.6.0",
121+
"prismjs": "~1.17.1",
122122
"randomcolor": "~0.5.3",
123123
"raphael": "~2.2.8",
124124
"readline-sync": "~1.4.7",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3167,10 +3167,10 @@ cli-width@^2.0.0:
31673167
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639"
31683168
integrity sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=
31693169

3170-
clipboard@^1.5.5:
3171-
version "1.7.1"
3172-
resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-1.7.1.tgz#360d6d6946e99a7a1fef395e42ba92b5e9b5a16b"
3173-
integrity sha1-Ng1taUbpmnof7zleQrqStem1oWs=
3170+
clipboard@^2.0.0:
3171+
version "2.0.4"
3172+
resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-2.0.4.tgz#836dafd66cf0fea5d71ce5d5b0bf6e958009112d"
3173+
integrity sha512-Vw26VSLRpJfBofiVaFb/I8PVfdI1OxKcYShe6fm0sP/DtmiWQNCjhM/okTvdCo0G+lMMm1rMYbk4IK4x1X+kgQ==
31743174
dependencies:
31753175
good-listener "^1.2.2"
31763176
select "^1.1.2"
@@ -10261,12 +10261,12 @@ pretty-error@^2.1.1:
1026110261
renderkid "^2.0.1"
1026210262
utila "~0.4"
1026310263

10264-
prismjs@~1.6.0:
10265-
version "1.6.0"
10266-
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.6.0.tgz#118d95fb7a66dba2272e343b345f5236659db365"
10267-
integrity sha1-EY2V+3pm26InLjQ7NF9SNmWds2U=
10264+
prismjs@~1.17.1:
10265+
version "1.17.1"
10266+
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.17.1.tgz#e669fcbd4cdd873c35102881c33b14d0d68519be"
10267+
integrity sha512-PrEDJAFdUGbOP6xK/UsfkC5ghJsPJviKgnQOoxaDbBjwc8op68Quupwt1DeAFoG8GImPhiKXAvvsH7wDSLsu1Q==
1026810268
optionalDependencies:
10269-
clipboard "^1.5.5"
10269+
clipboard "^2.0.0"
1027010270

1027110271
private@^0.1.6, private@^0.1.8:
1027210272
version "0.1.8"

0 commit comments

Comments
 (0)