diff --git a/package-lock.json b/package-lock.json index 2847db4..f9dc788 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4518,6 +4518,11 @@ "resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.1.tgz", "integrity": "sha1-0eJkOzipTXWDtHkGDmxK/8lAcfg=" }, + "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==" + }, "fg-loadcss": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/fg-loadcss/-/fg-loadcss-2.0.1.tgz", @@ -4786,23 +4791,13 @@ "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" }, "form-data": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.2.tgz", - "integrity": "sha1-SXBJi+YEwgwAXU9cI67NIda0kJk=", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", "requires": { "asynckit": "^0.4.0", - "combined-stream": "1.0.6", + "combined-stream": "^1.0.6", "mime-types": "^2.1.12" - }, - "dependencies": { - "combined-stream": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", - "integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=", - "requires": { - "delayed-stream": "~1.0.0" - } - } } }, "formdata": { @@ -5221,13 +5216,14 @@ } }, "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", @@ -5582,9 +5578,9 @@ } }, "intersection-observer": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/intersection-observer/-/intersection-observer-0.5.0.tgz", - "integrity": "sha512-8Zgt4ijlyvIrQVTA7MPb2W9+KhoetrAbxlh0RmTGxpx0+ZsAXvy7IsbNnZIrqZ6TddAdWeQj49x7Ph7Ir6KRkA==" + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/intersection-observer/-/intersection-observer-0.5.1.tgz", + "integrity": "sha512-Zd7Plneq82kiXFixs7bX62YnuZ0BMRci9br7io88LwDyF3V43cQMI+G5IiTlTNTt+LsDUppl19J/M2Fp9UkH6g==" }, "invariant": { "version": "2.2.4", @@ -7283,9 +7279,9 @@ "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" }, "pify": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.0.tgz", - "integrity": "sha512-zrSP/KDf9DH3K3VePONoCstgPiYJy9z0SCatZuTpOc7YdnWIqwkWdXOuwlr4uDc7em8QZRsFWsT/685x5InjYg==" + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" }, "pinkie": { "version": "2.0.4", diff --git a/package.json b/package.json index 08c3838..2bf531d 100644 --- a/package.json +++ b/package.json @@ -63,12 +63,12 @@ "fg-loadcss": "^2.0.1", "file-api": "^0.10.4", "font-awesome-svg-png": "^1.2.2", - "form-data": "^2.3.2", + "form-data": "^2.3.3", "glob": "^7.1.3", - "helmet": "^3.13.0", + "helmet": "^3.14.0", "idb-keyval": "^3.1.0", "indexeddb-getall-shim": "^1.3.5", - "intersection-observer": "^0.5.0", + "intersection-observer": "^0.5.1", "lodash-es": "^4.17.11", "lodash-webpack-plugin": "^0.11.5", "mini-css-extract-plugin": "^0.4.3", @@ -80,7 +80,7 @@ "p-any": "^1.1.0", "page-lifecycle": "^0.1.1", "performance-now": "^2.1.0", - "pify": "^4.0.0", + "pify": "^4.0.1", "quick-lru": "^1.1.0", "requestidlecallback": "^0.3.0", "sapper": "github:nolanlawson/sapper#for-pinafore-8",