Skip to content

Commit

Permalink
Merge 917f0bf into d23a8a9
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 9, 2018
2 parents d23a8a9 + 917f0bf commit 9e111ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"jshint": "^2.9.4",
"mocha": "^3.2.0",
"nyc": "^13.1.0",
"should": "^11.1.2",
"should": "^13.2.3",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0"
}
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2344,13 +2344,13 @@ shelljs@0.3.x:
version "0.3.0"
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.3.0.tgz#3596e6307a781544f591f37da618360f31db57b1"

should-equal@^1.0.0:
version "1.0.1"
resolved "http://registry.npmjs.org/should-equal/-/should-equal-1.0.1.tgz#0b6e9516f2601a9fb0bb2dcc369afa1c7e200af7"
should-equal@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/should-equal/-/should-equal-2.0.0.tgz#6072cf83047360867e68e98b09d71143d04ee0c3"
dependencies:
should-type "^1.0.0"
should-type "^1.4.0"

should-format@^3.0.2:
should-format@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/should-format/-/should-format-3.0.3.tgz#9bfc8f74fa39205c53d38c34d717303e277124f1"
dependencies:
Expand All @@ -2364,20 +2364,20 @@ should-type-adaptors@^1.0.1:
should-type "^1.3.0"
should-util "^1.0.0"

should-type@^1.0.0, should-type@^1.3.0, should-type@^1.4.0:
should-type@^1.3.0, should-type@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/should-type/-/should-type-1.4.0.tgz#0756d8ce846dfd09843a6947719dfa0d4cff5cf3"

should-util@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/should-util/-/should-util-1.0.0.tgz#c98cda374aa6b190df8ba87c9889c2b4db620063"

should@^11.1.2:
version "11.2.1"
resolved "https://registry.yarnpkg.com/should/-/should-11.2.1.tgz#90f55145552d01cfc200666e4e818a1c9670eda2"
should@^13.2.3:
version "13.2.3"
resolved "https://registry.yarnpkg.com/should/-/should-13.2.3.tgz#96d8e5acf3e97b49d89b51feaa5ae8d07ef58f10"
dependencies:
should-equal "^1.0.0"
should-format "^3.0.2"
should-equal "^2.0.0"
should-format "^3.0.3"
should-type "^1.4.0"
should-type-adaptors "^1.0.1"
should-util "^1.0.0"
Expand Down

0 comments on commit 9e111ff

Please sign in to comment.