From 7802843f3f0fb4f13d3707b144ef7f49d855e377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:49:42 +0000 Subject: [PATCH] Bump react-intl from 7.1.3 to 7.1.4 Bumps [react-intl](https://github.com/formatjs/formatjs) from 7.1.3 to 7.1.4. - [Release notes](https://github.com/formatjs/formatjs/releases) - [Commits](https://github.com/formatjs/formatjs/compare/react-intl@7.1.3...react-intl@7.1.4) --- updated-dependencies: - dependency-name: react-intl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index a567f7562..63e5c2e1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-intl": "^7.1.3", + "react-intl": "^7.1.4", "react-router-dom": "^6.28.2", "reconnecting-websocket": "^4.4.0" }, @@ -9447,22 +9447,22 @@ } }, "node_modules/react-intl": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/react-intl/-/react-intl-7.1.3.tgz", - "integrity": "sha512-CrlVW+espQXVTgydgeZkPztWAtST2SvCWKr7FxZytGdQgx7YUemqNrHIUa/YxUbpcRMHnjPI4RHsQf/tEoRMhA==", + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/react-intl/-/react-intl-7.1.4.tgz", + "integrity": "sha512-deZFfvIR4aJIHmI7t3nn3Q46OuriyNRYPaQ3KM4lg6Fh6huMr7m8fkSzR6593WeUghkh8ZoQlYjUVrQEcrlbrA==", "license": "BSD-3-Clause", "dependencies": { "@formatjs/ecma402-abstract": "2.3.2", "@formatjs/icu-messageformat-parser": "2.11.0", "@formatjs/intl": "3.1.3", "@types/hoist-non-react-statics": "3", - "@types/react": "16 || 17 || 18", + "@types/react": "16 || 17 || 18 || 19", "hoist-non-react-statics": "3", "intl-messageformat": "10.7.14", + "react": "^16.6.0 || 17 || 18 || 19", "tslib": "2" }, "peerDependencies": { - "react": "^16.6.0 || 17 || 18", "typescript": "5" }, "peerDependenciesMeta": { diff --git a/package.json b/package.json index b954af998..5d2a609f2 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-intl": "^7.1.3", + "react-intl": "^7.1.4", "react-router-dom": "^6.28.2", "reconnecting-websocket": "^4.4.0" },