From 4492b3c0536a927e0409d07d47f7a6f7e02fa38f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 06:41:15 -0400 Subject: [PATCH] chore(deps-dev): bump vite from 5.2.12 to 5.2.13 in /integration (#3126) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.12 to 5.2.13. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.2.13/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.2.13/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 4d180ef43a..66887f7617 100644 --- a/integration/package-lock.json +++ b/integration/package-lock.json @@ -20,7 +20,7 @@ "graphql-ws": "^5.16.0", "typescript": "^5.4.5", "urql": "^4.1.0", - "vite": "^5.2.12", + "vite": "^5.2.13", "vitest": "^1.6.0" } }, @@ -7717,9 +7717,9 @@ } }, "node_modules/vite": { - "version": "5.2.12", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.12.tgz", - "integrity": "sha512-/gC8GxzxMK5ntBwb48pR32GGhENnjtY30G4A0jemunsBkiEZFw60s8InGpN8gkhHEkjnRK1aSAxeQgwvFhUHAA==", + "version": "5.2.13", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.13.tgz", + "integrity": "sha512-SSq1noJfY9pR3I1TUENL3rQYDQCFqgD+lM6fTRAM8Nv6Lsg5hDLaXkjETVeBt+7vZBCMoibD+6IWnT2mJ+Zb/A==", "dev": true, "dependencies": { "esbuild": "^0.20.1", @@ -13646,9 +13646,9 @@ "dev": true }, "vite": { - "version": "5.2.12", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.12.tgz", - "integrity": "sha512-/gC8GxzxMK5ntBwb48pR32GGhENnjtY30G4A0jemunsBkiEZFw60s8InGpN8gkhHEkjnRK1aSAxeQgwvFhUHAA==", + "version": "5.2.13", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.13.tgz", + "integrity": "sha512-SSq1noJfY9pR3I1TUENL3rQYDQCFqgD+lM6fTRAM8Nv6Lsg5hDLaXkjETVeBt+7vZBCMoibD+6IWnT2mJ+Zb/A==", "dev": true, "requires": { "esbuild": "^0.20.1", diff --git a/integration/package.json b/integration/package.json index 20688361b6..4972ddfc0e 100644 --- a/integration/package.json +++ b/integration/package.json @@ -20,7 +20,7 @@ "graphql-ws": "^5.16.0", "typescript": "^5.4.5", "urql": "^4.1.0", - "vite": "^5.2.12", + "vite": "^5.2.13", "vitest": "^1.6.0" } }