From e8252a91eef992a6905be86db11c5794ac2647a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 09:23:32 -0700 Subject: [PATCH] Bump vite from 4.5.3 to 4.5.5 in /motoko/ic-pos (#1001) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.3 to 4.5.5. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.5/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- motoko/ic-pos/package-lock.json | 8 ++++---- motoko/ic-pos/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/motoko/ic-pos/package-lock.json b/motoko/ic-pos/package-lock.json index 6e28c3619..6a9aa0625 100644 --- a/motoko/ic-pos/package-lock.json +++ b/motoko/ic-pos/package-lock.json @@ -57,7 +57,7 @@ "tailwindcss": "^3.3.2", "tailwindcss-animate": "^1.0.6", "typescript": "^5.0.2", - "vite": "^4.5.3", + "vite": "^4.5.5", "vite-plugin-svgr": "^3.2.0" } }, @@ -5364,9 +5364,9 @@ "peer": true }, "node_modules/vite": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", - "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.5.tgz", + "integrity": "sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==", "dev": true, "dependencies": { "esbuild": "^0.18.10", diff --git a/motoko/ic-pos/package.json b/motoko/ic-pos/package.json index ca61a3702..3229fcaa8 100644 --- a/motoko/ic-pos/package.json +++ b/motoko/ic-pos/package.json @@ -82,7 +82,7 @@ "tailwindcss": "^3.3.2", "tailwindcss-animate": "^1.0.6", "typescript": "^5.0.2", - "vite": "^4.5.3", + "vite": "^4.5.5", "vite-plugin-svgr": "^3.2.0" } }