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