From 7beba4e206d29285dc47936d15ee009c66207469 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 07:04:16 +0000 Subject: [PATCH] fix: packages/documentation-framework/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 --- packages/documentation-framework/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/documentation-framework/package.json b/packages/documentation-framework/package.json index 17a2a64084..4aec10d716 100644 --- a/packages/documentation-framework/package.json +++ b/packages/documentation-framework/package.json @@ -15,14 +15,14 @@ "@mdx-js/util": "1.6.16", "@patternfly/ast-helpers": "^1.23.0", "@reach/router": "npm:@gatsbyjs/reach-router@1.3.9", - "autoprefixer": "9.8.6", + "autoprefixer": "10.0.0", "babel-loader": "^9.1.3", "camelcase-css": "2.0.1", "chokidar": "3.5.3", "clean-webpack-plugin": "4.0.0", "codesandbox": "2.2.0", "commander": "4.1.1", - "copy-webpack-plugin": "11.0.0", + "copy-webpack-plugin": "12.0.0", "css-loader": "6.7.3", "detab": "2.0.3", "express": "4.19.2", @@ -69,7 +69,7 @@ "webpack": "5.76.3", "webpack-bundle-analyzer": "4.8.0", "webpack-cli": "5.0.1", - "webpack-dev-server": "4.13.1", + "webpack-dev-server": "5.1.0", "webpack-merge": "5.8.0" }, "peerDependencies": {