Browse Source
Task/upgrade helmet to version 8.2.0 (#7300)
* Update helmet to version 8.2.0
* Update changelog
pull/6947/merge
Thomas Kaul
1 day ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
14 additions and
7 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
|
@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. |
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
### Unreleased |
|
|
|
## Unreleased |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Upgraded `helmet` from version `7.0.0` to `8.2.0` |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
|
|
|
|
@ -72,7 +72,7 @@ |
|
|
|
"fast-redact": "3.5.0", |
|
|
|
"fuse.js": "7.3.0", |
|
|
|
"google-spreadsheet": "3.2.0", |
|
|
|
"helmet": "7.0.0", |
|
|
|
"helmet": "8.2.0", |
|
|
|
"http-status-codes": "2.3.0", |
|
|
|
"ionicons": "8.0.13", |
|
|
|
"jsonpath": "1.3.0", |
|
|
|
@ -21897,12 +21897,15 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/helmet": { |
|
|
|
"version": "7.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/helmet/-/helmet-7.0.0.tgz", |
|
|
|
"integrity": "sha512-MsIgYmdBh460ZZ8cJC81q4XJknjG567wzEmv46WOBblDb6TUd3z8/GhgmsM9pn8g2B80tAJ4m5/d3Bi1KrSUBQ==", |
|
|
|
"version": "8.2.0", |
|
|
|
"resolved": "https://registry.npmjs.org/helmet/-/helmet-8.2.0.tgz", |
|
|
|
"integrity": "sha512-DRgTIUgnWcJ62KyarxxziuqYxKGnR6Rgg19BlbucN/dpmJbl1XOit6qvoOX0ZT+HhWe5OUVhU/a1zpGyc1xA0Q==", |
|
|
|
"license": "MIT", |
|
|
|
"engines": { |
|
|
|
"node": ">=16.0.0" |
|
|
|
"node": ">=18.0.0" |
|
|
|
}, |
|
|
|
"funding": { |
|
|
|
"url": "https://github.com/sponsors/EvanHahn" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/hono": { |
|
|
|
|
|
|
|
@ -116,7 +116,7 @@ |
|
|
|
"fast-redact": "3.5.0", |
|
|
|
"fuse.js": "7.3.0", |
|
|
|
"google-spreadsheet": "3.2.0", |
|
|
|
"helmet": "7.0.0", |
|
|
|
"helmet": "8.2.0", |
|
|
|
"http-status-codes": "2.3.0", |
|
|
|
"ionicons": "8.0.13", |
|
|
|
"jsonpath": "1.3.0", |
|
|
|
|