From 210fa9b60d9e15df005856aeb23f9216fcbbcb20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:44:19 +0000 Subject: [PATCH] Bump @rollup/rollup-linux-x64-gnu from 4.44.1 to 4.50.2 Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.44.1 to 4.50.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.44.1...v4.50.2) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.50.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47bc856..0ece4b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", + "@rollup/rollup-linux-x64-gnu": "^4.50.2", "jszip": "^3.10.1", "postgres": "^3.4.7", "ws": "^8.18.3" @@ -48,7 +49,7 @@ "node": ">=20" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.44.1" + "@rollup/rollup-linux-x64-gnu": "^4.50.2" } }, "node_modules/@actions/artifact": { @@ -3884,9 +3885,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.44.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.44.1.tgz", - "integrity": "sha512-EtnsrmZGomz9WxK1bR5079zee3+7a+AdFlghyd6VbAjgRJDbTANJ9dcPIPAi76uG05micpEL+gPGmAKYTschQw==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.50.2.tgz", + "integrity": "sha512-9Jie/At6qk70dNIcopcL4p+1UirusEtznpNtcq/u/C5cC4HBX7qSGsYIcG6bdxj15EYWhHiu02YvmdPzylIZlA==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 59bd9bc..6579638 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,6 @@ "typescript": "^5.8.3" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.44.1" + "@rollup/rollup-linux-x64-gnu": "^4.50.2" } }