From 9b25c3958767eba730e8331ed0dc0ed841167c65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 07:40:22 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [marked](https://github.com/markedjs/marked) and [webpack](https://github.com/webpack/webpack). Updates `marked` from 0.3.19 to 14.1.0 - [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/v0.3.19...v14.1.0) Updates `webpack` from 1.15.0 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v1.15.0...v5.94.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: webpack dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1d1ab5ebd6..65f24ab8c0 100644 --- a/package.json +++ b/package.json @@ -29,13 +29,13 @@ "react": "15.3.1", "react-dom": "15.3.1", "sane": "^1.2.0", - "webpack": "^1.12.1" + "webpack": "^5.94.0" }, "dependencies": { "codemirror": "^5.6.0", "codemirror-graphql": "^0.5.7", "graphql": "^0.7.0", "graphql-tools": "^0.6.6", - "marked": "^0.3.5" + "marked": "^14.1.0" } }