diff --git a/docs/package-lock.json b/docs/package-lock.json index dfe234fb..2ae7da22 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.0" + }, "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.29.1" + "@rollup/rollup-linux-x64-gnu": "^4.30.0" } }, "node_modules/@babel/helper-string-parser": { @@ -1166,9 +1169,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.29.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.29.1.tgz", - "integrity": "sha512-87xYCwb0cPGZFoGiErT1eDcssByaLX4fc0z2nRM6eMtV9njAfEE6OW3UniAoDhX4Iq5xQVpE6qO9aJbCFumKYQ==", + "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==", "cpu": [ "x64" ], diff --git a/docs/package.json b/docs/package.json index 3781dad3..0c4bafd4 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.29.1" + "@rollup/rollup-linux-x64-gnu": "^4.30.0" } }