Skip to content

Commit b0577d4

Browse files
chore(deps): bump marked in the npm-dependencies group (#151)
Bumps the npm-dependencies group with 1 update: [marked](https://github.com/markedjs/marked). Updates `marked` from 17.0.1 to 17.0.2 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](markedjs/marked@v17.0.1...v17.0.2) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6721668 commit b0577d4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"husky": "^9.1.7",
4848
"jest": "^30.2.0",
4949
"markdown-it": "^14.1.1",
50-
"marked": "^17.0.1",
50+
"marked": "^17.0.2",
5151
"typescript": "^5.9.3"
5252
}
5353
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3172,10 +3172,10 @@ markdown-it@^14.1.1:
31723172
punycode.js "^2.3.1"
31733173
uc.micro "^2.1.0"
31743174

3175-
marked@^17.0.1:
3176-
version "17.0.1"
3177-
resolved "https://registry.yarnpkg.com/marked/-/marked-17.0.1.tgz#9db34197ac145e5929572ee49ef701e37ee9b2e6"
3178-
integrity sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg==
3175+
marked@^17.0.2:
3176+
version "17.0.2"
3177+
resolved "https://registry.yarnpkg.com/marked/-/marked-17.0.2.tgz#a103f82bed9653dd1d74c15f74107c84ddbe749d"
3178+
integrity sha512-s5HZGFQea7Huv5zZcAGhJLT3qLpAfnY7v7GWkICUr0+Wd5TFEtdlRR2XUL5Gg+RH7u2Df595ifrxR03mBaw7gA==
31793179

31803180
math-intrinsics@^1.1.0:
31813181
version "1.1.0"

0 commit comments

Comments
 (0)