From 7f203298496b99da3979de54383cef244477b752 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 May 2022 21:44:36 +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-BROWSERSLIST-1090194 --- 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 5f4eb36c390e3..2fca7f7abf50d 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -22,7 +22,7 @@ "@babel/runtime": "^7.0.0", "@babel/traverse": "^7.0.0", "@reach/router": "^1.1.1", - "autoprefixer": "^8.6.5", + "autoprefixer": "^9.0.0", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^8.2.2", "babel-loader": "8.0.0-beta.4",