From 0f916299cee6dffb1568768da47854f9e9b9fc16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 16:29:56 +0200 Subject: [PATCH] Bump vite from 3.0.8 to 3.0.9 (#3149) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.0.8 to 3.0.9. - [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/v3.0.9/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 7f98caa2fe..78d35d3d5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ "tar-fs": "^2.1.1", "ts-node": "^10.9.1", "typescript": "^4.7.4", - "vite": "^3.0.8", + "vite": "^3.0.9", "vite-plugin-checker": "^0.4.8", "vitest": "^0.22.1", "webpack": "^5.74.0" @@ -13520,9 +13520,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-3.0.8.tgz", - "integrity": "sha512-AOZ4eN7mrkJiOLuw8IA7piS4IdOQyQCA81GxGsAQvAZzMRi9ZwGB3TOaYsj4uLAWK46T5L4AfQ6InNGlxX30IQ==", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/vite/-/vite-3.0.9.tgz", + "integrity": "sha512-waYABTM+G6DBTCpYAxvevpG50UOlZuynR0ckTK5PawNVt7ebX6X7wNXHaGIO6wYYFXSM7/WcuFuO2QzhBB6aMw==", "dev": true, "dependencies": { "esbuild": "^0.14.47", @@ -23309,9 +23309,9 @@ } }, "vite": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-3.0.8.tgz", - "integrity": "sha512-AOZ4eN7mrkJiOLuw8IA7piS4IdOQyQCA81GxGsAQvAZzMRi9ZwGB3TOaYsj4uLAWK46T5L4AfQ6InNGlxX30IQ==", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/vite/-/vite-3.0.9.tgz", + "integrity": "sha512-waYABTM+G6DBTCpYAxvevpG50UOlZuynR0ckTK5PawNVt7ebX6X7wNXHaGIO6wYYFXSM7/WcuFuO2QzhBB6aMw==", "dev": true, "requires": { "esbuild": "^0.14.47", diff --git a/package.json b/package.json index bf26799877..054451b67e 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "tar-fs": "^2.1.1", "ts-node": "^10.9.1", "typescript": "^4.7.4", - "vite": "^3.0.8", + "vite": "^3.0.9", "vite-plugin-checker": "^0.4.8", "vitest": "^0.22.1", "webpack": "^5.74.0"