diff --git a/package-lock.json b/package-lock.json index f98271e..b6e2335 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,6 +17,7 @@ "@nextcloud/l10n": "^3.4.1", "@nextcloud/router": "^3.1.0", "@nextcloud/vue": "^9.8.2", + "@rollup/rollup-linux-x64-gnu": "4.62.2", "vue": "^3.5.38" }, "devDependencies": { @@ -35,7 +36,7 @@ }, "optionalDependencies": { "@rollup/rollup-darwin-arm64": "^4.62.0", - "@rollup/rollup-linux-x64-gnu": "^4.62.0" + "@rollup/rollup-linux-x64-gnu": "^4.62.2" } }, "node_modules/@babel/code-frame": { @@ -4899,9 +4900,9 @@ "peer": true }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.62.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.0.tgz", - "integrity": "sha512-7SDIalKeIpG0Ifogbbdn58HmSotYMlf23K3dCJEmiVd9Fg36Vmni82iPQec27N3wY4Bvbxftkxz6vSx9OcouTg==", + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.2.tgz", + "integrity": "sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index f696254..3794e64 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,6 @@ }, "optionalDependencies": { "@rollup/rollup-darwin-arm64": "^4.62.0", - "@rollup/rollup-linux-x64-gnu": "^4.62.0" + "@rollup/rollup-linux-x64-gnu": "^4.62.2" } }