1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Bump marked from 4.0.1 to 4.0.3

Bumps [marked](https://github.com/markedjs/marked) from 4.0.1 to 4.0.3.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v4.0.1...v4.0.3)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-15 16:05:32 +00:00 committed by GitHub
parent 6ae92fc8c4
commit 158b8ab51e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -8344,9 +8344,9 @@
"dev": true "dev": true
}, },
"marked": { "marked": {
"version": "4.0.1", "version": "4.0.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.1.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.3.tgz",
"integrity": "sha512-L90F6VQdYJSL1WVaIGCbNASAWnPCyB/jGmvQ/KIk0ThYq0XuzRrWxhwjcHoYvIZlQHKD/C/2i7DAADFPgxV7Tw==" "integrity": "sha512-vSwKKtw+lCA0uFK/02JT4tBfNxEREpoTg21NoXqcmX0ySBIEyLMYWmt8WPsM61QNFaDBZkggupyNXLsV7uPuRg=="
}, },
"marks-pane": { "marks-pane": {
"version": "1.0.9", "version": "1.0.9",

View file

@ -82,7 +82,7 @@
"libarchive.js": "^1.3.0", "libarchive.js": "^1.3.0",
"libass-wasm": "git+https://github.com/jellyfin/JavascriptSubtitlesOctopus.git#4.0.0-jf-4", "libass-wasm": "git+https://github.com/jellyfin/JavascriptSubtitlesOctopus.git#4.0.0-jf-4",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"marked": "^4.0.1", "marked": "^4.0.3",
"material-design-icons-iconfont": "^6.1.1", "material-design-icons-iconfont": "^6.1.1",
"native-promise-only": "^0.8.0-a", "native-promise-only": "^0.8.0-a",
"page": "^1.11.6", "page": "^1.11.6",