From 0a9f5cd67e1843dad473e3f649ac2b9e817cdc2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 May 2023 15:26:28 +0000 Subject: [PATCH] fix: app/vue/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BROWSERSLIST-1090194 - https://snyk.io/vuln/SNYK-JS-ISSVG-1085627 - https://snyk.io/vuln/SNYK-JS-ISSVG-1243891 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- app/vue/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/vue/package.json b/app/vue/package.json index 9febae50fa6b..84d55ec21b09 100644 --- a/app/vue/package.json +++ b/app/vue/package.json @@ -28,7 +28,7 @@ "@storybook/channel-postmessage": "^3.2.17", "@storybook/ui": "^3.2.17", "airbnb-js-shims": "^1.4.0", - "autoprefixer": "^7.2.2", + "autoprefixer": "^9.0.0", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-plugin-react-docgen": "^1.8.0", @@ -46,7 +46,7 @@ "common-tags": "^1.5.1", "configstore": "^3.1.1", "core-js": "^2.5.3", - "css-loader": "^0.28.7", + "css-loader": "^2.0.0", "dotenv-webpack": "^1.5.4", "express": "^4.16.2", "file-loader": "^1.1.5", @@ -54,7 +54,7 @@ "global": "^4.3.2", "json-loader": "^0.5.7", "json-stringify-safe": "^5.0.1", - "json5": "^0.5.1", + "json5": "^1.0.2", "postcss-flexbugs-fixes": "^3.2.0", "postcss-loader": "^2.0.9", "prop-types": "^15.6.0", @@ -65,13 +65,13 @@ "request": "^2.83.0", "serve-favicon": "^2.4.5", "shelljs": "^0.7.8", - "style-loader": "^0.18.2", - "url-loader": "^0.6.2", + "style-loader": "^0.20.0", + "url-loader": "^1.0.0", "util-deprecate": "^1.0.2", "uuid": "^3.1.0", "vue-hot-reload-api": "^2.2.4", "vue-style-loader": "^3.0.1", - "webpack": "^3.10.0", + "webpack": "^4.0.0", "webpack-dev-middleware": "^1.12.2", "webpack-hot-middleware": "^2.21.0" },