diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 834f23bd13..a546324f20 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -781,8 +781,8 @@ importers: specifier: workspace:* version: link:../../packages/mock-account-service-lib yaml: - specifier: ^2.4.5 - version: 2.4.5 + specifier: ^2.5.0 + version: 2.5.0 packages: @@ -9604,7 +9604,7 @@ packages: resolution: {integrity: sha512-VidlUyNzXMaVsuM79sjSvwC4nfojkP2VneL+Zfs538M2XFnffZDhx6veqnz/evCNIYGyz5O+1fgL6+g0NLWTBA==} engines: {node: '>= 6.0.0'} dependencies: - yaml: 2.4.5 + yaml: 2.5.0 dev: true /docker-modem@3.0.6: @@ -15835,7 +15835,7 @@ packages: dependencies: lilconfig: 2.1.0 postcss: 8.4.38 - yaml: 2.4.5 + yaml: 2.5.0 dev: true /postcss-modules-extract-imports@3.0.0(postcss@8.4.38): @@ -19163,8 +19163,8 @@ packages: engines: {node: '>= 14'} hasBin: true - /yaml@2.4.5: - resolution: {integrity: sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==} + /yaml@2.5.0: + resolution: {integrity: sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==} engines: {node: '>= 14'} hasBin: true dev: true diff --git a/test/integration/package.json b/test/integration/package.json index 80dfc003f0..0ad5921baf 100644 --- a/test/integration/package.json +++ b/test/integration/package.json @@ -25,6 +25,6 @@ "hostile": "^1.4.0", "koa": "^2.15.3", "mock-account-service-lib": "workspace:*", - "yaml": "^2.4.5" + "yaml": "^2.5.0" } }