From 11c215174b171b8c2deae332364eb328a9377787 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 May 2021 22:19:27 +0000 Subject: [PATCH] fix: packages/gatsby/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ISSVG-1243891 --- packages/gatsby/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index e5564c27a077b..56e06a5b85f0d 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -33,7 +33,7 @@ "convert-hrtime": "^2.0.0", "copyfiles": "^1.2.0", "core-js": "^2.5.0", - "css-loader": "^0.26.1", + "css-loader": "^1.0.0", "debug": "^2.6.0", "del": "^3.0.0", "detect-port": "^1.2.1",