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",