From 9e3c6ef7ea16ddfea427e0f3c99d48c3ac9f202e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 19:20:47 +0000 Subject: [PATCH] Bump i18n-js from 3.9.2 to 4.2.0 Bumps [i18n-js](https://github.com/fnando/i18n) from 3.9.2 to 4.2.0. - [Release notes](https://github.com/fnando/i18n/releases) - [Changelog](https://github.com/fnando/i18n/blob/main/CHANGELOG.md) - [Commits](https://github.com/fnando/i18n/commits/v4.2.0) --- updated-dependencies: - dependency-name: i18n-js dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 ++++++++++++++++---------- package.json | 2 +- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5d1f25db3..67b44acf00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "http-status-codes": "^2.2.0", "https": "^1.0.0", "i18n-iso-countries": "^7.5.0", - "i18n-js": "^3.9.2", + "i18n-js": "^4.2.0", "intl": "^1.2.5", "jimp": "^0.16.2", "JSONStream": "^1.3.5", @@ -6682,7 +6682,6 @@ "version": "9.1.0", "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.0.tgz", "integrity": "sha512-4LwHK4nfDOraBCtst+wOWIHbu1vhvAPJK8g8nROd4iuc3PSEjWif/qwbkh8jwCJz6yDBvtU4KPynETgrfh7y3A==", - "optional": true, "engines": { "node": "*" } @@ -12570,9 +12569,13 @@ } }, "node_modules/i18n-js": { - "version": "3.9.2", - "resolved": "https://registry.npmjs.org/i18n-js/-/i18n-js-3.9.2.tgz", - "integrity": "sha512-+Gm8h5HL0emzKhRx2avMKX+nKiVPXeaOZm7Euf2/pbbFcLQoJ3zZYiUykAzoRasijCoWos2Kl1tslmScTgAQKw==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/i18n-js/-/i18n-js-4.2.0.tgz", + "integrity": "sha512-3LIJO23hXITmUtvduSeBgRdclD9XwTtAv/Vqp1dtZZYF9SvxvjYDXUpzTM2Ptb64BdgPQXhPFECnIVHcMiwWaw==", + "dependencies": { + "bignumber.js": "*", + "lodash": "*" + } }, "node_modules/iconv-lite": { "version": "0.4.24", @@ -30035,8 +30038,7 @@ "bignumber.js": { "version": "9.1.0", "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.0.tgz", - "integrity": "sha512-4LwHK4nfDOraBCtst+wOWIHbu1vhvAPJK8g8nROd4iuc3PSEjWif/qwbkh8jwCJz6yDBvtU4KPynETgrfh7y3A==", - "optional": true + "integrity": "sha512-4LwHK4nfDOraBCtst+wOWIHbu1vhvAPJK8g8nROd4iuc3PSEjWif/qwbkh8jwCJz6yDBvtU4KPynETgrfh7y3A==" }, "binary-extensions": { "version": "2.2.0", @@ -34732,9 +34734,13 @@ } }, "i18n-js": { - "version": "3.9.2", - "resolved": "https://registry.npmjs.org/i18n-js/-/i18n-js-3.9.2.tgz", - "integrity": "sha512-+Gm8h5HL0emzKhRx2avMKX+nKiVPXeaOZm7Euf2/pbbFcLQoJ3zZYiUykAzoRasijCoWos2Kl1tslmScTgAQKw==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/i18n-js/-/i18n-js-4.2.0.tgz", + "integrity": "sha512-3LIJO23hXITmUtvduSeBgRdclD9XwTtAv/Vqp1dtZZYF9SvxvjYDXUpzTM2Ptb64BdgPQXhPFECnIVHcMiwWaw==", + "requires": { + "bignumber.js": "*", + "lodash": "*" + } }, "iconv-lite": { "version": "0.4.24", diff --git a/package.json b/package.json index b99b74632c..12430b9623 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "http-status-codes": "^2.2.0", "https": "^1.0.0", "i18n-iso-countries": "^7.5.0", - "i18n-js": "^3.9.2", + "i18n-js": "^4.2.0", "intl": "^1.2.5", "jimp": "^0.16.2", "JSONStream": "^1.3.5",