From f7c115c975a89ee00a2035963aaff4eb5965702f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Feb 2024 01:01:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/SNYK-JS-LODASH-450202 - https://snyk.io/vuln/SNYK-JS-LODASH-608086 - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/npm:extend:20180424 - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:minimatch:20160620 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2e284e5..b3983a6 100644 --- a/package.json +++ b/package.json @@ -27,11 +27,11 @@ "dependencies": { "metalsmith": "contentascode/metalsmith", "metalsmith-broken-link-checker": "^0.1.9", - "metalsmith-collections": "^0.7.0", + "metalsmith-collections": "^0.9.0", "metalsmith-debug": "0.0.2", "metalsmith-dev": "^1.0.0", "metalsmith-drafts": "0.0.1", - "metalsmith-ignore": "^0.1.2", + "metalsmith-ignore": "^1.0.0", "metalsmith-in-place": "contentascode/metalsmith-in-place", "metalsmith-layouts": "contentascode/metalsmith-layouts", "metalsmith-markdown": "^0.2.1",