From 05b092902aaf42a2ad80c3266a0e1d79880291b1 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Thu, 3 Nov 2016 05:17:07 +0000 Subject: [PATCH] Bump autoprefixer from 6.5.0 to 6.5.1 Changelog Fix selectors with :-- prefix support. See #38199. M package.json git-svn-id: https://develop.svn.wordpress.org/trunk@39114 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc8a4ab253..c230639994 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "The WordPress Contributors", "license": "GPL-2.0+", "devDependencies": { - "autoprefixer": "^6.5.0", + "autoprefixer": "^6.5.1", "grunt": "~0.4.5", "grunt-browserify": "~5.0.0", "grunt-contrib-clean": "~1.0.0",