From 8d321265769ededc17161810c9b6f11348c160b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:44:05 +0000 Subject: [PATCH] Bump find from 0.2.9 to 0.3.0 Bumps [find](https://github.com/yuanchuan/find) from 0.2.9 to 0.3.0. - [Commits](https://github.com/yuanchuan/find/commits) --- updated-dependencies: - dependency-name: find dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",