From 44de6e489eef801b0f5a9a163ef78949222fa689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 10:45:26 +0000 Subject: [PATCH] chore(deps): bump destroy from 1.0.4 to 1.2.0 Bumps [destroy](https://github.com/stream-utils/destroy) from 1.0.4 to 1.2.0. - [Release notes](https://github.com/stream-utils/destroy/releases) - [Changelog](https://github.com/stream-utils/destroy/blob/master/HISTORY.md) - [Commits](https://github.com/stream-utils/destroy/compare/1.0.4...1.2.0) --- updated-dependencies: - dependency-name: destroy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21563e1d..7a2dd0d8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "analytics-node": "^3.3.0", "basic-auth": "2.0.1", "body-parser": "^1.19.0", - "destroy": "1.0.4", + "destroy": "1.2.0", "dotenv": "^8.2.0", "express": "^4.17.1", "express-useragent": "^1.0.13",