diff --git a/package-lock.json b/package-lock.json index b8057a88..456b11ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@popperjs/core": "^2.11.8", "@radix-ui/react-avatar": "^1.1.7", "@radix-ui/react-collapsible": "^1.1.12", - "@radix-ui/react-slot": "^1.2.3", + "@radix-ui/react-slot": "^1.2.5", "@tsparticles/engine": "^4.0.5", "@tsparticles/react": "^4.1.0", "@tsparticles/slim": "^4.1.0", @@ -6169,7 +6169,7 @@ } } }, - "node_modules/@radix-ui/react-slot": { + "node_modules/@radix-ui/react-primitive/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==", @@ -6187,6 +6187,39 @@ } } }, + "node_modules/@radix-ui/react-slot": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.5.tgz", + "integrity": "sha512-rCMO3QsIVKv5JTY5CVbo2MvO77SpEqqYc8AvRE7OWqRDOIqAKjsp+DrmnY9uc8NPdxB5E2z47HTYGeE2+NTptg==", + "license": "MIT", + "dependencies": { + "@radix-ui/react-compose-refs": "1.1.3" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@radix-ui/react-slot/node_modules/@radix-ui/react-compose-refs": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.3.tgz", + "integrity": "sha512-rYOP8OMnuuPMQF1uhPVlGNcCDlkokKqGFE3JcxFViIkAXP7EvFWUliJAstrapypaBLJNHbZL6jGhbVDGTwmVhA==", + "license": "MIT", + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, "node_modules/@radix-ui/react-use-callback-ref": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.1.tgz", diff --git a/package.json b/package.json index 31b340e6..d17d8114 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@popperjs/core": "^2.11.8", "@radix-ui/react-avatar": "^1.1.7", "@radix-ui/react-collapsible": "^1.1.12", - "@radix-ui/react-slot": "^1.2.3", + "@radix-ui/react-slot": "^1.2.5", "@tsparticles/engine": "^4.0.5", "@tsparticles/react": "^4.1.0", "@tsparticles/slim": "^4.1.0",