From ef5b92341164099cca305d3a4eb15a2ee92a81f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 01:52:57 +0000 Subject: [PATCH] feat(deps): bump i18next from 21.9.1 to 21.9.2 Bumps [i18next](https://github.com/i18next/i18next) from 21.9.1 to 21.9.2. - [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.9.1...v21.9.2) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index eaa2f7a1..88ce100a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lmm-oa-sws", - "version": "1.0.0-alpha.177", + "version": "1.0.0-alpha.179", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "lmm-oa-sws", - "version": "1.0.0-alpha.177", + "version": "1.0.0-alpha.179", "dependencies": { "@date-io/date-fns": "^2.15.0", "@emotion/react": "^11.10.4", @@ -25,7 +25,7 @@ "downloadjs": "^1.4.7", "file-select-dialog": "^1.5.4", "html2pdf.js": "^0.10.1", - "i18next": "^21.9.1", + "i18next": "^21.9.2", "interweave": "^13.0.0", "jw-epub-parser": "^1.22.0", "qrcode": "^1.5.1", @@ -11160,9 +11160,9 @@ } }, "node_modules/i18next": { - "version": "21.9.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.9.1.tgz", - "integrity": "sha512-ITbDrAjbRR73spZAiu6+ex5WNlHRr1mY+acDi2ioTHuUiviJqSz269Le1xHAf0QaQ6GgIHResUhQNcxGwa/PhA==", + "version": "21.9.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.9.2.tgz", + "integrity": "sha512-00fVrLQOwy45nm3OtC9l1WiLK3nJlIYSljgCt0qzTaAy65aciMdRy9GsuW+a2AtKtdg9/njUGfRH30LRupV7ZQ==", "funding": [ { "type": "individual", @@ -33420,9 +33420,9 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" }, "i18next": { - "version": "21.9.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.9.1.tgz", - "integrity": "sha512-ITbDrAjbRR73spZAiu6+ex5WNlHRr1mY+acDi2ioTHuUiviJqSz269Le1xHAf0QaQ6GgIHResUhQNcxGwa/PhA==", + "version": "21.9.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.9.2.tgz", + "integrity": "sha512-00fVrLQOwy45nm3OtC9l1WiLK3nJlIYSljgCt0qzTaAy65aciMdRy9GsuW+a2AtKtdg9/njUGfRH30LRupV7ZQ==", "requires": { "@babel/runtime": "^7.17.2" } diff --git a/package.json b/package.json index 61b9d14a..d9fb8de9 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.9.1", + "i18next": "^21.9.2", "interweave": "^13.0.0", "jw-epub-parser": "^1.22.0", "qrcode": "^1.5.1",