From fc97739d3ecf8508c0d39bac4575cb9e7a16ea55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 07:46:27 +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.16.3 to 4.16.4. - [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.16.3...v4.16.4) --- 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 | 10 +++++----- docs/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 5bd0d065..6a299402 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.16.3" + "@rollup/rollup-linux-x64-gnu": "^4.16.4" }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.9", @@ -19,7 +19,7 @@ "vuepress": "2.0.0-rc.9" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.16.3" + "@rollup/rollup-linux-x64-gnu": "^4.16.4" } }, "node_modules/@babel/parser": { @@ -634,9 +634,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.16.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.16.3.tgz", - "integrity": "sha512-n4HEgIJulNSmAKT3SYF/1wuzf9od14woSBseNkzur7a+KJIbh2Jb+J9KIsdGt3jJnsLW0BT1Sj6MiwL4Zzku6Q==", + "version": "4.16.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.16.4.tgz", + "integrity": "sha512-LuOGGKAJ7dfRtxVnO1i3qWc6N9sh0Em/8aZ3CezixSTM+E9Oq3OvTsvC4sm6wWjzpsIlOCnZjdluINKESflJLA==", "cpu": [ "x64" ], diff --git a/docs/package.json b/docs/package.json index 50382a47..c04fc72c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -32,6 +32,6 @@ "vuepress": "2.0.0-rc.9" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.16.3" + "@rollup/rollup-linux-x64-gnu": "^4.16.4" } }