diff --git a/package-lock.json b/package-lock.json index 545236d98..48bfba147 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "resize-observer-polyfill": "^1.5.1", "styled-components": "^5.3.11", "typescript": "5.1.6", - "vite": "^5.4.3", + "vite": "^5.4.7", "vite-plugin-eslint": "^1.8.1", "vite-tsconfig-paths": "^5.0.1" }, @@ -14644,9 +14644,9 @@ } }, "node_modules/vite": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.3.tgz", - "integrity": "sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q==", + "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", diff --git a/package.json b/package.json index 6ba01e994..4dbb116f9 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "resize-observer-polyfill": "^1.5.1", "styled-components": "^5.3.11", "typescript": "5.1.6", - "vite": "^5.4.3", + "vite": "^5.4.7", "vite-plugin-eslint": "^1.8.1", "vite-tsconfig-paths": "^5.0.1" },