Updated dependencies

This commit is contained in:
Jeroen De Meerleer 2024-12-13 12:22:55 +01:00
parent d766f54603
commit ea66a88d77
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
4 changed files with 871 additions and 3208 deletions

View File

@ -9,14 +9,14 @@
"ext-iconv": "*",
"erusev/parsedown": "^1.7",
"nelmio/security-bundle": "^3.4",
"symfony/console": "^7.1",
"symfony/dotenv": "^7.1",
"symfony/console": "^7.2",
"symfony/dotenv": "^7.2",
"symfony/flex": "^2.4",
"symfony/framework-bundle": "^7.1",
"symfony/runtime": "^7.1",
"symfony/twig-bundle": "^7.1",
"symfony/framework-bundle": "^7.2",
"symfony/runtime": "^7.2",
"symfony/twig-bundle": "^7.2",
"symfony/webpack-encore-bundle": "^2.1",
"symfony/yaml": "^7.1"
"symfony/yaml": "^7.2"
},
"config": {
"allow-plugins": {
@ -66,11 +66,11 @@
"extra": {
"symfony": {
"allow-contrib": true,
"require": "^7.1"
"require": "^7.2"
}
},
"require-dev": {
"symfony/stopwatch": "^7.1",
"symfony/web-profiler-bundle": "^7.1"
"symfony/stopwatch": "^7.2",
"symfony/web-profiler-bundle": "^7.2"
}
}

529
composer.lock generated

File diff suppressed because it is too large Load Diff

3518
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,15 +11,15 @@
"js-cookie": "^3.0"
},
"devDependencies": {
"@babel/core": "^7.25",
"@babel/preset-env": "^7.25",
"@babel/core": "^7.26",
"@babel/preset-env": "^7.26",
"@babel/plugin-proposal-class-properties": "^7.18",
"@symfony/webpack-encore": "^4.7",
"core-js": "^3.38",
"@symfony/webpack-encore": "^5.0",
"core-js": "^3.39",
"regenerator-runtime": "^0.14",
"sass": "^1.78",
"sass-loader": "^14.2",
"webpack": "^5.94",
"sass": "^1.83",
"sass-loader": "^16.0",
"webpack": "^5.97",
"webpack-cli": "^5.1",
"webpack-notifier": "^1.15"
},