chore(deps): update dependency @nextcloud/vite-config to ^2.3.2
All checks were successful
repod / xml (push) Successful in 44s
repod / php (push) Successful in 45s
repod / nodejs (push) Successful in 52s
repod / release (push) Has been skipped

This commit is contained in:
Renovate Bot 2025-03-12 00:04:52 +00:00
parent dd7fdfa638
commit 15a4862785
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@nextcloud/initial-state": "^2.2.0", "@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.2.0", "@nextcloud/l10n": "^3.2.0",
"@nextcloud/router": "^3.0.1", "@nextcloud/router": "^3.0.1",
"@nextcloud/vite-config": "^2.3.1", "@nextcloud/vite-config": "^2.3.2",
"@nextcloud/vue": "~9.0.0-alpha.7", "@nextcloud/vue": "~9.0.0-alpha.7",
"dompurify": "^3.2.4", "dompurify": "^3.2.4",
"linkify-html": "^4.2.0", "linkify-html": "^4.2.0",
@ -1614,9 +1614,9 @@
} }
}, },
"node_modules/@nextcloud/vite-config": { "node_modules/@nextcloud/vite-config": {
"version": "2.3.1", "version": "2.3.2",
"resolved": "https://registry.npmjs.org/@nextcloud/vite-config/-/vite-config-2.3.1.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/vite-config/-/vite-config-2.3.2.tgz",
"integrity": "sha512-Ov4feHpfNW5L1P477zOeem1d8JbYqfM1G3N2HzOB9rUEg3zcUH6/VIRdBNWjrgCs1rtfBxuEpp91bU6IR8EfrA==", "integrity": "sha512-+XGmsmBzuhT6Sc8eBJM4TZZNyB+doQYkHMm5xsY4kIljGKJ2gdlMA+cTdu5BEuYTCGWpsH8XJ7qhkFGgEWeV3w==",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"@rollup/plugin-replace": "^6.0.2", "@rollup/plugin-replace": "^6.0.2",
@ -1625,11 +1625,11 @@
"magic-string": "^0.30.17", "magic-string": "^0.30.17",
"rollup-plugin-corejs": "^1.0.1", "rollup-plugin-corejs": "^1.0.1",
"rollup-plugin-esbuild-minify": "^1.2.0", "rollup-plugin-esbuild-minify": "^1.2.0",
"rollup-plugin-license": "^3.5.3", "rollup-plugin-license": "^3.6.0",
"rollup-plugin-node-externals": "^8.0.0", "rollup-plugin-node-externals": "^8.0.0",
"spdx-expression-parse": "^4.0.0", "spdx-expression-parse": "^4.0.0",
"vite-plugin-css-injected-by-js": "^3.5.2", "vite-plugin-css-injected-by-js": "^3.5.2",
"vite-plugin-dts": "^4.5.0", "vite-plugin-dts": "^4.5.3",
"vite-plugin-node-polyfills": "^0.23.0" "vite-plugin-node-polyfills": "^0.23.0"
}, },
"engines": { "engines": {

View File

@ -21,7 +21,7 @@
"@nextcloud/initial-state": "^2.2.0", "@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.2.0", "@nextcloud/l10n": "^3.2.0",
"@nextcloud/router": "^3.0.1", "@nextcloud/router": "^3.0.1",
"@nextcloud/vite-config": "^2.3.1", "@nextcloud/vite-config": "^2.3.2",
"@nextcloud/vue": "~9.0.0-alpha.7", "@nextcloud/vue": "~9.0.0-alpha.7",
"dompurify": "^3.2.4", "dompurify": "^3.2.4",
"linkify-html": "^4.2.0", "linkify-html": "^4.2.0",