diff --git a/package-lock.json b/package-lock.json index 80559dd7..6308a220 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6006,9 +6006,9 @@ "dev": true }, "gitbook-plugin-github": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/gitbook-plugin-github/-/gitbook-plugin-github-2.0.0.tgz", - "integrity": "sha1-UWbnY8/MQC1DKIC3pshcHFS1ao0=" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/gitbook-plugin-github/-/gitbook-plugin-github-3.0.0.tgz", + "integrity": "sha1-Z0V9+YpX6o75slGLiDQNs3ClMXs=" }, "gitbook-plugin-include": { "version": "0.1.0", diff --git a/package.json b/package.json index d1171ae2..f55ca385 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "start-server-and-test": "1.10.0" }, "dependencies": { - "gitbook-plugin-github": "^2.0.0", + "gitbook-plugin-github": "^3.0.0", "gitbook-plugin-include": "^0.1.0", "gitbook-plugin-include-codeblock": "^3.2.2" }