diff --git a/package-lock.json b/package-lock.json index ceea401..de1773b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -320,9 +320,9 @@ "dev": true }, "hot-shots": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-6.7.0.tgz", - "integrity": "sha512-7OdHkmLh/PNy3gzsQueSgBtbhV4DrRa/QaD5XnC0aZiDUAA4XjZ391BPDkxtnaqGraRxyBgaVMzaEaLnwA/POw==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-6.5.1.tgz", + "integrity": "sha512-CIw0Whs4CfYUNpZGVN/b4Guk3SeEIJOi2F1LbtzMXo9t1rYsDbWZQHMlUNNESpzIcCrAhKs2ulqBJjnJkrNQgA==", "requires": { "unix-dgram": "2.0.x" } @@ -412,9 +412,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "log-symbols": { "version": "2.2.0", @@ -487,9 +487,9 @@ "dev": true }, "nan": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz", - "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==", + "version": "2.14.2", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz", + "integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==", "optional": true }, "node-environment-flags": { @@ -666,9 +666,9 @@ } }, "unix-dgram": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unix-dgram/-/unix-dgram-2.0.3.tgz", - "integrity": "sha512-Bay5CkSLcdypcBCsxvHEvaG3mftzT5FlUnRToPWEAVxwYI8NI/8zSJ/Gknlp86MPhV6hBA8I8TBsETj2tssoHQ==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/unix-dgram/-/unix-dgram-2.0.4.tgz", + "integrity": "sha512-7tpK6x7ls7J7pDrrAU63h93R0dVhRbPwiRRCawR10cl+2e1VOvF3bHlVJc6WI1dl/8qk5He673QU+Ogv7bPNaw==", "optional": true, "requires": { "bindings": "^1.3.0", diff --git a/package.json b/package.json index 618ebd8..e442d3a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "homepage": "https://github.com/timophey01/node-metric#readme", "dependencies": { "hot-shots": "6.5.1", - "lodash": "4.17.15" + "lodash": "4.17.21" }, "devDependencies": { "mocha": "6.2.1"