diff --git a/docs/package-lock.json b/docs/package-lock.json index b928692..aa78576 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.53.1" + "@rollup/rollup-linux-x64-gnu": "^4.53.2" }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.26", @@ -19,7 +19,7 @@ "vuepress": "2.0.0-rc.26" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.53.1" + "@rollup/rollup-linux-x64-gnu": "^4.53.2" } }, "node_modules/@babel/helper-string-parser": { @@ -1253,9 +1253,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.53.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.53.1.tgz", - "integrity": "sha512-E/n8x2MSjAQgjj9IixO4UeEUeqXLtiA7pyoXCFYLuXpBA/t2hnbIdxHfA7kK9BFsYAoNU4st1rHYdldl8dTqGA==", + "version": "4.53.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.53.2.tgz", + "integrity": "sha512-yo8d6tdfdeBArzC7T/PnHd7OypfI9cbuZzPnzLJIyKYFhAQ8SvlkKtKBMbXDxe1h03Rcr7u++nFS7tqXz87Gtw==", "cpu": [ "x64" ], diff --git a/docs/package.json b/docs/package.json index bd5d376..870ea52 100644 --- a/docs/package.json +++ b/docs/package.json @@ -28,6 +28,6 @@ "vuepress": "2.0.0-rc.26" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.53.1" + "@rollup/rollup-linux-x64-gnu": "^4.53.2" } }