Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump marked-terminal from 7.1.0 to 7.2.1 #2216

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"inversify": "6.0.1",
"lodash": "^4.17.21",
"marked": "^9.1.4",
"marked-terminal": "^7.1.0",
"marked-terminal": "^7.2.1",
"normalize-path": "^3.0.0",
"pony-cause": "^2.1.11",
"reflect-metadata": "^0.2.2",
Expand Down
30 changes: 19 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ __metadata:
jest-junit: ^16.0.0
lodash: ^4.17.21
marked: ^9.1.4
marked-terminal: ^7.1.0
marked-terminal: ^7.2.1
mockdate: ^3.0.5
normalize-path: ^3.0.0
npm-run-all: ^4.1.5
Expand Down Expand Up @@ -6331,6 +6331,13 @@ __metadata:
languageName: node
linkType: hard

"ansi-regex@npm:^6.1.0":
version: 6.1.0
resolution: "ansi-regex@npm:6.1.0"
checksum: 495834a53b0856c02acd40446f7130cb0f8284f4a39afdab20d5dc42b2e198b1196119fe887beed8f9055c4ff2055e3b2f6d4641d0be018cdfb64fedf6fc1aac
languageName: node
linkType: hard

"ansi-styles@npm:^3.2.0, ansi-styles@npm:^3.2.1":
version: 3.2.1
resolution: "ansi-styles@npm:3.2.1"
Expand Down Expand Up @@ -14667,19 +14674,20 @@ __metadata:
languageName: node
linkType: hard

"marked-terminal@npm:^7.1.0":
version: 7.1.0
resolution: "marked-terminal@npm:7.1.0"
"marked-terminal@npm:^7.2.1":
version: 7.2.1
resolution: "marked-terminal@npm:7.2.1"
dependencies:
ansi-escapes: ^7.0.0
ansi-regex: ^6.1.0
chalk: ^5.3.0
cli-highlight: ^2.1.11
cli-table3: ^0.6.5
node-emoji: ^2.1.3
supports-hyperlinks: ^3.0.0
supports-hyperlinks: ^3.1.0
peerDependencies:
marked: ">=1 <14"
checksum: 352274182ba67f07ed1663d98854dfdb6eec5f864e8473225809dad8f821c90315f709e55f895d753b0b11ec1e4771c436879ac8d8737edc4c91337890fa0178
marked: ">=1 <15"
checksum: f6eea47b692955175407fe89ac2c944dc674c681da186ebe71f23816c9f10bd7f2f4ed3e2507a2c2e0a2c92d49dff8cc618caea7cb61e0d2ac2d1b1f3061759e
languageName: node
linkType: hard

Expand Down Expand Up @@ -19604,13 +19612,13 @@ __metadata:
languageName: node
linkType: hard

"supports-hyperlinks@npm:^3.0.0":
version: 3.0.0
resolution: "supports-hyperlinks@npm:3.0.0"
"supports-hyperlinks@npm:^3.1.0":
version: 3.1.0
resolution: "supports-hyperlinks@npm:3.1.0"
dependencies:
has-flag: ^4.0.0
supports-color: ^7.0.0
checksum: 41021305de5255b10d821bf93c7a781f783e1693d0faec293d7fc7ccf17011b90bde84b0295fa92ba75c6c390351fe84fdd18848cad4bf656e464a958243c3e7
checksum: 051ffc31ae0d3334502decb6a17170ff89d870094d6835d93dfb2cda03e2a4504bf861a0954942af5e65fdd038b81cef5998696d0f4f4ff5f5bd3e40c7981874
languageName: node
linkType: hard

Expand Down
Loading