From 205d2f8a6162009d8d9d4ebdc4d23208d51975fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 03:06:30 +0000 Subject: [PATCH] chore(deps-dev): bump vite from 2.9.15 to 2.9.16 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.15 to 2.9.16. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v2.9.16/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v2.9.16/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d379f3a..07d9213 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@types/node": "^17.0.30", "@types/ws": "^8.5.3", "cypress": "^10.6.0", - "eslint": "^8.14.0", + "eslint": "^8.22.0", "esno": "^0.14.1", "graphql": "^15.0.0", "graphql-tag": "^2.12.6", @@ -38,7 +38,7 @@ "ts-jest": "^28.0.8", "ts-node": "^10.9.1", "typescript": "~4.7.4", - "vite": "^2.9.6" + "vite": "^2.9.16" } }, "node_modules/@ampproject/remapping": { @@ -11057,9 +11057,9 @@ } }, "node_modules/vite": { - "version": "2.9.15", - "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.15.tgz", - "integrity": "sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==", + "version": "2.9.16", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.16.tgz", + "integrity": "sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA==", "dev": true, "dependencies": { "esbuild": "^0.14.27", @@ -19655,9 +19655,9 @@ } }, "vite": { - "version": "2.9.15", - "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.15.tgz", - "integrity": "sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==", + "version": "2.9.16", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.16.tgz", + "integrity": "sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA==", "dev": true, "requires": { "esbuild": "^0.14.27", diff --git a/package.json b/package.json index 7494e01..d23bbf2 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "ts-jest": "^28.0.8", "ts-node": "^10.9.1", "typescript": "~4.7.4", - "vite": "^2.9.6" + "vite": "^2.9.16" }, "lint-staged": { "*": "eslint"