From 542cbe4d25df76fba710f9fccf8da417fdc8911b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 13:45:34 +0000 Subject: [PATCH] chore(deps-dev): bump dredd from 13.1.1 to 14.0.0 Bumps [dredd](https://github.com/apiaryio/dredd) from 13.1.1 to 14.0.0. - [Release notes](https://github.com/apiaryio/dredd/releases) - [Commits](https://github.com/apiaryio/dredd/compare/dredd@13.1.1...dredd@14.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9200809..c6cadd1 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "express-mongo-db": "2.0.4" }, "devDependencies": { - "dredd": "13.1.1", + "dredd": "14.0.0", "mongodb": "3.3.3" } }