From acc57abab8de5048eaf5b34f0861e9c8ed0310cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 17:10:11 +0000 Subject: [PATCH] fix(deps): update dependency @sapphire/pieces to ^4.3.0 --- packages/core/package.json | 2 +- packages/framework/package.json | 2 +- plugins/fastify-plugin/package.json | 2 +- pnpm-lock.yaml | 28 ++++++++++++++-------------- services/kanao-cache/package.json | 2 +- services/kanao-gateway/package.json | 2 +- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index cf2dd37f..1d286ce9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -39,7 +39,7 @@ "@nezuchan/decorators": "^0.3.0", "@nezuchan/kanao-schema": "workspace:^", "@nezuchan/utilities": "^0.7.0", - "@sapphire/pieces": "^4.2.2", + "@sapphire/pieces": "^4.3.0", "@sapphire/result": "^2.6.6", "@sapphire/snowflake": "^3.5.3", "@sapphire/utilities": "^3.16.2", diff --git a/packages/framework/package.json b/packages/framework/package.json index e79fb4c2..67acb5e1 100644 --- a/packages/framework/package.json +++ b/packages/framework/package.json @@ -37,7 +37,7 @@ "@discordjs/collection": "^2.1.0", "@nezuchan/core": "workspace:^", "@sapphire/lexure": "^1.1.7", - "@sapphire/pieces": "^4.2.2", + "@sapphire/pieces": "^4.3.0", "@sapphire/result": "^2.6.6", "@sapphire/utilities": "^3.16.2", "amqplib": "^0.10.4", diff --git a/plugins/fastify-plugin/package.json b/plugins/fastify-plugin/package.json index 99127816..040c9f2a 100644 --- a/plugins/fastify-plugin/package.json +++ b/plugins/fastify-plugin/package.json @@ -45,7 +45,7 @@ "@fastify/middie": "^8.3.1", "@nezuchan/core": "workspace:^", "@nezuchan/framework": "workspace:^", - "@sapphire/pieces": "^4.2.2", + "@sapphire/pieces": "^4.3.0", "@sapphire/result": "^2.6.6", "@sapphire/utilities": "^3.16.2", "fastify": "^4.28.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 94f6aeda..8ee390c2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -49,8 +49,8 @@ importers: specifier: ^0.7.0 version: 0.7.0(amqplib@0.10.4) '@sapphire/pieces': - specifier: ^4.2.2 - version: 4.2.2 + specifier: ^4.3.0 + version: 4.3.0 '@sapphire/result': specifier: ^2.6.6 version: 2.6.6 @@ -92,8 +92,8 @@ importers: specifier: ^1.1.7 version: 1.1.7 '@sapphire/pieces': - specifier: ^4.2.2 - version: 4.2.2 + specifier: ^4.3.0 + version: 4.3.0 '@sapphire/result': specifier: ^2.6.6 version: 2.6.6 @@ -148,8 +148,8 @@ importers: specifier: workspace:^ version: link:../../packages/framework '@sapphire/pieces': - specifier: ^4.2.2 - version: 4.2.2 + specifier: ^4.3.0 + version: 4.3.0 '@sapphire/result': specifier: ^2.6.6 version: 2.6.6 @@ -172,8 +172,8 @@ importers: specifier: ^0.7.0 version: 0.7.0(amqplib@0.10.4) '@sapphire/pieces': - specifier: ^4.2.2 - version: 4.2.2 + specifier: ^4.3.0 + version: 4.3.0 '@sapphire/result': specifier: ^2.6.6 version: 2.6.6 @@ -267,8 +267,8 @@ importers: specifier: ^0.7.0 version: 0.7.0(amqplib@0.10.4) '@sapphire/pieces': - specifier: ^4.2.2 - version: 4.2.2 + specifier: ^4.3.0 + version: 4.3.0 '@sapphire/result': specifier: ^2.6.6 version: 2.6.6 @@ -901,8 +901,8 @@ packages: resolution: {integrity: sha512-6PqU2/V+w1k4DHbZ8erIH+iaT/kAmLfReiWNUURt1akfrPTWqlVYWfuxkHXF0JMPk53r4NIkZoitiWwGUtPF+Q==} engines: {node: '>=v14.0.0', npm: '>=7.0.0'} - '@sapphire/pieces@4.2.2': - resolution: {integrity: sha512-DvAC+zTgm5o41D6iX+jBjMp+rRmoHPKNYnav6v6vQLTxBJb+iFMmup9ZREiuXdrh1ejrmVRZojnnI59xQgezwQ==} + '@sapphire/pieces@4.3.0': + resolution: {integrity: sha512-cjxMRN9Lvgd2c/RLKj4I1qWvj9lRDQIHYplMlmqgiL+tFetv8j5Y7D/xNXcX0xVenU93O1L6plYf7DmWMt/M4w==} engines: {node: '>=v14.0.0', npm: '>=7.0.0'} '@sapphire/result@2.6.6': @@ -4254,7 +4254,7 @@ snapshots: '@nezuchan/decorators@0.3.0': dependencies: - '@sapphire/pieces': 4.2.2 + '@sapphire/pieces': 4.3.0 '@sapphire/utilities': 3.16.2 '@nezuchan/utilities@0.7.0(amqplib@0.10.4)': @@ -4293,7 +4293,7 @@ snapshots: dependencies: '@sapphire/result': 2.6.6 - '@sapphire/pieces@4.2.2': + '@sapphire/pieces@4.3.0': dependencies: '@discordjs/collection': 1.5.3 '@sapphire/utilities': 3.16.2 diff --git a/services/kanao-cache/package.json b/services/kanao-cache/package.json index 8ab11190..467fe29a 100644 --- a/services/kanao-cache/package.json +++ b/services/kanao-cache/package.json @@ -23,7 +23,7 @@ "@nezuchan/constants": "^0.9.1", "@nezuchan/kanao-schema": "workspace:^", "@nezuchan/utilities": "^0.7.0", - "@sapphire/pieces": "^4.2.2", + "@sapphire/pieces": "^4.3.0", "@sapphire/result": "^2.6.6", "@sapphire/utilities": "^3.16.2", "@skyra/start-banner": "^2.0.1", diff --git a/services/kanao-gateway/package.json b/services/kanao-gateway/package.json index 2c016fb3..e96b6fb3 100644 --- a/services/kanao-gateway/package.json +++ b/services/kanao-gateway/package.json @@ -20,7 +20,7 @@ "@discordjs/ws": "^1.1.1", "@nezuchan/constants": "^0.9.1", "@nezuchan/utilities": "^0.7.0", - "@sapphire/pieces": "^4.2.2", + "@sapphire/pieces": "^4.3.0", "@sapphire/result": "^2.6.6", "@sapphire/time-utilities": "^1.7.12", "@sapphire/utilities": "^3.16.2",