From b23b0063f8dab2f166724edafcd1c80799086361 Mon Sep 17 00:00:00 2001 From: Daniil Poletaev Date: Wed, 10 Jun 2026 14:05:08 +0200 Subject: [PATCH] chore: fix vulnerabilities --- pnpm-lock.yaml | 21 +++++++++++++++++---- pnpm-workspace.yaml | 3 +++ 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0483fcdf..449e545a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,6 +4,9 @@ settings: autoInstallPeers: true excludeLinksFromLockfile: false +overrides: + form-data: 2.5.4 + importers: .: @@ -1399,9 +1402,10 @@ packages: form-data-encoder@1.7.2: resolution: {integrity: sha512-qfqtYan3rxrnCk1VYaA4H+Ms9xdpPqvLZa6xmMgFvhO32x7/3J/ExcTd6qpxM0vH2GdMI+poehyBZvqfMTto8A==} - form-data@2.3.3: - resolution: {integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==} + form-data@2.5.4: + resolution: {integrity: sha512-Y/3MmRiR8Nd+0CUtrbvcKtKzLWiUfpQ7DFVggH8PwmGt/0r7RSy32GuP4hpCJlQNEBusisSx1DLtD8uD386HJQ==} engines: {node: '>= 0.12'} + deprecated: This version has an incorrect dependency; please use v2.5.5 forwarded@0.2.0: resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} @@ -1572,6 +1576,10 @@ packages: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} engines: {node: '>=8'} + has-own@1.0.1: + resolution: {integrity: sha512-RDKhzgQTQfMaLvIFhjahU+2gGnRBK6dYOd5Gd9BzkmnBneOCRYjRC003RIMrdAbH52+l+CnMS4bBCXGer8tEhg==} + deprecated: This project is not maintained. Use Object.hasOwn() instead. + has-property-descriptors@1.0.2: resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} @@ -4467,11 +4475,14 @@ snapshots: form-data-encoder@1.7.2: {} - form-data@2.3.3: + form-data@2.5.4: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 + es-set-tostringtag: 2.1.0 + has-own: 1.0.1 mime-types: 2.1.35 + safe-buffer: 5.2.1 forwarded@0.2.0: {} @@ -4656,6 +4667,8 @@ snapshots: has-flag@4.0.0: {} + has-own@1.0.1: {} + has-property-descriptors@1.0.2: dependencies: es-define-property: 1.0.1 @@ -5566,7 +5579,7 @@ snapshots: combined-stream: 1.0.8 extend: 3.0.2 forever-agent: 0.6.1 - form-data: 2.3.3 + form-data: 2.5.4 har-validator: 5.1.5 http-signature: 1.2.0 is-typedarray: 1.0.0 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 250a5d54..500cb6cb 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -23,3 +23,6 @@ allowBuilds: # benefit (only allowlisted scripts run) without making installs flaky on every # dependency bump. strictDepBuilds: false + +overrides: + "form-data": "2.5.4"