From 907a43fb3cc8c73ad29e36a07e0046bd494d3f76 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jun 2022 07:51:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-STYLELINT-1585622 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3f3dc80ef66ea..447c6eeec06cc 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.5.0", "metalsmith-collections": "^0.9.0", "metalsmith-discover-helpers": "^0.1.1", "metalsmith-discover-partials": "^0.1.2", @@ -66,7 +66,7 @@ "devDependencies": { "chokidar": "^3.4.3", "cross-env": "^7.0.2", - "delay-cli": "^1.1.0", + "delay-cli": "^2.0.0", "faucet": "0.0.1", "linkinator": "^2.2.2", "lockfile-lint": "^4.3.7", @@ -79,7 +79,7 @@ "remark-preset-lint-node": "^2.0.0", "st": "^2.0.0", "standard": "^16.0.3", - "stylelint": "^13.8.0", + "stylelint": "^14.0.0", "stylelint-config-twbs-bootstrap": "^2.1.0", "tape": "^5.0.1", "vnu-jar": "20.6.30"