0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Merge pull request #2542 from naturalcrit/dependabot/npm_and_yarn/supertest-6.3.2

Bump supertest from 6.3.1 to 6.3.2
This commit is contained in:
Trevor Buckner
2022-12-05 21:37:55 -05:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -49,7 +49,7 @@
"eslint": "^8.29.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.29.0",
"eslint-plugin-react": "^7.31.11",
"jest": "^29.2.2",
"supertest": "^6.3.1"
"supertest": "^6.3.2"
}
}