diff --git a/ui/package-lock.json b/ui/package-lock.json index 25467d8f..1a2e7919 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -15,7 +15,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-icons": "5.4.0", - "react-intl": "7.1.4", + "react-intl": "7.1.5", "react-markdown": "9.0.3", "react-modal": "3.16.3", "react-router-dom": "7.1.3", @@ -8644,9 +8644,9 @@ } }, "node_modules/react-intl": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/react-intl/-/react-intl-7.1.4.tgz", - "integrity": "sha512-deZFfvIR4aJIHmI7t3nn3Q46OuriyNRYPaQ3KM4lg6Fh6huMr7m8fkSzR6593WeUghkh8ZoQlYjUVrQEcrlbrA==", + "version": "7.1.5", + "resolved": "https://registry.npmjs.org/react-intl/-/react-intl-7.1.5.tgz", + "integrity": "sha512-cVvsVdaOnZ85XBXU0Lc2PVGNhGlzl4UBV+aWAGe/zrV5Xr+CEW7izUsAp/fIuwvCsJl9R+aokppm+P7cdhnpUA==", "dependencies": { "@formatjs/ecma402-abstract": "2.3.2", "@formatjs/icu-messageformat-parser": "2.11.0", @@ -8655,10 +8655,10 @@ "@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 || 19", "typescript": "5" }, "peerDependenciesMeta": { @@ -16352,9 +16352,9 @@ "requires": {} }, "react-intl": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/react-intl/-/react-intl-7.1.4.tgz", - "integrity": "sha512-deZFfvIR4aJIHmI7t3nn3Q46OuriyNRYPaQ3KM4lg6Fh6huMr7m8fkSzR6593WeUghkh8ZoQlYjUVrQEcrlbrA==", + "version": "7.1.5", + "resolved": "https://registry.npmjs.org/react-intl/-/react-intl-7.1.5.tgz", + "integrity": "sha512-cVvsVdaOnZ85XBXU0Lc2PVGNhGlzl4UBV+aWAGe/zrV5Xr+CEW7izUsAp/fIuwvCsJl9R+aokppm+P7cdhnpUA==", "requires": { "@formatjs/ecma402-abstract": "2.3.2", "@formatjs/icu-messageformat-parser": "2.11.0", @@ -16363,7 +16363,6 @@ "@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" } }, diff --git a/ui/package.json b/ui/package.json index ada8ca30..d658bfb1 100644 --- a/ui/package.json +++ b/ui/package.json @@ -10,7 +10,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-icons": "5.4.0", - "react-intl": "7.1.4", + "react-intl": "7.1.5", "react-markdown": "9.0.3", "react-modal": "3.16.3", "react-router-dom": "7.1.3",