From 92e6d5b57617dceb789913eb4a12c508e5b52333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 02:30:46 +0000 Subject: [PATCH] Bump prismjs from 1.24.1 to 1.27.0 Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.1 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.24.1...v1.27.0) --- updated-dependencies: - dependency-name: prismjs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4feb0370..25349c40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "next-themes": "^0.0.15", "parse-numeric-range": "^1.3.0", "prism-react-renderer": "^1.2.1", - "prismjs": "^1.24.1", + "prismjs": "^1.27.0", "react": "17.0.2", "react-dom": "17.0.2" }, @@ -5866,9 +5866,12 @@ } }, "node_modules/prismjs": { - "version": "1.24.1", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.24.1.tgz", - "integrity": "sha512-mNPsedLuk90RVJioIky8ANZEwYm5w9LcvCXrxHlwf4fNVSn8jEipMybMkWUyyF0JhnC+C4VcOVSBuHRKs1L5Ow==" + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz", + "integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==", + "engines": { + "node": ">=6" + } }, "node_modules/process": { "version": "0.11.10", @@ -12208,9 +12211,9 @@ "requires": {} }, "prismjs": { - "version": "1.24.1", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.24.1.tgz", - "integrity": "sha512-mNPsedLuk90RVJioIky8ANZEwYm5w9LcvCXrxHlwf4fNVSn8jEipMybMkWUyyF0JhnC+C4VcOVSBuHRKs1L5Ow==" + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz", + "integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==" }, "process": { "version": "0.11.10", diff --git a/package.json b/package.json index 514717d4..4a11d165 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "next-themes": "^0.0.15", "parse-numeric-range": "^1.3.0", "prism-react-renderer": "^1.2.1", - "prismjs": "^1.24.1", + "prismjs": "^1.27.0", "react": "17.0.2", "react-dom": "17.0.2" },