diff --git a/js/NcModal-DIr2MvsO.chunk.mjs.license b/js/NcModal-DIr2MvsO.chunk.mjs.license index 92a346612..b70bb654f 100644 --- a/js/NcModal-DIr2MvsO.chunk.mjs.license +++ b/js/NcModal-DIr2MvsO.chunk.mjs.license @@ -63,7 +63,7 @@ This file is generated from multiple sources. Included packages: - version: 6.2.0 - license: MIT - vite - - version: 7.1.4 + - version: 7.1.5 - license: MIT - vite-plugin-node-polyfills - version: 0.24.0 diff --git a/js/NcModal-DIr2MvsO.chunk.mjs.map.license b/js/NcModal-DIr2MvsO.chunk.mjs.map.license index 92a346612..b70bb654f 100644 --- a/js/NcModal-DIr2MvsO.chunk.mjs.map.license +++ b/js/NcModal-DIr2MvsO.chunk.mjs.map.license @@ -63,7 +63,7 @@ This file is generated from multiple sources. Included packages: - version: 6.2.0 - license: MIT - vite - - version: 7.1.4 + - version: 7.1.5 - license: MIT - vite-plugin-node-polyfills - version: 0.24.0 diff --git a/js/modulepreload-polyfill-CBWYtosv.chunk.mjs.license b/js/modulepreload-polyfill-CBWYtosv.chunk.mjs.license index 8ab6a3bd0..85d530f52 100644 --- a/js/modulepreload-polyfill-CBWYtosv.chunk.mjs.license +++ b/js/modulepreload-polyfill-CBWYtosv.chunk.mjs.license @@ -3,5 +3,5 @@ SPDX-FileCopyrightText: Evan You This file is generated from multiple sources. Included packages: - vite - - version: 7.1.4 + - version: 7.1.5 - license: MIT diff --git a/js/modulepreload-polyfill-CBWYtosv.chunk.mjs.map.license b/js/modulepreload-polyfill-CBWYtosv.chunk.mjs.map.license index 8ab6a3bd0..85d530f52 100644 --- a/js/modulepreload-polyfill-CBWYtosv.chunk.mjs.map.license +++ b/js/modulepreload-polyfill-CBWYtosv.chunk.mjs.map.license @@ -3,5 +3,5 @@ SPDX-FileCopyrightText: Evan You This file is generated from multiple sources. Included packages: - vite - - version: 7.1.4 + - version: 7.1.5 - license: MIT diff --git a/package-lock.json b/package-lock.json index 6adaf8748..58f88253c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@nextcloud/vite-config": "^1.7.0", "@vue/tsconfig": "^0.5.1", "sass": "^1.92.1", - "vite": "^7.1.4" + "vite": "^7.1.5" }, "engines": { "node": "^20.0.0", @@ -2755,7 +2755,6 @@ "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue2/-/plugin-vue2-2.3.3.tgz", "integrity": "sha512-qexY6+bbwY8h0AZerzUuGywNTi0cLOkbiSbggr0R3WEW95iB2hblQFyv4MAkkc2vm4gZN1cO5kzT1Kp6xlVzZw==", "dev": true, - "license": "MIT", "engines": { "node": "^14.18.0 || >= 16.0.0" }, @@ -11102,14 +11101,13 @@ } }, "node_modules/tinyglobby": { - "version": "0.2.14", - "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz", - "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==", + "version": "0.2.15", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", + "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", "dev": true, - "license": "MIT", "dependencies": { - "fdir": "^6.4.4", - "picomatch": "^4.0.2" + "fdir": "^6.5.0", + "picomatch": "^4.0.3" }, "engines": { "node": ">=12.0.0" @@ -11778,18 +11776,17 @@ } }, "node_modules/vite": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.4.tgz", - "integrity": "sha512-X5QFK4SGynAeeIt+A7ZWnApdUyHYm+pzv/8/A57LqSGcI88U6R6ipOs3uCesdc6yl7nl+zNO0t8LmqAdXcQihw==", + "version": "7.1.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.5.tgz", + "integrity": "sha512-4cKBO9wR75r0BeIWWWId9XK9Lj6La5X846Zw9dFfzMRw38IlTk2iCcUt6hsyiDRcPidc55ZParFYDXi0nXOeLQ==", "dev": true, - "license": "MIT", "dependencies": { "esbuild": "^0.25.0", "fdir": "^6.5.0", "picomatch": "^4.0.3", "postcss": "^8.5.6", "rollup": "^4.43.0", - "tinyglobby": "^0.2.14" + "tinyglobby": "^0.2.15" }, "bin": { "vite": "bin/vite.js" diff --git a/package.json b/package.json index 304befd14..bec362d65 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "@nextcloud/vite-config": "^1.7.0", "@vue/tsconfig": "^0.5.1", "sass": "^1.92.1", - "vite": "^7.1.4" + "vite": "^7.1.5" } }