diff --git a/react/package-lock.json b/react/package-lock.json index 2b15cf78..48a95943 100644 --- a/react/package-lock.json +++ b/react/package-lock.json @@ -17,7 +17,7 @@ "dayzed": "^3.2.3", "downshift": "^7.2.0", "fuzzysort": "^2.0.1", - "inter-ui": "^3.19.3", + "inter-ui": "^4.0.2", "libphonenumber-js": "^1.9.44", "lodash": "^4.17.21", "nanoid": "^3.3.7", @@ -13313,9 +13313,12 @@ "dev": true }, "node_modules/inter-ui": { - "version": "3.19.3", - "resolved": "https://registry.npmjs.org/inter-ui/-/inter-ui-3.19.3.tgz", - "integrity": "sha512-5FG9fjuYOXocIfjzcCBhICL5cpvwEetseL3FU6tP3d6Bn7g8wODhB+I9RNGRTizCT7CUG4GOK54OPxqq3msQgg==" + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/inter-ui/-/inter-ui-4.0.2.tgz", + "integrity": "sha512-YmfzwEtzuVzEenQwSB/tmmqi/A0a2GnFk4mG4ZFULXiO5DNk0fJWiO3o9i1sdVKuMVGx9iiNQnCq8ghWZJVVHw==", + "engines": { + "node": ">=16.0.0" + } }, "node_modules/internal-slot": { "version": "1.0.5", @@ -29496,9 +29499,9 @@ "dev": true }, "inter-ui": { - "version": "3.19.3", - "resolved": "https://registry.npmjs.org/inter-ui/-/inter-ui-3.19.3.tgz", - "integrity": "sha512-5FG9fjuYOXocIfjzcCBhICL5cpvwEetseL3FU6tP3d6Bn7g8wODhB+I9RNGRTizCT7CUG4GOK54OPxqq3msQgg==" + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/inter-ui/-/inter-ui-4.0.2.tgz", + "integrity": "sha512-YmfzwEtzuVzEenQwSB/tmmqi/A0a2GnFk4mG4ZFULXiO5DNk0fJWiO3o9i1sdVKuMVGx9iiNQnCq8ghWZJVVHw==" }, "internal-slot": { "version": "1.0.5", diff --git a/react/package.json b/react/package.json index a1d02d3d..1512e7c9 100644 --- a/react/package.json +++ b/react/package.json @@ -43,7 +43,7 @@ "dayzed": "^3.2.3", "downshift": "^7.2.0", "fuzzysort": "^2.0.1", - "inter-ui": "^3.19.3", + "inter-ui": "^4.0.2", "libphonenumber-js": "^1.9.44", "lodash": "^4.17.21", "nanoid": "^3.3.7",