diff --git a/package.json b/package.json index a690eee..225a448 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "rollup-plugin-replace": "2.2.0", "rollup-plugin-tslint": "0.2.2", "rollup-plugin-typescript2": "0.24.2", - "sinon": "7.4.2", + "sinon": "7.5.0", "source-map-support": "0.5.13", "standard-version": "7.0.0", "tslint": "5.20.0", diff --git a/yarn.lock b/yarn.lock index 1402344..a3dcc53 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2527,10 +2527,10 @@ signal-exit@^3.0.0, signal-exit@^3.0.2: resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0= -sinon@7.4.2: - version "7.4.2" - resolved "https://registry.yarnpkg.com/sinon/-/sinon-7.4.2.tgz#ecd54158fef2fcfbdb231a3fa55140e8cb02ad6c" - integrity sha512-pY5RY99DKelU3pjNxcWo6XqeB1S118GBcVIIdDi6V+h6hevn1izcg2xv1hTHW/sViRXU7sUOxt4wTUJ3gsW2CQ== +sinon@7.5.0: + version "7.5.0" + resolved "https://registry.yarnpkg.com/sinon/-/sinon-7.5.0.tgz#e9488ea466070ea908fd44a3d6478fd4923c67ec" + integrity sha512-AoD0oJWerp0/rY9czP/D6hDTTUYGpObhZjMpd7Cl/A6+j0xBE+ayL/ldfggkBXUs0IkvIiM1ljM8+WkOc5k78Q== dependencies: "@sinonjs/commons" "^1.4.0" "@sinonjs/formatio" "^3.2.1"