From 83e02e2744c8b16162b87ef0d3569c334e86a5b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 03:13:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index bbc0fa04e0bb..e085150a054e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@primer/css": "^15.1.0", "@primer/octicons": "^11.0.0", "algoliasearch": "^3.35.1", - "babel-loader": "^8.1.0", + "babel-loader": "^8.2.4", "browser-date-formatter": "^3.0.3", "change-case": "^3.1.0", "cheerio": "^1.0.0-rc.3", @@ -52,7 +52,7 @@ "lil-env-thing": "^1.0.0", "liquid": "^5.1.0", "lodash": "^4.17.21", - "mini-css-extract-plugin": "^0.9.0", + "mini-css-extract-plugin": "^1.0.0", "mkdirp": "^1.0.3", "morgan": "^1.9.1", "node-fetch": "^2.6.1", @@ -60,7 +60,7 @@ "port-used": "^2.0.8", "querystring": "^0.2.0", "readline-sync": "^1.4.10", - "resolve-url-loader": "^3.1.2", + "resolve-url-loader": "^4.0.0", "rimraf": "^3.0.0", "sass": "^1.26.3", "sass-loader": "^9.0.2", @@ -71,7 +71,7 @@ "uuid": "^8.3.0", "walk-sync": "^1.1.4", "webpack": "^5.0.0", - "webpack-cli": "^3.3.12" + "webpack-cli": "^4.0.0" }, "devDependencies": { "ajv": "^6.11.0",