From eedf89166281f9c686d323c6636df383b2f82151 Mon Sep 17 00:00:00 2001 From: David Kossoglyad Date: Wed, 7 Apr 2021 18:51:55 +0300 Subject: chore(package.json): revert to original state The version of the dev. dependency (Sinon) was accidentally upgraded in one of previous commits. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0bc8520..4827e6b4 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "node-minify": "*", "nyc": "^15.1.0", "optimist": "0.3.5", - "sinon": "^9.2.4", + "sinon": "^9.0.3", "through2": "2.0.0", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0", -- cgit v1.2.3