From 7dec912eea4556a052dae6d4bf6c0354b1b010e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 01:58:51 +0000 Subject: [PATCH] Bump @metalsmith/js-bundle from 0.2.0 to 0.3.0 Bumps [@metalsmith/js-bundle](https://github.com/metalsmith/js-bundle) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/metalsmith/js-bundle/releases) - [Changelog](https://github.com/metalsmith/js-bundle/blob/main/CHANGELOG.md) - [Commits](https://github.com/metalsmith/js-bundle/compare/0.2.0...0.3.0) --- updated-dependencies: - dependency-name: "@metalsmith/js-bundle" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb2e77c..a31ef90 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "devDependencies": { "@metalsmith/default-values": "^3.2.0", "@metalsmith/in-place": "^4.5.0", - "@metalsmith/js-bundle": "^0.2.0", + "@metalsmith/js-bundle": "^0.3.0", "@metalsmith/layouts": "^2.5.1", "@metalsmith/postcss": "^5.0.0", "@metalsmith/remove": "^1.1.2",