Skip to content

Commit

Permalink
fix: update dependencies with vulnerabilities (symfony & twig) (#7)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
hippothomas and dependabot[bot] authored Jan 13, 2025
1 parent 0ae1bc6 commit c018217
Show file tree
Hide file tree
Showing 5 changed files with 801 additions and 692 deletions.
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
"mongodb/mongodb": "^1.17",
"sentry/sentry-symfony": "^4.13",
"symfony/apache-pack": "^1.0",
"symfony/console": "7.0.*",
"symfony/dotenv": "7.0.*",
"symfony/expression-language": "7.0.*",
"symfony/console": "7.1.*",
"symfony/dotenv": "7.1.*",
"symfony/expression-language": "7.1.*",
"symfony/flex": "^2",
"symfony/form": "7.0.*",
"symfony/framework-bundle": "7.0.*",
"symfony/runtime": "7.0.*",
"symfony/security-bundle": "7.0.*",
"symfony/twig-bundle": "7.0.*",
"symfony/uid": "7.0.*",
"symfony/validator": "7.0.*",
"symfony/yaml": "7.0.*"
"symfony/form": "7.1.*",
"symfony/framework-bundle": "7.1.*",
"symfony/runtime": "7.1.*",
"symfony/security-bundle": "7.1.*",
"symfony/twig-bundle": "7.1.*",
"symfony/uid": "7.1.*",
"symfony/validator": "7.1.*",
"symfony/yaml": "7.1.*"
},
"require-dev": {
"symfony/maker-bundle": "^1.52",
"symfony/stopwatch": "7.0.*",
"symfony/web-profiler-bundle": "7.0.*"
"symfony/stopwatch": "7.1.*",
"symfony/web-profiler-bundle": "7.1.*"
},
"config": {
"allow-plugins": {
Expand Down Expand Up @@ -77,7 +77,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "7.0.*"
"require": "7.1.*"
}
}
}
Loading

0 comments on commit c018217

Please sign in to comment.