diff --git a/package-lock.json b/package-lock.json index bed00172e..bd3c42e72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "marked": "5.1.1", "marked-extended-tables": "^1.0.7", "marked-gfm-heading-id": "^3.1.0", - "marked-smartypants-lite": "^1.0.0", + "marked-smartypants-lite": "^1.0.1", "markedLegacy": "npm:marked@^0.3.19", "moment": "^2.29.4", "mongoose": "^7.5.4", @@ -10036,11 +10036,11 @@ } }, "node_modules/marked-smartypants-lite": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/marked-smartypants-lite/-/marked-smartypants-lite-1.0.0.tgz", - "integrity": "sha512-+EGU6lP4VVoQBJp1OMoM3wDG0m/n9z2pek9hA9NtOG1EDrW0DCQc6T4KzdEzaVAghc2XMyEBDqlUsN/3/QvD9g==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/marked-smartypants-lite/-/marked-smartypants-lite-1.0.1.tgz", + "integrity": "sha512-XeK3ephFrim4MBLJCCSxx6whqE9HiIt9JsSLR5x3FySid5iopUJkI23/rx+HUhuavFFdRAnPIIaDxHsFBc5clg==", "peerDependencies": { - "marked": "^4 || ^5" + "marked": ">= 4.0.0 < 10" } }, "node_modules/markedLegacy": { diff --git a/package.json b/package.json index a27b9e021..e48e82aa8 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "marked": "5.1.1", "marked-extended-tables": "^1.0.7", "marked-gfm-heading-id": "^3.1.0", - "marked-smartypants-lite": "^1.0.0", + "marked-smartypants-lite": "^1.0.1", "markedLegacy": "npm:marked@^0.3.19", "moment": "^2.29.4", "mongoose": "^7.5.4",