From 3dfa97f280aaeb026729c2db2d5bccf99c49f2f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 17:23:55 +0000 Subject: [PATCH] fix(deps): bump inter-ui from 3.19.3 to 4.0.2 in /react Bumps [inter-ui](https://github.com/philipbelesky/inter-ui) from 3.19.3 to 4.0.2. - [Changelog](https://github.com/philipbelesky/inter-ui/blob/main/CHANGELOG.md) - [Commits](https://github.com/philipbelesky/inter-ui/commits) --- updated-dependencies: - dependency-name: inter-ui dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- react/package-lock.json | 17 ++++++++++------- react/package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) 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",