Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 5e87a1f

Browse files
Bump helmet from 3.10.0 to 3.12.0
Bumps [helmet](https://github.com/helmetjs/helmet) from 3.10.0 to 3.12.0. - [Release notes](https://github.com/helmetjs/helmet/releases) - [Changelog](https://github.com/helmetjs/helmet/blob/master/HISTORY.md) - [Commits](helmetjs/helmet@v3.10.0...v3.12.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7318ac commit 5e87a1f

File tree

3 files changed

+29
-15
lines changed

3 files changed

+29
-15
lines changed

package-lock.json

Lines changed: 21 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"fs-extra": "~4.0.2",
8686
"handlebars": "~4.0.11",
8787
"handlebars-layouts": "~3.1.4",
88-
"helmet": "~3.10.0",
88+
"helmet": "~3.12.0",
8989
"html-excerpt": "~0.1.0",
9090
"mime": "^2.2.0",
9191
"mongoose": "~4.13.2",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2379,9 +2379,9 @@ [email protected]:
23792379
lodash.reduce "4.6.0"
23802380
platform "1.3.5"
23812381

2382-
helmet@~3.10.0:
2383-
version "3.10.0"
2384-
resolved "https://registry.yarnpkg.com/helmet/-/helmet-3.10.0.tgz#96a2a9fec53c26009d3d6265c6cfdada38ddfa7f"
2382+
helmet@~3.12.0:
2383+
version "3.12.0"
2384+
resolved "https://registry.yarnpkg.com/helmet/-/helmet-3.12.0.tgz#2098e35cf4e51c64c2f1d38670b7d382a377d92c"
23852385
dependencies:
23862386
dns-prefetch-control "0.1.0"
23872387
dont-sniff-mimetype "1.0.0"
@@ -2394,7 +2394,7 @@ helmet@~3.10.0:
23942394
ienoopen "1.0.0"
23952395
nocache "2.0.0"
23962396
referrer-policy "1.1.0"
2397-
x-xss-protection "1.0.0"
2397+
x-xss-protection "1.1.0"
23982398

23992399
24002400
version "1.0.0"
@@ -5321,9 +5321,9 @@ ws@~3.3.1:
53215321
safe-buffer "~5.1.0"
53225322
ultron "~1.1.0"
53235323

5324-
x-xss-protection@1.0.0:
5325-
version "1.0.0"
5326-
resolved "https://registry.yarnpkg.com/x-xss-protection/-/x-xss-protection-1.0.0.tgz#898afb93869b24661cf9c52f9ee8db8ed0764dd9"
5324+
x-xss-protection@1.1.0:
5325+
version "1.1.0"
5326+
resolved "https://registry.yarnpkg.com/x-xss-protection/-/x-xss-protection-1.1.0.tgz#4f1898c332deb1e7f2be1280efb3e2c53d69c1a7"
53275327

53285328
xdg-basedir@^3.0.0:
53295329
version "3.0.0"

0 commit comments

Comments
 (0)