From 834e99334c52fd73a717a1aae0e6c4c8bac66a4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 Nov 2023 02:07:38 +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-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/SNYK-JS-LODASH-567746 - https://snyk.io/vuln/SNYK-JS-LODASH-608086 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c4971d0fd346e..65f1237f94635 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "dependencies": { "autoprefixer": "^9.7.1", "cheerio": "^0.22.0", - "handlebars": "^4.5.1", + "handlebars": "^4.7.4", "jstransformer-handlebars": "^1.1.0", "junk": "^3.1.0", "lodash.defaultsdeep": "^4.6.1", @@ -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", @@ -71,17 +71,17 @@ "cross-env": "^6.0.3", "delay-cli": "^1.1.0", "faucet": "0.0.1", - "linkinator": "^1.6.3", + "linkinator": "^2.14.1", "lockfile-lint": "^2.1.6", "nock": "^11.7.0", "proxyquire": "^2.1.3", "remark-cli": "^7.0.0", "remark-frontmatter": "^1.3.2", - "remark-preset-lint-node": "^1.10.1", + "remark-preset-lint-node": "^1.14.0", "st": "^1.2.2", "standard": "^14.3.1", - "stylelint": "^11.1.1", - "stylelint-config-twbs-bootstrap": "^0.9.0", + "stylelint": "^13.0.0", + "stylelint-config-twbs-bootstrap": "^3.0.0", "tape": "^4.11.0", "vnu-jar": "19.9.4" }