fix(deps): update dependency marked to v9 (#2947)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-22 18:15:26 -05:00 committed by GitHub
parent 6070bf61fc
commit 84f2ee9374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 5 deletions

20
package-lock.json generated
View File

@ -26,7 +26,7 @@
"hook-std": "^3.0.0", "hook-std": "^3.0.0",
"hosted-git-info": "^7.0.0", "hosted-git-info": "^7.0.0",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"marked": "^5.0.0", "marked": "^9.0.0",
"marked-terminal": "^6.0.0", "marked-terminal": "^6.0.0",
"micromatch": "^4.0.2", "micromatch": "^4.0.2",
"p-each-series": "^3.0.0", "p-each-series": "^3.0.0",
@ -3147,9 +3147,9 @@
} }
}, },
"node_modules/marked": { "node_modules/marked": {
"version": "5.1.2", "version": "9.0.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-5.1.2.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-9.0.3.tgz",
"integrity": "sha512-ahRPGXJpjMjwSOlBoTMZAK7ATXkli5qCPxZ21TG44rx1KEo44bii4ekgTDQPNRQ4Kh7JMb9Ub1PVk1NxRSsorg==", "integrity": "sha512-pI/k4nzBG1PEq1J3XFEHxVvjicfjl8rgaMaqclouGSMPhk7Q3Ejb2ZRxx/ZQOcQ1909HzVoWCFYq6oLgtL4BpQ==",
"bin": { "bin": {
"marked": "bin/marked.js" "marked": "bin/marked.js"
}, },
@ -7564,6 +7564,18 @@
"node": "^18.17 || >=20.6.1" "node": "^18.17 || >=20.6.1"
} }
}, },
"node_modules/semantic-release/node_modules/marked": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-5.1.2.tgz",
"integrity": "sha512-ahRPGXJpjMjwSOlBoTMZAK7ATXkli5qCPxZ21TG44rx1KEo44bii4ekgTDQPNRQ4Kh7JMb9Ub1PVk1NxRSsorg==",
"peer": true,
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 16"
}
},
"node_modules/semantic-release/node_modules/marked-terminal": { "node_modules/semantic-release/node_modules/marked-terminal": {
"version": "5.2.0", "version": "5.2.0",
"resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-5.2.0.tgz", "resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-5.2.0.tgz",

View File

@ -44,7 +44,7 @@
"hook-std": "^3.0.0", "hook-std": "^3.0.0",
"hosted-git-info": "^7.0.0", "hosted-git-info": "^7.0.0",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"marked": "^5.0.0", "marked": "^9.0.0",
"marked-terminal": "^6.0.0", "marked-terminal": "^6.0.0",
"micromatch": "^4.0.2", "micromatch": "^4.0.2",
"p-each-series": "^3.0.0", "p-each-series": "^3.0.0",