Update helmet to the latest version 🚀 (#303)
* fix(package): update helmet to version 3.12.1 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
This commit is contained in:
parent
9082a480cb
commit
715fb0d9de
|
@ -3676,9 +3676,9 @@
|
||||||
"integrity": "sha512-kkjwkMqj0h4w/sb32ERCDxCQkREMCAgS39DscDnSwDsbxnwwM1BTZySdC3Bn1lhY7vL08n9GoO/fVTynjDgRyQ=="
|
"integrity": "sha512-kkjwkMqj0h4w/sb32ERCDxCQkREMCAgS39DscDnSwDsbxnwwM1BTZySdC3Bn1lhY7vL08n9GoO/fVTynjDgRyQ=="
|
||||||
},
|
},
|
||||||
"expect-ct": {
|
"expect-ct": {
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/expect-ct/-/expect-ct-0.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/expect-ct/-/expect-ct-0.1.1.tgz",
|
||||||
"integrity": "sha1-UnNWeN4YUwiQ2Ne5XwrGNkCVgJQ="
|
"integrity": "sha512-ngXzTfoRGG7fYens3/RMb6yYoVLvLMfmsSllP/mZPxNHgFq41TmPSLF/nLY7fwoclI2vElvAmILFWGUYqdjfCg=="
|
||||||
},
|
},
|
||||||
"express": {
|
"express": {
|
||||||
"version": "4.16.3",
|
"version": "4.16.3",
|
||||||
|
@ -5310,13 +5310,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"helmet": {
|
"helmet": {
|
||||||
"version": "3.12.0",
|
"version": "3.12.1",
|
||||||
"resolved": "https://registry.npmjs.org/helmet/-/helmet-3.12.0.tgz",
|
"resolved": "https://registry.npmjs.org/helmet/-/helmet-3.12.1.tgz",
|
||||||
"integrity": "sha512-CgkctpvreQLL6X3EL2Igs/92+75ZFIsrob9/Rdwf2hQCBGH/DxLk4xFPxAAl6jYnnus/YXfFEVXHEJf8TJTwlA==",
|
"integrity": "sha512-/CsAcbPIHgiGde395IkHUZyRLW126RJ6AtxFy6Y6bxhd44Qq8cZ5BBFZ0xNUSbcgX57j32Emh3OhWz/0XgAB5Q==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"dns-prefetch-control": "0.1.0",
|
"dns-prefetch-control": "0.1.0",
|
||||||
"dont-sniff-mimetype": "1.0.0",
|
"dont-sniff-mimetype": "1.0.0",
|
||||||
"expect-ct": "0.1.0",
|
"expect-ct": "0.1.1",
|
||||||
"frameguard": "3.0.0",
|
"frameguard": "3.0.0",
|
||||||
"helmet-csp": "2.7.0",
|
"helmet-csp": "2.7.0",
|
||||||
"hide-powered-by": "1.0.0",
|
"hide-powered-by": "1.0.0",
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
"font-awesome-svg-png": "1.2.2",
|
"font-awesome-svg-png": "1.2.2",
|
||||||
"form-data": "2.3.2",
|
"form-data": "2.3.2",
|
||||||
"glob": "7.1.2",
|
"glob": "7.1.2",
|
||||||
"helmet": "3.12.0",
|
"helmet": "3.12.1",
|
||||||
"indexeddb-getall-shim": "1.3.3",
|
"indexeddb-getall-shim": "1.3.3",
|
||||||
"intersection-observer": "0.5.0",
|
"intersection-observer": "0.5.0",
|
||||||
"lodash-es": "4.17.10",
|
"lodash-es": "4.17.10",
|
||||||
|
|
Loading…
Reference in New Issue