diff --git a/client/package-lock.json b/client/package-lock.json index 5016595c..39a16229 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -9,6 +9,7 @@ "version": "2.0.0", "dependencies": { "@heroicons/vue": "^2.2.0", + "@rollup/rollup-linux-x64-gnu": "^4.29.1", "js-confetti": "^0.12.0", "vue": "^3.5.13", "vue-router": "^4.5.0" @@ -30,7 +31,7 @@ "vue-tsc": "^2.0.29" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.28.0" + "@rollup/rollup-linux-x64-gnu": "^4.29.1" } }, "node_modules/@alloc/quick-lru": { @@ -773,13 +774,12 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.28.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.28.0.tgz", - "integrity": "sha512-Nl4KIzteVEKE9BdAvYoTkW19pa7LR/RBrT6F1dJCV/3pbjwDcaOq+edkP0LXuJ9kflW/xOK414X78r+K84+msw==", + "version": "4.29.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.29.1.tgz", + "integrity": "sha512-87xYCwb0cPGZFoGiErT1eDcssByaLX4fc0z2nRM6eMtV9njAfEE6OW3UniAoDhX4Iq5xQVpE6qO9aJbCFumKYQ==", "cpu": [ "x64" ], - "license": "MIT", "optional": true, "os": [ "linux" diff --git a/client/package.json b/client/package.json index ee8af2cf..152c9d40 100644 --- a/client/package.json +++ b/client/package.json @@ -36,6 +36,6 @@ "vue-tsc": "^2.0.29" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.28.0" + "@rollup/rollup-linux-x64-gnu": "^4.29.1" } }