Browse Source

Update helmet to version 8.2.0

pull/7300/head
Thomas Kaul 5 days ago
parent
commit
009f1af08e
  1. 13
      package-lock.json
  2. 2
      package.json

13
package-lock.json

@ -70,7 +70,7 @@
"fast-redact": "3.5.0", "fast-redact": "3.5.0",
"fuse.js": "7.3.0", "fuse.js": "7.3.0",
"google-spreadsheet": "3.2.0", "google-spreadsheet": "3.2.0",
"helmet": "7.0.0", "helmet": "8.2.0",
"http-status-codes": "2.3.0", "http-status-codes": "2.3.0",
"ionicons": "8.0.13", "ionicons": "8.0.13",
"jsonpath": "1.3.0", "jsonpath": "1.3.0",
@ -21851,12 +21851,15 @@
} }
}, },
"node_modules/helmet": { "node_modules/helmet": {
"version": "7.0.0", "version": "8.2.0",
"resolved": "https://registry.npmjs.org/helmet/-/helmet-7.0.0.tgz", "resolved": "https://registry.npmjs.org/helmet/-/helmet-8.2.0.tgz",
"integrity": "sha512-MsIgYmdBh460ZZ8cJC81q4XJknjG567wzEmv46WOBblDb6TUd3z8/GhgmsM9pn8g2B80tAJ4m5/d3Bi1KrSUBQ==", "integrity": "sha512-DRgTIUgnWcJ62KyarxxziuqYxKGnR6Rgg19BlbucN/dpmJbl1XOit6qvoOX0ZT+HhWe5OUVhU/a1zpGyc1xA0Q==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=16.0.0" "node": ">=18.0.0"
},
"funding": {
"url": "https://github.com/sponsors/EvanHahn"
} }
}, },
"node_modules/hono": { "node_modules/hono": {

2
package.json

@ -114,7 +114,7 @@
"fast-redact": "3.5.0", "fast-redact": "3.5.0",
"fuse.js": "7.3.0", "fuse.js": "7.3.0",
"google-spreadsheet": "3.2.0", "google-spreadsheet": "3.2.0",
"helmet": "7.0.0", "helmet": "8.2.0",
"http-status-codes": "2.3.0", "http-status-codes": "2.3.0",
"ionicons": "8.0.13", "ionicons": "8.0.13",
"jsonpath": "1.3.0", "jsonpath": "1.3.0",

Loading…
Cancel
Save