From 236cedbc9f0b3cb60729ee402a8137f073ddf70a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 14:36:25 +0000 Subject: [PATCH] Bump sanctuary-scripts from 5.0.0 to 7.0.0 Bumps [sanctuary-scripts](https://github.com/sanctuary-js/sanctuary-scripts) from 5.0.0 to 7.0.0. - [Release notes](https://github.com/sanctuary-js/sanctuary-scripts/releases) - [Commits](https://github.com/sanctuary-js/sanctuary-scripts/compare/v5.0.0...v7.0.0) --- updated-dependencies: - dependency-name: sanctuary-scripts dependency-type: direct:development 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 8c8a704..9b4759a 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,6 @@ "oletus": "^4.0.0", "rollup": "^3.9.1", "sanctuary-maybe": "^2.1.0", - "sanctuary-scripts": "^5.0.0" + "sanctuary-scripts": "^7.0.0" } }