diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-20 02:40:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-20 02:40:35 +0800 |
commit | 62d51cdaca9bcd1dddaa8f1505ac2d365b2eccb9 (patch) | |
tree | 9cb3ac6321171484cf5d309470d8e89420f72dbf | |
parent | 7a6c22499ac3fee59c7c21d6cd2ce39f9f7d810b (diff) | |
download | tangerine-wiki-dependabot/npm_and_yarn/docsify-4.13.1.tar.gz tangerine-wiki-dependabot/npm_and_yarn/docsify-4.13.1.tar.zst tangerine-wiki-dependabot/npm_and_yarn/docsify-4.13.1.zip |
Bump docsify from 4.9.4 to 4.13.1dependabot/npm_and_yarn/docsify-4.13.1
Bumps [docsify](https://github.com/docsifyjs/docsify) from 4.9.4 to 4.13.1.
- [Release notes](https://github.com/docsifyjs/docsify/releases)
- [Changelog](https://github.com/docsifyjs/docsify/blob/v4.13.1/CHANGELOG.md)
- [Commits](https://github.com/docsifyjs/docsify/compare/v4.9.4...v4.13.1)
---
updated-dependencies:
- dependency-name: docsify
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 53 |
1 files changed, 36 insertions, 17 deletions
diff --git a/package-lock.json b/package-lock.json index d72112f..6c29ecf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -650,12 +650,12 @@ "integrity": "sha512-Xtm6sfrNU7cqOViWMewDhscn0cySF60q2KTKok9OaPmzt6nRkTAIvYU4dj916IT21o/b336Or3vO2hsvmaQzxg==", "dev": true, "requires": { - "marked": "0.5.2", - "medium-zoom": "0.4.0", - "opencollective": "1.0.3", - "prismjs": "1.16.0", - "tinydate": "1.1.0", - "tweezer.js": "1.5.0" + "marked": "^0.5.1", + "medium-zoom": "^0.4.0", + "opencollective": "^1.0.3", + "prismjs": "^1.15.0", + "tinydate": "^1.0.0", + "tweezer.js": "^1.4.0" } }, "docsify-cli": { @@ -961,7 +961,8 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -982,12 +983,14 @@ "balanced-match": { "version": "1.0.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, "dev": true, + "optional": true, "requires": { "balanced-match": "1.0.0", "concat-map": "0.0.1" @@ -1002,17 +1005,20 @@ "code-point-at": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "concat-map": { "version": "0.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -1129,7 +1135,8 @@ "inherits": { "version": "2.0.3", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -1141,6 +1148,7 @@ "version": "1.0.0", "bundled": true, "dev": true, + "optional": true, "requires": { "number-is-nan": "1.0.1" } @@ -1155,6 +1163,7 @@ "version": "3.0.4", "bundled": true, "dev": true, + "optional": true, "requires": { "brace-expansion": "1.1.11" } @@ -1162,12 +1171,14 @@ "minimist": { "version": "0.0.8", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "minipass": { "version": "2.3.5", "bundled": true, "dev": true, + "optional": true, "requires": { "safe-buffer": "5.1.2", "yallist": "3.0.3" @@ -1186,6 +1197,7 @@ "version": "0.5.1", "bundled": true, "dev": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -1266,7 +1278,8 @@ "number-is-nan": { "version": "1.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -1278,6 +1291,7 @@ "version": "1.4.0", "bundled": true, "dev": true, + "optional": true, "requires": { "wrappy": "1.0.2" } @@ -1363,7 +1377,8 @@ "safe-buffer": { "version": "5.1.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -1399,6 +1414,7 @@ "version": "1.0.2", "bundled": true, "dev": true, + "optional": true, "requires": { "code-point-at": "1.1.0", "is-fullwidth-code-point": "1.0.0", @@ -1418,6 +1434,7 @@ "version": "3.0.1", "bundled": true, "dev": true, + "optional": true, "requires": { "ansi-regex": "2.1.1" } @@ -1461,12 +1478,14 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "yallist": { "version": "3.0.3", "bundled": true, - "dev": true + "dev": true, + "optional": true } } }, |