From 2e3c0624fdce6710f8a2ce9beda27c0f285ac2c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 13:17:16 +0000 Subject: [PATCH] Bump vite from 5.0.12 to 5.0.13 in /examples/zero-shot-classification Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.0.13. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.0.13/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.0.13/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- examples/zero-shot-classification/package-lock.json | 8 ++++---- examples/zero-shot-classification/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/zero-shot-classification/package-lock.json b/examples/zero-shot-classification/package-lock.json index 59705084f..6a37ea1b5 100644 --- a/examples/zero-shot-classification/package-lock.json +++ b/examples/zero-shot-classification/package-lock.json @@ -23,7 +23,7 @@ "eslint-plugin-react-refresh": "^0.4.5", "postcss": "^8.4.33", "tailwindcss": "^3.4.1", - "vite": "^5.0.12" + "vite": "^5.0.13" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -5497,9 +5497,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/vite": { - "version": "5.0.12", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.12.tgz", - "integrity": "sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==", + "version": "5.0.13", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.13.tgz", + "integrity": "sha512-/9ovhv2M2dGTuA+dY93B9trfyWMDRQw2jdVBhHNP6wr0oF34wG2i/N55801iZIpgUpnHDm4F/FabGQLyc+eOgg==", "dev": true, "dependencies": { "esbuild": "^0.19.3", diff --git a/examples/zero-shot-classification/package.json b/examples/zero-shot-classification/package.json index 2dd6c1f87..c5c206a65 100644 --- a/examples/zero-shot-classification/package.json +++ b/examples/zero-shot-classification/package.json @@ -25,6 +25,6 @@ "eslint-plugin-react-refresh": "^0.4.5", "postcss": "^8.4.33", "tailwindcss": "^3.4.1", - "vite": "^5.0.12" + "vite": "^5.0.13" } }