Skip to content

Commit

Permalink
fix(deps): update dependency marked to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 4, 2024
1 parent 92cbc9f commit c31269e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"dependencies": {
"@babel/runtime": "^7.16.7",
"@parcel/plugin": "^2.2.0",
"@types/marked": "^4.0.1",
"marked": "^4.0.10",
"@types/marked": "^6.0.0",
"marked": "^6.0.0",
"yaml-front-matter": "^4.1.1"
},
"engines": {
Expand Down
31 changes: 21 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2564,10 +2564,12 @@ __metadata:
languageName: node
linkType: hard

"@types/marked@npm:^4.0.1":
version: 4.3.2
resolution: "@types/marked@npm:4.3.2"
checksum: 10c0/6f44d28da5c940a719d6c6aca41e33f49c5fe957f7972939cc1cbb47d045951f4d969f382d655345d0463e47db1994635d2862018716fcef2fa85ceeceb116e7
"@types/marked@npm:^6.0.0":
version: 6.0.0
resolution: "@types/marked@npm:6.0.0"
dependencies:
marked: "npm:*"
checksum: 10c0/1a831af52413b1a208c91539d3bdda9be83d5451dc094c3cbc07e3e07186970673b9ec3ad5edd6c136b1249875c41e22c39eacb3c00ea7c59d0873c35c273035
languageName: node
linkType: hard

Expand Down Expand Up @@ -4979,12 +4981,21 @@ __metadata:
languageName: node
linkType: hard

"marked@npm:^4.0.10":
version: 4.3.0
resolution: "marked@npm:4.3.0"
"marked@npm:*":
version: 12.0.2
resolution: "marked@npm:12.0.2"
bin:
marked: bin/marked.js
checksum: 10c0/45ae2e1e3f06b30a5b5f64efc6cde9830c81d1d024fd7668772a3217f1bc0f326e66a6b8970482d9783edf1f581fecac7023a7fa160f2c14dbcc16e064b4eafb
languageName: node
linkType: hard

"marked@npm:^6.0.0":
version: 6.0.0
resolution: "marked@npm:6.0.0"
bin:
marked: bin/marked.js
checksum: 10c0/0013463855e31b9c88d8bb2891a611d10ef1dc79f2e3cbff1bf71ba389e04c5971298c886af0be799d7fa9aa4593b086a136062d59f1210b0480b026a8c5dc47
checksum: 10c0/ed3a57a2b701f7e95831de94379d21053db808e8114b74dd4ae37802d057636cc957c4cd35e6459117ba7d75e3b2cb2890779f91eadd20d6b79b83f05d360ed1
languageName: node
linkType: hard

Expand Down Expand Up @@ -5385,8 +5396,8 @@ __metadata:
dependencies:
"@babel/runtime": "npm:^7.16.7"
"@parcel/plugin": "npm:^2.2.0"
"@types/marked": "npm:^4.0.1"
marked: "npm:^4.0.10"
"@types/marked": "npm:^6.0.0"
marked: "npm:^6.0.0"
tsbb: "npm:3.7.9"
yaml-front-matter: "npm:^4.1.1"
peerDependencies:
Expand Down

0 comments on commit c31269e

Please sign in to comment.