diff --git a/package-lock.json b/package-lock.json index 8d93c83..b037f5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "isomorphic-fetch": "^3.0.0", "jsonwebtoken": "^9.0.2", "jwks-rsa": "^3.1.0", - "marked": "^14.1.3", + "marked": "^15.0.7", "readline-sync": "^1.4.10" }, "devDependencies": { @@ -2975,9 +2975,10 @@ "license": "ISC" }, "node_modules/marked": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.3.tgz", - "integrity": "sha512-ZibJqTULGlt9g5k4VMARAktMAjXoVnnr+Y3aCqW1oDftcV4BA3UmrBifzXoZyenHRk75csiPu9iwsTj4VNBT0g==", + "version": "15.0.7", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.7.tgz", + "integrity": "sha512-dgLIeKGLx5FwziAnsk4ONoGwHwGPJzselimvlVskE9XLN4Orv9u2VA3GWw/lYUqjfA0rUT/6fqKwfZJapP9BEg==", + "license": "MIT", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 2b41406..859e548 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "isomorphic-fetch": "^3.0.0", "jsonwebtoken": "^9.0.2", "jwks-rsa": "^3.1.0", - "marked": "^14.1.3", + "marked": "^15.0.7", "readline-sync": "^1.4.10" } }