diff --git a/docs/package-lock.json b/docs/package-lock.json index ad4be63b..62d04495 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.27.4" + }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.18", "@vuepress/plugin-google-analytics": "2.0.0-rc.54", @@ -16,7 +19,7 @@ "vuepress": "2.0.0-rc.18" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.27.3" + "@rollup/rollup-linux-x64-gnu": "^4.27.4" } }, "node_modules/@babel/helper-string-parser": { @@ -1045,9 +1048,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.27.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.27.3.tgz", - "integrity": "sha512-/6bn6pp1fsCGEY5n3yajmzZQAh+mW4QPItbiWxs69zskBzJuheb3tNynEjL+mKOsUSFK11X4LYF2BwwXnzWleA==", + "version": "4.27.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.27.4.tgz", + "integrity": "sha512-Ni8mMtfo+o/G7DVtweXXV/Ol2TFf63KYjTtoZ5f078AUgJTmaIJnj4JFU7TK/9SVWTaSJGxPi5zMDgK4w+Ez7Q==", "cpu": [ "x64" ], diff --git a/docs/package.json b/docs/package.json index c89b9062..bb0d0c6c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -32,6 +32,6 @@ "vuepress": "2.0.0-rc.18" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.27.3" + "@rollup/rollup-linux-x64-gnu": "^4.27.4" } }