From: dependabot[bot] Date: Mon, 30 Apr 2018 19:37:59 +0000 (+0000) Subject: build: bump sinon from 4.5.0 to 5.0.1 X-Git-Tag: v6.6.0~3^2~211^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11220%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git build: bump sinon from 4.5.0 to 5.0.1 Bumps [sinon](https://github.com/sinonjs/sinon) from 4.5.0 to 5.0.1. - [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/v4.5.0...v5.0.1) Signed-off-by: dependabot[bot] --- diff --git a/package-lock.json b/package-lock.json index 8352ad575..43b926be2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -303,7 +303,7 @@ }, "@sinonjs/formatio": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@sinonjs/formatio/-/formatio-2.0.0.tgz", + "resolved": "http://registry.npmjs.org/@sinonjs/formatio/-/formatio-2.0.0.tgz", "integrity": "sha512-ls6CAMA6/5gG+O/IdsBcblvnd8qcO/l1TYoNeAzp3wcISOxlPXQEus0mLcdwazEkWjaBdaJ3TaxmNgCLWwvWzg==", "dev": true, "requires": { @@ -11556,9 +11556,9 @@ "dev": true }, "nise": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/nise/-/nise-1.3.2.tgz", - "integrity": "sha512-KPKb+wvETBiwb4eTwtR/OsA2+iijXP+VnlSFYJo3EHjm2yjek1NWxHOUQat3i7xNLm1Bm18UA5j5Wor0yO2GtA==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/nise/-/nise-1.3.3.tgz", + "integrity": "sha512-v1J/FLUB9PfGqZLGDBhQqODkbLotP0WtLo9R4EJY2PPu5f5Xg4o0rA8FDlmrjFSv9vBBKcfnOSpfYYuu5RTHqg==", "dev": true, "requires": { "@sinonjs/formatio": "2.0.0", @@ -14703,16 +14703,16 @@ "dev": true }, "sinon": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-4.5.0.tgz", - "integrity": "sha512-trdx+mB0VBBgoYucy6a9L7/jfQOmvGeaKZT4OOJ+lPAtI8623xyGr8wLiE4eojzBS8G9yXbhx42GHUOVLr4X2w==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-5.0.1.tgz", + "integrity": "sha512-xhPMTWl8dusKsa/4Px+K0FCHsAhcpxjMurofDzPr6BF1I5C2G6r4JLIaHKSOcMnXkt7X4Md0OZgJuuIqlw9ieA==", "dev": true, "requires": { "@sinonjs/formatio": "2.0.0", "diff": "3.5.0", "lodash.get": "4.4.2", "lolex": "2.3.2", - "nise": "1.3.2", + "nise": "1.3.3", "supports-color": "5.3.0", "type-detect": "4.0.8" } diff --git a/package.json b/package.json index b26aa2e1b..116b1bcbf 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "run-sequence": "^2.2.1", "sass-true": "^4.0.0", "sassy-lists": "^3.0.1", - "sinon": "^4.5.0", + "sinon": "^5.0.1", "supercollider": "^1.4.4", "touch": "^3.1.0", "util-deprecate": "^1.0.2", diff --git a/yarn.lock b/yarn.lock index 301ba0e23..691dbd9df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7985,9 +7985,9 @@ signal-exit@^3.0.0, signal-exit@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" -sinon@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/sinon/-/sinon-4.5.0.tgz#427ae312a337d3c516804ce2754e8c0d5028cb04" +sinon@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/sinon/-/sinon-5.0.1.tgz#e399e00b30df53abf816f16cfc8f3aa0a480ada2" dependencies: "@sinonjs/formatio" "^2.0.0" diff "^3.1.0"