diff --git a/docs/package-lock.json b/docs/package-lock.json index 0f4d1dc..1df2ca1 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.57.1" + }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.26", "@vuepress/plugin-register-components": "2.0.0-rc.122", @@ -16,7 +19,7 @@ "vuepress": "2.0.0-rc.26" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.57.0" + "@rollup/rollup-linux-x64-gnu": "^4.57.1" } }, "node_modules/@babel/helper-string-parser": { @@ -1250,9 +1253,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.57.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.57.0.tgz", - "integrity": "sha512-OR5p5yG5OKSxHReWmwvM0P+VTPMwoBS45PXTMYaskKQqybkS3Kmugq1W+YbNWArF8/s7jQScgzXUhArzEQ7x0A==", + "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==", "cpu": [ "x64" ], diff --git a/docs/package.json b/docs/package.json index a82c864..c20a93f 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.0" + "@rollup/rollup-linux-x64-gnu": "^4.57.1" } }