diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e57b16d19..5578647c5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -174,7 +174,7 @@ catalogs: overrides: axios: ^1.15.0 fast-xml-parser: ^5.7.0 - js-yaml@<3.15.0: 5.3.0 + js-yaml@<3.15.0: 5.4.2 yauzl: 3.4.0 importers: @@ -4023,8 +4023,8 @@ packages: resolution: {integrity: sha512-SFNOvSJ+Dgf/9An904Yx+CgSlIPCkIpao4qo51lpee25TIRejdH3rhR4EZMGoNx3/TP3O+wzWuiTFl4sqbltzA==} hasBin: true - js-yaml@5.3.0: - resolution: {integrity: sha512-muutsYr+e2+d3rTgUGslq5rxbBlUy3cJ61IsHag2QNDQV+7zXWjkUpmALIajhrlLlrgRUiymj6U3zUr/TMK84Q==} + js-yaml@5.4.2: + resolution: {integrity: sha512-m+aqu+LwO1O6sIopafj8HUVl5aawITwZQe/yHpMCKjaWBaA/d07B/QdMb3529REftiU+RMMHL3Vlsw3hON7vWg==} hasBin: true jsesc@3.1.0: @@ -6582,7 +6582,7 @@ snapshots: camelcase: 5.3.1 find-up: 4.1.0 get-package-type: 0.1.0 - js-yaml: 5.3.0 + js-yaml: 5.4.2 resolve-from: 5.0.0 '@istanbuljs/schema@0.1.6': {} @@ -7055,7 +7055,7 @@ snapshots: '@types/body-parser@1.19.6': dependencies: '@types/connect': 3.4.38 - '@types/node': 24.13.3 + '@types/node': 24.13.4 '@types/chai@5.2.3': dependencies: @@ -7064,7 +7064,7 @@ snapshots: '@types/connect@3.4.38': dependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.4 '@types/cookiejar@2.1.5': {} @@ -7074,7 +7074,7 @@ snapshots: '@types/express-serve-static-core@5.1.3': dependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.4 '@types/qs': 6.15.1 '@types/range-parser': 1.2.7 '@types/send': 1.2.1 @@ -7123,12 +7123,12 @@ snapshots: '@types/send@1.2.1': dependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.4 '@types/serve-static@2.2.0': dependencies: '@types/http-errors': 2.0.5 - '@types/node': 24.13.3 + '@types/node': 24.13.4 '@types/sinon@22.0.0': dependencies: @@ -7146,7 +7146,7 @@ snapshots: dependencies: '@types/cookiejar': 2.1.5 '@types/methods': 1.1.4 - '@types/node': 24.13.3 + '@types/node': 24.13.4 form-data: 4.0.6 '@types/supertest@7.2.1': @@ -8582,7 +8582,7 @@ snapshots: dependencies: argparse: 2.0.1 - js-yaml@5.3.0: + js-yaml@5.4.2: dependencies: argparse: 2.0.1 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 236b6a5d7..2888b3e58 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -3,7 +3,7 @@ packages: overrides: axios: ^1.15.0 fast-xml-parser: ^5.7.0 - js-yaml@<3.15.0: 5.3.0 + js-yaml@<3.15.0: 5.4.2 yauzl: 3.4.0 strictDepBuilds: true blockExoticSubdeps: true