From 47cec169a1c4f4556cc9cf31b8a3bb337770413d Mon Sep 17 00:00:00 2001 From: abdulrahman305 almutairi Date: Sat, 15 Jun 2024 15:44:53 +0000 Subject: [PATCH 1/2] updatr --- .ignition.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 .ignition.json diff --git a/.ignition.json b/.ignition.json new file mode 100644 index 0000000000..dc22dc7015 --- /dev/null +++ b/.ignition.json @@ -0,0 +1 @@ +{"theme":"auto","editor":"phpstorm","hide_solutions":false} \ No newline at end of file From c29439ebe119d2919cdf5dcbab2f79271fd81bb1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jul 2024 04:11:32 +0000 Subject: [PATCH 2/2] fix: upgrade alpinejs from 3.14.0 to 3.14.1 Snyk has created this PR to upgrade alpinejs from 3.14.0 to 3.14.1. See this package in npm: alpinejs See this project in Snyk: https://app.snyk.io/org/abdulrahman305/project/5f994baf-50c2-499b-b67c-a71a21047c7b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4609a0255..576e32d21a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.13", - "alpinejs": "3.14.0", + "alpinejs": "3.14.1", "ioredis": "5.4.1", "tailwindcss-scrollbar": "0.1.0" }