From 7c8b08456a117fe7b462cbb131a94834f73f225a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:54:13 +0000 Subject: [PATCH] Bump files-pipe from 2.1.1 to 2.1.2 Bumps [files-pipe](https://github.com/NikolaRHristov/FilesPipe) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/NikolaRHristov/FilesPipe/releases) - [Changelog](https://github.com/NikolaRHristov/FilesPipe/blob/main/CHANGELOG.md) - [Commits](https://github.com/NikolaRHristov/FilesPipe/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: files-pipe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cf0faf..5fbac88 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'" }, "dependencies": { - "files-pipe": "2.1.1" + "files-pipe": "2.1.2" }, "devDependencies": { "astro": "3.3.4",