Skip to content

Commit 0e34b54

Browse files
authored
Merge pull request #1528 from privy-open-source/renovate/marked-15.x
fix(deps): update dependency marked to v15
2 parents c949dc3 + 7cf8afd commit 0e34b54

File tree

3 files changed

+8
-17
lines changed

3 files changed

+8
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"immutable": "^5.0.0-beta.5",
120120
"interactjs": "1.10.27",
121121
"lodash-es": "4.17.21",
122-
"marked": "^14.0.0",
122+
"marked": "^15.0.0",
123123
"nanodelay": "2.0.2",
124124
"pdfjs-dist": "^4.0.0",
125125
"postcss-hexrgba": "^2.1.0",

packages/persona/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"html-escaper": "^3.0.3",
9494
"interactjs": "1.10.27",
9595
"lodash-es": "4.17.21",
96-
"marked": "14.1.4",
96+
"marked": "15.0.2",
9797
"nanodelay": "2.0.2",
9898
"pathe": "^1.1.2",
9999
"pdfjs-dist": "4.8.69",

yarn.lock

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3987,7 +3987,7 @@ __metadata:
39873987
jest-extended: "npm:4.0.2"
39883988
lint-staged: "npm:15.2.10"
39893989
lodash-es: "npm:4.17.21"
3990-
marked: "npm:^14.0.0"
3990+
marked: "npm:^15.0.0"
39913991
nanodelay: "npm:2.0.2"
39923992
pdfjs-dist: "npm:^4.0.0"
39933993
postcss: "npm:8.4.49"
@@ -4153,7 +4153,7 @@ __metadata:
41534153
html-escaper: "npm:^3.0.3"
41544154
interactjs: "npm:1.10.27"
41554155
lodash-es: "npm:4.17.21"
4156-
marked: "npm:14.1.4"
4156+
marked: "npm:15.0.2"
41574157
nanodelay: "npm:2.0.2"
41584158
nuxt: "npm:3.13.2"
41594159
pathe: "npm:^1.1.2"
@@ -14764,21 +14764,12 @@ __metadata:
1476414764
languageName: node
1476514765
linkType: hard
1476614766

14767-
"marked@npm:14.1.4":
14768-
version: 14.1.4
14769-
resolution: "marked@npm:14.1.4"
14767+
"marked@npm:15.0.2, marked@npm:^15.0.0":
14768+
version: 15.0.2
14769+
resolution: "marked@npm:15.0.2"
1477014770
bin:
1477114771
marked: bin/marked.js
14772-
checksum: 10/e3526e7907aa1c13481d205b667a178bd372c01318439e4cd8a3d4b55e3983bccef8c17489129c6a0e31dbecb0b417deff6c27f9f16083faa4eea16a22784a86
14773-
languageName: node
14774-
linkType: hard
14775-
14776-
"marked@npm:^14.0.0":
14777-
version: 14.0.0
14778-
resolution: "marked@npm:14.0.0"
14779-
bin:
14780-
marked: bin/marked.js
14781-
checksum: 10/5f69e58e177bde75fb6145127c939c096d05494c5dff92d73af8a550097d6631c82e919f8a375e3743379a2623418151086b925a902a2be123590b887716f2bb
14772+
checksum: 10/dde3d918bb3938906d7a874b990cbfb193514a5fef4b41bca102db3b63d50235afb517dd70429525b6e0a5cff43abd827e7bd2b18617f8bd4776db745e75e973
1478214773
languageName: node
1478314774
linkType: hard
1478414775

0 commit comments

Comments
 (0)