diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-15 11:02:34 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-15 11:02:34 +0000 |
| commit | 152ef0e0f92afde613b65842aaffbd0da95d5bbd (patch) | |
| tree | 54715ab7f6b4eb70d3555115573c6ed4f28680a9 | |
| parent | 3639735d50ffe73ae6508cb9b33a394668cb1875 (diff) | |
update scssphp/scssphp to 1.12.1, fixes #4163
Closes #4163
Merge request studip/studip!3003
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | composer.lock | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/composer.json b/composer.json index 70b30d8..18ffadb 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "spomky-labs/otphp": "^10", "tuupola/cors-middleware": "^1.2.1", "tecnickcom/tcpdf": "^6.3", - "scssphp/scssphp": "^1.4", + "scssphp/scssphp": "1.12.1", "symfony/yaml": "^5.0", "ezyang/htmlpurifier": "^4.13", "davefx/phplot": "^6.2", diff --git a/composer.lock b/composer.lock index 02eed92..d47ed8c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a63ea48b02fb5f560eaa7f4544fc340c", + "content-hash": "fcafb6aa7ae481f3523dda004973c010", "packages": [ { "name": "algo26-matthias/idna-convert", @@ -3485,16 +3485,16 @@ }, { "name": "scssphp/scssphp", - "version": "v1.11.0", + "version": "v1.12.1", "source": { "type": "git", "url": "https://github.com/scssphp/scssphp.git", - "reference": "33749d12c2569bb24071f94e9af828662dabb068" + "reference": "394ed1e960138710a60d035c1a85d43d0bf0faeb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/scssphp/scssphp/zipball/33749d12c2569bb24071f94e9af828662dabb068", - "reference": "33749d12c2569bb24071f94e9af828662dabb068", + "url": "https://api.github.com/repos/scssphp/scssphp/zipball/394ed1e960138710a60d035c1a85d43d0bf0faeb", + "reference": "394ed1e960138710a60d035c1a85d43d0bf0faeb", "shasum": "" }, "require": { @@ -3511,7 +3511,7 @@ "thoughtbot/bourbon": "^7.0", "twbs/bootstrap": "~5.0", "twbs/bootstrap4": "4.6.1", - "zurb/foundation": "~6.5" + "zurb/foundation": "~6.7.0" }, "suggest": { "ext-iconv": "Can be used as fallback when ext-mbstring is not available", @@ -3559,9 +3559,9 @@ ], "support": { "issues": "https://github.com/scssphp/scssphp/issues", - "source": "https://github.com/scssphp/scssphp/tree/v1.11.0" + "source": "https://github.com/scssphp/scssphp/tree/v1.12.1" }, - "time": "2022-09-02T21:24:55+00:00" + "time": "2024-01-13T12:36:40+00:00" }, { "name": "slim/psr7", |
