diff --git a/web/package-lock.json b/web/package-lock.json index 3dfcf550ef..936d8665cd 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -27,7 +27,7 @@ "@radix-ui/react-select": "^2.3.7", "@radix-ui/react-separator": "^1.1.15", "@radix-ui/react-slider": "^1.4.7", - "@radix-ui/react-slot": "1.2.4", + "@radix-ui/react-slot": "1.3.3", "@radix-ui/react-switch": "^1.3.7", "@radix-ui/react-tabs": "^1.1.21", "@radix-ui/react-toggle": "^1.1.18", @@ -2715,12 +2715,12 @@ } }, "node_modules/@radix-ui/react-slot": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.4.tgz", - "integrity": "sha512-Jl+bCv8HxKnlTLVrcDE8zTMJ09R9/ukw4qBs/oZClOfoQk/cOTbDn+NceXfV7j09YPVQUryJPHurafcSg6EVKA==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.3.3.tgz", + "integrity": "sha512-qx7oqnYbxnK9kYI9m317qmFmEgo6ywqWvbTogdj7cL9p3/yx4M48p7Rnw5z3H890cL/ow/EeWJsuTykeZVXP5Q==", "license": "MIT", "dependencies": { - "@radix-ui/react-compose-refs": "1.1.2" + "@radix-ui/react-compose-refs": "1.1.5" }, "peerDependencies": { "@types/react": "*", diff --git a/web/package.json b/web/package.json index 3b8a274d0d..40678c3a5a 100644 --- a/web/package.json +++ b/web/package.json @@ -39,7 +39,7 @@ "@radix-ui/react-select": "^2.3.7", "@radix-ui/react-separator": "^1.1.15", "@radix-ui/react-slider": "^1.4.7", - "@radix-ui/react-slot": "1.2.4", + "@radix-ui/react-slot": "1.3.3", "@radix-ui/react-switch": "^1.3.7", "@radix-ui/react-tabs": "^1.1.21", "@radix-ui/react-toggle": "^1.1.18", @@ -128,6 +128,6 @@ "overrides": { "@radix-ui/react-compose-refs": "1.1.2", "@radix-ui/react-popper": "1.2.8", - "@radix-ui/react-slot": "1.2.4" + "@radix-ui/react-slot": "1.3.3" } }