Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

Commit

Permalink
chore(deps): update dependency sinon to v7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 27, 2019
1 parent 033a537 commit c193751
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"redux-logger": "3.0.6",
"rimraf": "2.6.3",
"sass-loader": "7.1.0",
"sinon": "7.3.0",
"sinon": "7.3.1",
"spectron": "5.0.0",
"style-loader": "0.23.1",
"stylelint": "9.10.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1606,10 +1606,10 @@
array-from "^2.1.1"
lodash "^4.17.11"

"@sinonjs/samsam@^3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-3.3.0.tgz#9557ea89cd39dbc94ffbd093c8085281cac87416"
integrity sha512-beHeJM/RRAaLLsMJhsCvHK31rIqZuobfPLa/80yGH5hnD8PV1hyh9xJBJNFfNmO7yWqm+zomijHsXpI6iTQJfQ==
"@sinonjs/samsam@^3.3.1":
version "3.3.1"
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-3.3.1.tgz#e88c53fbd9d91ad9f0f2b0140c16c7c107fe0d07"
integrity sha512-wRSfmyd81swH0hA1bxJZJ57xr22kC07a1N4zuIL47yTS04bDk6AoCkczcqHEjcRPmJ+FruGJ9WBQiJwMtIElFw==
dependencies:
"@sinonjs/commons" "^1.0.2"
array-from "^2.1.1"
Expand Down Expand Up @@ -12575,14 +12575,14 @@ single-line-log@^1.1.2:
dependencies:
string-width "^1.0.1"

sinon@7.3.0:
version "7.3.0"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-7.3.0.tgz#fd409432bf2ef8ee6a302cf47ca1b0c95fd4de38"
integrity sha512-0pYvgRv46fODzT/PByqb79MVNpyxsxf38WEiXTABOF8RfIMcIARfZ+1ORuxwAmHkreZ/jST3UDBdKCRhUy/e1A==
sinon@7.3.1:
version "7.3.1"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-7.3.1.tgz#e8276522104e6c08d1cb52a907270b0e316655c4"
integrity sha512-eQKMaeWovtOtYe2xThEvaHmmxf870Di+bim10c3ZPrL5bZhLGtu8cz+rOBTFz0CwBV4Q/7dYwZiqZbGVLZ+vjQ==
dependencies:
"@sinonjs/commons" "^1.4.0"
"@sinonjs/formatio" "^3.2.1"
"@sinonjs/samsam" "^3.3.0"
"@sinonjs/samsam" "^3.3.1"
diff "^3.5.0"
lolex "^3.1.0"
nise "^1.4.10"
Expand Down

0 comments on commit c193751

Please sign in to comment.