From e8b3a94ed44c2e668ac925e49b82bc1f66d1ceb4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 21:15:58 +0000 Subject: [PATCH] fix: @plotly/dash-component-plugins/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 --- @plotly/dash-component-plugins/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/@plotly/dash-component-plugins/package.json b/@plotly/dash-component-plugins/package.json index eaf967ced9..dc1e802079 100644 --- a/@plotly/dash-component-plugins/package.json +++ b/@plotly/dash-component-plugins/package.json @@ -20,10 +20,10 @@ "@babel/core": "^7.7.2", "@babel/preset-env": "^7.7.1", "@babel/preset-react": "^7.7.0", - "babel-loader": "^8.0.6", + "babel-loader": "^8.2.4", "react": "^16.8.6", - "webpack": "^4.41.2", - "webpack-cli": "^3.3.10" + "webpack": "^5.0.0", + "webpack-cli": "^4.0.0" }, "files": [ "dist/index.js"