From fb2094cfb601f7ed81ab5440980f4f61e4453cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 10:24:27 +0000 Subject: [PATCH] chore(deps): bump react-intl from 6.2.7 to 6.2.8 Bumps [react-intl](https://github.com/formatjs/formatjs) from 6.2.7 to 6.2.8. - [Release notes](https://github.com/formatjs/formatjs/releases) - [Commits](https://github.com/formatjs/formatjs/compare/react-intl@6.2.7...react-intl@6.2.8) --- updated-dependencies: - dependency-name: react-intl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/core/admin/package.json | 2 +- packages/core/content-type-builder/package.json | 2 +- packages/core/helper-plugin/package.json | 2 +- packages/core/upload/package.json | 2 +- packages/plugins/documentation/package.json | 2 +- packages/plugins/users-permissions/package.json | 2 +- yarn.lock | 8 ++++---- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/core/admin/package.json b/packages/core/admin/package.json index 426e475de0..f6bbaba95a 100644 --- a/packages/core/admin/package.json +++ b/packages/core/admin/package.json @@ -113,7 +113,7 @@ "react-error-boundary": "3.1.4", "react-fast-compare": "^3.2.0", "react-helmet": "^6.1.0", - "react-intl": "6.2.7", + "react-intl": "6.2.8", "react-is": "^17.0.2", "react-query": "3.24.3", "react-redux": "8.0.5", diff --git a/packages/core/content-type-builder/package.json b/packages/core/content-type-builder/package.json index b8af71f48f..cd18320b3c 100644 --- a/packages/core/content-type-builder/package.json +++ b/packages/core/content-type-builder/package.json @@ -36,7 +36,7 @@ "pluralize": "^8.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-intl": "6.2.7", + "react-intl": "6.2.8", "react-redux": "8.0.5", "react-router": "^5.2.0", "react-router-dom": "5.3.4", diff --git a/packages/core/helper-plugin/package.json b/packages/core/helper-plugin/package.json index 1bc558b80b..a55ec4b934 100644 --- a/packages/core/helper-plugin/package.json +++ b/packages/core/helper-plugin/package.json @@ -50,7 +50,7 @@ "lodash": "4.17.21", "qs": "6.11.0", "react-helmet": "^6.1.0", - "react-intl": "6.2.7", + "react-intl": "6.2.8", "react-select": "5.6.0", "whatwg-fetch": "^3.6.2" }, diff --git a/packages/core/upload/package.json b/packages/core/upload/package.json index 06e8cc7692..2191e13c3b 100644 --- a/packages/core/upload/package.json +++ b/packages/core/upload/package.json @@ -38,7 +38,7 @@ "react": "^17.0.2", "react-copy-to-clipboard": "^5.1.0", "react-dom": "^17.0.2", - "react-intl": "6.2.7", + "react-intl": "6.2.8", "react-redux": "8.0.5", "react-router": "^5.2.0", "react-router-dom": "5.3.4", diff --git a/packages/plugins/documentation/package.json b/packages/plugins/documentation/package.json index 543abda6f5..2e2178889e 100644 --- a/packages/plugins/documentation/package.json +++ b/packages/plugins/documentation/package.json @@ -36,7 +36,7 @@ "react": "^17.0.2", "react-copy-to-clipboard": "^5.1.0", "react-dom": "^17.0.2", - "react-intl": "6.2.7", + "react-intl": "6.2.8", "react-redux": "8.0.5", "react-router": "^5.2.0", "react-router-dom": "5.3.4", diff --git a/packages/plugins/users-permissions/package.json b/packages/plugins/users-permissions/package.json index e36979fd25..d28d62b3f7 100644 --- a/packages/plugins/users-permissions/package.json +++ b/packages/plugins/users-permissions/package.json @@ -39,7 +39,7 @@ "purest": "4.0.2", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-intl": "6.2.7", + "react-intl": "6.2.8", "react-redux": "8.0.5", "react-router": "^5.2.0", "react-router-dom": "5.3.4", diff --git a/yarn.lock b/yarn.lock index 3e28b2cbc6..cb8758950a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18879,10 +18879,10 @@ react-inspector@^5.1.0: is-dom "^1.0.0" prop-types "^15.0.0" -react-intl@6.2.7: - version "6.2.7" - resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-6.2.7.tgz#4e5efd3e3b6c85bb51a68ab7d12b853351dfb941" - integrity sha512-3xjK7FZcOcI/uw5c6NrbSXnVqT04Liua5L5K9eeIxIeYYQjcpKl9nF0jx3+sfZv9SqbxnmsFlh1DtKiCyiaZcg== +react-intl@6.2.8: + version "6.2.8" + resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-6.2.8.tgz#f61fffc14e69490607d3be9253704ac5afc49d56" + integrity sha512-Njzmbmk58rBx6i0bGQbBLYj+KbR9IXbFfbK2u0AFayjDx+VJW30MdJV6aNL9EiPaXfcOcAYm31R777e/UHWeEw== dependencies: "@formatjs/ecma402-abstract" "1.14.3" "@formatjs/icu-messageformat-parser" "2.2.0"