From 6751135899a0180bfd263bac4b0bdb56bb383291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:12:12 -0700 Subject: [PATCH] Bump marked from 13.0.0 to 13.0.2 in /app/frontend (#1847) Bumps [marked](https://github.com/markedjs/marked) from 13.0.0 to 13.0.2. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v13.0.0...v13.0.2) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pamela Fox --- app/frontend/package-lock.json | 14 +++++++------- app/frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/frontend/package-lock.json b/app/frontend/package-lock.json index 0720def716..fc90c52de9 100644 --- a/app/frontend/package-lock.json +++ b/app/frontend/package-lock.json @@ -15,7 +15,7 @@ "@fluentui/react-icons": "^2.0.249", "@react-spring/web": "^9.7.3", "dompurify": "^3.0.6", - "marked": "^13.0.0", + "marked": "^13.0.2", "ndjson-readablestream": "^1.2.0", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -3144,9 +3144,9 @@ } }, "node_modules/marked": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.0.tgz", - "integrity": "sha512-VTeDCd9txf4KLLljUZ0nljE/Incb9SrWuueE44QVuU0pkOdh4sfCeW1Z6lPcxyDRSVY6rm8db/0OPaN75RNUmw==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz", + "integrity": "sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==", "bin": { "marked": "bin/marked.js" }, @@ -5763,9 +5763,9 @@ } }, "marked": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.0.tgz", - "integrity": "sha512-VTeDCd9txf4KLLljUZ0nljE/Incb9SrWuueE44QVuU0pkOdh4sfCeW1Z6lPcxyDRSVY6rm8db/0OPaN75RNUmw==" + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz", + "integrity": "sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==" }, "ms": { "version": "2.1.2", diff --git a/app/frontend/package.json b/app/frontend/package.json index 61ef04b689..23305da56f 100644 --- a/app/frontend/package.json +++ b/app/frontend/package.json @@ -18,7 +18,7 @@ "@fluentui/react-components": "^9.37.3", "@fluentui/react-icons": "^2.0.249", "@react-spring/web": "^9.7.3", - "marked": "^13.0.0", + "marked": "^13.0.2", "dompurify": "^3.0.6", "react": "^18.3.1", "react-dom": "^18.3.1",