diff --git a/docs/package-lock.json b/docs/package-lock.json index 67647261..143ec3c2 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.22.4" + }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.15", "@vuepress/plugin-google-analytics": "2.0.0-rc.42", @@ -16,7 +19,7 @@ "vuepress": "2.0.0-rc.15" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.22.0" + "@rollup/rollup-linux-x64-gnu": "^4.22.4" } }, "node_modules/@babel/helper-string-parser": { @@ -759,9 +762,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.22.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.22.0.tgz", - "integrity": "sha512-tsSWy3YQzmpjDKnQ1Vcpy3p9Z+kMFbSIesCdMNgLizDWFhrLZIoN21JSq01g+MZMDFF+Y1+4zxgrlqPjid5ohg==", + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.22.4.tgz", + "integrity": "sha512-87v0ol2sH9GE3cLQLNEy0K/R0pz1nvg76o8M5nhMR0+Q+BBGLnb35P0fVz4CQxHYXaAOhE8HhlkaZfsdUOlHwg==", "cpu": [ "x64" ], diff --git a/docs/package.json b/docs/package.json index 77f5821f..2aa0a0cb 100644 --- a/docs/package.json +++ b/docs/package.json @@ -32,6 +32,6 @@ "vuepress": "2.0.0-rc.15" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.22.0" + "@rollup/rollup-linux-x64-gnu": "^4.22.4" } }