From 6c00cf84d814f877cb7b574382c604eb16777347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 14:10:08 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.1.1 to 4.3.2 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.3.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.2/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.3.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 24 +++++++++---------- services/apps/cron_service/package.json | 2 +- services/apps/packages_worker/package.json | 2 +- .../package.json | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e9707dc739..3526829242 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -711,8 +711,8 @@ importers: specifier: ^1.3.0 version: 1.3.2 js-yaml: - specifier: ^4.1.0 - version: 4.1.1 + specifier: ^4.3.2 + version: 4.3.2 p-queue: specifier: ^8.1.0 version: 8.1.0 @@ -1423,8 +1423,8 @@ importers: specifier: ^5.8.0 version: 5.8.0 js-yaml: - specifier: ^4.1.1 - version: 4.1.1 + specifier: ^4.3.2 + version: 4.3.2 jsonwebtoken: specifier: ^9.0.0 version: 9.0.3 @@ -1784,8 +1784,8 @@ importers: specifier: 'catalog:' version: 1.19.0(debug@4.4.3(supports-color@8.1.1))(supports-color@8.1.1) js-yaml: - specifier: ^4.1.1 - version: 4.1.1 + specifier: ^4.3.2 + version: 4.3.2 moment: specifier: ~2.29.4 version: 2.29.4 @@ -7711,14 +7711,14 @@ packages: resolution: {integrity: sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==} hasBin: true - js-yaml@4.1.1: - resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==} - hasBin: true - js-yaml@4.3.1: resolution: {integrity: sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==} hasBin: true + js-yaml@4.3.2: + resolution: {integrity: sha512-SFNOvSJ+Dgf/9An904Yx+CgSlIPCkIpao4qo51lpee25TIRejdH3rhR4EZMGoNx3/TP3O+wzWuiTFl4sqbltzA==} + hasBin: true + json-bigint@1.0.0: resolution: {integrity: sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==} @@ -17113,11 +17113,11 @@ snapshots: argparse: 1.0.10 esprima: 4.0.1 - js-yaml@4.1.1: + js-yaml@4.3.1: dependencies: argparse: 2.0.1 - js-yaml@4.3.1: + js-yaml@4.3.2: dependencies: argparse: 2.0.1 diff --git a/services/apps/cron_service/package.json b/services/apps/cron_service/package.json index ae41abc0e6..5e64413548 100644 --- a/services/apps/cron_service/package.json +++ b/services/apps/cron_service/package.json @@ -26,7 +26,7 @@ "@dsnp/parquetjs": "^1.7.0", "cron": "^2.1.0", "cron-time-generator": "^1.3.0", - "js-yaml": "^4.1.0", + "js-yaml": "^4.3.2", "p-queue": "^8.1.0", "pidusage": "^3.0.2", "tsx": "catalog:" diff --git a/services/apps/packages_worker/package.json b/services/apps/packages_worker/package.json index 8e26ce1061..c478667652 100644 --- a/services/apps/packages_worker/package.json +++ b/services/apps/packages_worker/package.json @@ -100,7 +100,7 @@ "@temporalio/workflow": "catalog:", "axios": "catalog:", "fast-xml-parser": "^5.8.0", - "js-yaml": "^4.1.1", + "js-yaml": "^4.3.2", "jsonwebtoken": "^9.0.0", "pg-copy-streams": "^7.0.0", "semver": "^7.6.0", diff --git a/services/apps/security_best_practices_worker/package.json b/services/apps/security_best_practices_worker/package.json index 27b877e48d..390376bb80 100644 --- a/services/apps/security_best_practices_worker/package.json +++ b/services/apps/security_best_practices_worker/package.json @@ -20,7 +20,7 @@ "@temporalio/client": "catalog:", "@temporalio/workflow": "catalog:", "axios": "catalog:", - "js-yaml": "^4.1.1", + "js-yaml": "^4.3.2", "moment": "~2.29.4", "tsx": "catalog:" },