From 05aac563968fb227cbb0a6eb61b09ef76b8aec5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:37:18 +0000 Subject: [PATCH] Bump vite from 5.1.1 to 5.1.3 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.1 to 5.1.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9aeaeb5..5912b6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "tsconfig-paths": "4.2.0", "typescript": "5.1.6", "unlighthouse": "0.10.6", - "vite": "^5.1.1", + "vite": "^5.1.3", "vite-plugin-environment": "1.1.3", "vite-plugin-eslint": "1.8.1", "vite-tsconfig-paths": "4.3.1" @@ -18811,9 +18811,9 @@ } }, "node_modules/vite": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.1.tgz", - "integrity": "sha512-wclpAgY3F1tR7t9LL5CcHC41YPkQIpKUGeIuT8MdNwNZr6OqOTLs7JX5vIHAtzqLWXts0T+GDrh9pN2arneKqg==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.3.tgz", + "integrity": "sha512-UfmUD36DKkqhi/F75RrxvPpry+9+tTkrXfMNZD+SboZqBCMsxKtO52XeGzzuh7ioz+Eo/SYDBbdb0Z7vgcDJew==", "dev": true, "dependencies": { "esbuild": "^0.19.3", diff --git a/package.json b/package.json index 8ca3fce..755db6f 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "tsconfig-paths": "4.2.0", "typescript": "5.1.6", "unlighthouse": "0.10.6", - "vite": "^5.1.1", + "vite": "^5.1.3", "vite-plugin-environment": "1.1.3", "vite-plugin-eslint": "1.8.1", "vite-tsconfig-paths": "4.3.1"