From 3325f6a4146706ae10b123baf0ff95bfe82118b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 02:58:17 +0000 Subject: [PATCH] chore(deps): update dependency @types/supertest to v2.0.15 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 701994c..65357a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@commitlint/config-conventional": "16.2.1", "@types/jest": "27.4.1", "@types/node": "16.11.26", - "@types/supertest": "2.0.11", + "@types/supertest": "2.0.15", "@vodyani/eslint-config": "^1.0.9", "husky": "7.0.4", "jest": "27.5.1", @@ -1568,9 +1568,9 @@ } }, "node_modules/@types/supertest": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.11.tgz", - "integrity": "sha512-uci4Esokrw9qGb9bvhhSVEjd6rkny/dk5PK/Qz4yxKiyppEI+dOPlNrZBahE3i+PoKFYyDxChVXZ/ysS/nrm1Q==", + "version": "2.0.15", + "resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.15.tgz", + "integrity": "sha512-jUCZZ/TMcpGzoSaed9Gjr8HCf3HehExdibyw3OHHEL1als1KmyzcOZZH4MjbObI8TkWsEr7bc7gsW0WTDni+qQ==", "dev": true, "dependencies": { "@types/superagent": "*" @@ -9362,9 +9362,9 @@ } }, "@types/supertest": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.11.tgz", - "integrity": "sha512-uci4Esokrw9qGb9bvhhSVEjd6rkny/dk5PK/Qz4yxKiyppEI+dOPlNrZBahE3i+PoKFYyDxChVXZ/ysS/nrm1Q==", + "version": "2.0.15", + "resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.15.tgz", + "integrity": "sha512-jUCZZ/TMcpGzoSaed9Gjr8HCf3HehExdibyw3OHHEL1als1KmyzcOZZH4MjbObI8TkWsEr7bc7gsW0WTDni+qQ==", "dev": true, "requires": { "@types/superagent": "*" diff --git a/package.json b/package.json index c2dd498..d2fd03d 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@commitlint/config-conventional": "16.2.1", "@types/jest": "27.4.1", "@types/node": "16.11.26", - "@types/supertest": "2.0.11", + "@types/supertest": "2.0.15", "@vodyani/eslint-config": "^1.0.9", "husky": "7.0.4", "jest": "27.5.1",