diff --git a/docs/package-lock.json b/docs/package-lock.json index 7d6b1a8..37369b7 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.62.3" + "@rollup/rollup-linux-x64-gnu": "4.62.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.62.3" + "@rollup/rollup-linux-x64-gnu": "^4.62.4" } }, "node_modules/@babel/generator": { @@ -1056,9 +1056,9 @@ "license": "MIT" }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.62.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.3.tgz", - "integrity": "sha512-V4KtWtQfAFMU7+9/A/VDps/VI8CHd3cYz0L8sgJzz8qK7eY7wI4ruFD82UYIYvW9Z4DtlTfhQcsl4XyPHW5uSg==", + "version": "4.62.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.4.tgz", + "integrity": "sha512-W69hukhZ3KKNRCaMIEzKvcFye42hh0FE1+YoYaf5+Ikacuftoco6yO/xouz0hc5d5W/s3yBro5jRiuEE/Q5vUw==", "cpu": [ "x64" ], diff --git a/docs/package.json b/docs/package.json index ba3abec..a261a6c 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.62.3" + "@rollup/rollup-linux-x64-gnu": "^4.62.4" } }