From 462916505fe8ceb22281001b20ebd38a00437a5c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 8 Nov 2024 12:40:31 +0000
Subject: [PATCH] Upgrade: [dependabot] - bump i18next from 23.16.4 to 23.16.5
(#163)
Bumps [i18next](https://github.com/i18next/i18next) from 23.16.4 to
23.16.5.
Release notes
Sourced from i18next's
releases.
v23.16.5
- fix extractFromKey for use cases like this
Changelog
Sourced from i18next's
changelog.
23.16.5
- fix extractFromKey for use cases like this
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=i18next&package-manager=npm_and_yarn&previous-version=23.16.4&new-version=23.16.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 9 ++++-----
packages/cpt-ui/package.json | 2 +-
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 17c726d..c74f573 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8260,9 +8260,9 @@
}
},
"node_modules/i18next": {
- "version": "23.16.4",
- "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.4.tgz",
- "integrity": "sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==",
+ "version": "23.16.5",
+ "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.5.tgz",
+ "integrity": "sha512-KTlhE3EP9x6pPTAW7dy0WKIhoCpfOGhRQlO+jttQLgzVaoOjWwBWramu7Pp0i+8wDNduuzXfe3kkVbzrKyrbTA==",
"funding": [
{
"type": "individual",
@@ -8277,7 +8277,6 @@
"url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
}
],
- "license": "MIT",
"dependencies": {
"@babel/runtime": "^7.23.2"
}
@@ -18117,7 +18116,7 @@
"packages/cpt-ui": {
"version": "0.1.0",
"dependencies": {
- "i18next": "^23.16.4",
+ "i18next": "^23.16.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.2",
"next": "15.0.3",
diff --git a/packages/cpt-ui/package.json b/packages/cpt-ui/package.json
index 104758d..147a116 100644
--- a/packages/cpt-ui/package.json
+++ b/packages/cpt-ui/package.json
@@ -11,7 +11,7 @@
"check-licenses": "license-checker --failOn GPL --failOn LGPL --start ../.."
},
"dependencies": {
- "i18next": "^23.16.4",
+ "i18next": "^23.16.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.2",
"next": "15.0.3",