Skip to content

Commit b604d17

Browse files
igh9410snyk-bot
andauthored
fix: upgrade multiple dependencies with Snyk (#63)
Snyk has created this PR to upgrade: - @radix-ui/react-slot from 1.0.2 to 1.1.0. See this package in yarn: - @radix-ui/react-dropdown-menu from 2.0.6 to 2.1.1. See this package in yarn: - @supabase/auth-ui-react from 0.4.2 to 0.4.7. See this package in yarn: - @supabase/supabase-js from 2.31.0 to 2.45.3. See this package in yarn: - @tanstack/react-query from 4.32.6 to 4.36.1. See this package in yarn: - @tanstack/react-query-devtools from 4.32.6 to 4.36.1. See this package in yarn: - @types/css-modules from 1.0.2 to 1.0.5. See this package in yarn: See this project in Snyk: https://app.snyk.io/org/geon-hyuk/project/d7293bdd-625d-49e1-94bd-a4451438fc81?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <[email protected]>
1 parent 75e044f commit b604d17

File tree

2 files changed

+268
-417
lines changed

2 files changed

+268
-417
lines changed

frontend/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"cloudfront-invalidation": "aws cloudfront create-invalidation --distribution-id --paths '/*'"
1515
},
1616
"dependencies": {
17-
"@radix-ui/react-dropdown-menu": "^2.0.6",
18-
"@radix-ui/react-slot": "^1.0.2",
19-
"@supabase/auth-ui-react": "^0.4.2",
20-
"@supabase/supabase-js": "^2.31.0",
21-
"@tanstack/react-query": "^4.29.19",
22-
"@tanstack/react-query-devtools": "^4.29.25",
23-
"@types/css-modules": "^1.0.2",
17+
"@radix-ui/react-dropdown-menu": "^2.1.1",
18+
"@radix-ui/react-slot": "^1.1.0",
19+
"@supabase/auth-ui-react": "^0.4.7",
20+
"@supabase/supabase-js": "^2.45.3",
21+
"@tanstack/react-query": "^4.36.1",
22+
"@tanstack/react-query-devtools": "^4.36.1",
23+
"@types/css-modules": "^1.0.5",
2424
"axios": "^1.4.0",
2525
"class-variance-authority": "^0.7.0",
2626
"clsx": "^2.0.0",

0 commit comments

Comments
 (0)