From c676aa0f4582ae18fc90dcfab43129e587fc90a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 12:25:25 +0000 Subject: [PATCH] Bump prismjs from 1.15.0 to 1.27.0 in /gui Bumps [prismjs](https://github.com/PrismJS/prism) from 1.15.0 to 1.27.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](https://github.com/PrismJS/prism/compare/v1.15.0...v1.27.0) --- updated-dependencies: - dependency-name: prismjs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/package.json b/gui/package.json index a59f8a7e2..f3115d1ee 100644 --- a/gui/package.json +++ b/gui/package.json @@ -34,7 +34,7 @@ "lodash": "4.17.15", "napa": "2.3.0", "object-hash": "1.3.0", - "prismjs": "1.15.0", + "prismjs": "1.27.0", "prop-types": "15.6.2", "react": "15.5.4", "react-datepicker": "0.47.0",