@diplodoc/cli 5.11.4-fix-vcs-1 → 5.11.4-fix-vcs-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16543,7 +16543,7 @@ var GithubVcsConnector = class {
16543
16543
  }
16544
16544
  async getResourcesByPath() {
16545
16545
  return {
16546
- csp: [{ "image-src": ["https://avatars.githubusercontent.com"] }]
16546
+ csp: [{ "img-src": ["https://avatars.githubusercontent.com"] }]
16547
16547
  };
16548
16548
  }
16549
16549
  async fillContributors(baseDir) {