From 43edf481e42a9f8c4f2d340db99151186cc72c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 12:51:39 +0000 Subject: [PATCH] build(deps-dev): bump supertest from 1.1.0 to 1.2.0 Bumps [supertest](https://github.com/ladjs/supertest) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/ladjs/supertest/releases) - [Changelog](https://github.com/ladjs/supertest/blob/v1.2.0/History.md) - [Commits](https://github.com/ladjs/supertest/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: supertest dependency-version: 1.2.0 dependency-type: direct:development 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 021c4d0..c996d8b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-standard": "3.0.1", "istanbul": "0.4.5", "mocha": "2.5.3", - "supertest": "1.1.0" + "supertest": "1.2.0" }, "files": [ "LICENSE",