mirror of
https://github.com/zulip/zulip.git
synced 2025-11-22 07:21:23 +00:00
dependencies: Upgrade JavaScript dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
9a4728425d
commit
cac3bca409
@@ -4,7 +4,7 @@ const assert = require("node:assert/strict");
|
||||
const Module = require("node:module");
|
||||
const path = require("node:path");
|
||||
|
||||
const callsites = require("callsites");
|
||||
const {default: callsites} = require("callsites");
|
||||
|
||||
const $ = require("./zjquery.cjs");
|
||||
|
||||
|
||||
@@ -117,7 +117,7 @@ function get_realm_emoji_url(emoji_name) {
|
||||
const regex = /#foo(\d+)(?!\w)/g;
|
||||
const linkifier_map = new Map();
|
||||
linkifier_map.set(regex, {
|
||||
url_template: url_template_lib.parse("http://foo.com/{id}"),
|
||||
url_template: url_template_lib.parseTemplate("http://foo.com/{id}"),
|
||||
group_number_to_name: {1: "id"},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user