From 6e3c2b0a9e4852943f43e20dc72eba56180b6b08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 07:22:26 +0000 Subject: [PATCH] chore(deps): Bump @rollup/rollup-linux-x64-gnu in /docs Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.30.0 to 4.30.1. - [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.30.0...v4.30.1) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 11 +++++++---- docs/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 543c3f75..be02e6a3 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -8,6 +8,9 @@ "name": "git-tool-docs", "version": "1.0.0", "license": "MIT", + "dependencies": { + "@rollup/rollup-linux-x64-gnu": "^4.30.1" + }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.19", "@vuepress/plugin-google-analytics": "2.0.0-rc.66", @@ -16,7 +19,7 @@ "vuepress": "2.0.0-rc.19" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.30.0" + "@rollup/rollup-linux-x64-gnu": "^4.30.1" } }, "node_modules/@babel/helper-string-parser": { @@ -1166,9 +1169,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.30.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.30.0.tgz", - "integrity": "sha512-laQVRvdbKmjXuFA3ZiZj7+U24FcmoPlXEi2OyLfbpY2MW1oxLt9Au8q9eHd0x6Pw/Kw4oe9gwVXWwIf2PVqblg==", + "version": "4.30.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.30.1.tgz", + "integrity": "sha512-UtgGb7QGgXDIO+tqqJ5oZRGHsDLO8SlpE4MhqpY9Llpzi5rJMvrK6ZGhsRCST2abZdBqIBeXW6WPD5fGK5SDwg==", "cpu": [ "x64" ], diff --git a/docs/package.json b/docs/package.json index bd020687..08641745 100644 --- a/docs/package.json +++ b/docs/package.json @@ -32,6 +32,6 @@ "vuepress": "2.0.0-rc.19" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.30.0" + "@rollup/rollup-linux-x64-gnu": "^4.30.1" } }