diff --git a/package-lock.json b/package-lock.json index 3a995a5..5d516f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "chalk": "^5.6.2", "commander": "^14.0.1", "i": "^0.3.7", - "i18n": "^0.15.2", + "i18n": "^0.15.3", "jszip": "^3.10.1", "lodash": "^4.17.21", "npm": "^11.5.2", @@ -6817,9 +6817,9 @@ } }, "node_modules/i18n": { - "version": "0.15.2", - "resolved": "https://registry.npmjs.org/i18n/-/i18n-0.15.2.tgz", - "integrity": "sha512-mdBxCfC651UL/hNizIQgB1NHwbBKjlrPcsoTzd/X8rNbJlS1FMF//TOyHEVFg9Dxo0RcrI2ZKt1AFTNe3Q40og==", + "version": "0.15.3", + "resolved": "https://registry.npmjs.org/i18n/-/i18n-0.15.3.tgz", + "integrity": "sha512-tW/AA5R4lJZLnd60Agcd0PfXB1C2G7UqTrdNewuv/SIYdxcHkCE8w4Zx1SgCjJ+2BLuAAGIG/KXb/xNYF1lO5Q==", "license": "MIT", "dependencies": { "@messageformat/core": "^3.4.0", diff --git a/package.json b/package.json index babbd6f..f4b062c 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "chalk": "^5.6.2", "commander": "^14.0.1", "i": "^0.3.7", - "i18n": "^0.15.2", + "i18n": "^0.15.3", "jszip": "^3.10.1", "lodash": "^4.17.21", "npm": "^11.5.2",