mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-12-22 18:46:10 +01:00
[TASK] Security: Update mjml to 4.3.1 and npm packages
This commit is contained in:
parent
77118af930
commit
a0afc473a4
4 changed files with 1702 additions and 622 deletions
File diff suppressed because one or more lines are too long
|
@ -5,7 +5,7 @@ $EM_CONF[$_EXTKEY] = [
|
||||||
'description' => 'Mjml view using mjml over npm',
|
'description' => 'Mjml view using mjml over npm',
|
||||||
'category' => 'misc',
|
'category' => 'misc',
|
||||||
'shy' => 0,
|
'shy' => 0,
|
||||||
'version' => '1.0.1',
|
'version' => '1.0.2',
|
||||||
'state' => 'stable',
|
'state' => 'stable',
|
||||||
'clearCacheOnLoad' => 1,
|
'clearCacheOnLoad' => 1,
|
||||||
'author' => '',
|
'author' => '',
|
||||||
|
|
2318
package-lock.json
generated
2318
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mjml-typo3",
|
"name": "mjml-typo3",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"mjml": "^4.0.5"
|
"mjml": "^4.3.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue