diff options
| author | David Kossoglyad <[email protected]> | 2021-04-07 18:51:55 +0300 |
|---|---|---|
| committer | David Kossoglyad <[email protected]> | 2021-04-07 18:51:55 +0300 |
| commit | eedf89166281f9c686d323c6636df383b2f82151 (patch) | |
| tree | 1fe999c918a5175896a9e2c9f62a6728cb7a7319 | |
| parent | 927a4b9fc7e6718b82e905b676146c48315d9668 (diff) | |
| download | faker-eedf89166281f9c686d323c6636df383b2f82151.tar.xz faker-eedf89166281f9c686d323c6636df383b2f82151.zip | |
chore(package.json): revert to original state
The version of the dev. dependency (Sinon) was accidentally upgraded in one of previous commits.
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
