From 070b07aa38d2f49cdb1f6e1007c7ea8756488e5c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 May 2024 05:17:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3f3dc80ef66ea..2f1724f0c774b 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "junk": "^3.1.0", "lodash.defaultsdeep": "^4.6.1", "marked": "^1.2.5", - "metalsmith": "^2.3.0", + "metalsmith": "^2.6.0", "metalsmith-collections": "^0.9.0", "metalsmith-discover-helpers": "^0.1.1", "metalsmith-discover-partials": "^0.1.2", @@ -73,13 +73,13 @@ "nock": "^13.0.5", "node-fetch": "^2.6.1", "proxyquire": "^2.1.3", - "remark-cli": "^9.0.0", + "remark-cli": "^12.0.0", "remark-frontmatter": "^3.0.0", "remark-gfm": "^1.0.0", "remark-preset-lint-node": "^2.0.0", "st": "^2.0.0", "standard": "^16.0.3", - "stylelint": "^13.8.0", + "stylelint": "^16.1.0", "stylelint-config-twbs-bootstrap": "^2.1.0", "tape": "^5.0.1", "vnu-jar": "20.6.30"