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