diff --git a/package-lock.json b/package-lock.json index 9e0b09e..db6bb9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vite-config": "^2.3.0", + "@nextcloud/vite-config": "^2.3.1", "@nextcloud/vue": "9.0.0-alpha.6", "dompurify": "^3.2.3", "linkify-html": "^4.2.0", @@ -1614,9 +1614,9 @@ } }, "node_modules/@nextcloud/vite-config": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vite-config/-/vite-config-2.3.0.tgz", - "integrity": "sha512-TkS0Vp1r1fmJEqmAnn49sMVQLXTSuAx7A4LGSlQFltU/fmbO+PdJQw+Cnx7NsWeSCvhpKoKBdittLO1BAdpAvQ==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vite-config/-/vite-config-2.3.1.tgz", + "integrity": "sha512-Ov4feHpfNW5L1P477zOeem1d8JbYqfM1G3N2HzOB9rUEg3zcUH6/VIRdBNWjrgCs1rtfBxuEpp91bU6IR8EfrA==", "license": "AGPL-3.0-or-later", "dependencies": { "@rollup/plugin-replace": "^6.0.2", @@ -1629,8 +1629,8 @@ "rollup-plugin-node-externals": "^8.0.0", "spdx-expression-parse": "^4.0.0", "vite-plugin-css-injected-by-js": "^3.5.2", - "vite-plugin-dts": "^4.4.0", - "vite-plugin-node-polyfills": "^0.22.0" + "vite-plugin-dts": "^4.5.0", + "vite-plugin-node-polyfills": "^0.23.0" }, "engines": { "node": "^20 || ^22", @@ -12170,9 +12170,9 @@ } }, "node_modules/vite-plugin-node-polyfills": { - "version": "0.22.0", - "resolved": "https://registry.npmjs.org/vite-plugin-node-polyfills/-/vite-plugin-node-polyfills-0.22.0.tgz", - "integrity": "sha512-F+G3LjiGbG8QpbH9bZ//GSBr9i1InSTkaulfUHFa9jkLqVGORFBoqc2A/Yu5Mmh1kNAbiAeKeK+6aaQUf3x0JA==", + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/vite-plugin-node-polyfills/-/vite-plugin-node-polyfills-0.23.0.tgz", + "integrity": "sha512-4n+Ys+2bKHQohPBKigFlndwWQ5fFKwaGY6muNDMTb0fSQLyBzS+jjUNRZG9sKF0S/Go4ApG6LFnUGopjkILg3w==", "license": "MIT", "dependencies": { "@rollup/plugin-inject": "^5.0.5", @@ -12182,7 +12182,7 @@ "url": "https://github.com/sponsors/davidmyersdev" }, "peerDependencies": { - "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" + "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" } }, "node_modules/vite/node_modules/@esbuild/aix-ppc64": { diff --git a/package.json b/package.json index cce0e57..46b872b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vite-config": "^2.3.0", + "@nextcloud/vite-config": "^2.3.1", "@nextcloud/vue": "9.0.0-alpha.6", "dompurify": "^3.2.3", "linkify-html": "^4.2.0",