From e1bdc41a5f9202faf18fb0a817d1841e9f88c3b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 02:23:37 +0000 Subject: [PATCH] chore(deps): bump vite in /components/clarinet-cli/examples/billboard Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.12 to 4.5.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../clarinet-cli/examples/billboard/package-lock.json | 8 ++++---- components/clarinet-cli/examples/billboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/clarinet-cli/examples/billboard/package-lock.json b/components/clarinet-cli/examples/billboard/package-lock.json index c8df841ed..c83a1ea7b 100644 --- a/components/clarinet-cli/examples/billboard/package-lock.json +++ b/components/clarinet-cli/examples/billboard/package-lock.json @@ -13,7 +13,7 @@ "@stacks/transactions": "^6.9.0", "chokidar-cli": "^3.0.0", "typescript": "^5.2.2", - "vite": "^4.4.12", + "vite": "^4.5.2", "vitest": "^0.34.4", "vitest-environment-clarinet": "^1.0.0" } @@ -1516,9 +1516,9 @@ "integrity": "sha512-uY/99gMLIOlJPwATcMVYfqDSxUR9//AUcgZMzwfSTJPDKzA1S8mX4VLqa+fiAtveraQUBCz4FFcwVZBGbwBXIw==" }, "node_modules/vite": { - "version": "4.4.12", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.12.tgz", - "integrity": "sha512-KtPlUbWfxzGVul8Nut8Gw2Qe8sBzWY+8QVc5SL8iRFnpnrcoCaNlzO40c1R6hPmcdTwIPEDkq0Y9+27a5tVbdQ==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.2.tgz", + "integrity": "sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==", "dependencies": { "esbuild": "^0.18.10", "postcss": "^8.4.27", diff --git a/components/clarinet-cli/examples/billboard/package.json b/components/clarinet-cli/examples/billboard/package.json index 64a26576c..e8ddc9589 100644 --- a/components/clarinet-cli/examples/billboard/package.json +++ b/components/clarinet-cli/examples/billboard/package.json @@ -15,7 +15,7 @@ "@stacks/transactions": "^6.9.0", "chokidar-cli": "^3.0.0", "typescript": "^5.2.2", - "vite": "^4.4.12", + "vite": "^4.5.2", "vitest": "^0.34.4", "vitest-environment-clarinet": "^1.0.0" }