diff --git a/package-lock.json b/package-lock.json index 0f81b86a..eb11b549 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,6 +18,7 @@ "@nextcloud/l10n": "^3.4.1", "@nextcloud/router": "^3.1.0", "@nextcloud/vue": "^9.3.3", + "@rollup/rollup-linux-x64-gnu": "4.55.3", "vue": "^3.5.25" }, "devDependencies": { @@ -38,7 +39,7 @@ "npm": "^11.3.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.55.1" + "@rollup/rollup-linux-x64-gnu": "^4.55.3" } }, "node_modules/@adobe/css-tools": { @@ -2870,9 +2871,9 @@ "peer": true }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.55.1.tgz", - "integrity": "sha512-a8G4wiQxQG2BAvo+gU6XrReRRqj+pLS2NGXKm8io19goR+K8lw269eTrPkSdDTALwMmJp4th2Uh0D8J9bEV1vg==", + "version": "4.55.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.55.3.tgz", + "integrity": "sha512-+fgJE12FZMIgBaKIAGd45rxf+5ftcycANJRWk8Vz0NnMTM5rADPGuRFTYar+Mqs560xuART7XsX2lSACa1iOmQ==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index c39ca3af..bcef2d6a 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,6 @@ "npm": "^11.3.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.55.1" + "@rollup/rollup-linux-x64-gnu": "^4.55.3" } }