Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • jonasled/webresetter-frontend
1 result
Show changes
Commits on Source (6)
...@@ -5822,23 +5822,23 @@ ...@@ -5822,23 +5822,23 @@
}, },
{ {
"name": "twig/extra-bundle", "name": "twig/extra-bundle",
"version": "v3.13.0", "version": "v3.17.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/twig-extra-bundle.git", "url": "https://github.com/twigphp/twig-extra-bundle.git",
"reference": "21a9a7aa9f79d4493bb6fed4eb2794339f9551f5" "reference": "9746573ca4bc1cd03a767a183faadaf84e0c31fa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/21a9a7aa9f79d4493bb6fed4eb2794339f9551f5", "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/9746573ca4bc1cd03a767a183faadaf84e0c31fa",
"reference": "21a9a7aa9f79d4493bb6fed4eb2794339f9551f5", "reference": "9746573ca4bc1cd03a767a183faadaf84e0c31fa",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.0.2", "php": ">=8.0.2",
"symfony/framework-bundle": "^5.4|^6.4|^7.0", "symfony/framework-bundle": "^5.4|^6.4|^7.0",
"symfony/twig-bundle": "^5.4|^6.4|^7.0", "symfony/twig-bundle": "^5.4|^6.4|^7.0",
"twig/twig": "^3.0|^4.0" "twig/twig": "^3.2|^4.0"
}, },
"require-dev": { "require-dev": {
"league/commonmark": "^1.0|^2.0", "league/commonmark": "^1.0|^2.0",
...@@ -5880,7 +5880,7 @@ ...@@ -5880,7 +5880,7 @@
"twig" "twig"
], ],
"support": { "support": {
"source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.13.0" "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.17.0"
}, },
"funding": [ "funding": [
{ {
...@@ -5892,7 +5892,7 @@ ...@@ -5892,7 +5892,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-09-01T20:39:12+00:00" "time": "2024-09-26T19:22:23+00:00"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
...@@ -6210,16 +6210,16 @@ ...@@ -6210,16 +6210,16 @@
}, },
{ {
"name": "squizlabs/php_codesniffer", "name": "squizlabs/php_codesniffer",
"version": "3.11.1", "version": "3.11.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
"reference": "19473c30efe4f7b3cd42522d0b2e6e7f243c6f87" "reference": "1368f4a58c3c52114b86b1abe8f4098869cb0079"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/19473c30efe4f7b3cd42522d0b2e6e7f243c6f87", "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/1368f4a58c3c52114b86b1abe8f4098869cb0079",
"reference": "19473c30efe4f7b3cd42522d0b2e6e7f243c6f87", "reference": "1368f4a58c3c52114b86b1abe8f4098869cb0079",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6286,7 +6286,7 @@ ...@@ -6286,7 +6286,7 @@
"type": "open_collective" "type": "open_collective"
} }
], ],
"time": "2024-11-16T12:02:36+00:00" "time": "2024-12-11T16:04:26+00:00"
}, },
{ {
"name": "symfony/maker-bundle", "name": "symfony/maker-bundle",
......
...@@ -2827,9 +2827,7 @@ sass-loader@^16.0.0: ...@@ -2827,9 +2827,7 @@ sass-loader@^16.0.0:
neo-async "^2.6.2" neo-async "^2.6.2"
sass@^1.56.1: sass@^1.56.1:
version "1.82.0" version "1.83.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.82.0.tgz#30da277af3d0fa6042e9ceabd0d984ed6d07df70"
integrity sha512-j4GMCTa8elGyN9A7x7bEglx0VgSpNUG4W4wNedQ33wSMdnkqQCT8HTwOaVSV4e6yQovcu/3Oc4coJP/l0xhL2Q==
dependencies: dependencies:
chokidar "^4.0.0" chokidar "^4.0.0"
immutable "^5.0.2" immutable "^5.0.2"
......