svgicons2svgfont: Patch to fix Node 22 punycode DeprecationWarning.

(node:13734) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
    (Use `node --trace-deprecation ...` to show where the warning was created)

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-11-08 14:23:37 -08:00
committed by Anders Kaseorg
parent 0d7199b22e
commit 9b7a4c89ec
4 changed files with 34 additions and 3 deletions

View File

@@ -164,6 +164,7 @@
},
"patchedDependencies": {
"source-sans@3.46.0": "patches/source-sans@3.46.0.patch",
"svgicons2svgfont": "patches/svgicons2svgfont.patch",
"tippy.js@6.3.7": "patches/tippy.js@6.3.7.patch"
}
},