diff --git a/docs/package-lock.json b/docs/package-lock.json index 48fcfed5..3efcefd6 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.28.1" + }, "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.28.0" + "@rollup/rollup-linux-x64-gnu": "^4.28.1" } }, "node_modules/@babel/helper-string-parser": { @@ -1070,9 +1073,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.28.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.28.0.tgz", - "integrity": "sha512-Nl4KIzteVEKE9BdAvYoTkW19pa7LR/RBrT6F1dJCV/3pbjwDcaOq+edkP0LXuJ9kflW/xOK414X78r+K84+msw==", + "version": "4.28.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.28.1.tgz", + "integrity": "sha512-fzgeABz7rrAlKYB0y2kSEiURrI0691CSL0+KXwKwhxvj92VULEDQLpBYLHpF49MSiPG4sq5CK3qHMnb9tlCjBw==", "cpu": [ "x64" ], diff --git a/docs/package.json b/docs/package.json index 95ced842..f1221f14 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.28.0" + "@rollup/rollup-linux-x64-gnu": "^4.28.1" } }