From 33581995fd5022eb87b879876c8eca0c92de5e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 22:28:40 +0000 Subject: [PATCH] Bump marked from 1.2.0 to 2.0.0 in /frontend Bumps [marked](https://github.com/markedjs/marked) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index da15b3b..efc1e73 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,6 +1,6 @@ { "name": "code-rush", - "version": "3.3.1", + "version": "3.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -4104,9 +4104,9 @@ } }, "marked": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.0.tgz", - "integrity": "sha512-tiRxakgbNPBr301ihe/785NntvYyhxlqcL3YaC8CaxJQh7kiaEtrN9B/eK2I2943Yjkh5gw25chYFDQhOMCwMA==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.0.tgz", + "integrity": "sha512-NqRSh2+LlN2NInpqTQnS614Y/3NkVMFFU6sJlRFEpxJ/LHuK/qJECH7/fXZjk4VZstPW/Pevjil/VtSONsLc7Q==" }, "md5.js": { "version": "1.3.5", diff --git a/frontend/package.json b/frontend/package.json index c719093..d827085 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "@material-ui/lab": "^4.0.0-alpha.56", "ace-builds": "^1.4.12", "axios": "^0.20.0", - "marked": "^1.2.0", + "marked": "^2.0.0", "mongodb": "^3.6.2", "next": "^9.5.4", "next-auth": "^3.1.0",