From 38782ac18c087768ac60fad8777ad18f3353cff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:16:59 +0000 Subject: [PATCH] Bump files-pipe from 2.1.2 to 2.1.3 Bumps [files-pipe](https://github.com/NikolaRHristov/FilesPipe) from 2.1.2 to 2.1.3. - [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.2...v2.1.3) --- 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 0d41fa3..adfb133 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'" }, "dependencies": { - "files-pipe": "2.1.2" + "files-pipe": "2.1.3" }, "devDependencies": { "astro": "3.6.4",