build(deps): bump spatie/sheets from 1.10.0 to 1.11.0

Bumps [spatie/sheets](https://github.com/spatie/sheets) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/spatie/sheets/releases)
- [Changelog](https://github.com/spatie/sheets/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/sheets/compare/1.10.0...1.11.0)

---
updated-dependencies:
- dependency-name: spatie/sheets
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-25 03:37:31 +00:00
committed by GitHub
parent c6ebf53c58
commit 926502c902

46
composer.lock generated
View File

@@ -1887,16 +1887,16 @@
},
{
"name": "laravel/framework",
"version": "v10.37.3",
"version": "v10.38.2",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "996375dd61f8c6e4ac262b57ed485655d71fcbdc"
"reference": "43da808391da3540d44a8dfeb4e46da4ad8f5723"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/996375dd61f8c6e4ac262b57ed485655d71fcbdc",
"reference": "996375dd61f8c6e4ac262b57ed485655d71fcbdc",
"url": "https://api.github.com/repos/laravel/framework/zipball/43da808391da3540d44a8dfeb4e46da4ad8f5723",
"reference": "43da808391da3540d44a8dfeb4e46da4ad8f5723",
"shasum": ""
},
"require": {
@@ -1942,6 +1942,8 @@
"voku/portable-ascii": "^2.0"
},
"conflict": {
"carbonphp/carbon-doctrine-types": ">=3.0",
"doctrine/dbal": ">=4.0",
"tightenco/collect": "<5.5.33"
},
"provide": {
@@ -2053,6 +2055,7 @@
"files": [
"src/Illuminate/Collections/helpers.php",
"src/Illuminate/Events/functions.php",
"src/Illuminate/Filesystem/functions.php",
"src/Illuminate/Foundation/helpers.php",
"src/Illuminate/Support/helpers.php"
],
@@ -2085,7 +2088,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2023-12-13T20:10:58+00:00"
"time": "2023-12-22T14:39:10+00:00"
},
{
"name": "laravel/prompts",
@@ -4663,16 +4666,16 @@
},
{
"name": "spatie/sheets",
"version": "1.10.0",
"version": "1.11.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/sheets.git",
"reference": "d89aadc44cd2717ed07a2971ef72ba16054445ff"
"reference": "a7ff7af3d0a8e578a6d1aab9c4386ff012a96072"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/sheets/zipball/d89aadc44cd2717ed07a2971ef72ba16054445ff",
"reference": "d89aadc44cd2717ed07a2971ef72ba16054445ff",
"url": "https://api.github.com/repos/spatie/sheets/zipball/a7ff7af3d0a8e578a6d1aab9c4386ff012a96072",
"reference": "a7ff7af3d0a8e578a6d1aab9c4386ff012a96072",
"shasum": ""
},
"require": {
@@ -4683,7 +4686,7 @@
"league/commonmark": "^1.0|^2.0",
"php": "^8.0",
"spatie/yaml-front-matter": "^2.0",
"symfony/yaml": "^4.0|^5.0|^6.0"
"symfony/yaml": "^4.0|^5.0|^6.0|^7.0"
},
"require-dev": {
"league/flysystem": "^1.0.8|^3.0",
@@ -4730,7 +4733,7 @@
],
"support": {
"issues": "https://github.com/spatie/sheets/issues",
"source": "https://github.com/spatie/sheets/tree/1.10.0"
"source": "https://github.com/spatie/sheets/tree/1.11.0"
},
"funding": [
{
@@ -4738,7 +4741,7 @@
"type": "custom"
}
],
"time": "2023-02-16T07:29:52+00:00"
"time": "2023-12-18T07:55:33+00:00"
},
{
"name": "spatie/temporary-directory",
@@ -7423,28 +7426,27 @@
},
{
"name": "symfony/yaml",
"version": "v6.4.0",
"version": "v7.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "4f9237a1bb42455d609e6687d2613dde5b41a587"
"reference": "0055b230c408428b9b5cde7c55659555be5c0278"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/4f9237a1bb42455d609e6687d2613dde5b41a587",
"reference": "4f9237a1bb42455d609e6687d2613dde5b41a587",
"url": "https://api.github.com/repos/symfony/yaml/zipball/0055b230c408428b9b5cde7c55659555be5c0278",
"reference": "0055b230c408428b9b5cde7c55659555be5c0278",
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3",
"php": ">=8.2",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"symfony/console": "<5.4"
"symfony/console": "<6.4"
},
"require-dev": {
"symfony/console": "^5.4|^6.0|^7.0"
"symfony/console": "^6.4|^7.0"
},
"bin": [
"Resources/bin/yaml-lint"
@@ -7475,7 +7477,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/yaml/tree/v6.4.0"
"source": "https://github.com/symfony/yaml/tree/v7.0.0"
},
"funding": [
{
@@ -7491,7 +7493,7 @@
"type": "tidelift"
}
],
"time": "2023-11-06T11:00:25+00:00"
"time": "2023-11-07T10:26:03+00:00"
},
{
"name": "tijsverkoyen/css-to-inline-styles",