diff --git a/package-lock.json b/package-lock.json index 3bf952c..7ad87e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,9 @@ "name": "discue-io-api-docs", "version": "0.7.0", "license": "MIT", + "dependencies": { + "@rollup/rollup-linux-x64-gnu": "4.62.3" + }, "devDependencies": { "@discue/ui-components": "^1.7.0", "@discue/vuepress-plugin-outline": "^0.6.0", @@ -30,7 +33,7 @@ "yaml": "^2.9.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.60.4" + "@rollup/rollup-linux-x64-gnu": "^4.62.3" } }, "node_modules/@alloc/quick-lru": { @@ -2963,12 +2966,15 @@ "license": "MIT" }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.60.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.4.tgz", - "integrity": "sha512-Boiz5+MsaROEWDf+GGEwF8VMHGhlUoQMtIPjOgA5fv4osupqTVnJteQNKJwUcnUog2G55jYXH7KZFFiJe0TEzQ==", + "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==", "cpu": [ "x64" ], + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index 65acb46..cc68da5 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,6 @@ "yaml": "^2.9.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.60.4" + "@rollup/rollup-linux-x64-gnu": "^4.62.3" } } \ No newline at end of file