diff --git a/docs/package-lock.json b/docs/package-lock.json index e53020a..b42e1ef 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.60.4" + }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.29", "@vuepress/plugin-register-components": "2.0.0-rc.128", @@ -16,7 +19,7 @@ "vuepress": "2.0.0-rc.29" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.60.3" + "@rollup/rollup-linux-x64-gnu": "^4.60.4" } }, "node_modules/@babel/generator": { @@ -1426,9 +1429,9 @@ "license": "MIT" }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.60.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.3.tgz", - "integrity": "sha512-DAZDBHQfG2oQuhY7mc6I3/qB4LU2fQCjRvxbDwd/Jdvb9fypP4IJ4qmtu6lNjes6B531AI8cg1aKC2di97bUxA==", + "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==", "cpu": [ "x64" ], diff --git a/docs/package.json b/docs/package.json index 9d7f43c..2bd38b3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -28,6 +28,6 @@ "vuepress": "2.0.0-rc.29" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.60.3" + "@rollup/rollup-linux-x64-gnu": "^4.60.4" } }