Skip to content

Commit

Permalink
fix(deps): update dependency @astrojs/prism to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2023
1 parent 3625a68 commit 9219ccc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@astrojs/prism": "^1.0.2",
"@astrojs/prism": "^3.0.0",
"@astrojs/rss": "^2.0.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.3",
Expand Down
15 changes: 12 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ __metadata:
languageName: node
linkType: hard

"@astrojs/prism@npm:^1.0.0, @astrojs/prism@npm:^1.0.2":
"@astrojs/prism@npm:^1.0.0":
version: 1.0.2
resolution: "@astrojs/prism@npm:1.0.2"
dependencies:
Expand All @@ -116,6 +116,15 @@ __metadata:
languageName: node
linkType: hard

"@astrojs/prism@npm:^3.0.0":
version: 3.0.0
resolution: "@astrojs/prism@npm:3.0.0"
dependencies:
prismjs: ^1.29.0
checksum: 84d014943a81534e033a4b286c827eccb7600b51332bcddc06bd174e88c8cb3a6d31dcb691346cf1f0ea6e817dacbfa52a945081e413cc87e3b1449272237e02
languageName: node
linkType: hard

"@astrojs/rss@npm:^2.0.0":
version: 2.4.4
resolution: "@astrojs/rss@npm:2.4.4"
Expand Down Expand Up @@ -1320,7 +1329,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "blogster-sleek@workspace:."
dependencies:
"@astrojs/prism": ^1.0.2
"@astrojs/prism": ^3.0.0
"@astrojs/rss": ^2.0.0
"@astrojs/sitemap": ^1.0.0
"@astrojs/tailwind": ^2.1.3
Expand Down Expand Up @@ -4768,7 +4777,7 @@ __metadata:
languageName: node
linkType: hard

"prismjs@npm:^1.28.0":
"prismjs@npm:^1.28.0, prismjs@npm:^1.29.0":
version: 1.29.0
resolution: "prismjs@npm:1.29.0"
checksum: 007a8869d4456ff8049dc59404e32d5666a07d99c3b0e30a18bd3b7676dfa07d1daae9d0f407f20983865fd8da56de91d09cb08e6aa61f5bc420a27c0beeaf93
Expand Down

0 comments on commit 9219ccc

Please sign in to comment.