[TASK] Security: Update mjml to 4.3.1 and npm packages

This commit is contained in:
Daniel Huf 2019-06-07 06:49:34 +02:00 committed by GitHub
parent 77118af930
commit a0afc473a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1702 additions and 622 deletions

File diff suppressed because one or more lines are too long

View file

@ -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

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"name": "mjml-typo3", "name": "mjml-typo3",
"dependencies": { "dependencies": {
"mjml": "^4.0.5" "mjml": "^4.3.1"
} }
} }