From 9e859607eb084a79afd9de3d0a0a3fcd6a9ac6be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jul 2021 21:59:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b9102b..1adbd86 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "style-loader": "^0.13.1", "stylelint": "^7.1.0", "stylelint-config-standard": "^12.0.0", - "url-loader": "^0.6.2", + "url-loader": "^1.0.0", "webpack": "^1.13.1", "webpack-dev-middleware": "^1.6.1", "webpack-hot-middleware": "^2.12.2"