Skip to content

Commit 963d982

Browse files
Bump helmet from 4.5.0 to 5.0.0 (#795)
Bumps [helmet](https://github.com/helmetjs/helmet) from 4.5.0 to 5.0.0. - [Release notes](https://github.com/helmetjs/helmet/releases) - [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md) - [Commits](https://github.com/helmetjs/helmet/commits) --- updated-dependencies: - dependency-name: helmet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dbd7135 commit 963d982

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"express": "^4.17.2",
7575
"express-formidable": "^1.2.0",
7676
"express-rate-limit": "^5.5.1",
77-
"helmet": "^4.5.0",
77+
"helmet": "^5.0.0",
7878
"jsonwebtoken": "^8.5.1",
7979
"morgan": "^1.10.0",
8080
"multer": "^1.4.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3367,10 +3367,10 @@ has@^1.0.3:
33673367
dependencies:
33683368
function-bind "^1.1.1"
33693369

3370-
helmet@*, helmet@^4.5.0:
3371-
version "4.5.0"
3372-
resolved "https://registry.yarnpkg.com/helmet/-/helmet-4.5.0.tgz#da5a75d30cbd9f60628e9463a85dc7725806c2ea"
3373-
integrity sha512-GfxdTaKarneWOpxmiVb/1YsY+fIwDOxVUGrvNEM1MC8W6Z2PREfkXiWF4XHQdvkyXwUTHuY4DRwB0uH/Q6BVyQ==
3370+
helmet@*, helmet@^5.0.0:
3371+
version "5.0.0"
3372+
resolved "https://registry.yarnpkg.com/helmet/-/helmet-5.0.0.tgz#3084c827f51b3c7680cfe99d5d8f29ec39a74fb9"
3373+
integrity sha512-wCuTCJZnEKXagvjcZiAnXkzS4lh8mTJ/JhhC5XjH5vPvSzzX/8Y88u6mfE3F66itB6UIA7uZEekXJsbdFTOiPw==
33743374

33753375
highlight.js@^10.7.1:
33763376
version "10.7.3"

0 commit comments

Comments
 (0)