From 72b3f16ecef2ce6b2d051d4960ac14cee6d1c71d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Aug 2023 02:30:35 +0000 Subject: [PATCH] chore(deps): Bump scssphp/scssphp from 1.8.1 to 1.11.0 Bumps [scssphp/scssphp](https://github.com/scssphp/scssphp) from 1.8.1 to 1.11.0. - [Release notes](https://github.com/scssphp/scssphp/releases) - [Commits](https://github.com/scssphp/scssphp/compare/v1.8.1...v1.11.0) --- updated-dependencies: - dependency-name: scssphp/scssphp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 77ffdb44c..64464979e 100644 --- a/composer.lock +++ b/composer.lock @@ -4341,16 +4341,16 @@ }, { "name": "scssphp/scssphp", - "version": "v1.8.1", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/scssphp/scssphp.git", - "reference": "5e37759a63caf54392a4b709358a39ac7425a69f" + "reference": "33749d12c2569bb24071f94e9af828662dabb068" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/scssphp/scssphp/zipball/5e37759a63caf54392a4b709358a39ac7425a69f", - "reference": "5e37759a63caf54392a4b709358a39ac7425a69f", + "url": "https://api.github.com/repos/scssphp/scssphp/zipball/33749d12c2569bb24071f94e9af828662dabb068", + "reference": "33749d12c2569bb24071f94e9af828662dabb068", "shasum": "" }, "require": { @@ -4366,7 +4366,7 @@ "symfony/phpunit-bridge": "^5.1", "thoughtbot/bourbon": "^7.0", "twbs/bootstrap": "~5.0", - "twbs/bootstrap4": "4.6.0", + "twbs/bootstrap4": "4.6.1", "zurb/foundation": "~6.5" }, "suggest": { @@ -4377,6 +4377,12 @@ "bin/pscss" ], "type": "library", + "extra": { + "bamarni-bin": { + "forward-command": false, + "bin-links": false + } + }, "autoload": { "psr-4": { "ScssPhp\\ScssPhp\\": "src/" @@ -4409,9 +4415,9 @@ ], "support": { "issues": "https://github.com/scssphp/scssphp/issues", - "source": "https://github.com/scssphp/scssphp/tree/v1.8.1" + "source": "https://github.com/scssphp/scssphp/tree/v1.11.0" }, - "time": "2021-09-18T21:20:53+00:00" + "time": "2022-09-02T21:24:55+00:00" }, { "name": "spomky-labs/base64url",