diff --git a/package-lock.json b/package-lock.json index aeae71f098..2e0c7f7558 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "linkify-urls": "^5.2.0", "lodash": "^4.17.23", "luxon": "^3.7.2", - "marked": "^17.0.5", + "marked": "^17.0.6", "marked-gfm-heading-id": "^4.1.3", "pinia": "^3.0.4", "qrcode": "^1.5.3", @@ -2479,9 +2479,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2496,9 +2493,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2513,9 +2507,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2530,9 +2521,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2547,9 +2535,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2564,9 +2549,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2581,9 +2563,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2598,9 +2577,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2615,9 +2591,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2632,9 +2605,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2649,9 +2619,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2666,9 +2633,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2683,9 +2647,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -9214,9 +9175,9 @@ } }, "node_modules/marked": { - "version": "17.0.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.5.tgz", - "integrity": "sha512-6hLvc0/JEbRjRgzI6wnT2P1XuM1/RrrDEX0kPt0N7jGm1133g6X7DlxFasUIx+72aKAr904GTxhSLDrd5DIlZg==", + "version": "17.0.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.6.tgz", + "integrity": "sha512-gB0gkNafnonOw0obSTEGZTT86IuhILt2Wfx0mWH/1Au83kybTayroZ/V6nS25mN7u8ASy+5fMhgB3XPNrOZdmA==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index af2daa9eea..03742e9c65 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "linkify-urls": "^5.2.0", "lodash": "^4.17.23", "luxon": "^3.7.2", - "marked": "^17.0.5", + "marked": "^17.0.6", "marked-gfm-heading-id": "^4.1.3", "pinia": "^3.0.4", "qrcode": "^1.5.3",