chore(deps): update dependency marked to v9 (#2086)

This commit is contained in:
renovate[bot] 2023-09-15 15:56:14 +02:00 committed by GitHub
parent 0bb52ecc1e
commit 60edebb986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -44,7 +44,7 @@
"hls.js": "1.4.10",
"jassub": "1.7.1",
"lodash-es": "4.17.21",
"marked": "7.0.3",
"marked": "9.0.0",
"sortablejs": "1.15.0",
"swiper": "10.1.0",
"uuid": "9.0.0",

8
package-lock.json generated
View File

@ -35,7 +35,7 @@
"hls.js": "1.4.10",
"jassub": "1.7.1",
"lodash-es": "4.17.21",
"marked": "7.0.3",
"marked": "9.0.0",
"sortablejs": "1.15.0",
"swiper": "10.1.0",
"uuid": "9.0.0",
@ -5356,9 +5356,9 @@
}
},
"node_modules/marked": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-7.0.3.tgz",
"integrity": "sha512-ev2uM40p0zQ/GbvqotfKcSWEa59fJwluGZj5dcaUOwDRrB1F3dncdXy8NWUApk4fi8atU3kTBOwjyjZ0ud0dxw==",
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-9.0.0.tgz",
"integrity": "sha512-37yoTpjU+TSXb9OBYY5n78z/CqXh76KiQj9xsKxEdztzU9fRLmbWO5YqKxgCVGKlNdexppnbKTkwB3RipVri8w==",
"bin": {
"marked": "bin/marked.js"
},