mirror of
https://github.com/withastro/astro.git
synced 2025-04-07 23:41:43 -05:00
fix(deps): update dependency prismjs to v1.30.0 [security] (#13393)
* fix(deps): update dependency prismjs to v1.30.0 [security] * add changesest * Update .changeset/ripe-fans-push.md Co-authored-by: Matt Kane <m@mk.gg> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Matt Kane <m@mk.gg>
This commit is contained in:
parent
d4bf4aeced
commit
6b8fdb8a11
2 changed files with 10 additions and 4 deletions
5
.changeset/ripe-fans-push.md
Normal file
5
.changeset/ripe-fans-push.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Updates `primsjs` to version 1.30.0, which adds support for more languages and fixes a security advisory which does not affect Astro.
|
9
pnpm-lock.yaml
generated
9
pnpm-lock.yaml
generated
|
@ -749,7 +749,7 @@ importers:
|
|||
dependencies:
|
||||
prismjs:
|
||||
specifier: ^1.29.0
|
||||
version: 1.29.0
|
||||
version: 1.30.0
|
||||
devDependencies:
|
||||
'@types/prismjs':
|
||||
specifier: 1.26.5
|
||||
|
@ -10162,6 +10162,7 @@ packages:
|
|||
|
||||
libsql@0.4.5:
|
||||
resolution: {integrity: sha512-sorTJV6PNt94Wap27Sai5gtVLIea4Otb2LUiAUyr3p6BPOScGMKGt5F1b5X/XgkNtcsDKeX5qfeBDj+PdShclQ==}
|
||||
cpu: [x64, arm64, wasm32]
|
||||
os: [darwin, linux, win32]
|
||||
|
||||
lightningcss-darwin-arm64@1.29.1:
|
||||
|
@ -11251,8 +11252,8 @@ packages:
|
|||
printable-characters@1.0.42:
|
||||
resolution: {integrity: sha512-dKp+C4iXWK4vVYZmYSd0KBH5F/h1HoZRsbJ82AVKRO3PEo8L4lBS/vLwhVtpwwuYcoIsVY+1JYKR268yn480uQ==}
|
||||
|
||||
prismjs@1.29.0:
|
||||
resolution: {integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==}
|
||||
prismjs@1.30.0:
|
||||
resolution: {integrity: sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==}
|
||||
engines: {node: '>=6'}
|
||||
|
||||
progress@2.0.3:
|
||||
|
@ -18140,7 +18141,7 @@ snapshots:
|
|||
|
||||
printable-characters@1.0.42: {}
|
||||
|
||||
prismjs@1.29.0: {}
|
||||
prismjs@1.30.0: {}
|
||||
|
||||
progress@2.0.3: {}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue