diff --git a/docs/package-lock.json b/docs/package-lock.json index c12eeb28..1aee22a9 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.24.3" + "@rollup/rollup-linux-x64-gnu": "^4.24.4" }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.18", @@ -19,7 +19,7 @@ "vuepress": "2.0.0-rc.18" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.24.3" + "@rollup/rollup-linux-x64-gnu": "^4.24.4" } }, "node_modules/@babel/helper-string-parser": { @@ -1049,9 +1049,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.24.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.3.tgz", - "integrity": "sha512-mnEOh4iE4USSccBOtcrjF5nj+5/zm6NcNhbSEfR3Ot0pxBwvEn5QVUXcuOwwPkapDtGZ6pT02xLoPaNv06w7KQ==", + "version": "4.24.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.4.tgz", + "integrity": "sha512-K03TljaaoPK5FOyNMZAAEmhlyO49LaE4qCsr0lYHUKyb6QacTNF9pnfPpXnFlFD3TXuFbFbz7tJ51FujUXkXYA==", "cpu": [ "x64" ], diff --git a/docs/package.json b/docs/package.json index c11b1fb3..74a9a803 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.24.3" + "@rollup/rollup-linux-x64-gnu": "^4.24.4" } }