diff --git a/package-lock.json b/package-lock.json index 8b9b07f1..39d5f2ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/vite-config": "^1.2.2", "sass": "^1.77.2", - "vite": "^5.2.7" + "vite": "^5.2.11" }, "engines": { "node": "^20.0.0", @@ -15390,9 +15390,9 @@ } }, "node_modules/vite": { - "version": "5.2.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.7.tgz", - "integrity": "sha512-k14PWOKLI6pMaSzAuGtT+Cf0YmIx12z9YGon39onaJNy8DLBfBJrzg9FQEmkAM5lpHBZs9wksWAsyF/HkpEwJA==", + "version": "5.2.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.11.tgz", + "integrity": "sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==", "dev": true, "dependencies": { "esbuild": "^0.20.1", @@ -27342,9 +27342,9 @@ } }, "vite": { - "version": "5.2.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.7.tgz", - "integrity": "sha512-k14PWOKLI6pMaSzAuGtT+Cf0YmIx12z9YGon39onaJNy8DLBfBJrzg9FQEmkAM5lpHBZs9wksWAsyF/HkpEwJA==", + "version": "5.2.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.11.tgz", + "integrity": "sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==", "dev": true, "requires": { "esbuild": "^0.20.1", diff --git a/package.json b/package.json index b789a48f..9f324ae4 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,6 @@ "@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/vite-config": "^1.2.2", "sass": "^1.77.2", - "vite": "^5.2.7" + "vite": "^5.2.11" } }