diff --git a/package-lock.json b/package-lock.json index 07edeb60f..b1910972d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "8.4.2", "@nextcloud/stylelint-config": "^3.0.1", - "@nextcloud/vite-config": "2.3.2", + "@nextcloud/vite-config": "2.3.3", "@vue/test-utils": "^2.4.6", "happy-dom": "^17.4.4", "mockdate": "^3.0.5", @@ -2977,18 +2977,18 @@ } }, "node_modules/@nextcloud/vite-config": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@nextcloud/vite-config/-/vite-config-2.3.2.tgz", - "integrity": "sha512-+XGmsmBzuhT6Sc8eBJM4TZZNyB+doQYkHMm5xsY4kIljGKJ2gdlMA+cTdu5BEuYTCGWpsH8XJ7qhkFGgEWeV3w==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/@nextcloud/vite-config/-/vite-config-2.3.3.tgz", + "integrity": "sha512-KJUXhYbH5PmcT0uHHxdI1eIYs6/tXTLARgxp8HQOybvz6hKlI2sR+ZNTsO9eYg/NA+E9/rF1gYCTjxItO++aNw==", "dev": true, "license": "AGPL-3.0-or-later", "dependencies": { "@rollup/plugin-replace": "^6.0.2", - "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue": "^5.2.3", "browserslist-to-esbuild": "^2.1.1", "magic-string": "^0.30.17", "rollup-plugin-corejs": "^1.0.1", - "rollup-plugin-esbuild-minify": "^1.2.0", + "rollup-plugin-esbuild-minify": "^1.3.0", "rollup-plugin-license": "^3.6.0", "rollup-plugin-node-externals": "^8.0.0", "spdx-expression-parse": "^4.0.0", @@ -4319,10 +4319,11 @@ "integrity": "sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==" }, "node_modules/@vitejs/plugin-vue": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.2.1.tgz", - "integrity": "sha512-cxh314tzaWwOLqVes2gnnCtvBDcM1UMdn+iFR+UjAn411dPT3tOmqrJjbMd7koZpMAmBM/GqeV4n9ge7JSiJJQ==", + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.2.3.tgz", + "integrity": "sha512-IYSLEQj4LgZZuoVpdSUCw3dIynTWQgPlaRP6iAvMle4My0HdYwr5g5wQAfwOeHQBmYwEkqF70nRpSilr6PoUDg==", "dev": true, + "license": "MIT", "engines": { "node": "^18.0.0 || >=20.0.0" }, diff --git a/package.json b/package.json index b7e903461..8ac8f2cdc 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "8.4.2", "@nextcloud/stylelint-config": "^3.0.1", - "@nextcloud/vite-config": "2.3.2", + "@nextcloud/vite-config": "2.3.3", "@vue/test-utils": "^2.4.6", "happy-dom": "^17.4.4", "mockdate": "^3.0.5",