diff --git a/package-lock.json b/package-lock.json index 8379cc3..8517961 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,7 @@ "cli" ], "dependencies": { + "@rollup/rollup-linux-x64-gnu": "4.63.1", "commander": "^11.1.0", "node-fetch": "^3.3.2", "react": "^18.2.0", @@ -38,7 +39,7 @@ "wrangler": "^4.110.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.62.4" + "@rollup/rollup-linux-x64-gnu": "^4.63.1" } }, "cli": { @@ -1975,9 +1976,9 @@ "license": "MIT" }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.62.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.4.tgz", - "integrity": "sha512-W69hukhZ3KKNRCaMIEzKvcFye42hh0FE1+YoYaf5+Ikacuftoco6yO/xouz0hc5d5W/s3yBro5jRiuEE/Q5vUw==", + "version": "4.63.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.63.1.tgz", + "integrity": "sha512-gfI5T24WLLuFfSKw7Go/zDXjAAV0fny0swTaDv+WjK7vqcw4cRhFfdsyKL1n+ukI+ooBxn3bVQnyrn06WpI50w==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index c7767be..9d943ff 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,6 @@ "burnafter": "./cli/index.js" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.62.4" + "@rollup/rollup-linux-x64-gnu": "^4.63.1" } }