From f1acaa5858676b2c580beb9b653ad0fbc5b5874a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:53:19 +0000 Subject: [PATCH] chore(deps): bump @rollup/rollup-linux-x64-gnu from 4.60.4 to 4.62.3 Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.60.4 to 4.62.3. - [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.60.4...v4.62.3) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.62.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3bf952c..7ad87e2 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.62.3" + }, "devDependencies": { "@discue/ui-components": "^1.7.0", "@discue/vuepress-plugin-outline": "^0.6.0", @@ -30,7 +33,7 @@ "yaml": "^2.9.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.60.4" + "@rollup/rollup-linux-x64-gnu": "^4.62.3" } }, "node_modules/@alloc/quick-lru": { @@ -2963,12 +2966,15 @@ "license": "MIT" }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.60.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.4.tgz", - "integrity": "sha512-Boiz5+MsaROEWDf+GGEwF8VMHGhlUoQMtIPjOgA5fv4osupqTVnJteQNKJwUcnUog2G55jYXH7KZFFiJe0TEzQ==", + "version": "4.62.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.3.tgz", + "integrity": "sha512-V4KtWtQfAFMU7+9/A/VDps/VI8CHd3cYz0L8sgJzz8qK7eY7wI4ruFD82UYIYvW9Z4DtlTfhQcsl4XyPHW5uSg==", "cpu": [ "x64" ], + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index 65acb46..cc68da5 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,6 @@ "yaml": "^2.9.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.60.4" + "@rollup/rollup-linux-x64-gnu": "^4.62.3" } } \ No newline at end of file