From 815546993bdf4a370fe636aefe3b67b99b7f904e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 22:34:15 +0000 Subject: [PATCH] Bump prismjs from 1.29.0 to 1.30.0 in /themes/custom-theme Bumps [prismjs](https://github.com/PrismJS/prism) from 1.29.0 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/compare/v1.29.0...v1.30.0) --- updated-dependencies: - dependency-name: prismjs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- themes/custom-theme/package-lock.json | 15 ++++++++------- themes/custom-theme/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/themes/custom-theme/package-lock.json b/themes/custom-theme/package-lock.json index 17eaf282..3945f993 100644 --- a/themes/custom-theme/package-lock.json +++ b/themes/custom-theme/package-lock.json @@ -13,7 +13,7 @@ "flexsearch": "^0.7.31", "normalize.css": "^8.0.1", "prism-themes": "^1.9.0", - "prismjs": "^1.29.0", + "prismjs": "^1.30.0", "simple-icons": "^9.19.0", "typeface-fira-code": "^1.1.13", "typeface-roboto-slab": "^1.1.13" @@ -5674,9 +5674,10 @@ "integrity": "sha512-tX2AYsehKDw1EORwBps+WhBFKc2kxfoFpQAjxBndbZKr4fRmMkv47XN0BghC/K1qwodB1otbe4oF23vUTFDokw==" }, "node_modules/prismjs": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", - "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", + "version": "1.30.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz", + "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==", + "license": "MIT", "engines": { "node": ">=6" } @@ -10304,9 +10305,9 @@ "integrity": "sha512-tX2AYsehKDw1EORwBps+WhBFKc2kxfoFpQAjxBndbZKr4fRmMkv47XN0BghC/K1qwodB1otbe4oF23vUTFDokw==" }, "prismjs": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", - "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==" + "version": "1.30.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz", + "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==" }, "punycode": { "version": "2.1.1", diff --git a/themes/custom-theme/package.json b/themes/custom-theme/package.json index 5fc6d878..5b907360 100644 --- a/themes/custom-theme/package.json +++ b/themes/custom-theme/package.json @@ -44,7 +44,7 @@ "flexsearch": "^0.7.31", "normalize.css": "^8.0.1", "prism-themes": "^1.9.0", - "prismjs": "^1.29.0", + "prismjs": "^1.30.0", "simple-icons": "^9.19.0", "typeface-fira-code": "^1.1.13", "typeface-roboto-slab": "^1.1.13"