chore: bump dependencies (#10967)

This commit is contained in:
Almeida
2025-07-13 20:39:47 +01:00
committed by GitHub
parent 8bdea6232b
commit de2b2dd330
50 changed files with 6301 additions and 7049 deletions

View File

@@ -20,7 +20,7 @@ for await (const file of globber.globGenerator()) {
const { name } = JSON.parse(data);
const { url } = await put(`${name.replace('@discordjs/', '')}/${parsed.groups.semver}.json`, data, {
access: 'public',
addRandomSuffix: false,
allowOverwrite: true,
});
await pool.sql`insert into documentation (name, version, url) values (${name.replace('@discordjs/', '')}, ${
parsed.groups.semver
@@ -34,7 +34,7 @@ for await (const file of globber.globGenerator()) {
const { name } = JSON.parse(data);
const { url } = await put(`${name.replace('@discordjs/', '')}/main.json`, data, {
access: 'public',
addRandomSuffix: false,
allowOverwrite: true,
});
await pool.sql`insert into documentation (name, version, url) values (${name.replace(
'@discordjs/',