From 2a95e1fd4147e2227faf6af07658f1cfc477d870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kone=C4=8Dn=C3=BD?= Date: Sun, 22 Dec 2024 19:05:31 +0100 Subject: [PATCH] updated dependencies --- composer.lock | 201 ++++++++++++++++++++++++-------------------------- 1 file changed, 97 insertions(+), 104 deletions(-) diff --git a/composer.lock b/composer.lock index 1cd3db4..c8ca370 100644 --- a/composer.lock +++ b/composer.lock @@ -6,86 +6,22 @@ ], "content-hash": "321595be936ebd2556e2bcf71c89e131", "packages": [ - { - "name": "cebe/markdown", - "version": "1.2.1", - "source": { - "type": "git", - "url": "https://github.com/cebe/markdown.git", - "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/cebe/markdown/zipball/9bac5e971dd391e2802dca5400bbeacbaea9eb86", - "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86", - "shasum": "" - }, - "require": { - "lib-pcre": "*", - "php": ">=5.4.0" - }, - "require-dev": { - "cebe/indent": "*", - "facebook/xhprof": "*@dev", - "phpunit/phpunit": "4.1.*" - }, - "bin": [ - "bin/markdown" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, - "autoload": { - "psr-4": { - "cebe\\markdown\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Carsten Brandt", - "email": "mail@cebe.cc", - "homepage": "http://cebe.cc/", - "role": "Creator" - } - ], - "description": "A super fast, highly extensible markdown parser for PHP", - "homepage": "https://github.com/cebe/markdown#readme", - "keywords": [ - "extensible", - "fast", - "gfm", - "markdown", - "markdown-extra" - ], - "support": { - "issues": "https://github.com/cebe/markdown/issues", - "source": "https://github.com/cebe/markdown" - }, - "time": "2018-03-26T11:24:36+00:00" - }, { "name": "nette/command-line", - "version": "v1.8.1", + "version": "v1.8.2", "source": { "type": "git", "url": "https://github.com/nette/command-line.git", - "reference": "3e61bcb78faa334b775176b0b977d7d56e75ba91" + "reference": "85a59fc757b4f47b8ee1967f4303722fb7374620" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/command-line/zipball/3e61bcb78faa334b775176b0b977d7d56e75ba91", - "reference": "3e61bcb78faa334b775176b0b977d7d56e75ba91", + "url": "https://api.github.com/repos/nette/command-line/zipball/85a59fc757b4f47b8ee1967f4303722fb7374620", + "reference": "85a59fc757b4f47b8ee1967f4303722fb7374620", "shasum": "" }, "require": { - "php": "8.0 - 8.3" + "php": "8.0 - 8.4" }, "require-dev": { "nette/tester": "^2.5", @@ -128,9 +64,9 @@ ], "support": { "issues": "https://github.com/nette/command-line/issues", - "source": "https://github.com/nette/command-line/tree/v1.8.1" + "source": "https://github.com/nette/command-line/tree/v1.8.2" }, - "time": "2024-03-07T22:32:55+00:00" + "time": "2024-12-15T19:40:45+00:00" }, { "name": "nette/finder", @@ -201,21 +137,21 @@ }, { "name": "nette/neon", - "version": "v3.4.3", + "version": "v3.4.4", "source": { "type": "git", "url": "https://github.com/nette/neon.git", - "reference": "c8481c104431c8d94cc88424a1e21f47f8c93280" + "reference": "3411aa86b104e2d5b7e760da4600865ead963c3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/neon/zipball/c8481c104431c8d94cc88424a1e21f47f8c93280", - "reference": "c8481c104431c8d94cc88424a1e21f47f8c93280", + "url": "https://api.github.com/repos/nette/neon/zipball/3411aa86b104e2d5b7e760da4600865ead963c3c", + "reference": "3411aa86b104e2d5b7e760da4600865ead963c3c", "shasum": "" }, "require": { "ext-json": "*", - "php": "8.0 - 8.3" + "php": "8.0 - 8.4" }, "require-dev": { "nette/tester": "^2.4", @@ -263,9 +199,9 @@ ], "support": { "issues": "https://github.com/nette/neon/issues", - "source": "https://github.com/nette/neon/tree/v3.4.3" + "source": "https://github.com/nette/neon/tree/v3.4.4" }, - "time": "2024-06-26T14:53:59+00:00" + "time": "2024-10-04T22:00:08+00:00" }, { "name": "nette/utils", @@ -359,23 +295,23 @@ "source": { "type": "git", "url": "https://gitlab.com/nexendrie/site-generator.git", - "reference": "c5a4e7330aaf8247003c04aff90914baa4519c11" + "reference": "9df9d2fd768fadd2a17b78a5bbc51dc1fcbe2355" }, "dist": { "type": "zip", - "url": "https://gitlab.com/api/v4/projects/nexendrie%2Fsite-generator/repository/archive.zip?sha=c5a4e7330aaf8247003c04aff90914baa4519c11", - "reference": "c5a4e7330aaf8247003c04aff90914baa4519c11", + "url": "https://gitlab.com/api/v4/projects/nexendrie%2Fsite-generator/repository/archive.zip?sha=9df9d2fd768fadd2a17b78a5bbc51dc1fcbe2355", + "reference": "9df9d2fd768fadd2a17b78a5bbc51dc1fcbe2355", "shasum": "" }, "require": { - "cebe/markdown": "^1.2", "ext-dom": "*", - "nette/command-line": "^1.5", - "nette/finder": "^2.5.2 || ^3.0", - "nette/neon": "^3.2.2", - "nette/utils": "^3.2.7", - "php": ">=7.4.0", - "symfony/options-resolver": "^5.1 || ^6.0" + "nette/command-line": "^1.7", + "nette/finder": "^2.6", + "nette/neon": "^3.4.1", + "nette/utils": "^3.2.10", + "php": ">=8.1.0", + "symfony/options-resolver": "^6.0 || ^7.0", + "xenocrat/chyrp-markdown": "^4.0" }, "require-dev": { "nexendrie/code-quality": "dev-master" @@ -421,20 +357,20 @@ "issues": "https://gitlab.com/nexendrie/site-generator/issues", "source": "https://gitlab.com/nexendrie/site-generator/" }, - "time": "2022-07-10T21:25:12+00:00" + "time": "2024-12-18T15:49:41+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v3.5.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", "shasum": "" }, "require": { @@ -472,7 +408,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1" }, "funding": [ { @@ -488,20 +424,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/options-resolver", - "version": "v6.4.8", + "version": "v6.4.16", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "22ab9e9101ab18de37839074f8a1197f55590c1b" + "reference": "368128ad168f20e22c32159b9f761e456cec0c78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/22ab9e9101ab18de37839074f8a1197f55590c1b", - "reference": "22ab9e9101ab18de37839074f8a1197f55590c1b", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/368128ad168f20e22c32159b9f761e456cec0c78", + "reference": "368128ad168f20e22c32159b9f761e456cec0c78", "shasum": "" }, "require": { @@ -539,7 +475,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v6.4.8" + "source": "https://github.com/symfony/options-resolver/tree/v6.4.16" }, "funding": [ { @@ -555,7 +491,64 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-11-20T10:57:02+00:00" + }, + { + "name": "xenocrat/chyrp-markdown", + "version": "v4.0", + "source": { + "type": "git", + "url": "https://github.com/xenocrat/chyrp-markdown.git", + "reference": "4a7d14975e4a03a45ec8d15b48ded518d73ea222" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/xenocrat/chyrp-markdown/zipball/4a7d14975e4a03a45ec8d15b48ded518d73ea222", + "reference": "4a7d14975e4a03a45ec8d15b48ded518d73ea222", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "ext-pcre": "*", + "ext-reflection": "*", + "ext-spl": "*", + "lib-pcre": "*", + "php": ">=8.0.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "xenocrat\\markdown\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Carsten Brandt", + "role": "Creator" + }, + { + "name": "Daniel Pimley", + "role": "Developer" + } + ], + "description": "A fast and extensible Markdown parser, written in PHP.", + "homepage": "https://github.com/xenocrat/chyrp-markdown", + "keywords": [ + "CFM", + "commonmark", + "gfm", + "markdown", + "parser" + ], + "support": { + "issues": "https://github.com/xenocrat/chyrp-markdown/issues", + "source": "https://github.com/xenocrat/chyrp-markdown/tree/v4.0" + }, + "time": "2024-11-16T08:31:44+00:00" } ], "packages-dev": [], @@ -566,7 +559,7 @@ }, "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [], - "plugin-api-version": "2.3.0" + "platform": {}, + "platform-dev": {}, + "plugin-api-version": "2.6.0" }