Skip to content

Commit e8ce5ff

Browse files
chore: upgrade testdouble to v3.16.4
1 parent c7fdfbb commit e8ce5ff

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"jsverify": "^0.8.4",
2828
"semantic-release": "^18.0.1",
2929
"tape": "^5.4.1",
30-
"testdouble": "^3.16.3"
30+
"testdouble": "^3.16.4"
3131
},
3232
"publishConfig": {
3333
"access": "public"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3490,10 +3490,10 @@ qs@~6.5.2:
34903490
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
34913491
integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==
34923492

3493-
quibble@^0.6.6:
3494-
version "0.6.6"
3495-
resolved "https://registry.yarnpkg.com/quibble/-/quibble-0.6.6.tgz#4834554c37e98cbe384320552b3bfc80c9301387"
3496-
integrity sha512-qYLELbjh2TagaPEs+sDobJnw166zlYHtT8YibCYxxUYl+pGoDqEVjZZhgQXYPhIivb8CrDtEMP9Oshfu8y6jAQ==
3493+
quibble@^0.6.7:
3494+
version "0.6.8"
3495+
resolved "https://registry.yarnpkg.com/quibble/-/quibble-0.6.8.tgz#cd7d485e5fd985217b8f064596523a3ee554ec00"
3496+
integrity sha512-HQ89ZADQ4uZjyePn1yACZADE3OUQ16Py5gkVxcoPvV6IRiItAgGMBkeQ5f1rOnnnsVKccMdhic0xABd7+cY/jA==
34973497
dependencies:
34983498
lodash "^4.17.21"
34993499
resolve "^1.20.0"
@@ -4200,13 +4200,13 @@ tempy@^1.0.0:
42004200
type-fest "^0.16.0"
42014201
unique-string "^2.0.0"
42024202

4203-
testdouble@^3.16.3:
4204-
version "3.16.3"
4205-
resolved "https://registry.yarnpkg.com/testdouble/-/testdouble-3.16.3.tgz#44ebb4a9930b61858fe9671363772479b2e39c40"
4206-
integrity sha512-oxGJ9KFuAJBNrpQEGDLj3OD4jRKLV+NhujRnuw5gYelkkZEFzUExijPi8O26RoVMdhc9C3OanKjvZXinmHWqow==
4203+
testdouble@^3.16.4:
4204+
version "3.16.4"
4205+
resolved "https://registry.yarnpkg.com/testdouble/-/testdouble-3.16.4.tgz#7da05f91df0077e38e40bba3da7758ef8c4396ad"
4206+
integrity sha512-NM8gzFurcf3tgf9miWx3ussoJWUxtT1MwJ7Xpe+sqJBbiwgqLDBqh64bnuDmGCHqhQ3Vou3Z5HtRjiAs7U/mug==
42074207
dependencies:
42084208
lodash "^4.17.15"
4209-
quibble "^0.6.6"
4209+
quibble "^0.6.7"
42104210
stringify-object-es5 "^2.5.0"
42114211
theredoc "^1.0.0"
42124212

0 commit comments

Comments
 (0)