From c4ed2ad727b19f68591600091fb308ff7f52adfb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Mar 2023 23:31:04 +0000 Subject: [PATCH] fix: upgrade metalsmith-prism from 4.1.0 to 4.1.1 Snyk has created this PR to upgrade metalsmith-prism from 4.1.0 to 4.1.1. See this package in npm: https://www.npmjs.com/package/metalsmith-prism See this project in Snyk: https://app.snyk.io/org/q1bluequantumblockchainlabs.onmicrosoft.com/project/8ea5d4c3-9fdc-4ea2-9caa-3be881f3b36b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 303e2da..364df1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "metalsmith": "^2.5.1", "metalsmith-html-minifier": "^4.0.1", "metalsmith-if": "^0.1.1", - "metalsmith-prism": "^4.1.0", + "metalsmith-prism": "^4.1.1", "metalsmith-static-files": "^0.2.0" }, "devDependencies": { @@ -3140,15 +3140,15 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "node_modules/metalsmith-prism": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/metalsmith-prism/-/metalsmith-prism-4.1.0.tgz", - "integrity": "sha512-fBpyaMR7cgYi+A5DzyF94B0giTAKaDKZk9pLzX+5epElnkWfVUpYdxsdm3gfkeqQ23LIvD0uO6DhMCap0rqmtw==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/metalsmith-prism/-/metalsmith-prism-4.1.1.tgz", + "integrity": "sha512-vny9baCgE6dwzmlEEW3hEFpwlsN+gZwuCAvMJgq0JBeGJs77wgA144MaA8zWusWdCpZc4+UZ3e243QgiPAiJBg==", "dependencies": { - "cheerio": "^1.0.0-rc.10", - "debug": "^4.3.3", + "cheerio": "^1.0.0-rc.12", + "debug": "^4.3.4", "he": "^1.2.0", - "metalsmith": "^2.5.0", - "prismjs": "^1.26.0" + "metalsmith": "^2.5.1", + "prismjs": "^1.29.0" }, "engines": { "node": ">= 14.0.0" @@ -7434,15 +7434,15 @@ } }, "metalsmith-prism": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/metalsmith-prism/-/metalsmith-prism-4.1.0.tgz", - "integrity": "sha512-fBpyaMR7cgYi+A5DzyF94B0giTAKaDKZk9pLzX+5epElnkWfVUpYdxsdm3gfkeqQ23LIvD0uO6DhMCap0rqmtw==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/metalsmith-prism/-/metalsmith-prism-4.1.1.tgz", + "integrity": "sha512-vny9baCgE6dwzmlEEW3hEFpwlsN+gZwuCAvMJgq0JBeGJs77wgA144MaA8zWusWdCpZc4+UZ3e243QgiPAiJBg==", "requires": { - "cheerio": "^1.0.0-rc.10", - "debug": "^4.3.3", + "cheerio": "^1.0.0-rc.12", + "debug": "^4.3.4", "he": "^1.2.0", - "metalsmith": "^2.5.0", - "prismjs": "^1.26.0" + "metalsmith": "^2.5.1", + "prismjs": "^1.29.0" } }, "metalsmith-static-files": { diff --git a/package.json b/package.json index 0a11214..9eaef16 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "metalsmith": "^2.5.1", "metalsmith-html-minifier": "^4.0.1", "metalsmith-if": "^0.1.1", - "metalsmith-prism": "^4.1.0", + "metalsmith-prism": "^4.1.1", "metalsmith-static-files": "^0.2.0" }, "engines": {