From ff70b67b24dc5073e7c8a6cdec11989b87f945d0 Mon Sep 17 00:00:00 2001 From: adithya Date: Sat, 21 Sep 2024 11:58:43 +0530 Subject: [PATCH] Updated vite to 5.4.7 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f67f76269..4e1c3238f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "typedoc": "^0.26.7", "typedoc-plugin-markdown": "^4.2.1", "typescript": "^5.6.2", - "vite": "^5.4.6", + "vite": "^5.4.7", "vite-plugin-environment": "^1.1.3", "vite-tsconfig-paths": "^5.0.1", "web-vitals": "^4.2.3" @@ -18188,9 +18188,9 @@ } }, "node_modules/vite": { - "version": "5.4.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz", - "integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==", + "version": "5.4.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.7.tgz", + "integrity": "sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", @@ -31639,9 +31639,9 @@ } }, "vite": { - "version": "5.4.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz", - "integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==", + "version": "5.4.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.7.tgz", + "integrity": "sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==", "requires": { "esbuild": "^0.21.3", "fsevents": "~2.3.3", diff --git a/package.json b/package.json index 513ee42301..d129d85fc9 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "typedoc": "^0.26.7", "typedoc-plugin-markdown": "^4.2.1", "typescript": "^5.6.2", - "vite": "^5.4.6", + "vite": "^5.4.7", "vite-plugin-environment": "^1.1.3", "vite-tsconfig-paths": "^5.0.1", "web-vitals": "^4.2.3"