From ea33f94520e79d0f91c614a9bf2cf863759ce229 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Dec 2023 02:21:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 - https://snyk.io/vuln/SNYK-JS-DECODEURICOMPONENT-3149970 - https://snyk.io/vuln/SNYK-JS-JSONSCHEMA-1920922 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-QS-3153490 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c4971d0fd346e..44d36713a3602 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "metalsmith-prism": "^3.1.1", "metalsmith-yearly-pagination": "^4.0.0", "ncp": "^2.0.0", - "node-sass": "^4.13.0", + "node-sass": "^7.0.2", "node-version-data": "^1.1.0", "npm-run-all": "^4.1.5", "octonode": "^0.9.5", @@ -80,7 +80,7 @@ "remark-preset-lint-node": "^1.10.1", "st": "^1.2.2", "standard": "^14.3.1", - "stylelint": "^11.1.1", + "stylelint": "^13.0.0", "stylelint-config-twbs-bootstrap": "^0.9.0", "tape": "^4.11.0", "vnu-jar": "19.9.4"