Fix minor security problem with npm package.

This commit is contained in:
Mike Cooper 2017-11-16 14:30:08 -08:00
Родитель 3e7e57c3fa
Коммит d67bc1074d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 9424CEA6F89AB334
2 изменённых файлов: 35 добавлений и 12 удалений

46
recipe-server/package-lock.json сгенерированный
Просмотреть файл

@ -492,7 +492,7 @@
"babel-types": "6.26.0",
"babylon": "6.18.0",
"convert-source-map": "1.5.0",
"debug": "2.6.8",
"debug": "2.6.9",
"json5": "0.5.1",
"lodash": "4.17.4",
"minimatch": "3.0.4",
@ -1450,7 +1450,7 @@
"babel-types": "6.26.0",
"babylon": "6.18.0",
"convert-source-map": "1.5.0",
"debug": "2.6.8",
"debug": "2.6.9",
"json5": "0.5.1",
"lodash": "4.17.4",
"minimatch": "3.0.4",
@ -1531,7 +1531,7 @@
"babel-runtime": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"debug": "2.6.8",
"debug": "2.6.9",
"globals": "9.18.0",
"invariant": "2.2.2",
"lodash": "4.17.4"
@ -2582,6 +2582,17 @@
"finalhandler": "1.0.4",
"parseurl": "1.3.1",
"utils-merge": "1.0.0"
},
"dependencies": {
"debug": {
"version": "2.6.8",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.8.tgz",
"integrity": "sha1-5zFTHKLt4n0YgiJCfaF4IdaP9Pw=",
"dev": true,
"requires": {
"ms": "2.0.0"
}
}
}
},
"console-browserify": {
@ -2972,9 +2983,9 @@
"dev": true
},
"debug": {
"version": "2.6.8",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.8.tgz",
"integrity": "sha1-5zFTHKLt4n0YgiJCfaF4IdaP9Pw=",
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"requires": {
"ms": "2.0.0"
}
@ -3688,7 +3699,7 @@
"babel-code-frame": "6.26.0",
"chalk": "1.1.3",
"concat-stream": "1.6.0",
"debug": "2.6.8",
"debug": "2.6.9",
"doctrine": "2.0.0",
"escope": "3.6.0",
"espree": "3.5.0",
@ -3754,7 +3765,7 @@
"integrity": "sha512-yUtXS15gIcij68NmXmP9Ni77AQuCN0itXbCc/jWd8C6/yKZaSNXicpC8cgvjnxVdmfsosIXrjpzFq7GcDryb6A==",
"dev": true,
"requires": {
"debug": "2.6.8",
"debug": "2.6.9",
"resolve": "1.4.0"
}
},
@ -3765,7 +3776,7 @@
"dev": true,
"requires": {
"array-find": "1.0.0",
"debug": "2.6.8",
"debug": "2.6.9",
"enhanced-resolve": "0.9.1",
"find-root": "0.1.2",
"has": "1.0.1",
@ -3795,7 +3806,7 @@
"integrity": "sha512-jDI/X5l/6D1rRD/3T43q8Qgbls2nq5km5KSqiwlyUbGo5+04fXhMKdCPhjwbqAa6HXWaMxj8Q4hQDIh7IadJQw==",
"dev": true,
"requires": {
"debug": "2.6.8",
"debug": "2.6.9",
"pkg-dir": "1.0.0"
},
"dependencies": {
@ -3824,7 +3835,7 @@
"requires": {
"builtin-modules": "1.1.1",
"contains-path": "0.1.0",
"debug": "2.6.8",
"debug": "2.6.9",
"doctrine": "1.5.0",
"eslint-import-resolver-node": "0.3.1",
"eslint-module-utils": "2.1.1",
@ -4395,6 +4406,17 @@
"parseurl": "1.3.1",
"statuses": "1.3.1",
"unpipe": "1.0.0"
},
"dependencies": {
"debug": {
"version": "2.6.8",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.8.tgz",
"integrity": "sha1-5zFTHKLt4n0YgiJCfaF4IdaP9Pw=",
"dev": true,
"requires": {
"ms": "2.0.0"
}
}
}
},
"find-cache-dir": {
@ -4901,7 +4923,7 @@
"dev": true,
"requires": {
"agent-base": "4.1.1",
"debug": "2.6.8"
"debug": "2.6.9"
}
},
"iconv-lite": {

Просмотреть файл

@ -27,6 +27,7 @@
"babel-runtime": "6.11.6",
"classnames": "2.2.5",
"cssmin": "0.4.3",
"debug": "2.6.9",
"font-awesome": "4.6.3",
"immutable": "3.8.1",
"jquery": "3.1.0",