Skip to content

Commit bd2cbdf

Browse files
committed
build: bump prismjs to 1.23.0
1 parent f35af5f commit bd2cbdf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/@vuepress/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"markdown-it": "^12.0.3",
3333
"markdown-it-anchor": "^6.0.1",
3434
"markdown-it-emoji": "^2.0.0",
35-
"prismjs": "^1.22.0"
35+
"prismjs": "^1.23.0"
3636
},
3737
"devDependencies": {
3838
"@types/prismjs": "^1.16.1"

packages/@vuepress/theme-default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@vuepress/plugin-palette-stylus": "2.0.0-alpha.17",
4242
"@vuepress/shared": "2.0.0-alpha.15",
4343
"@vuepress/utils": "2.0.0-alpha.15",
44-
"prismjs": "^1.22.0",
44+
"prismjs": "^1.23.0",
4545
"stylus": "^0.54.8",
4646
"stylus-loader": "^4.3.0",
4747
"vue": "^3.0.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9780,10 +9780,10 @@ pretty@2.0.0:
97809780
extend-shallow "^2.0.1"
97819781
js-beautify "^1.6.12"
97829782

9783-
prismjs@^1.22.0:
9784-
version "1.22.0"
9785-
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.22.0.tgz#73c3400afc58a823dd7eed023f8e1ce9fd8977fa"
9786-
integrity sha512-lLJ/Wt9yy0AiSYBf212kK3mM5L8ycwlyTlSxHBAneXLR0nzFMlZ5y7riFPF3E33zXOF2IH95xdY5jIyZbM9z/w==
9783+
prismjs@^1.23.0:
9784+
version "1.23.0"
9785+
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.23.0.tgz#d3b3967f7d72440690497652a9d40ff046067f33"
9786+
integrity sha512-c29LVsqOaLbBHuIbsTxaKENh1N2EQBOHaWv7gkHN4dgRbxSREqDnDbtFJYdpPauS4YCplMSNCABQ6Eeor69bAA==
97879787
optionalDependencies:
97889788
clipboard "^2.0.0"
97899789

0 commit comments

Comments
 (0)