From 5d01042a63d7ecfd65957030af54be4b16ea814b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 01:47:49 +0000 Subject: [PATCH] feat(deps): bump i18next from 21.8.11 to 21.8.12 Bumps [i18next](https://github.com/i18next/i18next) from 21.8.11 to 21.8.12. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v21.8.11...v21.8.12) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 155c2e6c..84babf1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "downloadjs": "^1.4.7", "file-select-dialog": "^1.5.4", "html2pdf.js": "^0.10.1", - "i18next": "^21.8.11", + "i18next": "^21.8.12", "interweave": "^13.0.0", "jw-epub-parser": "^1.15.0", "qrcode": "^1.5.0", @@ -11210,9 +11210,9 @@ } }, "node_modules/i18next": { - "version": "21.8.11", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.11.tgz", - "integrity": "sha512-+s8N6kQShwNK+Ua/+VsS/Sji24NUJJLBk9QIucygj1f97f4hPNDWmLP9fQCI4d5+XLfXJ3JctX4g+zJla967Vw==", + "version": "21.8.12", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.12.tgz", + "integrity": "sha512-BCJsQq9DtmLb88ksPZgpjbXhPAhFmDTNrY2Jh8VvgwnTHvL8xbuSribdTsi2WPRk1kbhjtbkoqyCVr12w2XTCA==", "funding": [ { "type": "individual", @@ -33226,9 +33226,9 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" }, "i18next": { - "version": "21.8.11", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.11.tgz", - "integrity": "sha512-+s8N6kQShwNK+Ua/+VsS/Sji24NUJJLBk9QIucygj1f97f4hPNDWmLP9fQCI4d5+XLfXJ3JctX4g+zJla967Vw==", + "version": "21.8.12", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.12.tgz", + "integrity": "sha512-BCJsQq9DtmLb88ksPZgpjbXhPAhFmDTNrY2Jh8VvgwnTHvL8xbuSribdTsi2WPRk1kbhjtbkoqyCVr12w2XTCA==", "requires": { "@babel/runtime": "^7.17.2" } diff --git a/package.json b/package.json index 2608c900..46f70548 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "downloadjs": "^1.4.7", "file-select-dialog": "^1.5.4", "html2pdf.js": "^0.10.1", - "i18next": "^21.8.11", + "i18next": "^21.8.12", "interweave": "^13.0.0", "jw-epub-parser": "^1.15.0", "qrcode": "^1.5.0",