diff --git a/docs/package-lock.json b/docs/package-lock.json index 43482f02..4c79bef9 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.14.0" + }, "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.13.2" + "@rollup/rollup-linux-x64-gnu": "^4.14.0" } }, "node_modules/@babel/parser": { @@ -631,9 +634,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.13.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.13.2.tgz", - "integrity": "sha512-xXMLUAMzrtsvh3cZ448vbXqlUa7ZL8z0MwHp63K2IIID2+DeP5iWIT6g1SN7hg1VxPzqx0xZdiDM9l4n9LRU1A==", + "version": "4.14.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.14.0.tgz", + "integrity": "sha512-C6y6z2eCNCfhZxT9u+jAM2Fup89ZjiG5pIzZIDycs1IwESviLxwkQcFRGLjnDrP+PT+v5i4YFvlcfAs+LnreXg==", "cpu": [ "x64" ], diff --git a/docs/package.json b/docs/package.json index d5541697..add9a507 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.13.2" + "@rollup/rollup-linux-x64-gnu": "^4.14.0" } }