From: dependabot[bot] Date: Wed, 2 May 2018 09:17:52 +0000 (+0000) Subject: build: bump sinon from 5.0.1 to 5.0.3 X-Git-Tag: v6.6.0~3^2~209^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a15b77c6;p=thirdparty%2Ffoundation%2Ffoundation-sites.git build: bump sinon from 5.0.1 to 5.0.3 Bumps [sinon](https://github.com/sinonjs/sinon) from 5.0.1 to 5.0.3. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v5.0.1...v5.0.3) Signed-off-by: dependabot[bot] --- diff --git a/package-lock.json b/package-lock.json index 1e7f450cb..053f809fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14779,9 +14779,9 @@ "dev": true }, "sinon": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-5.0.1.tgz", - "integrity": "sha512-xhPMTWl8dusKsa/4Px+K0FCHsAhcpxjMurofDzPr6BF1I5C2G6r4JLIaHKSOcMnXkt7X4Md0OZgJuuIqlw9ieA==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-5.0.3.tgz", + "integrity": "sha512-kzBkET1Hf0r0J4uVnlicuAEiq9nnhPrEHZWS0mds+5EaB9rA0XoliIkLaqkBNU9lwPuJACo/velUQQOmTRJtUw==", "dev": true, "requires": { "@sinonjs/formatio": "2.0.0", diff --git a/yarn.lock b/yarn.lock index 7be2c360a..5aa5b4ff3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8038,8 +8038,8 @@ signal-exit@^3.0.0, signal-exit@^3.0.2: resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" sinon@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/sinon/-/sinon-5.0.1.tgz#e399e00b30df53abf816f16cfc8f3aa0a480ada2" + version "5.0.3" + resolved "https://registry.yarnpkg.com/sinon/-/sinon-5.0.3.tgz#9950f1616187ff0cd7d75a60d66bc27fed569945" dependencies: "@sinonjs/formatio" "^2.0.0" diff "^3.1.0"