Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/backend-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"kafkajs": "^2.2.2",
"liquidjs": "^10.7.1",
"long": "^5.2.3",
"markdown-it": "^13.0.1",
"markdown-it": "^14.1.1",
"minimist": "^1.2.7",
"mjml": "^4.14.1",
"neverthrow": "^6.0.0",
Expand Down
45 changes: 15 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13614,7 +13614,7 @@ __metadata:
kafkajs: "npm:^2.2.2"
liquidjs: "npm:^10.7.1"
long: "npm:^5.2.3"
markdown-it: "npm:^13.0.1"
markdown-it: "npm:^14.1.1"
minimist: "npm:^1.2.7"
mjml: "npm:^4.14.1"
neverthrow: "npm:^6.0.0"
Expand Down Expand Up @@ -16280,13 +16280,6 @@ __metadata:
languageName: node
linkType: hard

"entities@npm:~3.0.1":
version: 3.0.1
resolution: "entities@npm:3.0.1"
checksum: 10/3706e0292ea3f3679720b3d3b1ed6290b164aaeb11116691a922a3acea144503871e0de2170b47671c3b735549b8b7f4741d0d3c2987e8f985ccaa0dd3762eba
languageName: node
linkType: hard

"env-paths@npm:^2.2.0":
version: 2.2.1
resolution: "env-paths@npm:2.2.1"
Expand Down Expand Up @@ -21298,15 +21291,6 @@ __metadata:
languageName: node
linkType: hard

"linkify-it@npm:^4.0.1":
version: 4.0.1
resolution: "linkify-it@npm:4.0.1"
dependencies:
uc.micro: "npm:^1.0.1"
checksum: 10/d0a786d2e3f02f46b6f4a9b466af9eb936fb68e86b7cd305933d5457b12fdc53a4d0e0b697b02dc2e7d84a51d2425d719598bb7b47af7e01911e492e07a97957
languageName: node
linkType: hard

"linkify-it@npm:^5.0.0":
version: 5.0.0
resolution: "linkify-it@npm:5.0.0"
Expand Down Expand Up @@ -21894,24 +21878,25 @@ __metadata:
languageName: node
linkType: hard

"markdown-it@npm:^13.0.1":
version: 13.0.1
resolution: "markdown-it@npm:13.0.1"
"markdown-it@npm:^14.0.0":
version: 14.1.0
resolution: "markdown-it@npm:14.1.0"
dependencies:
argparse: "npm:^2.0.1"
entities: "npm:~3.0.1"
linkify-it: "npm:^4.0.1"
mdurl: "npm:^1.0.1"
uc.micro: "npm:^1.0.5"
entities: "npm:^4.4.0"
linkify-it: "npm:^5.0.0"
mdurl: "npm:^2.0.0"
punycode.js: "npm:^2.3.1"
uc.micro: "npm:^2.1.0"
bin:
markdown-it: bin/markdown-it.js
checksum: 10/ebe2cfd515c23d2d88692efac41e4070fcd2e932af15e5455e73e1a47f1f86298a4aacb2de3b5cc647a409bed5951739980c02dbf7d34f78e25554d8742751db
markdown-it: bin/markdown-it.mjs
checksum: 10/f34f921be178ed0607ba9e3e27c733642be445e9bb6b1dba88da7aafe8ba1bc5d2f1c3aa8f3fc33b49a902da4e4c08c2feadfafb290b8c7dda766208bb6483a9
languageName: node
linkType: hard

"markdown-it@npm:^14.0.0":
version: 14.1.0
resolution: "markdown-it@npm:14.1.0"
"markdown-it@npm:^14.1.1":
version: 14.1.1
resolution: "markdown-it@npm:14.1.1"
dependencies:
argparse: "npm:^2.0.1"
entities: "npm:^4.4.0"
Expand All @@ -21921,7 +21906,7 @@ __metadata:
uc.micro: "npm:^2.1.0"
bin:
markdown-it: bin/markdown-it.mjs
checksum: 10/f34f921be178ed0607ba9e3e27c733642be445e9bb6b1dba88da7aafe8ba1bc5d2f1c3aa8f3fc33b49a902da4e4c08c2feadfafb290b8c7dda766208bb6483a9
checksum: 10/088822c8aa9346ba4af6a205f6ee0f4baae55e3314f040dc5c28c897d57d0f979840c71872b3582a6a6e572d8c851c54e323c82f4559011dfa2e96224fc20fc2
languageName: node
linkType: hard

Expand Down
Loading