From fa703b6e0a2c68c9f1388ec85d08b3ca34f55b66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:56:02 +0000 Subject: [PATCH] chore(deps): bump i18n-string-templates from 1.0.7 to 2.0.0 Bumps [i18n-string-templates](https://github.com/TobiTenno/i18n-string-templates) from 1.0.7 to 2.0.0. - [Release notes](https://github.com/TobiTenno/i18n-string-templates/releases) - [Commits](https://github.com/TobiTenno/i18n-string-templates/compare/v1.0.7...v2.0.0) --- updated-dependencies: - dependency-name: i18n-string-templates dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef13ccc0..5e5f13c9 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 52397169..c32f345c 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",