From bacb046968760d199db2368fc3c7170d73ef67c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 09:17:25 +0000 Subject: [PATCH] chore(deps): bump @strapi/plugin-i18n from 4.15.0 to 4.15.1 Bumps [@strapi/plugin-i18n](https://github.com/strapi/strapi/tree/HEAD/packages/plugins/i18n) from 4.15.0 to 4.15.1. - [Release notes](https://github.com/strapi/strapi/releases) - [Commits](https://github.com/strapi/strapi/commits/v4.15.1/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] --- package-lock.json | 58 ++++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 53 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e9bb81..9fb33fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@strapi/plugin-i18n": "4.15.0", + "@strapi/plugin-i18n": "4.15.1", "@strapi/plugin-users-permissions": "4.15.0", "@strapi/provider-upload-aws-s3": "4.15.0", "@strapi/strapi": "4.15.0", @@ -3487,15 +3487,15 @@ } }, "node_modules/@strapi/plugin-i18n": { - "version": "4.15.0", - "resolved": "https://registry.npmjs.org/@strapi/plugin-i18n/-/plugin-i18n-4.15.0.tgz", - "integrity": "sha512-alEFmlxjwkqxt7B5ArhNg8B+nb50nHbw0go9eXnlPf6zD5zaCdqyyKzOo0gO5Bfbp5bEaS050Nlxr6JOGJxXNg==", + "version": "4.15.1", + "resolved": "https://registry.npmjs.org/@strapi/plugin-i18n/-/plugin-i18n-4.15.1.tgz", + "integrity": "sha512-U+9gzv/1zv28DrRKbV2MnuOa7NFeVJqkut9cEP1WOH+qTtlByAOATWESFk41kfL/+GGmJRC23QnTSIAmsEy/Bg==", "dependencies": { "@reduxjs/toolkit": "1.9.7", "@strapi/design-system": "1.13.0", - "@strapi/helper-plugin": "4.15.0", + "@strapi/helper-plugin": "4.15.1", "@strapi/icons": "1.13.0", - "@strapi/utils": "4.15.0", + "@strapi/utils": "4.15.1", "formik": "2.4.0", "immer": "9.0.19", "lodash": "4.17.21", @@ -3517,6 +3517,52 @@ "styled-components": "5.3.3" } }, + "node_modules/@strapi/plugin-i18n/node_modules/@strapi/helper-plugin": { + "version": "4.15.1", + "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.15.1.tgz", + "integrity": "sha512-RXhqT1LrsXWSMXBb1xF4lDXjYiLaI8rHck3RDv7iwTseTbijC5+WvbZh13w9pgz/nmbtN3VZ8vWwmhznfXQ2tg==", + "dependencies": { + "axios": "1.5.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.13.0", + "@strapi/icons": "1.13.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0", + "react-router-dom": "^5.3.4", + "styled-components": "^5.3.3" + } + }, + "node_modules/@strapi/plugin-i18n/node_modules/@strapi/utils": { + "version": "4.15.1", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-4.15.1.tgz", + "integrity": "sha512-OdarLYB8KRuLWrKeOIAXBWBAtDjcK5U2MgEsFEhdBJNWgIOSmVa27IQk4ZSLmq02Ylp/YOqfpvPxf3CIREo5/g==", + "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.15.0", "resolved": "https://registry.npmjs.org/@strapi/plugin-upload/-/plugin-upload-4.15.0.tgz", diff --git a/package.json b/package.json index 721bf57..9afb567 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "postinstall": "patch-package" }, "dependencies": { - "@strapi/plugin-i18n": "4.15.0", + "@strapi/plugin-i18n": "4.15.1", "@strapi/plugin-users-permissions": "4.15.0", "@strapi/provider-upload-aws-s3": "4.15.0", "@strapi/strapi": "4.15.0",