From 0d16ddcc6f64e3b1da9c6e6286b64ca6d2fecab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:11:10 +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 /benchmark directory: [form-data](https://github.com/form-data/form-data). Bumps the npm_and_yarn group with 1 update in the /src/e2e directory: [js-yaml](https://github.com/nodeca/js-yaml). Bumps the npm_and_yarn group with 1 update in the /thea-code directory: [js-yaml](https://github.com/nodeca/js-yaml). Updates `form-data` from 4.0.5 to 4.0.6 - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](https://github.com/form-data/form-data/compare/v4.0.5...v4.0.6) Updates `js-yaml` from 4.1.1 to 5.2.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...5.2.1) Updates `js-yaml` from 4.1.1 to 5.2.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...5.2.1) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.6 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 5.2.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 5.2.1 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- benchmark/package-lock.json | 10 +++++----- src/e2e/package-lock.json | 20 +++++++++++++++----- src/e2e/package.json | 2 +- thea-code/package-lock.json | 18 ++++++++++++++---- thea-code/package.json | 2 +- 5 files changed, 36 insertions(+), 16 deletions(-) diff --git a/benchmark/package-lock.json b/benchmark/package-lock.json index 024cd96e..5ce95152 100644 --- a/benchmark/package-lock.json +++ b/benchmark/package-lock.json @@ -1209,17 +1209,17 @@ } }, "node_modules/form-data": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", - "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.6.tgz", + "integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==", "dev": true, "license": "MIT", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", "es-set-tostringtag": "^2.1.0", - "hasown": "^2.0.2", - "mime-types": "^2.1.12" + "hasown": "^2.0.4", + "mime-types": "^2.1.35" }, "engines": { "node": ">= 6" diff --git a/src/e2e/package-lock.json b/src/e2e/package-lock.json index f9109d73..f76cc924 100644 --- a/src/e2e/package-lock.json +++ b/src/e2e/package-lock.json @@ -1127,16 +1127,26 @@ } }, "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", - "dev": true, + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.1.tgz", + "integrity": "sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, "bin": { - "js-yaml": "bin/js-yaml.js" + "js-yaml": "bin/js-yaml.mjs" } }, "node_modules/jszip": { diff --git a/src/e2e/package.json b/src/e2e/package.json index 622b1178..6b9c5265 100644 --- a/src/e2e/package.json +++ b/src/e2e/package.json @@ -31,6 +31,6 @@ "minimatch": ">=10.2.5", "picomatch": ">=4.0.4", "serialize-javascript": ">=7.0.5", - "js-yaml": ">=4.1.1" + "js-yaml": ">=5.2.1" } } diff --git a/thea-code/package-lock.json b/thea-code/package-lock.json index 12d5fecd..0f974e2e 100644 --- a/thea-code/package-lock.json +++ b/thea-code/package-lock.json @@ -3357,16 +3357,26 @@ } }, "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.1.tgz", + "integrity": "sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, "bin": { - "js-yaml": "bin/js-yaml.js" + "js-yaml": "bin/js-yaml.mjs" } }, "node_modules/json-buffer": { diff --git a/thea-code/package.json b/thea-code/package.json index 6a0a4ab6..24284a78 100644 --- a/thea-code/package.json +++ b/thea-code/package.json @@ -49,7 +49,7 @@ "overrides": { "flatted": ">=3.4.2", "glob": "^11.1.0", - "js-yaml": ">=4.1.1", + "js-yaml": ">=5.2.1", "minimatch": ">=10.2.5", "picomatch": ">=4.0.4", "serialize-javascript": ">=7.0.5"