diff --git a/package-lock.json b/package-lock.json index f6004906..fe547824 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "decache": "^4.6.2", "discord.js": "^13.17.1", "flat-cache": "^3.2.0", - "i18n-string-templates": "^1.0.7", + "i18n-string-templates": "^2.0.0", "json-query": "^2.2.2", "ms": "^2.1.3", "mysql2": "^2.3.3", @@ -4991,11 +4991,11 @@ } }, "node_modules/i18n-string-templates": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/i18n-string-templates/-/i18n-string-templates-1.0.7.tgz", - "integrity": "sha512-wEvpnCmoTZPVgYEWyynNgT3dnTyqhIsQhBZWsUBAd8DJhb8aOGdgF4iN4C/6dSWEk2AuE7GUJQbDs8AM3F8rRA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/i18n-string-templates/-/i18n-string-templates-2.0.0.tgz", + "integrity": "sha512-QhlYSiAvy50ClxP7Jb36In1JTkovR6Jh+FRE9nAOUXeFEB1yeRxuhyLPH1Lhrx+TmAy1aeG7SMwMrmhKgxzemw==", "engines": { - "node": ">=14.18.0" + "node": ">=18.19.0" } }, "node_modules/iconv-lite": { @@ -11049,9 +11049,9 @@ } }, "i18n-string-templates": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/i18n-string-templates/-/i18n-string-templates-1.0.7.tgz", - "integrity": "sha512-wEvpnCmoTZPVgYEWyynNgT3dnTyqhIsQhBZWsUBAd8DJhb8aOGdgF4iN4C/6dSWEk2AuE7GUJQbDs8AM3F8rRA==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/i18n-string-templates/-/i18n-string-templates-2.0.0.tgz", + "integrity": "sha512-QhlYSiAvy50ClxP7Jb36In1JTkovR6Jh+FRE9nAOUXeFEB1yeRxuhyLPH1Lhrx+TmAy1aeG7SMwMrmhKgxzemw==" }, "iconv-lite": { "version": "0.6.3", diff --git a/package.json b/package.json index 68be483b..030dc663 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "decache": "^4.6.2", "discord.js": "^13.17.1", "flat-cache": "^3.2.0", - "i18n-string-templates": "^1.0.7", + "i18n-string-templates": "^2.0.0", "json-query": "^2.2.2", "ms": "^2.1.3", "mysql2": "^2.3.3",