From 9d31995a7729f89b0fb8199db3c138e65c95e2c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Feb 2024 20:18:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AMMO-548920 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-COLORSTRING-1082939 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3042992 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3105943 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 - https://snyk.io/vuln/SNYK-JS-QS-3153490 - https://snyk.io/vuln/npm:call:20160705 - https://snyk.io/vuln/npm:content:20170908 - https://snyk.io/vuln/npm:content:20180305 - https://snyk.io/vuln/npm:hapi:20151020 - https://snyk.io/vuln/npm:hapi:20151223 - https://snyk.io/vuln/npm:hapi:20151228 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:qs:20170213 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3c474a9b52ed0..2555a110f3688 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "babel-preset-react": "^6.11.1", "babel-preset-react-hmre": "^1.1.1", "babel-preset-stage-0": "^6.5.0", - "boom": "^2.7.2", + "boom": "^7.3.0", "cjsx-loader": "^3.0.0", "coffee-loader": "^0.7.2", "coffee-script": "^1.9.3", @@ -33,12 +33,12 @@ "css-loader": "^0.25.0", "debug": "^2.2.0", "detect-port": "^1.0.0", - "extract-text-webpack-plugin": "^1.0.1", + "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^0.9.0", "front-matter": "^2.1.0", "fs-extra": "^0.30.0", "glob": "^7.0.5", - "hapi": "^8.5.1", + "hapi": "^18.1.0", "hapi-webpack-plugin": "^1.3.0", "highlight.js": "^9.6.0", "history": "^2.1.2", @@ -62,7 +62,7 @@ "opn": "^4.0.2", "parse-filepath": "^1.0.1", "postcss-browser-reporter": "^0.5.0", - "postcss-cssnext": "^2.7.0", + "postcss-cssnext": "^3.1.1", "postcss-import": "^8.1.2", "postcss-loader": "^0.13.0", "postcss-reporter": "^1.4.1",