Skip to content

Commit

Permalink
Merge pull request #40 from danielwestendorf/dependabot/npm_and_yarn/…
Browse files Browse the repository at this point in the history
…testdouble-3.12.2

Bump testdouble from 3.12.1 to 3.12.2
  • Loading branch information
danielwestendorf committed Jul 16, 2019
2 parents e8f8000 + 74827a2 commit c7a6eb0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"node-fetch": "^2.6.0",
"nyc": "^14.1.1",
"teenytest": "^5.2.0",
"testdouble": "^3.12.1"
"testdouble": "^3.12.2"
},
"scripts": {
"test": "teenytest 'test/**/*-test.js' --helper test/helper.js && ./node_modules/.bin/eslint *.js, **/**.js",
Expand Down
30 changes: 18 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,7 @@ lodash.sortby@^4.7.0:
version "4.7.0"
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"

lodash@>=4.13.1, lodash@^4.17.11, lodash@^4.17.2, lodash@^4.17.4, lodash@^4.3.0:
lodash@>=4.13.1, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.4, lodash@^4.3.0:
version "4.17.14"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"

Expand Down Expand Up @@ -2147,12 +2147,12 @@ qs@~6.5.2:
version "6.5.2"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"

quibble@^0.5.5:
version "0.5.5"
resolved "https://registry.yarnpkg.com/quibble/-/quibble-0.5.5.tgz#669fb731520a923e0a98f8076b7eb55e409f73f9"
quibble@^0.5.6:
version "0.5.6"
resolved "https://registry.yarnpkg.com/quibble/-/quibble-0.5.6.tgz#f692fcf22dc8da832b212cde9b11fe88296bd582"
dependencies:
lodash "^4.17.2"
resolve "^1.7.1"
lodash "^4.17.14"
resolve "^1.11.1"

range-parser@~1.2.1:
version "1.2.1"
Expand Down Expand Up @@ -2293,12 +2293,18 @@ resolve@1.1.x:
version "1.1.7"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"

resolve@^1.10.0, resolve@^1.11.0, resolve@^1.5.0, resolve@^1.7.1, resolve@^1.8.1:
resolve@^1.10.0, resolve@^1.11.0, resolve@^1.5.0, resolve@^1.8.1:
version "1.11.0"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.0.tgz#4014870ba296176b86343d50b60f3b50609ce232"
dependencies:
path-parse "^1.0.6"

resolve@^1.11.1:
version "1.11.1"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.1.tgz#ea10d8110376982fef578df8fc30b9ac30a07a3e"
dependencies:
path-parse "^1.0.6"

restore-cursor@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
Expand Down Expand Up @@ -2607,12 +2613,12 @@ test-exclude@^5.2.3:
read-pkg-up "^4.0.0"
require-main-filename "^2.0.0"

testdouble@^3.12.1:
version "3.12.1"
resolved "https://registry.yarnpkg.com/testdouble/-/testdouble-3.12.1.tgz#2cbf69ac9695b38bd93ca4e0322a25d96a5a1ecd"
testdouble@^3.12.2:
version "3.12.2"
resolved "https://registry.yarnpkg.com/testdouble/-/testdouble-3.12.2.tgz#a70c11cc83f1396a91f120cf8d0a3037aeb83f37"
dependencies:
lodash "^4.17.11"
quibble "^0.5.5"
lodash "^4.17.14"
quibble "^0.5.6"
stringify-object-es5 "^2.5.0"
theredoc "^1.0.0"

Expand Down

0 comments on commit c7a6eb0

Please sign in to comment.