0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Bump supertest from 6.3.1 to 6.3.2

Bumps [supertest](https://github.com/visionmedia/supertest) from 6.3.1 to 6.3.2.
- [Release notes](https://github.com/visionmedia/supertest/releases)
- [Commits](https://github.com/visionmedia/supertest/compare/v6.3.1...v6.3.2)

---
updated-dependencies:
- dependency-name: supertest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-12-05 03:00:45 +00:00
committed by GitHub
parent f5e1869a9b
commit 5d6a7e692f
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -49,7 +49,7 @@
"eslint": "^8.28.0",
"eslint-plugin-react": "^7.31.11",
"jest": "^29.2.2",
"supertest": "^6.3.1"
"supertest": "^6.3.2"
},
"engines": {
"node": "16.11.x"
@@ -15092,9 +15092,9 @@
}
},
"node_modules/supertest": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/supertest/-/supertest-6.3.1.tgz",
"integrity": "sha512-hRohNeIfk/cA48Cxpa/w48hktP6ZaRqXb0QV5rLvW0C7paRsBU3Q5zydzYrslOJtj/gd48qx540jKtcs6vG1fQ==",
"version": "6.3.2",
"resolved": "https://registry.npmjs.org/supertest/-/supertest-6.3.2.tgz",
"integrity": "sha512-mSmbW/sPpBU6K8w8189ZiHdc62zMe7dCHpC2ktS9tc0/d2DN0FaxNbDJJNFknZD4jCrGJpxkiFoVyemvKgOdwA==",
"dev": true,
"dependencies": {
"methods": "^1.1.2",
@@ -27895,9 +27895,9 @@
}
},
"supertest": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/supertest/-/supertest-6.3.1.tgz",
"integrity": "sha512-hRohNeIfk/cA48Cxpa/w48hktP6ZaRqXb0QV5rLvW0C7paRsBU3Q5zydzYrslOJtj/gd48qx540jKtcs6vG1fQ==",
"version": "6.3.2",
"resolved": "https://registry.npmjs.org/supertest/-/supertest-6.3.2.tgz",
"integrity": "sha512-mSmbW/sPpBU6K8w8189ZiHdc62zMe7dCHpC2ktS9tc0/d2DN0FaxNbDJJNFknZD4jCrGJpxkiFoVyemvKgOdwA==",
"dev": true,
"requires": {
"methods": "^1.1.2",

View File

@@ -90,6 +90,6 @@
"eslint": "^8.28.0",
"eslint-plugin-react": "^7.31.11",
"jest": "^29.2.2",
"supertest": "^6.3.1"
"supertest": "^6.3.2"
}
}