diff --git a/config/dependencies.yaml b/config/dependencies.yaml index a7b6618c5c9..3f0b3d7376b 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -403,7 +403,8 @@ shared: 'remark-mdx-frontmatter': '3.0.0' 'remark-smartypants': '2.0.0' 'sharp': '0.32.3' - 'svg-to-pdfkit': 'https://github.com/eriese/SVG-to-PDFKit' + # see: https://github.com/npm/cli/issues/2610#issuecomment-1295371753 + 'svg-to-pdfkit': 'https://git@github.com/eriese/SVG-to-PDFKit' 'tlds': '1.240.0' 'to-vfile': '8.0.0' 'unist-util-visit': *unist-util-visit diff --git a/sites/shared/package.json b/sites/shared/package.json index 4ed63e2d082..69b1841854e 100644 --- a/sites/shared/package.json +++ b/sites/shared/package.json @@ -52,7 +52,7 @@ "remark-mdx-frontmatter": "3.0.0", "remark-smartypants": "2.0.0", "sharp": "0.32.3", - "svg-to-pdfkit": "https://github.com/eriese/SVG-to-PDFKit", + "svg-to-pdfkit": "https://git@github.com/eriese/SVG-to-PDFKit", "tlds": "1.240.0", "to-vfile": "8.0.0", "unist-util-visit": "5.0.0",