BUGFIX: updated dependencies

This commit is contained in:
Jeroen De Meerleer 2021-07-16 14:45:20 +02:00
parent f075e8db43
commit 7e2fdbfd18
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
4 changed files with 1228 additions and 1260 deletions

View File

@ -8,16 +8,16 @@
} }
], ],
"require": { "require": {
"doctrine/dbal": "^3.0", "doctrine/dbal": "^3.1",
"guzzlehttp/guzzle": "^7.0", "guzzlehttp/guzzle": "^7.3",
"mehrkanal/twig-encore-extension": "^1.2", "mehrkanal/twig-encore-extension": "^1.3",
"phpseclib/phpseclib": "^3.0", "phpseclib/phpseclib": "^3.0",
"symfony/config": "^5.2", "symfony/config": "^5.3",
"symfony/console": "^5.2", "symfony/console": "^5.3",
"symfony/dotenv": "^5.2", "symfony/dotenv": "^5.3",
"symfony/http-foundation": "^5.2", "symfony/http-foundation": "^5.3",
"symfony/routing": "^5.2", "symfony/routing": "^5.3",
"symfony/yaml": "^5.2", "symfony/yaml": "^5.3",
"twig/intl-extra": "^3.3", "twig/intl-extra": "^3.3",
"twig/twig": "^3.3" "twig/twig": "^3.3"
}, },

551
composer.lock generated

File diff suppressed because it is too large Load Diff

1915
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,8 +15,8 @@
"tempusdominus-bootstrap-4": "^5.39.0" "tempusdominus-bootstrap-4": "^5.39.0"
}, },
"devDependencies": { "devDependencies": {
"@symfony/webpack-encore": "^1.3.0", "@symfony/webpack-encore": "^1.5.0",
"sass": "^1.34.0", "sass": "^1.35.2",
"sass-loader": "^11.1.1" "sass-loader": "^11.1.1"
}, },
"scripts": { "scripts": {