diff --git a/package-lock.json b/package-lock.json index 0f8a4a9..7f18780 100644 --- a/package-lock.json +++ b/package-lock.json @@ -883,14 +883,13 @@ } }, "glob-gitignore": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/glob-gitignore/-/glob-gitignore-1.0.14.tgz", - "integrity": "sha512-YuAEPqL58bOQDqDF2kMv009rIjSAtPs+WPzyGbwRWK+wD0UWQVRoP34Pz6yJ6ivco65C9tZnaIt0I3JCuQ8NZQ==", - "requires": { - "glob": "^7.1.3", - "ignore": "^5.0.5", - "lodash.difference": "^4.5.0", - "lodash.union": "^4.6.0", + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/glob-gitignore/-/glob-gitignore-1.0.15.tgz", + "integrity": "sha512-22pvDWt2hMPfL3UF6lWcZpP+VIwBekJyj6xyb1DpeSALJm+n/0gI9lWD30kvA/h3bgPqYeAX7xGONzmyHrSfqQ==", + "requires": { + "glob": "^7.1.2", + "ignore": "^5.0.0", + "lodash": "^4.17.21", "make-array": "^1.0.5", "util.inherits": "^1.0.3" } @@ -1197,17 +1196,17 @@ "path-exists": "^3.0.0" } }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, "lodash.clonedeep": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=", "dev": true }, - "lodash.difference": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.difference/-/lodash.difference-4.5.0.tgz", - "integrity": "sha1-nMtOUF1Ia5FlE0V3KIWi3yf9AXw=" - }, "lodash.merge": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", @@ -1220,11 +1219,6 @@ "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=", "dev": true }, - "lodash.union": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz", - "integrity": "sha1-SLtQiECfFvGCFmZkHETdGqrjzYg=" - }, "make-array": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/make-array/-/make-array-1.0.5.tgz", @@ -1812,7 +1806,7 @@ "util.inherits": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/util.inherits/-/util.inherits-1.0.3.tgz", - "integrity": "sha1-qcYmoNBtNIKdR7pWyrEnjXRfnOY=" + "integrity": "sha512-gMirHcfcq5D87nXDwbZqf5vl65S0mpMZBsHXJsXOO3Hc3G+JoQLwgaJa1h+PL7h3WhocnuLqoe8CuvMlztkyCA==" }, "v8-compile-cache": { "version": "2.3.0", diff --git a/package.json b/package.json index 3f54068..263c357 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "commander": "^7.2.0", - "glob-gitignore": "^1.0.14", + "glob-gitignore": "^1.0.15", "parse-gitignore": "^1.0.1", "semver": "^7.3.5", "simple-git": "^2.42.0",