From 15d42133bfbc628ac2b027ccd90da3ac039052e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 04:08:53 +0000 Subject: [PATCH] chore(deps-dev): bump http-status from 0.2.5 to 1.7.0 Bumps [http-status](https://github.com/adaltas/node-http-status) from 0.2.5 to 1.7.0. - [Changelog](https://github.com/adaltas/node-http-status/blob/master/CHANGELOG.md) - [Commits](https://github.com/adaltas/node-http-status/compare/v0.2.5...v1.7.0) --- updated-dependencies: - dependency-name: http-status dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52e5f59..ced19f8 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "cors": "^2.7.1", "eslint": "^8.31.0", "eslint-plugin-jest": "^27.2.3", - "http-status": "^0.2.3", + "http-status": "^1.7.0", "isparta": "^4.0.0", "jest": "^29", "jest-junit": "^16.0.0",