From b1a859f5b64dac821a7e1cbe6b8c52f700012e60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 26 Oct 2018 22:13:55 +0000 Subject: [PATCH] Bump helmet from 3.13.0 to 3.14.0 Bumps [helmet](https://github.com/helmetjs/helmet) from 3.13.0 to 3.14.0. - [Release notes](https://github.com/helmetjs/helmet/releases) - [Changelog](https://github.com/helmetjs/helmet/blob/master/HISTORY.md) - [Commits](https://github.com/helmetjs/helmet/compare/v3.13.0...v3.14.0) Signed-off-by: dependabot[bot] --- package-lock.json | 12 +++++++++--- package.json | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5a999c1f..853a7354 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1274,6 +1274,11 @@ "@feathersjs/errors": "^3.3.0" } }, + "feature-policy": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/feature-policy/-/feature-policy-0.1.0.tgz", + "integrity": "sha512-Sq+O5vUN0wQGOLGKzDXY1xCY6dOPic2ufMEF0xpVHIW+Dr8LocJ7Jhnvo5ZBCXKqWUgmGIqcF5AIJR+Wnq2SQw==" + }, "fecha": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/fecha/-/fecha-2.3.3.tgz", @@ -1501,13 +1506,14 @@ "dev": true }, "helmet": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-3.13.0.tgz", - "integrity": "sha512-rCYnlbOBkeP6fCo4sXZNu91vIAWlbVgolwnUANtnzPANRf2kJZ2a6yjRnCqG23Tyl2/ExvJ8bDg4xUdNCIWnrw==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-3.14.0.tgz", + "integrity": "sha512-VUOjHxegTX/dIr1KeU4ZrIkP8k0/nKKD6vNBT1LCS2+q5KO1oMFKGMVdMw/pUcxXbn/z8yP9rfyMZSTpxXPPMg==", "requires": { "dns-prefetch-control": "0.1.0", "dont-sniff-mimetype": "1.0.0", "expect-ct": "0.1.1", + "feature-policy": "0.1.0", "frameguard": "3.0.0", "helmet-crossdomain": "0.3.0", "helmet-csp": "2.7.1", diff --git a/package.json b/package.json index db430745..5ad7967c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "feathers-authentication-hooks": "^0.3.1", "feathers-nedb": "^3.1.0", "feathers-permissions": "^0.2.1", - "helmet": "^3.13.0", + "helmet": "^3.14.0", "nedb": "^1.8.0", "serve-favicon": "^2.5.0", "winston": "^3.1.0"