diff --git a/docs/package-lock.json b/docs/package-lock.json index caf4d493..3bba8787 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.16.1" + }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.9", "@vuepress/plugin-google-analytics": "2.0.0-rc.21", @@ -16,7 +19,7 @@ "vuepress": "2.0.0-rc.9" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.14.3" + "@rollup/rollup-linux-x64-gnu": "^4.16.1" } }, "node_modules/@babel/parser": { @@ -631,9 +634,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.14.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.14.3.tgz", - "integrity": "sha512-8ybV4Xjy59xLMyWo3GCfEGqtKV5M5gCSrZlxkPGvEPCGDLNla7v48S662HSGwRd6/2cSneMQWiv+QzcttLrrOA==", + "version": "4.16.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.16.1.tgz", + "integrity": "sha512-N2ZizKhUryqqrMfdCnjhJhZRgv61C6gK+hwVtCIKC8ts8J+go+vqENnGexwg21nHIOvLN5mBM8a7DI2vlyIOPg==", "cpu": [ "x64" ], diff --git a/docs/package.json b/docs/package.json index 4b1b60b0..3a69136f 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.14.3" + "@rollup/rollup-linux-x64-gnu": "^4.16.1" } }