From bfdeedb9fcdcf91c0e49b363b00c2232597df357 Mon Sep 17 00:00:00 2001 From: Zyrouge Date: Sat, 21 Dec 2024 19:08:23 +0530 Subject: [PATCH] chore: deps --- package-lock.json | 26 +++++++++++++------------- package.json | 8 ++++---- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5abc3e..c4cca66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,18 +9,18 @@ "version": "0.0.0", "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/mdx": "^4.0.2", + "@astrojs/mdx": "^4.0.3", "@astrojs/rss": "^4.0.10", "@astrojs/sitemap": "^3.2.1", - "@astrojs/tailwind": "^5.1.3", + "@astrojs/tailwind": "^5.1.4", "@iconify-json/fa-brands": "^1.2.1", "@iconify-json/mdi": "^1.2.2", - "astro": "^5.0.5", + "astro": "^5.1.1", "astro-icon": "^1.1.4", "fuse.js": "^7.0.0", "sass": "^1.83.0", "sugar": "^2.0.6", - "tailwindcss": "^3.4.16", + "tailwindcss": "^3.4.17", "typescript": "^5.7.2" }, "devDependencies": { @@ -178,9 +178,9 @@ } }, "node_modules/@astrojs/mdx": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.0.2.tgz", - "integrity": "sha512-uBoXNSSAUqhf2dVtJWFbSapwNkcnCzbISW98EcybFXvNgYt9g8yPJ7+lYnf+sH5pv0c/JEW8HlBvPSi81AVRlw==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.0.3.tgz", + "integrity": "sha512-8HcuyNG/KgYUAQWVzKFkboXcTOBCW6aQ0WK0Er/iSmVSF0y3yimg4/3QSt+Twv9dogpwIHL+E8iBJKqieFv4+g==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "6.0.1", @@ -238,9 +238,9 @@ } }, "node_modules/@astrojs/tailwind": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.3.tgz", - "integrity": "sha512-XF7WhXRhqEHGvADqc0kDtF7Yv/g4wAWTaj91jBBTBaYnc4+MQLH94duFfFa4NlTkRG40VQd012eF3MhO3Kk+bg==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.4.tgz", + "integrity": "sha512-EJ3uoTZZr0RYwTrVS2HgYN0+VbXvg7h87AtwpD5OzqS3GyMwRmzfOwHfORTxoWGQRrY9k/Fi+Awk60kwpvRL5Q==", "license": "MIT", "dependencies": { "autoprefixer": "^10.4.20", @@ -7784,9 +7784,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.16", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.16.tgz", - "integrity": "sha512-TI4Cyx7gDiZ6r44ewaJmt0o6BrMCT5aK5e0rmJ/G9Xq3w7CX/5VXl/zIPEJZFUK5VEqwByyhqNPycPlvcK4ZNw==", + "version": "3.4.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz", + "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index b9619c7..ccb1c58 100644 --- a/package.json +++ b/package.json @@ -11,18 +11,18 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/mdx": "^4.0.2", + "@astrojs/mdx": "^4.0.3", "@astrojs/rss": "^4.0.10", "@astrojs/sitemap": "^3.2.1", - "@astrojs/tailwind": "^5.1.3", + "@astrojs/tailwind": "^5.1.4", "@iconify-json/fa-brands": "^1.2.1", "@iconify-json/mdi": "^1.2.2", - "astro": "^5.0.5", + "astro": "^5.1.1", "astro-icon": "^1.1.4", "fuse.js": "^7.0.0", "sass": "^1.83.0", "sugar": "^2.0.6", - "tailwindcss": "^3.4.16", + "tailwindcss": "^3.4.17", "typescript": "^5.7.2" }, "devDependencies": {