From 95f4892acc32563db5bbdf726627fa7e76070092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 22:12:16 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 3 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /parachain/docker directory: [yaml](https://github.com/eemeli/yaml). Bumps the npm_and_yarn group with 1 update in the /tee-worker/client-api directory: [picomatch](https://github.com/micromatch/picomatch). Bumps the npm_and_yarn group with 1 update in the /tee-worker/omni-executor/contracts/aa/aa-demo-app directory: [picomatch](https://github.com/micromatch/picomatch). Updates `yaml` from 2.5.0 to 2.8.3 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.5.0...v2.8.3) Updates `picomatch` from 4.0.2 to 4.0.4 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/picomatch/compare/4.0.2...4.0.4) Updates `picomatch` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/picomatch/compare/4.0.2...4.0.4) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.8.3 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: picomatch dependency-version: 4.0.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- parachain/docker/pnpm-lock.yaml | 10 +++++----- tee-worker/client-api/pnpm-lock.yaml | 14 +++++++------- .../contracts/aa/aa-demo-app/pnpm-lock.yaml | 8 +------- 3 files changed, 13 insertions(+), 19 deletions(-) diff --git a/parachain/docker/pnpm-lock.yaml b/parachain/docker/pnpm-lock.yaml index 82341d0823..6c2eeb85b2 100644 --- a/parachain/docker/pnpm-lock.yaml +++ b/parachain/docker/pnpm-lock.yaml @@ -439,9 +439,9 @@ packages: resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} engines: {node: '>=10'} - yaml@2.5.0: - resolution: {integrity: sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==} - engines: {node: '>= 14'} + yaml@2.8.3: + resolution: {integrity: sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==} + engines: {node: '>= 14.6'} hasBin: true yargs-parser@21.1.1: @@ -471,7 +471,7 @@ snapshots: lodash: 4.17.23 readline-sync: 1.4.10 shelljs: 0.8.5 - yaml: 2.5.0 + yaml: 2.8.3 yargs: 17.7.2 transitivePeerDependencies: - bufferutil @@ -1018,7 +1018,7 @@ snapshots: y18n@5.0.8: {} - yaml@2.5.0: {} + yaml@2.8.3: {} yargs-parser@21.1.1: {} diff --git a/tee-worker/client-api/pnpm-lock.yaml b/tee-worker/client-api/pnpm-lock.yaml index bfcdd9353a..65dbfb6797 100644 --- a/tee-worker/client-api/pnpm-lock.yaml +++ b/tee-worker/client-api/pnpm-lock.yaml @@ -878,8 +878,8 @@ packages: picocolors@1.1.1: resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} - picomatch@4.0.2: - resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} + picomatch@4.0.4: + resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==} engines: {node: '>=12'} pirates@4.0.7: @@ -1829,9 +1829,9 @@ snapshots: eventemitter3@5.0.1: {} - fdir@6.4.6(picomatch@4.0.2): + fdir@6.4.6(picomatch@4.0.4): optionalDependencies: - picomatch: 4.0.2 + picomatch: 4.0.4 fetch-blob@3.2.0: dependencies: @@ -1968,7 +1968,7 @@ snapshots: picocolors@1.1.1: {} - picomatch@4.0.2: {} + picomatch@4.0.4: {} pirates@4.0.7: {} @@ -2100,8 +2100,8 @@ snapshots: tinyglobby@0.2.14: dependencies: - fdir: 6.4.6(picomatch@4.0.2) - picomatch: 4.0.2 + fdir: 6.4.6(picomatch@4.0.4) + picomatch: 4.0.4 tr46@1.0.1: dependencies: diff --git a/tee-worker/omni-executor/contracts/aa/aa-demo-app/pnpm-lock.yaml b/tee-worker/omni-executor/contracts/aa/aa-demo-app/pnpm-lock.yaml index 5d64dc0b70..4750a93a96 100644 --- a/tee-worker/omni-executor/contracts/aa/aa-demo-app/pnpm-lock.yaml +++ b/tee-worker/omni-executor/contracts/aa/aa-demo-app/pnpm-lock.yaml @@ -3746,10 +3746,6 @@ packages: picocolors@1.1.1: resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} - picomatch@2.3.1: - resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} - engines: {node: '>=8.6'} - picomatch@2.3.2: resolution: {integrity: sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==} engines: {node: '>=8.6'} @@ -8753,7 +8749,7 @@ snapshots: anymatch@3.1.3: dependencies: normalize-path: 3.0.0 - picomatch: 2.3.1 + picomatch: 2.3.2 argparse@1.0.10: dependencies: @@ -10565,8 +10561,6 @@ snapshots: picocolors@1.1.1: {} - picomatch@2.3.1: {} - picomatch@2.3.2: {} pify@3.0.0: {}