Skip to content

Commit

Permalink
fix: update dependencies with vulnerabilities (symfony)
Browse files Browse the repository at this point in the history
  • Loading branch information
hippothomas committed Jan 13, 2025
1 parent 0f137c4 commit 2b51a0e
Show file tree
Hide file tree
Showing 3 changed files with 756 additions and 660 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 2b51a0e

Please sign in to comment.