From 7bf4bf84e9ab30126fcf04024c0410cad2d846e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 01:53:10 +0000 Subject: [PATCH] chore(deps): bump @rollup/rollup-linux-x64-gnu from 4.54.0 to 4.59.0 Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.54.0 to 4.59.0. - [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.54.0...v4.59.0) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.59.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c8f62c..75cf66d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,9 @@ "name": "discue-io-api-docs", "version": "0.7.0", "license": "MIT", + "dependencies": { + "@rollup/rollup-linux-x64-gnu": "4.59.0" + }, "devDependencies": { "@discue/ui-components": "^1.7.0", "@discue/vuepress-plugin-outline": "^0.6.0", @@ -30,7 +33,7 @@ "yaml": "^2.8.2" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.53.5" + "@rollup/rollup-linux-x64-gnu": "^4.59.0" } }, "node_modules/@alloc/quick-lru": { @@ -2852,9 +2855,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.54.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.54.0.tgz", - "integrity": "sha512-WGt5J8Ij/rvyqpFexxk3ffKqqbLf9AqrTBbWDk7ApGUzaIs6V+s2s84kAxklFwmMF/vBNGrVdYgbblCOFFezMQ==", + "version": "4.59.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz", + "integrity": "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 3d36591..20568f6 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,6 @@ "yaml": "^2.8.2" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.53.5" + "@rollup/rollup-linux-x64-gnu": "^4.59.0" } } \ No newline at end of file