diff --git a/package-lock.json b/package-lock.json index a2494b9c..54dfae46 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.76.0", - "vite": "^5.2.7" + "vite": "^5.2.11" }, "engines": { "node": "^20.0.0", @@ -15395,9 +15395,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", @@ -27365,9 +27365,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 637ff921..a6a67c50 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.76.0", - "vite": "^5.2.7" + "vite": "^5.2.11" } }