From 8c0bb9d1edd38aa59d0d018a76ebc9afe7a6774f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 03:31:50 +0000 Subject: [PATCH] chore(deps-dev): bump supertest from 7.0.0 to 7.1.0 Bumps [supertest](https://github.com/ladjs/supertest) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/ladjs/supertest/releases) - [Commits](https://github.com/ladjs/supertest/compare/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: supertest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d9da1cb..022732f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "lazypipe": "^1.0.2", "mocha": "^11.1.0", "sass": "^1.85.0", - "supertest": "^7.0.0" + "supertest": "^7.1.0" } }, "node_modules/@babel/code-frame": { @@ -12215,10 +12215,11 @@ } }, "node_modules/supertest": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/supertest/-/supertest-7.0.0.tgz", - "integrity": "sha512-qlsr7fIC0lSddmA3tzojvzubYxvlGtzumcdHgPwbFWMISQwL22MhM2Y3LNt+6w9Yyx7559VW5ab70dgphm8qQA==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supertest/-/supertest-7.1.0.tgz", + "integrity": "sha512-5QeSO8hSrKghtcWEoPiO036fxH0Ii2wVQfFZSP0oqQhmjk8bOLhDFXr4JrvaFmPuEWUoq4znY3uSi8UzLKxGqw==", "dev": true, + "license": "MIT", "dependencies": { "methods": "^1.1.2", "superagent": "^9.0.1" @@ -22651,9 +22652,9 @@ } }, "supertest": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/supertest/-/supertest-7.0.0.tgz", - "integrity": "sha512-qlsr7fIC0lSddmA3tzojvzubYxvlGtzumcdHgPwbFWMISQwL22MhM2Y3LNt+6w9Yyx7559VW5ab70dgphm8qQA==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supertest/-/supertest-7.1.0.tgz", + "integrity": "sha512-5QeSO8hSrKghtcWEoPiO036fxH0Ii2wVQfFZSP0oqQhmjk8bOLhDFXr4JrvaFmPuEWUoq4znY3uSi8UzLKxGqw==", "dev": true, "requires": { "methods": "^1.1.2", diff --git a/package.json b/package.json index 07901870..69279237 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "lazypipe": "^1.0.2", "mocha": "^11.1.0", "sass": "^1.85.0", - "supertest": "^7.0.0" + "supertest": "^7.1.0" }, "dependencies": { "@highlightjs/cdn-assets": "^11.11.1",