mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
chore: bump marked from 16.0.0 to 17.0.1
Bumps [marked](https://github.com/markedjs/marked) from 16.0.0 to 17.0.1. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v16.0.0...v17.0.1) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b960519608
commit
b52f47d972
14
package-lock.json
generated
14
package-lock.json
generated
@ -10,7 +10,9 @@
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"common-tags": "^1.8.0",
|
||||
"dexie": "^4.0.11",
|
||||
"marked": "^17.0.1",
|
||||
"medium-zoom": "^1.1.0",
|
||||
"opencollective-postinstall": "^2.0.2",
|
||||
"prismjs": "^1.29.0",
|
||||
@ -31,7 +33,6 @@
|
||||
"@types/prismjs": "^1.26.5",
|
||||
"axios": "^1.5.0",
|
||||
"browser-sync": "^3.0.2",
|
||||
"common-tags": "^1.8.0",
|
||||
"conventional-changelog-cli": "^3.0.0",
|
||||
"cross-env": "^10.0.0",
|
||||
"cssnano": "^7.0.1",
|
||||
@ -46,7 +47,6 @@
|
||||
"jest": "^30.0.4",
|
||||
"jest-environment-jsdom": "^30.0.5",
|
||||
"lint-staged": "^16.1.0",
|
||||
"marked": "^16.0.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss-cli": "^11.0.0",
|
||||
"postcss-import": "^16.1.0",
|
||||
@ -6463,7 +6463,6 @@
|
||||
"version": "1.8.2",
|
||||
"resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz",
|
||||
"integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
}
|
||||
@ -14402,10 +14401,10 @@
|
||||
}
|
||||
},
|
||||
"node_modules/marked": {
|
||||
"version": "16.0.0",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-16.0.0.tgz",
|
||||
"integrity": "sha512-MUKMXDjsD/eptB7GPzxo4xcnLS6oo7/RHimUMHEDRhUooPwmN9BEpMl7AEOJv3bmso169wHI2wUF9VQgL7zfmA==",
|
||||
"dev": true,
|
||||
"version": "17.0.1",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-17.0.1.tgz",
|
||||
"integrity": "sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg==",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"marked": "bin/marked.js"
|
||||
},
|
||||
@ -18301,6 +18300,7 @@
|
||||
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"peer": true,
|
||||
"bin": {
|
||||
"tsc": "bin/tsc",
|
||||
"tsserver": "bin/tsserver"
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
"dependencies": {
|
||||
"common-tags": "^1.8.0",
|
||||
"dexie": "^4.0.11",
|
||||
"marked": "^16.0.0",
|
||||
"marked": "^17.0.1",
|
||||
"medium-zoom": "^1.1.0",
|
||||
"opencollective-postinstall": "^2.0.2",
|
||||
"prismjs": "^1.29.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user