From 768e5a0dac9188c153306124cbe8cc668f8bda2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 04:54:24 +0000 Subject: [PATCH] Bump @grammyjs/i18n from 1.0.2 to 1.1.2 (#589) Bumps [@grammyjs/i18n](https://github.com/grammyjs/i18n) from 1.0.2 to 1.1.2. - [Release notes](https://github.com/grammyjs/i18n/releases) - [Commits](https://github.com/grammyjs/i18n/commits) --- updated-dependencies: - dependency-name: "@grammyjs/i18n" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 422517f2..b0724caf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@grammyjs/auto-chat-action": "0.1.1", "@grammyjs/hydrate": "1.4.1", - "@grammyjs/i18n": "1.0.2", + "@grammyjs/i18n": "1.1.2", "@grammyjs/parse-mode": "1.10.0", "@grammyjs/runner": "2.0.3", "@grammyjs/types": "3.11.1", @@ -966,10 +966,9 @@ } }, "node_modules/@grammyjs/i18n": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@grammyjs/i18n/-/i18n-1.0.2.tgz", - "integrity": "sha512-F/6jBB+afp8N3aXLmxTqdlffqD20EZBMFrPiVQNz6YoiKvjAe4Q8rSrU0Y4eQXkUj4e+UNl7yvYvvPSa1h4guw==", - "license": "MIT", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@grammyjs/i18n/-/i18n-1.1.2.tgz", + "integrity": "sha512-PcK06mxuDDZjxdZ5HywBhr+erEITsR816KP4DNIDDds1jpA45pfz/nS9FdZmzF8H6lMyPix3mV5WL1rT4q+BuA==", "dependencies": { "@deno/shim-deno": "~0.18.0", "@fluent/bundle": "^0.17.1", diff --git a/package.json b/package.json index bd85cf43..45dee25b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "@grammyjs/auto-chat-action": "0.1.1", "@grammyjs/hydrate": "1.4.1", - "@grammyjs/i18n": "1.0.2", + "@grammyjs/i18n": "1.1.2", "@grammyjs/parse-mode": "1.10.0", "@grammyjs/runner": "2.0.3", "@grammyjs/types": "3.11.1",