From f34bae1b6fe6e65214e320d30cc32ced241a3f24 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sun, 6 Mar 2022 02:04:05 +0000 Subject: [PATCH] Update dependency i18n to v0.14.2 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34db0a8..95dcfbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "express-validator": "6.14.0", "express-winston": "4.2.0", "http-errors": "2.0.0", - "i18n": "0.14.1", + "i18n": "0.14.2", "morgan": "1.10.0", "passport": "0.5.2", "passport-local": "1.0.0", @@ -1282,9 +1282,9 @@ } }, "node_modules/i18n": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/i18n/-/i18n-0.14.1.tgz", - "integrity": "sha512-Mu7JS17Fv52jwBJ6q7ssIBlYi+ARkeBTehTV/brlVH0x5u6YzsK8l9fANE8CqUjVBoSEdVa+2vYPB0RF/QF58g==", + "version": "0.14.2", + "resolved": "https://registry.npmjs.org/i18n/-/i18n-0.14.2.tgz", + "integrity": "sha512-f/6Ns2skl6KrpumZsE0A4TaxiEoJRi3Ovko0O+NuD92Ot2sLICpw6Iy+04ph/4tfF7koAWVYElBJ4oftpyhhxw==", "dependencies": { "@messageformat/core": "^3.0.0", "debug": "^4.3.3", @@ -4153,9 +4153,9 @@ } }, "i18n": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/i18n/-/i18n-0.14.1.tgz", - "integrity": "sha512-Mu7JS17Fv52jwBJ6q7ssIBlYi+ARkeBTehTV/brlVH0x5u6YzsK8l9fANE8CqUjVBoSEdVa+2vYPB0RF/QF58g==", + "version": "0.14.2", + "resolved": "https://registry.npmjs.org/i18n/-/i18n-0.14.2.tgz", + "integrity": "sha512-f/6Ns2skl6KrpumZsE0A4TaxiEoJRi3Ovko0O+NuD92Ot2sLICpw6Iy+04ph/4tfF7koAWVYElBJ4oftpyhhxw==", "requires": { "@messageformat/core": "^3.0.0", "debug": "^4.3.3", diff --git a/package.json b/package.json index 12b2e6f..a989148 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "express-validator": "6.14.0", "express-winston": "4.2.0", "http-errors": "2.0.0", - "i18n": "0.14.1", + "i18n": "0.14.2", "morgan": "1.10.0", "passport": "0.5.2", "passport-local": "1.0.0",