From 26a244faebfb6c00b1b440525e9ee4dae84be428 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Aug 2024 09:56:01 +0000 Subject: [PATCH] fix: upgrade @radix-ui/themes from 3.1.1 to 3.1.3 Snyk has created this PR to upgrade @radix-ui/themes from 3.1.1 to 3.1.3. See this package in npm: @radix-ui/themes See this project in Snyk: https://app.snyk.io/org/p.vasilopoulos/project/2661785d-06b3-4df7-96ec-2fe5b0b7ba7c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index eee7f7b..70e037c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@radix-ui/react-avatar": "^1.1.0", "@radix-ui/react-slot": "^1.1.0", - "@radix-ui/themes": "^3.1.1", + "@radix-ui/themes": "^3.1.3", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "lucide-react": "^0.399.0", @@ -1623,9 +1623,9 @@ "license": "MIT" }, "node_modules/@radix-ui/themes": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@radix-ui/themes/-/themes-3.1.1.tgz", - "integrity": "sha512-G+j+x+7kyqQXnn+ftlNPgk1DdZ8h/vVZnLsG4hZB0Mxw4fdKCh1tThQuXDSBNWhFt/vTG79BMzRMiflovENrmA==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@radix-ui/themes/-/themes-3.1.3.tgz", + "integrity": "sha512-GJt4r7Vh0w4yiGuqOKLvrZXLEAxUWfEUUtdj17rCfi+P/zpKUc7TsXro8GftA2Y1tm78Cx9x1HKt23dHc/WqIA==", "license": "MIT", "dependencies": { "@radix-ui/colors": "3.0.0", diff --git a/package.json b/package.json index c4065ec..054c369 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@radix-ui/react-avatar": "^1.1.0", "@radix-ui/react-slot": "^1.1.0", - "@radix-ui/themes": "^3.1.1", + "@radix-ui/themes": "^3.1.3", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "lucide-react": "^0.399.0",