diff --git a/docs/package-lock.json b/docs/package-lock.json index 3abfdee..d4d0bdc 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -8,6 +8,9 @@ "name": "github-backup", "version": "1.0.0", "license": "MIT", + "dependencies": { + "@rollup/rollup-linux-x64-gnu": "4.59.0" + }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.26", "@vuepress/plugin-register-components": "2.0.0-rc.123", @@ -16,7 +19,7 @@ "vuepress": "2.0.0-rc.26" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.57.1" + "@rollup/rollup-linux-x64-gnu": "^4.59.0" } }, "node_modules/@babel/helper-string-parser": { @@ -1250,9 +1253,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.57.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.57.1.tgz", - "integrity": "sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==", + "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/docs/package.json b/docs/package.json index 6006097..45ac6b6 100644 --- a/docs/package.json +++ b/docs/package.json @@ -28,6 +28,6 @@ "vuepress": "2.0.0-rc.26" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.57.1" + "@rollup/rollup-linux-x64-gnu": "^4.59.0" } }