Skip to content

Commit 415b02c

Browse files
Bump docsify from 5.0.0-rc.4 to 5.0.0
Bumps [docsify](https://github.com/docsifyjs/docsify) from 5.0.0-rc.4 to 5.0.0. - [Release notes](https://github.com/docsifyjs/docsify/releases) - [Changelog](https://github.com/docsifyjs/docsify/blob/develop/CHANGELOG.md) - [Commits](docsifyjs/docsify@v5.0.0-rc.4...v5.0.0) --- updated-dependencies: - dependency-name: docsify dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7281d56 commit 415b02c

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": "node scripts/sync-vendor.mjs && node scripts/build.mjs"
2121
},
2222
"dependencies": {
23-
"docsify": "5.0.0-rc.4",
23+
"docsify": "5.0.0",
2424
"gitalk": "1.8.0",
2525
"prismjs": "1.30.0"
2626
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -338,14 +338,14 @@ dexie@^4.0.11:
338338
resolved "https://registry.yarnpkg.com/dexie/-/dexie-4.4.4.tgz#ed75e818e6cb4a131a6956095f96f6669cfab464"
339339
integrity sha512-jIwsYI8Os2hgnqc6O49YwFDKGc5v5QjGx0wPVp543ip1F53VFAKMLthV2pQosQcVTv3eAskTWYspOx195PM0FQ==
340340

341-
docsify@5.0.0-rc.4:
342-
version "5.0.0-rc.4"
343-
resolved "https://registry.yarnpkg.com/docsify/-/docsify-5.0.0-rc.4.tgz#a2b12c3ab5194dc9f235807d7baa28750fbb3061"
344-
integrity sha512-x8QyRzlKCyjwT/LttO4M65RUzLtgUgmeMYYbmbxvmXluKX1xa4kGd/48+p8/lak8apWuYxX3X0/5sLqmM9zyNQ==
341+
docsify@5.0.0:
342+
version "5.0.0"
343+
resolved "https://registry.yarnpkg.com/docsify/-/docsify-5.0.0.tgz#5450d46305b42e51dcd845270bc8652924efa2aa"
344+
integrity sha512-F2LBvsG/RkW9VZs91FPceZpJBilSC9EYCid0n1YhnQb3OOw63dk70d1ITPR2RPwxmPPcWFQ+TOtpdImilLWyGw==
345345
dependencies:
346346
common-tags "^1.8.0"
347347
dexie "^4.0.11"
348-
marked "^17.0.1"
348+
marked "^18.0.3"
349349
medium-zoom "^1.1.0"
350350
opencollective-postinstall "^2.0.2"
351351
prismjs "^1.29.0"
@@ -930,10 +930,10 @@ loose-envify@^1.0.0, loose-envify@^1.4.0:
930930
dependencies:
931931
js-tokens "^3.0.0 || ^4.0.0"
932932

933-
marked@^17.0.1:
934-
version "17.0.6"
935-
resolved "https://registry.yarnpkg.com/marked/-/marked-17.0.6.tgz#2a97586a272d3be5880f198e020b74ad27cf86ba"
936-
integrity sha512-gB0gkNafnonOw0obSTEGZTT86IuhILt2Wfx0mWH/1Au83kybTayroZ/V6nS25mN7u8ASy+5fMhgB3XPNrOZdmA==
933+
marked@^18.0.3:
934+
version "18.0.7"
935+
resolved "https://registry.yarnpkg.com/marked/-/marked-18.0.7.tgz#6d8d4dd777730263e7e25bedad56a26bb2809232"
936+
integrity sha512-iDVQ5ldaiKXn6b2JroX5kgRfmwgqolW7NpaEzTl1k/2Zh1njIEN9yniyLV/mOvWwtsE8OGgkjsCYvijuPk1dtA==
937937

938938
math-intrinsics@^1.1.0:
939939
version "1.1.0"

0 commit comments

Comments
 (0)