diff --git a/package.json b/package.json index eec4caeac390bd98a45f304853216dbd96476575..bc627e8138e72ebeab3261e8b247ae54d8324418 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "sinon": "^15.0.2", "superagent": "^8.0.9", "supertest": "^6.3.3", - "testdouble": "^3.17.0" + "testdouble": "^3.17.1" }, "lint-staged": { "*.js": "eslint --cache --fix" diff --git a/yarn.lock b/yarn.lock index 44128d31b5c33e6bcf2406d696cc18143a67ce1a..ee1ec15a900cd7ef0c4241683de48c9e47eb1dd6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3153,10 +3153,10 @@ tdigest@^0.1.1: dependencies: bintrees "1.0.2" -testdouble@^3.17.0: - version "3.17.0" - resolved "https://registry.yarnpkg.com/testdouble/-/testdouble-3.17.0.tgz#7a5aab13fd0270769c926686ad8efce0336c8b7b" - integrity sha512-uiVYLhQPgtXuTr/BoSaY0LIL6zi0GfE6a5CFvha4P6MLcVXGTmtng1NF2RCN6HrVuSugJ5JJAzDEdfcdwHovdA== +testdouble@^3.17.1: + version "3.17.1" + resolved "https://registry.yarnpkg.com/testdouble/-/testdouble-3.17.1.tgz#e0149613cfcaac104fdc79c8ecc0f603000ea891" + integrity sha512-6u3v0rKHf3oJHSD7UuxFkXXcvV3QWguYdfU9QKaRjLF/wRa9Hxg0fmRzdbMhPX2fYs4xVnw4l1h2GsKJiwFRlw== dependencies: lodash "^4.17.21" quibble "^0.6.17"