From e1fb6c03037ae6d0f9177abc643e52b92beeb1f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 11:11:58 -0500 Subject: [PATCH] Bump vite from 5.1.1 to 5.1.3 in /integration (#2936) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.1 to 5.1.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.3/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 274e886469..0366c33241 100644 --- a/integration/package-lock.json +++ b/integration/package-lock.json @@ -20,7 +20,7 @@ "graphql-ws": "^5.15.0", "typescript": "^5.3.3", "urql": "^4.0.6", - "vite": "^5.1.1", + "vite": "^5.1.3", "vitest": "^1.3.0" } }, @@ -7719,9 +7719,9 @@ } }, "node_modules/vite": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.1.tgz", - "integrity": "sha512-wclpAgY3F1tR7t9LL5CcHC41YPkQIpKUGeIuT8MdNwNZr6OqOTLs7JX5vIHAtzqLWXts0T+GDrh9pN2arneKqg==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.3.tgz", + "integrity": "sha512-UfmUD36DKkqhi/F75RrxvPpry+9+tTkrXfMNZD+SboZqBCMsxKtO52XeGzzuh7ioz+Eo/SYDBbdb0Z7vgcDJew==", "dev": true, "dependencies": { "esbuild": "^0.19.3", @@ -13648,9 +13648,9 @@ "dev": true }, "vite": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.1.tgz", - "integrity": "sha512-wclpAgY3F1tR7t9LL5CcHC41YPkQIpKUGeIuT8MdNwNZr6OqOTLs7JX5vIHAtzqLWXts0T+GDrh9pN2arneKqg==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.3.tgz", + "integrity": "sha512-UfmUD36DKkqhi/F75RrxvPpry+9+tTkrXfMNZD+SboZqBCMsxKtO52XeGzzuh7ioz+Eo/SYDBbdb0Z7vgcDJew==", "dev": true, "requires": { "esbuild": "^0.19.3", diff --git a/integration/package.json b/integration/package.json index 9bba6f1eac..ecbc3f47c6 100644 --- a/integration/package.json +++ b/integration/package.json @@ -20,7 +20,7 @@ "graphql-ws": "^5.15.0", "typescript": "^5.3.3", "urql": "^4.0.6", - "vite": "^5.1.1", + "vite": "^5.1.3", "vitest": "^1.3.0" } }