From 53943c362ffbf12972c5a7d73c66d71ba83398f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 16:43:39 +0200 Subject: [PATCH] Bump react-intl from 6.6.3 to 6.6.4 (#607) Bumps [react-intl](https://github.com/formatjs/formatjs) from 6.6.3 to 6.6.4. - [Release notes](https://github.com/formatjs/formatjs/releases) - [Commits](https://github.com/formatjs/formatjs/compare/react-intl@6.6.3...react-intl@6.6.4) --- updated-dependencies: - dependency-name: react-intl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c3d8e51d..cbc7facf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "react-aria-menubutton": "^7.0.3", "react-collapse": "^5.1.1", "react-dom": "^17.0.2", - "react-intl": "^6.6.3", + "react-intl": "^6.6.4", "react-intl-redux": "^2.3.0", "react-redux": "^8.1.3", "react-router": "^6.22.3", @@ -21017,9 +21017,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "node_modules/react-intl": { - "version": "6.6.3", - "resolved": "https://registry.npmjs.org/react-intl/-/react-intl-6.6.3.tgz", - "integrity": "sha512-vLKI0f+Q3pXD5szmCUPikTY7CJDPtxCBMG5YABQZ3IGEKzNB47zlvXyasUFfT25zpgQXeOfhRCdx4q6ubuR6bA==", + "version": "6.6.4", + "resolved": "https://registry.npmjs.org/react-intl/-/react-intl-6.6.4.tgz", + "integrity": "sha512-bD+7hVTX3zBFI3z/ffIVZrNkCVK0/sQguQ/DqW5uZ6JFWsuiwOieVcLnmtFiUgMQZLdmwNl2Ur5c10RaO7NWBQ==", "dependencies": { "@formatjs/ecma402-abstract": "1.18.2", "@formatjs/icu-messageformat-parser": "2.7.6", diff --git a/package.json b/package.json index 8208d119..b38fe7bc 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react-aria-menubutton": "^7.0.3", "react-collapse": "^5.1.1", "react-dom": "^17.0.2", - "react-intl": "^6.6.3", + "react-intl": "^6.6.4", "react-intl-redux": "^2.3.0", "react-redux": "^8.1.3", "react-router": "^6.22.3",