From 332147e4f32f816690a604b369a141f9b15f58b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 17:17:14 +0000 Subject: [PATCH] Bump next-translate-plugin from 2.4.4 to 2.5.0 Bumps [next-translate-plugin](https://github.com/aralroca/next-translate-plugin) from 2.4.4 to 2.5.0. - [Release notes](https://github.com/aralroca/next-translate-plugin/releases) - [Commits](https://github.com/aralroca/next-translate-plugin/compare/2.4.4...2.5.0) --- updated-dependencies: - dependency-name: next-translate-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 357cfea5..989a98c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "next": "^13.4.10", "next-pwa": "^5.6.0", "next-themes": "^0.2.1", - "next-translate-plugin": "^2.4.4", + "next-translate-plugin": "^2.5.0", "openai": "^3.3.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -11417,9 +11417,9 @@ } }, "node_modules/next-translate-plugin": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/next-translate-plugin/-/next-translate-plugin-2.4.4.tgz", - "integrity": "sha512-8olUhdy52IPwLlogrs0KP/FijMZ0Ijf+mWLZtOaFJ7vhCWLSKAE0eb9vYBI+N3T3jjyedC+ufo6g/d4Y5e1HBg==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/next-translate-plugin/-/next-translate-plugin-2.5.0.tgz", + "integrity": "sha512-zQKiyCudj5uFd77GmJnqv1G+AwVU4NfSA6axtn5NOnwbVxPDLEfXaXrCItAI6gaV2C1zq3+xcUp6ml/trp0hJg==", "hasInstallScript": true, "dependencies": { "typescript": "4.5.2" diff --git a/package.json b/package.json index 19307e9a..3c37846f 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "next": "^13.4.10", "next-pwa": "^5.6.0", "next-themes": "^0.2.1", - "next-translate-plugin": "^2.4.4", + "next-translate-plugin": "^2.5.0", "openai": "^3.3.0", "react": "^18.2.0", "react-dom": "^18.2.0",