fix: upgrade helmet from 5.1.0 to 5.1.1

Snyk has created this PR to upgrade helmet from 5.1.0 to 5.1.1.

See this package in npm:
https://www.npmjs.com/package/helmet

See this project in Snyk:
https://app.snyk.io/org/mystikfluu/project/c5b23892-809c-4121-9c2f-67962c7a4953?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2022-08-13 16:27:44 +00:00
parent 1cf23a5526
commit 5d215fb2a1
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
2 changed files with 15 additions and 10 deletions

23
package-lock.json generated
View File

@ -1,9 +1,13 @@
{
"name": "npm-proj-1659803210482-0.5740765850757095gQUM8N",
"name": "ipost",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ipost",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.0",
"cookie-parser": "^1.4.6",
@ -11,11 +15,12 @@
"express": "^4.18.1",
"express-fileupload": "^1.3.1",
"express-useragent": "^1.0.15",
"helmet": "^5.1.0",
"helmet": "^5.1.1",
"jimp": "^0.16.1",
"mysql": "^2.18.1",
"ws": "^8.8.1"
}
},
"devDependencies": {}
},
"node_modules/@babel/runtime": {
"version": "7.18.3",
@ -966,9 +971,9 @@
}
},
"node_modules/helmet": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/helmet/-/helmet-5.1.0.tgz",
"integrity": "sha512-klsunXs8rgNSZoaUrNeuCiWUxyc+wzucnEnFejUg3/A+CaF589k9qepLZZ1Jehnzig7YbD4hEuscGXuBY3fq+g==",
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/helmet/-/helmet-5.1.1.tgz",
"integrity": "sha512-/yX0oVZBggA9cLJh8aw3PPCfedBnbd7J2aowjzsaWwZh7/UFY0nccn/aHAggIgWUFfnykX8GKd3a1pSbrmlcVQ==",
"engines": {
"node": ">=12.0.0"
}
@ -2407,9 +2412,9 @@
"integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A=="
},
"helmet": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/helmet/-/helmet-5.1.0.tgz",
"integrity": "sha512-klsunXs8rgNSZoaUrNeuCiWUxyc+wzucnEnFejUg3/A+CaF589k9qepLZZ1Jehnzig7YbD4hEuscGXuBY3fq+g=="
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/helmet/-/helmet-5.1.1.tgz",
"integrity": "sha512-/yX0oVZBggA9cLJh8aw3PPCfedBnbd7J2aowjzsaWwZh7/UFY0nccn/aHAggIgWUFfnykX8GKd3a1pSbrmlcVQ=="
},
"http-errors": {
"version": "2.0.0",

View File

@ -6,7 +6,7 @@
"express": "^4.18.1",
"express-fileupload": "^1.3.1",
"express-useragent": "^1.0.15",
"helmet": "^5.1.0",
"helmet": "^5.1.1",
"jimp": "^0.16.1",
"mysql": "^2.18.1",
"ws": "^8.8.1"