diff --git a/package-lock.json b/package-lock.json index 30324fc..b6ea95b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8337,7 +8337,8 @@ }, "yargs-parser": { "version": "13.1.1", - "resolved": "", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz", + "integrity": "sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==", "dev": true, "requires": { "camelcase": "^5.0.0", @@ -9228,9 +9229,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.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "lodash-es": { "version": "4.17.15", diff --git a/package.json b/package.json index efef9c1..7cf4753 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "types": "dist/index.d.ts", "dependencies": { "fastpriorityqueue": "^0.6.3", - "lodash": "^4.17.15", + "lodash": "^4.17.19", "sat": "^0.8.0", "seedrandom": "^3.0.3", "three": "^0.108.0"