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"