From f96cd1de90e1da8a3f9c467c77a21ec04f667daf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Jun 2022 03:49:00 +0000 Subject: [PATCH] fix: upgrade metalsmith from 2.4.2 to 2.4.3 Snyk has created this PR to upgrade metalsmith from 2.4.2 to 2.4.3. See this package in npm: https://www.npmjs.com/package/metalsmith See this project in Snyk: https://app.snyk.io/org/korakij.sir/project/064408fb-7aed-40cb-9d0d-dacf068450ea?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d15ec4dfcafc..661ccd5ed0996 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "junk": "^3.1.0", "lodash.defaultsdeep": "^4.6.1", "marked": "^4.0.14", - "metalsmith": "^2.4.2", + "metalsmith": "^2.4.3", "metalsmith-collections": "^0.9.0", "metalsmith-feed": "^1.0.0", "metalsmith-layouts": "^2.3.1", @@ -3773,9 +3773,9 @@ } }, "node_modules/metalsmith": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/metalsmith/-/metalsmith-2.4.2.tgz", - "integrity": "sha512-HS/MRADloJS3+O5V/+4f/khBkwtdYUQFWEGqeviLT/7wNgHWknMiIflV99JeYzj0hbw+L0aTb2spPlnWW4/Adg==", + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/metalsmith/-/metalsmith-2.4.3.tgz", + "integrity": "sha512-W54oznz5wrBuE6lGj9ITq9Cj8HdAX8BkLptR+TInbhrkObinR7pm4z8zspYkCUVW/3UJnvZZJ55/LdikblC1vw==", "dependencies": { "chalk": "^4.1.2", "clone": "^2.1.2", @@ -3784,7 +3784,7 @@ "cross-spawn": "^7.0.3", "gray-matter": "^4.0.3", "is-utf8": "~0.2.0", - "micromatch": "^4.0.4", + "micromatch": "^4.0.5", "rimraf": "^3.0.2", "stat-mode": "^1.0.0", "thunkify": "^2.1.2", @@ -11237,9 +11237,9 @@ "dev": true }, "metalsmith": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/metalsmith/-/metalsmith-2.4.2.tgz", - "integrity": "sha512-HS/MRADloJS3+O5V/+4f/khBkwtdYUQFWEGqeviLT/7wNgHWknMiIflV99JeYzj0hbw+L0aTb2spPlnWW4/Adg==", + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/metalsmith/-/metalsmith-2.4.3.tgz", + "integrity": "sha512-W54oznz5wrBuE6lGj9ITq9Cj8HdAX8BkLptR+TInbhrkObinR7pm4z8zspYkCUVW/3UJnvZZJ55/LdikblC1vw==", "requires": { "chalk": "^4.1.2", "clone": "^2.1.2", @@ -11248,7 +11248,7 @@ "cross-spawn": "^7.0.3", "gray-matter": "^4.0.3", "is-utf8": "~0.2.0", - "micromatch": "^4.0.4", + "micromatch": "^4.0.5", "rimraf": "^3.0.2", "stat-mode": "^1.0.0", "thunkify": "^2.1.2", diff --git a/package.json b/package.json index 2b7b0206b4e7c..aa8f2eeeb08fc 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "junk": "^3.1.0", "lodash.defaultsdeep": "^4.6.1", "marked": "^4.0.14", - "metalsmith": "^2.4.2", + "metalsmith": "^2.4.3", "metalsmith-collections": "^0.9.0", "metalsmith-feed": "^1.0.0", "metalsmith-layouts": "^2.3.1",