diff --git a/package-lock.json b/package-lock.json index 1c8f62c..75cf66d 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.59.0" + }, "devDependencies": { "@discue/ui-components": "^1.7.0", "@discue/vuepress-plugin-outline": "^0.6.0", @@ -30,7 +33,7 @@ "yaml": "^2.8.2" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.53.5" + "@rollup/rollup-linux-x64-gnu": "^4.59.0" } }, "node_modules/@alloc/quick-lru": { @@ -2852,9 +2855,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.54.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.54.0.tgz", - "integrity": "sha512-WGt5J8Ij/rvyqpFexxk3ffKqqbLf9AqrTBbWDk7ApGUzaIs6V+s2s84kAxklFwmMF/vBNGrVdYgbblCOFFezMQ==", + "version": "4.59.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz", + "integrity": "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 3d36591..20568f6 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,6 @@ "yaml": "^2.8.2" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.53.5" + "@rollup/rollup-linux-x64-gnu": "^4.59.0" } } \ No newline at end of file