From 1e0e41bd5c12fe5b7cd27bf99188577242109515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 04:17:56 +0000 Subject: [PATCH] Bump fdir from 6.4.3 to 6.4.5 Bumps [fdir](https://github.com/thecodrr/fdir) from 6.4.3 to 6.4.5. - [Release notes](https://github.com/thecodrr/fdir/releases) - [Commits](https://github.com/thecodrr/fdir/compare/v6.4.3...v6.4.5) --- updated-dependencies: - dependency-name: fdir dependency-version: 6.4.5 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 8caf7ac3..00231ec8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "cli-progress": "3.12.0", "commander": "13.1.0", "dotenv": "16.4.7", - "fdir": "6.4.3", + "fdir": "6.4.5", "gray-matter": "4.0.3", "open-editor": "5.1.0", "polka": "0.5.2", @@ -4436,9 +4436,9 @@ } }, "node_modules/fdir": { - "version": "6.4.3", - "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.3.tgz", - "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==", + "version": "6.4.5", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz", + "integrity": "sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==", "license": "MIT", "peerDependencies": { "picomatch": "^3 || ^4" @@ -13468,9 +13468,9 @@ } }, "fdir": { - "version": "6.4.3", - "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.3.tgz", - "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==", + "version": "6.4.5", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz", + "integrity": "sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==", "requires": {} }, "figures": { diff --git a/package.json b/package.json index 4df2ebc0..9523ee8b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "cli-progress": "3.12.0", "commander": "13.1.0", "dotenv": "16.4.7", - "fdir": "6.4.3", + "fdir": "6.4.5", "gray-matter": "4.0.3", "open-editor": "5.1.0", "polka": "0.5.2",