From 82fb753bf4e67737d19acd9862148e236d4cd843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:41:21 +0000 Subject: [PATCH] chore(deps-dev): bump vite from 5.4.8 to 5.4.9 in /integration Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.8 to 5.4.9. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.9/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.9/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- integration/package-lock.json | 14 +++++++------- integration/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/integration/package-lock.json b/integration/package-lock.json index cd3ce78b32..27b25d7038 100644 --- a/integration/package-lock.json +++ b/integration/package-lock.json @@ -20,7 +20,7 @@ "graphql-ws": "^5.16.0", "typescript": "^5.6.3", "urql": "^4.1.0", - "vite": "^5.4.8", + "vite": "^5.4.9", "vitest": "^2.1.2" } }, @@ -7167,9 +7167,9 @@ } }, "node_modules/vite": { - "version": "5.4.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", - "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", + "version": "5.4.9", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.9.tgz", + "integrity": "sha512-20OVpJHh0PAM0oSOELa5GaZNWeDjcAvQjGXy2Uyr+Tp+/D2/Hdz6NLgpJLsarPTA2QJ6v8mX2P1ZfbsSKvdMkg==", "dev": true, "dependencies": { "esbuild": "^0.21.3", @@ -12594,9 +12594,9 @@ "dev": true }, "vite": { - "version": "5.4.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", - "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", + "version": "5.4.9", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.9.tgz", + "integrity": "sha512-20OVpJHh0PAM0oSOELa5GaZNWeDjcAvQjGXy2Uyr+Tp+/D2/Hdz6NLgpJLsarPTA2QJ6v8mX2P1ZfbsSKvdMkg==", "dev": true, "requires": { "esbuild": "^0.21.3", diff --git a/integration/package.json b/integration/package.json index 1d407a7695..3b453f3b19 100644 --- a/integration/package.json +++ b/integration/package.json @@ -20,7 +20,7 @@ "graphql-ws": "^5.16.0", "typescript": "^5.6.3", "urql": "^4.1.0", - "vite": "^5.4.8", + "vite": "^5.4.9", "vitest": "^2.1.2" } }