Skip to content

Commit

Permalink
build(deps-dev): bump sinon from 8.0.4 to 8.1.0 (#1422)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump sinon from 8.0.4 to 8.1.0

Bumps [sinon](https://github.com/sinonjs/sinon) from 8.0.4 to 8.1.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md)
- [Commits](sinonjs/sinon@v8.0.4...v8.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Finish upgrading via bolt
  • Loading branch information
dependabot-preview[bot] authored and malept committed Jan 17, 2020
1 parent bf73f37 commit d9a2197
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"nyc": "^15.0.0",
"proxyquire": "^2.1.3",
"rimraf": "^3.0.0",
"sinon": "^8.0.4",
"sinon": "^8.1.0",
"ts-node": "^8.6.1",
"typedoc": "^0.16.7",
"typescript": "^3.7.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"fetch-mock": "^8.1.0",
"mocha": "^7.0.0",
"proxyquire": "^2.1.3",
"sinon": "^8.0.4"
"sinon": "^8.1.0"
},
"dependencies": {
"@electron-forge/async-ora": "6.0.0-beta.47",
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/deb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chai-as-promised": "^7.0.0",
"mocha": "^7.0.0",
"proxyquire": "^2.1.3",
"sinon": "^8.0.4"
"sinon": "^8.1.0"
},
"engines": {
"node": ">= 10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/dmg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chai-as-promised": "^7.0.0",
"mocha": "^7.0.0",
"proxyquire": "^2.1.3",
"sinon": "^8.0.4"
"sinon": "^8.1.0"
},
"engines": {
"node": ">= 10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/flatpak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chai-as-promised": "^7.0.0",
"mocha": "^7.0.0",
"proxyquire": "^2.1.3",
"sinon": "^8.0.4"
"sinon": "^8.1.0"
},
"engines": {
"node": ">= 10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chai-as-promised": "^7.0.0",
"mocha": "^7.0.0",
"proxyquire": "^2.1.3",
"sinon": "^8.0.4"
"sinon": "^8.1.0"
},
"engines": {
"node": ">= 10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/rpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chai-as-promised": "^7.0.0",
"mocha": "^7.0.0",
"proxyquire": "^2.1.3",
"sinon": "^8.0.4"
"sinon": "^8.1.0"
},
"engines": {
"node": ">= 10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chai-as-promised": "^7.0.0",
"mocha": "^7.0.0",
"proxyquire": "^2.1.3",
"sinon": "^8.0.4"
"sinon": "^8.1.0"
},
"engines": {
"node": ">= 10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"chai": "4.2.0",
"mocha": "^7.0.0",
"proxyquire": "^2.1.3",
"sinon": "^8.0.4"
"sinon": "^8.1.0"
},
"engines": {
"node": ">= 10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"chai": "4.2.0",
"cross-spawn-promise": "^0.10.1",
"proxyquire": "^2.1.3",
"sinon": "^8.0.4"
"sinon": "^8.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/utils/async-ora/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"chai": "4.2.0",
"mocha": "^7.0.0",
"proxyquire": "^2.1.3",
"sinon": "^8.0.4"
"sinon": "^8.1.0"
},
"dependencies": {
"colors": "^1.4.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@
"@sinonjs/commons" "^1"
"@sinonjs/samsam" "^4.2.0"

"@sinonjs/samsam@^4.2.0", "@sinonjs/samsam@^4.2.1":
"@sinonjs/samsam@^4.2.0", "@sinonjs/samsam@^4.2.2":
version "4.2.2"
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-4.2.2.tgz#0f6cb40e467865306d8a20a97543a94005204e23"
integrity sha512-z9o4LZUzSD9Hl22zV38aXNykgFeVj8acqfFabCY6FY83n/6s/XwNJyYYldz6/9lBJanpno9h+oL6HTISkviweA==
Expand Down Expand Up @@ -3200,7 +3200,7 @@ diff@3.5.0:
resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==

diff@^4.0.1:
diff@^4.0.1, diff@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
Expand Down Expand Up @@ -8129,15 +8129,15 @@ single-line-log@^1.1.2:
dependencies:
string-width "^1.0.1"

sinon@^8.0.4:
version "8.0.4"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-8.0.4.tgz#eb13242fa50bf876c54e88bdc96f281a0dd08a53"
integrity sha512-cFsmgmvsgFb87e7SV7IcekogITlHX2KmlplyI9Pda0FH1Z8Ms/kWbpLs25Idp0m6ZJ3HEEjhaYYXbcTtWWUn4w==
sinon@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-8.1.0.tgz#30f82371ac6e7d4dccb77fa1525f5ea748c636ff"
integrity sha512-6/05TR+8QhEgTbyMWaConm8iPL609Eno7SqToPq63wC/jS/6NMEI4NxqtzlLkk3r/KcZT9xPXQodH0oJ917Hbg==
dependencies:
"@sinonjs/commons" "^1.7.0"
"@sinonjs/formatio" "^4.0.1"
"@sinonjs/samsam" "^4.2.1"
diff "^4.0.1"
"@sinonjs/samsam" "^4.2.2"
diff "^4.0.2"
lolex "^5.1.2"
nise "^3.0.1"
supports-color "^7.1.0"
Expand Down

0 comments on commit d9a2197

Please sign in to comment.