From cf923b657ff4792e88b80250b1e267af0df2c252 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Sat, 5 Mar 2016 23:15:52 +0000 Subject: [PATCH] Update Autoprefixer to 6.3.3 See #35104 git-svn-id: https://develop.svn.wordpress.org/trunk@36860 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d11e8ff8a1..17e695c58b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "The WordPress Contributors", "license": "GPL-2.0+", "devDependencies": { - "autoprefixer": "~6.1.0", + "autoprefixer": "~6.3.3", "grunt": "~0.4.5", "grunt-browserify": "~4.0.1", "grunt-contrib-clean": "~0.6.0",