From e282692b4c76ac4195a3ed315aea2681fede76d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 02:13:34 +0000 Subject: [PATCH] Bump vite in /content/_code-samples/build-a-wallet/js Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.1.1 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] --- content/_code-samples/build-a-wallet/js/package.json | 2 +- content/_code-samples/build-a-wallet/js/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/_code-samples/build-a-wallet/js/package.json b/content/_code-samples/build-a-wallet/js/package.json index 9b091e614a..86088a7502 100644 --- a/content/_code-samples/build-a-wallet/js/package.json +++ b/content/_code-samples/build-a-wallet/js/package.json @@ -12,7 +12,7 @@ "rollup-plugin-polyfill-node": "^0.12.0", "stream-browserify": "^3.0.0", "stream-http": "^3.2.0", - "vite": "^4.1.0" + "vite": "^4.1.5" }, "dependencies": { "dotenv": "^16.0.3", diff --git a/content/_code-samples/build-a-wallet/js/yarn.lock b/content/_code-samples/build-a-wallet/js/yarn.lock index 839db8b86b..a75299304d 100644 --- a/content/_code-samples/build-a-wallet/js/yarn.lock +++ b/content/_code-samples/build-a-wallet/js/yarn.lock @@ -967,10 +967,10 @@ util@^0.12.0: is-typed-array "^1.1.3" which-typed-array "^1.1.2" -vite@^4.1.0: - version "4.1.1" - resolved "https://registry.npmjs.org/vite/-/vite-4.1.1.tgz" - integrity sha512-LM9WWea8vsxhr782r9ntg+bhSFS06FJgCvvB0+8hf8UWtvaiDagKYWXndjfX6kGl74keHJUcpzrQliDXZlF5yg== +vite@^4.1.5: + version "4.1.5" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.1.5.tgz#9c93d579f62179ab99c4182fa37acf1b380a374b" + integrity sha512-zJ0RiVkf61kpd7O+VtU6r766xgnTaIknP/lR6sJTZq3HtVJ3HGnTo5DaJhTUtYoTyS/CQwZ6yEVdc/lrmQT7dQ== dependencies: esbuild "^0.16.14" postcss "^8.4.21"