Skip to content

Commit c018217

Browse files
fix: update dependencies with vulnerabilities (symfony & twig) (#7)
* build(deps): bump twig/twig from 3.8.0 to 3.18.0 Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.8.0 to 3.18.0. - [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG) - [Commits](twigphp/Twig@v3.8.0...v3.18.0) --- updated-dependencies: - dependency-name: twig/twig dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * fix: update dependencies with vulnerabilities (symfony) * fix: ignore not found exceptions --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ae1bc6 commit c018217

File tree

5 files changed

+801
-692
lines changed

5 files changed

+801
-692
lines changed

composer.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@
1313
"mongodb/mongodb": "^1.17",
1414
"sentry/sentry-symfony": "^4.13",
1515
"symfony/apache-pack": "^1.0",
16-
"symfony/console": "7.0.*",
17-
"symfony/dotenv": "7.0.*",
18-
"symfony/expression-language": "7.0.*",
16+
"symfony/console": "7.1.*",
17+
"symfony/dotenv": "7.1.*",
18+
"symfony/expression-language": "7.1.*",
1919
"symfony/flex": "^2",
20-
"symfony/form": "7.0.*",
21-
"symfony/framework-bundle": "7.0.*",
22-
"symfony/runtime": "7.0.*",
23-
"symfony/security-bundle": "7.0.*",
24-
"symfony/twig-bundle": "7.0.*",
25-
"symfony/uid": "7.0.*",
26-
"symfony/validator": "7.0.*",
27-
"symfony/yaml": "7.0.*"
20+
"symfony/form": "7.1.*",
21+
"symfony/framework-bundle": "7.1.*",
22+
"symfony/runtime": "7.1.*",
23+
"symfony/security-bundle": "7.1.*",
24+
"symfony/twig-bundle": "7.1.*",
25+
"symfony/uid": "7.1.*",
26+
"symfony/validator": "7.1.*",
27+
"symfony/yaml": "7.1.*"
2828
},
2929
"require-dev": {
3030
"symfony/maker-bundle": "^1.52",
31-
"symfony/stopwatch": "7.0.*",
32-
"symfony/web-profiler-bundle": "7.0.*"
31+
"symfony/stopwatch": "7.1.*",
32+
"symfony/web-profiler-bundle": "7.1.*"
3333
},
3434
"config": {
3535
"allow-plugins": {
@@ -77,7 +77,7 @@
7777
"extra": {
7878
"symfony": {
7979
"allow-contrib": false,
80-
"require": "7.0.*"
80+
"require": "7.1.*"
8181
}
8282
}
8383
}

0 commit comments

Comments
 (0)