From c988df2abf65f08d4d227f4062a2eb02ae9a3e27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 10:15:05 +0000 Subject: [PATCH] chore(deps): bump destroy from 1.0.4 to 1.1.1 Bumps [destroy](https://github.com/stream-utils/destroy) from 1.0.4 to 1.1.1. - [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.1.1) --- 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..513c0bf0 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.1.1", "dotenv": "^8.2.0", "express": "^4.17.1", "express-useragent": "^1.0.13",