diff --git a/initSaas/package-lock.json b/initSaas/package-lock.json index a272dae..5fcd5da 100644 --- a/initSaas/package-lock.json +++ b/initSaas/package-lock.json @@ -35,9 +35,9 @@ "integrity": "sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw==" }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "ms": { "version": "2.0.0", diff --git a/initSaas/package.json b/initSaas/package.json index e48c955..23870c3 100644 --- a/initSaas/package.json +++ b/initSaas/package.json @@ -10,6 +10,6 @@ "license": "ISC", "dependencies": { "axios": "^0.19.0", - "lodash": "^4.17.15" + "lodash": "^4.17.19" } }