From ba6216ea11b5794048d1218c53616c8b756f1ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 13:01:23 +0000 Subject: [PATCH] chore(deps-dev): bump supertest from 6.1.5 to 6.1.6 Bumps [supertest](https://github.com/visionmedia/supertest) from 6.1.5 to 6.1.6. - [Release notes](https://github.com/visionmedia/supertest/releases) - [Commits](https://github.com/visionmedia/supertest/compare/v6.1.5...v6.1.6) --- updated-dependencies: - dependency-name: supertest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d252142..ea70f97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3546,9 +3546,9 @@ } }, "supertest": { - "version": "6.1.5", - "resolved": "https://registry.npmjs.org/supertest/-/supertest-6.1.5.tgz", - "integrity": "sha512-Is3pFB2TxSFPohDS2tIM8h2JOMvUQwbJ9TvTfsWAm89ZZv1CF4VTLAsQz+5+5S1wOgaMqFqSpFriU15L3e2AXQ==", + "version": "6.1.6", + "resolved": "https://registry.npmjs.org/supertest/-/supertest-6.1.6.tgz", + "integrity": "sha512-0hACYGNJ8OHRg8CRITeZOdbjur7NLuNs0mBjVhdpxi7hP6t3QIbOzLON5RTUmZcy2I9riuII3+Pr2C7yztrIIg==", "dev": true, "requires": { "methods": "^1.1.2",