diff --git a/package-lock.json b/package-lock.json index 96ab55c..954ae3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "commander": "^14.0.2", "emoji-regex": "^10.6.0", - "i18n": "^0.15.2", + "i18n": "^0.15.3", "json-stringify-safe": "^5.0.1", "node-localstorage": "^3.0.5", "strftime": "^0.10.3", @@ -3703,9 +3703,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 77ac0b8..683cfc0 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "commander": "^14.0.2", "emoji-regex": "^10.6.0", - "i18n": "^0.15.2", + "i18n": "^0.15.3", "json-stringify-safe": "^5.0.1", "node-localstorage": "^3.0.5", "strftime": "^0.10.3",