diff --git a/docs/package-lock.json b/docs/package-lock.json index 1d16c81..03c8251 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@rollup/rollup-linux-x64-gnu": "4.63.3" + "@rollup/rollup-linux-x64-gnu": "4.63.4" }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.31", @@ -19,7 +19,7 @@ "vuepress": "2.0.0-rc.31" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.63.3" + "@rollup/rollup-linux-x64-gnu": "^4.63.4" } }, "node_modules/@babel/generator": { @@ -967,9 +967,9 @@ "license": "MIT" }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.63.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.63.3.tgz", - "integrity": "sha512-SXagRwnI2Wlwlitllu59UK/nGVbD1CKPcNqDplHwIC4BqJcpXFjD32d1R/RbuISa95HdQrZM3/7v4bKiowFaLA==", + "version": "4.63.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.63.4.tgz", + "integrity": "sha512-791ET7W17NnScOZM7h4dX5hYspxE28htPFsb1awY/NRR8+PRNkS53e475rDdxXXDrP+kwnCcNWg9CX5ztn/Aqw==", "cpu": [ "x64" ], diff --git a/docs/package.json b/docs/package.json index 060a5fd..419018a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -28,6 +28,6 @@ "vuepress": "2.0.0-rc.31" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.63.3" + "@rollup/rollup-linux-x64-gnu": "^4.63.4" } }