From 7d8e2ff90d7664289a1e8c7130ff780bbaa290c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 13:59:21 +0000 Subject: [PATCH] Bump vinyl from 2.2.1 to 3.0.0 Bumps [vinyl](https://github.com/gulpjs/vinyl) from 2.2.1 to 3.0.0. - [Release notes](https://github.com/gulpjs/vinyl/releases) - [Changelog](https://github.com/gulpjs/vinyl/blob/master/CHANGELOG.md) - [Commits](https://github.com/gulpjs/vinyl/compare/v2.2.1...v3.0.0) --- updated-dependencies: - dependency-name: vinyl dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9967cb3..dc0b761 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "handlebars": "^4.7.7", "js-yaml": "^4.1.0", - "vinyl": "^2.2.1" + "vinyl": "^3.0.0" }, "peerDependencies": { "@antora/cli": "3.1.3"