Browse Source

Upgrade messageformat

Danilo Bargen 5 years ago
parent
commit
dc14d3a2ff
2 changed files with 12 additions and 12 deletions
  1. 11 11
      package-lock.json
  2. 1 1
      package.json

+ 11 - 11
package-lock.json

@@ -6840,24 +6840,24 @@
       "dev": true
     },
     "messageformat": {
-      "version": "2.2.1",
-      "resolved": "https://registry.npmjs.org/messageformat/-/messageformat-2.2.1.tgz",
-      "integrity": "sha512-yMeuqLBgmn2IFqy51xKMeuQQYK/SLVX4mqT51VaaVp2bCOEaYs2/4qN5mSnVTvkMdDNvt7YwGw4wpGR0WjeT6A==",
+      "version": "2.3.0",
+      "resolved": "https://registry.npmjs.org/messageformat/-/messageformat-2.3.0.tgz",
+      "integrity": "sha512-uTzvsv0lTeQxYI2y1NPa1lItL5VRI8Gb93Y2K2ue5gBPyrbJxfDi/EYWxh2PKv5yO42AJeeqblS9MJSh/IEk4w==",
       "requires": {
         "make-plural": "^4.3.0",
-        "messageformat-formatters": "^2.0.0",
-        "messageformat-parser": "^4.1.1"
+        "messageformat-formatters": "^2.0.1",
+        "messageformat-parser": "^4.1.2"
       }
     },
     "messageformat-formatters": {
-      "version": "2.0.0",
-      "resolved": "https://registry.npmjs.org/messageformat-formatters/-/messageformat-formatters-2.0.0.tgz",
-      "integrity": "sha512-0AhoocUMk5CFKvqTubLfR6xKcoYAnbVFEMzXe2oNetLG0zlEHLg+gq4NQ3bBMy6T2qaOJRLjF2ZBT4Wzeof02A=="
+      "version": "2.0.1",
+      "resolved": "https://registry.npmjs.org/messageformat-formatters/-/messageformat-formatters-2.0.1.tgz",
+      "integrity": "sha512-E/lQRXhtHwGuiQjI7qxkLp8AHbMD5r2217XNe/SREbBlSawe0lOqsFb7rflZJmlQFSULNLIqlcjjsCPlB3m3Mg=="
     },
     "messageformat-parser": {
-      "version": "4.1.1",
-      "resolved": "https://registry.npmjs.org/messageformat-parser/-/messageformat-parser-4.1.1.tgz",
-      "integrity": "sha512-g5JfN4P58rrx0YVYo4S/tT23cYYm3NNeJLm2F2hhcFq1O1xieVGTssHa1QWMYeHCulTJ/1V7EMkOtItJa9LFUg=="
+      "version": "4.1.2",
+      "resolved": "https://registry.npmjs.org/messageformat-parser/-/messageformat-parser-4.1.2.tgz",
+      "integrity": "sha512-7dWuifeyldz7vhEuL96Kwq1fhZXBW+TUfbnHN4UCrCxoXQTYjHnR78eI66Gk9LaLLsAvzPNVJBaa66DRfFNaiA=="
     },
     "methods": {
       "version": "1.1.2",

+ 1 - 1
package.json

@@ -68,7 +68,7 @@
     "croppie": "^2.6.4",
     "emojibase-regex": "^3.2.0",
     "file-saver": "^2.0.2",
-    "messageformat": "^2.2.1",
+    "messageformat": "^2.3.0",
     "msgpack-lite": "~0.1.26",
     "node-sass": "^4.13.1",
     "sdp": "~2.12.0",