1 Commits

Author SHA1 Message Date
renovate[bot]
93a5634cc2 Update dependency vite to v7 2025-09-27 01:48:36 +00:00
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.19 # syntax=docker/dockerfile:1.18
FROM cgr.dev/chainguard/go:latest as build FROM cgr.dev/chainguard/go:latest as build
WORKDIR /src WORKDIR /src

6
package-lock.json generated
View File

@@ -15194,9 +15194,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/vuetify": { "node_modules/vuetify": {
"version": "3.10.4", "version": "3.10.3",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.10.4.tgz", "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.10.3.tgz",
"integrity": "sha512-aatUQ0RM0i6VdkJaFyj3gydecuFmAgACNO3RwWznvjvIvRENQXxMRiv+vlGFoshbw2UG+zOPPMhO12OCPSa2UQ==", "integrity": "sha512-psc7oZfjz3LwH96ZRzSm4iGcOKKoeoVZIyO5Q5xO4vcUfWYxobL7TvMQv53jv1PnNvaMIXWeVIrQmiyce5dpTg==",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"funding": { "funding": {

View File

@@ -37,7 +37,7 @@
"sass-embedded": "^1.89.2", "sass-embedded": "^1.89.2",
"unplugin-fonts": "^1.3.1", "unplugin-fonts": "^1.3.1",
"unplugin-vue-components": "^29.0.0", "unplugin-vue-components": "^29.0.0",
"vite": "^6.3.6", "vite": "^7.0.0",
"vite-plugin-vuetify": "^2.1.1" "vite-plugin-vuetify": "^2.1.1"
}, },
"eslintConfig": { "eslintConfig": {