From bb8feef456d61bbfe253ad1e6c2f15ac9a6317e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 09:41:57 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-PRISMJS-1076581 - https://snyk.io/vuln/SNYK-JS-PRISMJS-1585202 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-INI-1048974 - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-1056767 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-1279029 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-NORMALIZEURL-1296539 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-BROWSERSLIST-1090194 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 - https://snyk.io/vuln/SNYK-JS-HTTPCACHESEMANTICS-3248783 - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-PATHPARSE-1077067 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 - https://snyk.io/vuln/SNYK-JS-PRISMJS-1314893 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NANOID-2332193 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/SNYK-JS-PRISMJS-2404333 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 3f3dc80ef66ea..b6a435a69db07 100644 --- a/package.json +++ b/package.json @@ -36,15 +36,15 @@ ] }, "dependencies": { - "autoprefixer": "^10.0.2", + "autoprefixer": "^10.2.6", "cheerio": "^0.22.0", "fibers": "^5.0.0", "handlebars": "^4.7.6", - "jstransformer-handlebars": "^1.1.0", + "jstransformer-handlebars": "^1.2.0", "junk": "^3.1.0", "lodash.defaultsdeep": "^4.6.1", "marked": "^1.2.5", - "metalsmith": "^2.3.0", + "metalsmith": "^2.4.0", "metalsmith-collections": "^0.9.0", "metalsmith-discover-helpers": "^0.1.1", "metalsmith-discover-partials": "^0.1.2", @@ -53,35 +53,35 @@ "metalsmith-markdown": "^1.3.0", "metalsmith-metadata": "0.0.4", "metalsmith-permalinks": "^2.2.0", - "metalsmith-prism": "^3.1.1", + "metalsmith-prism": "^4.2.0", "metalsmith-yearly-pagination": "^4.0.2", "ncp": "^2.0.0", "node-version-data": "^1.1.0", "npm-run-all": "^4.1.5", - "postcss": "^8.1.8", + "postcss": "^8.4.6", "sass": "^1.29.0", "semver": "^7.3.2", "strftime": "^0.10.0" }, "devDependencies": { - "chokidar": "^3.4.3", + "chokidar": "^3.5.2", "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", + "linkinator": "^6.0.3", + "lockfile-lint": "^4.12.0", "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", + "remark-gfm": "^2.0.0", + "remark-preset-lint-node": "^5.0.0", "st": "^2.0.0", - "standard": "^16.0.3", - "stylelint": "^13.8.0", - "stylelint-config-twbs-bootstrap": "^2.1.0", - "tape": "^5.0.1", + "standard": "^17.1.0", + "stylelint": "^16.6.1", + "stylelint-config-twbs-bootstrap": "^3.0.0", + "tape": "^5.5.3", "vnu-jar": "20.6.30" } }