From d71ea58c9a501e64d7a11713d07acc4ca332fa3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:00:35 +0000 Subject: [PATCH] Bump vite from 2.9.17 to 2.9.18 in /examples/custom-actions Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.17 to 2.9.18. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v2.9.18/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v2.9.18/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- examples/custom-actions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-actions/package.json b/examples/custom-actions/package.json index f079524b5..d3b38face 100644 --- a/examples/custom-actions/package.json +++ b/examples/custom-actions/package.json @@ -14,6 +14,6 @@ "devDependencies": { "@mirohq/websdk-types": "latest", "typescript": "4.9.5", - "vite": "2.9.17" + "vite": "2.9.18" } }