fix: upgrade helmet from 5.0.2 to 5.1.0

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

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

See this project in Snyk:
https://app.snyk.io/org/mystikfluu/project/a0cb5db3-5314-4f12-be9d-493a8475edd5?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2022-06-08 00:07:58 +00:00
parent 03bb0a0c93
commit bde6b20926
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "IPost", "name": "npm-proj-1654646875179-0.24664005064917882rifMkQ",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
@ -11,7 +11,7 @@
"express": "^4.18.1", "express": "^4.18.1",
"express-fileupload": "^1.3.1", "express-fileupload": "^1.3.1",
"express-useragent": "^1.0.15", "express-useragent": "^1.0.15",
"helmet": "^5.0.2", "helmet": "^5.1.0",
"mysql": "^2.18.1", "mysql": "^2.18.1",
"ws": "^8.6.0" "ws": "^8.6.0"
} }
@ -432,9 +432,9 @@
} }
}, },
"node_modules/helmet": { "node_modules/helmet": {
"version": "5.0.2", "version": "5.1.0",
"resolved": "https://registry.npmjs.org/helmet/-/helmet-5.0.2.tgz", "resolved": "https://registry.npmjs.org/helmet/-/helmet-5.1.0.tgz",
"integrity": "sha512-QWlwUZZ8BtlvwYVTSDTBChGf8EOcQ2LkGMnQJxSzD1mUu8CCjXJZq/BXP8eWw4kikRnzlhtYo3lCk0ucmYA3Vg==", "integrity": "sha512-klsunXs8rgNSZoaUrNeuCiWUxyc+wzucnEnFejUg3/A+CaF589k9qepLZZ1Jehnzig7YbD4hEuscGXuBY3fq+g==",
"engines": { "engines": {
"node": ">=12.0.0" "node": ">=12.0.0"
} }
@ -1248,9 +1248,9 @@
"integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A=="
}, },
"helmet": { "helmet": {
"version": "5.0.2", "version": "5.1.0",
"resolved": "https://registry.npmjs.org/helmet/-/helmet-5.0.2.tgz", "resolved": "https://registry.npmjs.org/helmet/-/helmet-5.1.0.tgz",
"integrity": "sha512-QWlwUZZ8BtlvwYVTSDTBChGf8EOcQ2LkGMnQJxSzD1mUu8CCjXJZq/BXP8eWw4kikRnzlhtYo3lCk0ucmYA3Vg==" "integrity": "sha512-klsunXs8rgNSZoaUrNeuCiWUxyc+wzucnEnFejUg3/A+CaF589k9qepLZZ1Jehnzig7YbD4hEuscGXuBY3fq+g=="
}, },
"http-errors": { "http-errors": {
"version": "2.0.0", "version": "2.0.0",

View File

@ -6,7 +6,7 @@
"express": "^4.18.1", "express": "^4.18.1",
"express-fileupload": "^1.3.1", "express-fileupload": "^1.3.1",
"express-useragent": "^1.0.15", "express-useragent": "^1.0.15",
"helmet": "^5.0.2", "helmet": "^5.1.0",
"mysql": "^2.18.1", "mysql": "^2.18.1",
"ws": "^8.6.0" "ws": "^8.6.0"
} }