From 5b42da9884cc201fb4f5086bf63731b28adf9c3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 02:26:39 +0000 Subject: [PATCH] Bump prismjs from 1.24.0 to 1.27.0 Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.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.24.0...v1.27.0) --- updated-dependencies: - dependency-name: prismjs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++++----- theme/package.json | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0bbbe1..37aa1e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23633,8 +23633,12 @@ } }, "node_modules/prismjs": { - "version": "1.24.0", - "license": "MIT" + "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/private": { "version": "0.1.8", @@ -29797,7 +29801,7 @@ "gatsby-remark-prismjs": "^5.5.0", "gatsby-source-filesystem": "^3.8.0", "lodash.startcase": "^4.4.0", - "prismjs": "^1.24.0", + "prismjs": "^1.27.0", "puppeteer": "^10.0.0", "react-helmet": "^6.1.0", "react-hotkeys-hook": "^3.3.2", @@ -31156,7 +31160,7 @@ "gatsby-remark-prismjs": "^5.5.0", "gatsby-source-filesystem": "^3.8.0", "lodash.startcase": "^4.4.0", - "prismjs": "^1.24.0", + "prismjs": "^1.27.0", "puppeteer": "^10.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", @@ -45679,7 +45683,9 @@ } }, "prismjs": { - "version": "1.24.0" + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz", + "integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==" }, "private": { "version": "0.1.8" diff --git a/theme/package.json b/theme/package.json index e51facc..d6d64de 100644 --- a/theme/package.json +++ b/theme/package.json @@ -56,7 +56,7 @@ "gatsby-remark-prismjs": "^5.5.0", "gatsby-source-filesystem": "^3.8.0", "lodash.startcase": "^4.4.0", - "prismjs": "^1.24.0", + "prismjs": "^1.27.0", "puppeteer": "^10.0.0", "react-helmet": "^6.1.0", "react-hotkeys-hook": "^3.3.2",