diff --git a/powerauth-webflow/package-lock.json b/powerauth-webflow/package-lock.json index 494b0ab00..001262c0c 100644 --- a/powerauth-webflow/package-lock.json +++ b/powerauth-webflow/package-lock.json @@ -21,7 +21,7 @@ "react-dom": "^16.14.0", "react-flags-select": "^2.2.3", "react-intl": "^2.2.3", - "react-intl-redux": "^2.2.0", + "react-intl-redux": "^2.4.1", "react-redux": "^5.1.2", "react-select": "^1.3.0", "redux": "^3.7.2", @@ -4100,9 +4100,9 @@ } }, "node_modules/react-intl-redux": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/react-intl-redux/-/react-intl-redux-2.3.0.tgz", - "integrity": "sha512-lIAco0dlVIn8Dzc+epHpZZD8oM2TD62SJTkJ+x33KnvYB5l9ouLTvgz1ztajHuhiIBFq6n2mWwnS74Vim8CMuQ==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/react-intl-redux/-/react-intl-redux-2.4.1.tgz", + "integrity": "sha512-EYTNmHJTnTam4phQj1nTdJvcdVjz+F56nLl6JtpqWsKzG5ZnQh/hoqLLJUjP0dgeNKSESIcjhYsTyBWDUwjo0A==", "dependencies": { "@babel/runtime": "^7.17.9", "prop-types": "^15.8.1" @@ -4111,8 +4111,8 @@ "@babel/runtime": "^7.17.9", "prop-types": "^15.8.1", "react": "^16.12.0 || ^17.0.2 || ^18.0.0", - "react-intl": "^2.2.2 || ^3.0.0 || ^4.0.0 || ^5.0.0", - "react-redux": "^5.0.1 || ^6.0.0 || ^7.0.0" + "react-intl": "^2.2.2 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0", + "react-redux": "^5.0.1 || ^6.0.0 || ^7.0.0 || ^8.0.0" } }, "node_modules/react-is": { @@ -8009,9 +8009,9 @@ } }, "react-intl-redux": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/react-intl-redux/-/react-intl-redux-2.3.0.tgz", - "integrity": "sha512-lIAco0dlVIn8Dzc+epHpZZD8oM2TD62SJTkJ+x33KnvYB5l9ouLTvgz1ztajHuhiIBFq6n2mWwnS74Vim8CMuQ==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/react-intl-redux/-/react-intl-redux-2.4.1.tgz", + "integrity": "sha512-EYTNmHJTnTam4phQj1nTdJvcdVjz+F56nLl6JtpqWsKzG5ZnQh/hoqLLJUjP0dgeNKSESIcjhYsTyBWDUwjo0A==", "requires": { "@babel/runtime": "^7.17.9", "prop-types": "^15.8.1" diff --git a/powerauth-webflow/package.json b/powerauth-webflow/package.json index 28188bc83..0a96be03c 100644 --- a/powerauth-webflow/package.json +++ b/powerauth-webflow/package.json @@ -31,7 +31,7 @@ "react-dom": "^16.14.0", "react-flags-select": "^2.2.3", "react-intl": "^2.2.3", - "react-intl-redux": "^2.2.0", + "react-intl-redux": "^2.4.1", "react-redux": "^5.1.2", "react-select": "^1.3.0", "redux": "^3.7.2",