Upgrade dependencies

This commit is contained in:
Lim Chee Aun 2024-09-22 13:51:12 +08:00
parent 333c434343
commit ed5cb54eb4
2 changed files with 15 additions and 15 deletions

26
package-lock.json generated
View file

@ -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": {

View file

@ -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",