From 21c131e0fd479cb4a91ff1a83bb351a3788a980e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 00:44:23 +0000 Subject: [PATCH] Bump prismjs from 0.0.1 to 1.30.0 in /materialjs Bumps [prismjs](https://github.com/PrismJS/prism) from 0.0.1 to 1.30.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/commits/v1.30.0) --- updated-dependencies: - dependency-name: prismjs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- materialjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/materialjs/package.json b/materialjs/package.json index 7bd200f..c94f65e 100644 --- a/materialjs/package.json +++ b/materialjs/package.json @@ -56,7 +56,7 @@ "jshint-stylish": "^2.2.1", "merge-stream": "^1.0.0", "mocha": "^3.0.2", - "prismjs": "0.0.1", + "prismjs": "1.30.0", "run-sequence": "^1.0.2", "swig": "^1.4.2", "through2": "^2.0.0",