From a4d05f60f2feb25559ebfab1b1408f0742efeff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:44:50 -0700 Subject: [PATCH] build(deps-dev): bump vite from 4.5.0 to 4.5.1 in /frontend/web (#9) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/web/package-lock.json | 14 +++++++------- frontend/web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/web/package-lock.json b/frontend/web/package-lock.json index b9c67c18..319cc977 100644 --- a/frontend/web/package-lock.json +++ b/frontend/web/package-lock.json @@ -37,7 +37,7 @@ "prettier": "^3.0.3", "tailwindcss": "^3.3.5", "typescript": "^5.0.2", - "vite": "^4.4.8" + "vite": "^4.5.1" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -10209,9 +10209,9 @@ } }, "node_modules/vite": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz", - "integrity": "sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.1.tgz", + "integrity": "sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==", "dev": true, "dependencies": { "esbuild": "^0.18.10", @@ -17840,9 +17840,9 @@ } }, "vite": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz", - "integrity": "sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.1.tgz", + "integrity": "sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==", "dev": true, "requires": { "esbuild": "^0.18.10", diff --git a/frontend/web/package.json b/frontend/web/package.json index e87bc445..63d055e7 100644 --- a/frontend/web/package.json +++ b/frontend/web/package.json @@ -44,6 +44,6 @@ "prettier": "^3.0.3", "tailwindcss": "^3.3.5", "typescript": "^5.0.2", - "vite": "^4.4.8" + "vite": "^4.5.1" } }