From a63a0a3dce99172d6be22f132e6d7fb44fa38567 Mon Sep 17 00:00:00 2001 From: Vaughan Hilts Date: Fri, 15 Mar 2019 11:55:21 -0400 Subject: [PATCH] Updated the CSS package since it had a security advisory posted for it --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 347d562..b0efb9d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,9 @@ "version": "1.4.3", "homepage": "https://github.com/ded/r2", "author": "Dustin Diaz ", - "maintainers": ["Burak Yigit Kaya "], + "maintainers": [ + "Burak Yigit Kaya " + ], "main": "r2.js", "preferGlobal": true, "repository": { @@ -21,7 +23,7 @@ "bin": "bin" }, "dependencies": { - "css": "~2.0.0" + "css": "^2.2.4" }, "devDependencies": { "sink-test": ">= 1.0.1"