From ed5cb54eb4acb75b97f7ce0139edd5e3e2882fb2 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 22 Sep 2024 13:51:12 +0800 Subject: [PATCH] Upgrade dependencies --- package-lock.json | 26 +++++++++++++------------- package.json | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c96cfed..13af5276 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,12 +58,12 @@ "postcss-dark-theme-class": "~1.3.0", "postcss-preset-env": "~10.0.3", "twitter-text": "~3.1.0", - "vite": "~5.4.5", + "vite": "~5.4.7", "vite-plugin-generate-file": "~0.2.0", "vite-plugin-html-config": "~2.0.2", "vite-plugin-pwa": "~0.20.5", "vite-plugin-remove-console": "~2.2.0", - "vite-plugin-run": "~0.5.2", + "vite-plugin-run": "~0.6.0", "workbox-cacheable-response": "~7.1.0", "workbox-expiration": "~7.1.0", "workbox-navigation-preload": "~7.1.0", @@ -10536,9 +10536,9 @@ } }, "node_modules/vite": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.5.tgz", - "integrity": "sha512-pXqR0qtb2bTwLkev4SE3r4abCNioP3GkjvIDLlzziPpXtHgiJIjuKl+1GN6ESOT3wMjG3JTeARopj2SwYaHTOA==", + "version": "5.4.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.7.tgz", + "integrity": "sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==", "dev": true, "dependencies": { "esbuild": "^0.21.3", @@ -10655,16 +10655,16 @@ "dev": true }, "node_modules/vite-plugin-run": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/vite-plugin-run/-/vite-plugin-run-0.5.2.tgz", - "integrity": "sha512-ZrbdZ2gNJwvW4MMQr6a4Udioq6+06VgBytviYi/hgRQnz3SCQAcRJu7QKqlIbH229/lNyYTdvkglottfkUlNyQ==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/vite-plugin-run/-/vite-plugin-run-0.6.0.tgz", + "integrity": "sha512-B5iHHz6MjXodmTxZPlEQAOJQAzi47wCqVqSDYo71A7b8MzS+MklwmZ384lb4xUy71PPTEZAxjNs0bIDqL4ly8g==", "dev": true, "dependencies": { - "@antfu/utils": "^0.7.6", - "debug": "^4.3.4", - "execa": "5.1", - "minimatch": "^9.0.3", - "picocolors": "^1.0.0" + "@antfu/utils": "^0.7.10", + "debug": "^4.3.7", + "execa": "5.1.1", + "minimatch": "^9.0.5", + "picocolors": "^1.1.0" } }, "node_modules/vite-plugin-run/node_modules/brace-expansion": { diff --git a/package.json b/package.json index 07f8c99a..fea1b112 100644 --- a/package.json +++ b/package.json @@ -66,12 +66,12 @@ "postcss-dark-theme-class": "~1.3.0", "postcss-preset-env": "~10.0.3", "twitter-text": "~3.1.0", - "vite": "~5.4.5", + "vite": "~5.4.7", "vite-plugin-generate-file": "~0.2.0", "vite-plugin-html-config": "~2.0.2", "vite-plugin-pwa": "~0.20.5", "vite-plugin-remove-console": "~2.2.0", - "vite-plugin-run": "~0.5.2", + "vite-plugin-run": "~0.6.0", "workbox-cacheable-response": "~7.1.0", "workbox-expiration": "~7.1.0", "workbox-navigation-preload": "~7.1.0",