Skip to content

Commit 4e1a620

Browse files
Update marked requirement from ^16.0.0 to ^16.3.0 in /packages/worker
Updates the requirements on [marked](https://github.com/markedjs/marked) to permit the latest version. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](markedjs/marked@v16.0.0...v16.3.0) --- updated-dependencies: - dependency-name: marked dependency-version: 16.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c08b52 commit 4e1a620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"license": "Apache-2.0",
1616
"dependencies": {
1717
"@codebam/cf-workers-telegram-bot": "file:../main",
18-
"marked": "^16.0.0"
18+
"marked": "^16.3.0"
1919
},
2020
"devDependencies": {
2121
"@babel/preset-env": "^7.27.2",

0 commit comments

Comments
 (0)