diff --git a/docs/package-lock.json b/docs/package-lock.json index 6628fd8..32c0edf 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.0" + "@rollup/rollup-linux-x64-gnu": "4.63.1" }, "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.0" + "@rollup/rollup-linux-x64-gnu": "^4.63.1" } }, "node_modules/@babel/generator": { @@ -1052,9 +1052,9 @@ "license": "MIT" }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.63.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.63.0.tgz", - "integrity": "sha512-Adu/VttB1dpPNW+FEacrZ+xVm9tFty84+RrFzsqlFaPxoJB+9XXyDGtp5dCOoBwGBIEVH0To7lExFXEx0BIF4A==", + "version": "4.63.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.63.1.tgz", + "integrity": "sha512-gfI5T24WLLuFfSKw7Go/zDXjAAV0fny0swTaDv+WjK7vqcw4cRhFfdsyKL1n+ukI+ooBxn3bVQnyrn06WpI50w==", "cpu": [ "x64" ], diff --git a/docs/package.json b/docs/package.json index 7afbf26..3ff7c12 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.0" + "@rollup/rollup-linux-x64-gnu": "^4.63.1" } }