From 45dd176fd1930b3225694954fb3be69fef7c1bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 02:23:45 +0000 Subject: [PATCH] chore(deps-dev): bump vite in /tests/chat-rpc-pub-sub/clients/js Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.1.5/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.1.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../chat-rpc-pub-sub/clients/js/package-lock.json | 14 +++++++------- tests/chat-rpc-pub-sub/clients/js/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/chat-rpc-pub-sub/clients/js/package-lock.json b/tests/chat-rpc-pub-sub/clients/js/package-lock.json index 4ac805e..5dd6ae4 100644 --- a/tests/chat-rpc-pub-sub/clients/js/package-lock.json +++ b/tests/chat-rpc-pub-sub/clients/js/package-lock.json @@ -18,7 +18,7 @@ "eslint": "^8.33.0", "eslint-plugin-vue": "^9.3.0", "prettier": "^2.7.1", - "vite": "^4.1.0" + "vite": "^4.1.5" } }, "node_modules/@babel/parser": { @@ -1529,9 +1529,9 @@ "dev": true }, "node_modules/vite": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.1.4.tgz", - "integrity": "sha512-3knk/HsbSTKEin43zHu7jTwYWv81f8kgAL99G5NWBcA1LKvtvcVAC4JjBH1arBunO9kQka+1oGbrMKOjk4ZrBg==", + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.1.5.tgz", + "integrity": "sha512-zJ0RiVkf61kpd7O+VtU6r766xgnTaIknP/lR6sJTZq3HtVJ3HGnTo5DaJhTUtYoTyS/CQwZ6yEVdc/lrmQT7dQ==", "dependencies": { "esbuild": "^0.16.14", "postcss": "^8.4.21", @@ -2732,9 +2732,9 @@ "dev": true }, "vite": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.1.4.tgz", - "integrity": "sha512-3knk/HsbSTKEin43zHu7jTwYWv81f8kgAL99G5NWBcA1LKvtvcVAC4JjBH1arBunO9kQka+1oGbrMKOjk4ZrBg==", + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.1.5.tgz", + "integrity": "sha512-zJ0RiVkf61kpd7O+VtU6r766xgnTaIknP/lR6sJTZq3HtVJ3HGnTo5DaJhTUtYoTyS/CQwZ6yEVdc/lrmQT7dQ==", "requires": { "esbuild": "^0.16.14", "fsevents": "~2.3.2", diff --git a/tests/chat-rpc-pub-sub/clients/js/package.json b/tests/chat-rpc-pub-sub/clients/js/package.json index fbfc67e..8ca3d98 100644 --- a/tests/chat-rpc-pub-sub/clients/js/package.json +++ b/tests/chat-rpc-pub-sub/clients/js/package.json @@ -18,7 +18,7 @@ "eslint": "^8.33.0", "eslint-plugin-vue": "^9.3.0", "prettier": "^2.7.1", - "vite": "^4.1.0" + "vite": "^4.1.5" }, "browserslist": [ "> 1%",