diff --git a/package-lock.json b/package-lock.json index 62b50d3..8aa847d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "colors": "^1.1.2", "dev-null": "^0.1.1", "dotenv": "^16.0.3", - "find": "^0.2.9", + "find": "^0.3.0", "fs-extra": "^4.0.2", "glob": "^7.1.2", "lodash": "^4.17.5", @@ -2843,9 +2843,9 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "node_modules/find": { - "version": "0.2.9", - "resolved": "https://registry.npmjs.org/find/-/find-0.2.9.tgz", - "integrity": "sha512-7a4/LCiInB9xYMnAUEjLilL9FKclwbwK7VlXw+h5jMvT2TDFeYFCHM24O1XdnC/on/hx8mxVO3FTQkyHZnOghQ==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/find/-/find-0.3.0.tgz", + "integrity": "sha512-iSd+O4OEYV/I36Zl8MdYJO0xD82wH528SaCieTVHhclgiYNe9y+yPKSwK+A7/WsmHL1EZ+pYUJBXWTL5qofksw==", "dependencies": { "traverse-chain": "~0.1.0" } diff --git a/package.json b/package.json index 98ba9cd..0eff3a8 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "colors": "^1.1.2", "dev-null": "^0.1.1", "dotenv": "^16.0.3", - "find": "^0.2.9", + "find": "^0.3.0", "fs-extra": "^4.0.2", "glob": "^7.1.2", "lodash": "^4.17.5",