From 05723eccb1802de6e8c26d4fc1c0150680ebf06c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 19:14:01 +0000 Subject: [PATCH] chore(deps-dev): Update shipjs requirement in the npm-development group Updates the requirements on [shipjs](https://github.com/algolia/shipjs) to permit the latest version. Updates `shipjs` to 0.26.4 - [Release notes](https://github.com/algolia/shipjs/releases) - [Changelog](https://github.com/algolia/shipjs/blob/main/CHANGELOG.md) - [Commits](https://github.com/algolia/shipjs/compare/v0.26.3...v0.26.4) --- updated-dependencies: - dependency-name: shipjs dependency-type: direct:development dependency-group: npm-development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e02394b6..e238829a 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "postcss-html": "^1.6.0", "prettier": "^3.2.5", "sass": "^1.76.0", - "shipjs": "^0.26.3", + "shipjs": "^0.26.4", "stylelint": "^16.5.0", "stylelint-config-recommended-vue": "^1.5.0", "stylelint-prettier": "^5.0.0",