diff --git a/docs/package-lock.json b/docs/package-lock.json index e645310d3..47042dbcd 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -8,6 +8,9 @@ "name": "dsf-documentation", "version": "0.0.0", "license": "MIT", + "dependencies": { + "@rollup/rollup-linux-x64-gnu": "4.62.5" + }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.30", "@vuepress/plugin-markdown-image": "2.0.0-rc.132", @@ -24,7 +27,7 @@ "vuepress-theme-hope": "2.0.0-rc.107" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.62.4" + "@rollup/rollup-linux-x64-gnu": "4.62.5" } }, "node_modules/@babel/generator": { @@ -2061,12 +2064,15 @@ "license": "MIT" }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "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==", + "version": "4.62.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.5.tgz", + "integrity": "sha512-6RHPJR1g/uvdYU8uXBnfq3nlqyZCP82Fr6NHgfGoaIeSh0YEqnX/x6uA9MmJJbnSH7swqX4F+CkGdUF+6doiQA==", "cpu": [ "x64" ], + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ diff --git a/docs/package.json b/docs/package.json index 4e91d9252..808615dd4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -29,6 +29,6 @@ "vuepress-theme-hope": "2.0.0-rc.107" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.62.4" + "@rollup/rollup-linux-x64-gnu": "4.62.5" } }