From 488a4b2fb7675a7cc17582a3b881cb1917b06f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 04:43:59 +0000 Subject: [PATCH] Bump fdir from 6.4.2 to 6.4.3 Bumps [fdir](https://github.com/thecodrr/fdir) from 6.4.2 to 6.4.3. - [Release notes](https://github.com/thecodrr/fdir/releases) - [Commits](https://github.com/thecodrr/fdir/compare/v6.4.2...v6.4.3) --- updated-dependencies: - dependency-name: fdir dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90771860..3a7230c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "cli-progress": "3.12.0", "commander": "12.1.0", "dotenv": "16.4.7", - "fdir": "6.4.2", + "fdir": "6.4.3", "gray-matter": "4.0.3", "open-editor": "5.1.0", "polka": "0.5.2", @@ -4174,9 +4174,9 @@ } }, "node_modules/fdir": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.2.tgz", - "integrity": "sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==", + "version": "6.4.3", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.3.tgz", + "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==", "license": "MIT", "peerDependencies": { "picomatch": "^3 || ^4" @@ -13204,9 +13204,9 @@ } }, "fdir": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.2.tgz", - "integrity": "sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==", + "version": "6.4.3", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.3.tgz", + "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==", "requires": {} }, "figures": { diff --git a/package.json b/package.json index d1a43fbf..cc2457f3 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "cli-progress": "3.12.0", "commander": "12.1.0", "dotenv": "16.4.7", - "fdir": "6.4.2", + "fdir": "6.4.3", "gray-matter": "4.0.3", "open-editor": "5.1.0", "polka": "0.5.2",