From ab63e045a23d605b24820e3f4344ffb419d3c997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 13:52:24 +0000 Subject: [PATCH] Bump @strapi/plugin-i18n from 4.24.3 to 4.24.4 in /strapi Bumps [@strapi/plugin-i18n](https://github.com/strapi/strapi/tree/HEAD/packages/plugins/i18n) from 4.24.3 to 4.24.4. - [Release notes](https://github.com/strapi/strapi/releases) - [Commits](https://github.com/strapi/strapi/commits/v4.24.4/packages/plugins/i18n) --- updated-dependencies: - dependency-name: "@strapi/plugin-i18n" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- strapi/package-lock.json | 58 +++++++++++++++++++++++++++++++++++----- strapi/package.json | 2 +- 2 files changed, 53 insertions(+), 7 deletions(-) diff --git a/strapi/package-lock.json b/strapi/package-lock.json index 89219bb..c00de9e 100644 --- a/strapi/package-lock.json +++ b/strapi/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "@strapi/plugin-i18n": "4.24.3", + "@strapi/plugin-i18n": "4.24.4", "@strapi/plugin-users-permissions": "4.24.3", "@strapi/strapi": "4.24.3", "better-sqlite3": "9.6.0", @@ -3232,15 +3232,15 @@ } }, "node_modules/@strapi/plugin-i18n": { - "version": "4.24.3", - "resolved": "https://registry.npmjs.org/@strapi/plugin-i18n/-/plugin-i18n-4.24.3.tgz", - "integrity": "sha512-fDG1oetElyeVtPJwrYkaerdbl3wXfPs1OhFrHDgcJ1zl0cQn+lGJznPchFbfnG51VDMamJ9aQzzG2UYCAGMy8A==", + "version": "4.24.4", + "resolved": "https://registry.npmjs.org/@strapi/plugin-i18n/-/plugin-i18n-4.24.4.tgz", + "integrity": "sha512-c1a8k5lZr1uOOsdDKWLGw4JF/dTBvk7S4/yfj43mRr6jCCBR5vo9M+gwq2MCh/m7wUL+cU7asEvYFcjXoeYjSA==", "dependencies": { "@reduxjs/toolkit": "1.9.7", "@strapi/design-system": "1.18.0", - "@strapi/helper-plugin": "4.24.3", + "@strapi/helper-plugin": "4.24.4", "@strapi/icons": "1.18.0", - "@strapi/utils": "4.24.3", + "@strapi/utils": "4.24.4", "axios": "1.6.0", "formik": "2.4.0", "immer": "9.0.19", @@ -3264,6 +3264,52 @@ "styled-components": "^5.2.1" } }, + "node_modules/@strapi/plugin-i18n/node_modules/@strapi/helper-plugin": { + "version": "4.24.4", + "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.24.4.tgz", + "integrity": "sha512-U9nGyHmT/OHDqrhrLVgg3YcK2Kc9AW/LyX/bQld1EtqAzIGXsHVXH3/0PYsQa4keyX/zhKuEPYnN40CPf8k41A==", + "dependencies": { + "axios": "1.6.0", + "date-fns": "2.30.0", + "formik": "2.4.0", + "immer": "9.0.19", + "lodash": "4.17.21", + "qs": "6.11.1", + "react-helmet": "6.1.0", + "react-intl": "6.4.1", + "react-query": "3.39.3", + "react-select": "5.7.0" + }, + "engines": { + "node": ">=18.0.0 <=20.x.x", + "npm": ">=6.0.0" + }, + "peerDependencies": { + "@strapi/design-system": "1.18.0", + "@strapi/icons": "1.18.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0", + "react-router-dom": "^5.2.0", + "styled-components": "^5.2.1" + } + }, + "node_modules/@strapi/plugin-i18n/node_modules/@strapi/utils": { + "version": "4.24.4", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-4.24.4.tgz", + "integrity": "sha512-vd1XNH0Odj8JnHd8IFjaj5uef/CraIjPSP+BgaoekFHRnbXWSyddqRSPKP39NFs4uyVfCXS2dAWIh9JNG7vMmA==", + "dependencies": { + "@sindresorhus/slugify": "1.1.0", + "date-fns": "2.30.0", + "http-errors": "1.8.1", + "lodash": "4.17.21", + "p-map": "4.0.0", + "yup": "0.32.9" + }, + "engines": { + "node": ">=18.0.0 <=20.x.x", + "npm": ">=6.0.0" + } + }, "node_modules/@strapi/plugin-upload": { "version": "4.24.3", "resolved": "https://registry.npmjs.org/@strapi/plugin-upload/-/plugin-upload-4.24.3.tgz", diff --git a/strapi/package.json b/strapi/package.json index 836fffa..a9feedf 100644 --- a/strapi/package.json +++ b/strapi/package.json @@ -10,7 +10,7 @@ "strapi": "strapi" }, "dependencies": { - "@strapi/plugin-i18n": "4.24.3", + "@strapi/plugin-i18n": "4.24.4", "@strapi/plugin-users-permissions": "4.24.3", "@strapi/strapi": "4.24.3", "better-sqlite3": "9.6.0",