From 82040c2a5d84e9dd40a3bbcf7c07fe76f0ff2cae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 03:26:50 +0000 Subject: [PATCH] chore(deps): bump i18n-js from 4.3.0 to 4.3.2 Bumps [i18n-js](https://github.com/fnando/i18n) from 4.3.0 to 4.3.2. - [Changelog](https://github.com/fnando/i18n/blob/main/CHANGELOG.md) - [Commits](https://github.com/fnando/i18n/compare/v4.3.0...v4.3.2) --- updated-dependencies: - dependency-name: i18n-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15c744d27c..2981ed1665 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "chartjs-adapter-date-fns": "^3.0.0", "chartjs-chart-sankey": "^0.12.0", "date-fns": "^2.30.0", - "i18n-js": "^4.3.0", + "i18n-js": "^4.3.2", "store": "^2.0.12" }, "devDependencies": { @@ -715,11 +715,12 @@ } }, "node_modules/i18n-js": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/i18n-js/-/i18n-js-4.3.0.tgz", - "integrity": "sha512-PX93eT6WPV6Ym6mHtFKGDRZB0zwDX7HUPkgprjsZ28J6/Ohw1nvRYuM93or3pWv2VLxs6XfBf7X9Fc/YAZNEtQ==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/i18n-js/-/i18n-js-4.3.2.tgz", + "integrity": "sha512-n8gbEbQEueym2/q2yrZk5/xKWjFcKtg3/Escw4JHSVWa8qtKqP8j7se3UjkRbHlO/REqFA0V/MG1q8tEfyHeOA==", "dependencies": { "bignumber.js": "*", + "lodash": "*", "make-plural": "*" } }, @@ -787,6 +788,11 @@ "vite": "^3.0.0 || ^4.0.0" } }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, "node_modules/make-plural": { "version": "7.3.0", "resolved": "https://registry.npmjs.org/make-plural/-/make-plural-7.3.0.tgz", diff --git a/package.json b/package.json index 10d2a3157f..393801fa53 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "chartjs-adapter-date-fns": "^3.0.0", "chartjs-chart-sankey": "^0.12.0", "date-fns": "^2.30.0", - "i18n-js": "^4.3.0", + "i18n-js": "^4.3.2", "store": "^2.0.12" } }