Skip to content

Commit f25e20c

Browse files
author
Juan Luna
committed
Update prismjs to patch security bug
1 parent 96ccbe9 commit f25e20c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"vue": "^3.2.0"
3636
},
3737
"resolutions": {
38-
"esbuild": "^0.25.0"
38+
"esbuild": "^0.25.0",
39+
"prismjs": "^1.30.0"
3940
}
4041
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4806,10 +4806,10 @@ pretty-ms@^9.0.0:
48064806
dependencies:
48074807
parse-ms "^4.0.0"
48084808

4809-
prismjs@^1.29.0:
4810-
version "1.29.0"
4811-
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.29.0.tgz#f113555a8fa9b57c35e637bba27509dcf802dd12"
4812-
integrity sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==
4809+
prismjs@^1.29.0, prismjs@^1.30.0:
4810+
version "1.30.0"
4811+
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.30.0.tgz#d9709969d9d4e16403f6f348c63553b19f0975a9"
4812+
integrity sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==
48134813

48144814
process-nextick-args@~2.0.0:
48154815
version "2.0.1"

0 commit comments

Comments
 (0)