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] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-06-06 02:13:34 +00:00
committed by GitHub
parent 3bc9b79233
commit e282692b4c
2 changed files with 5 additions and 5 deletions

View File

@@ -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",

View File

@@ -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"