From 7085b3ef8db13784e32d6100245432f299e68065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 13:48:57 +0000 Subject: [PATCH] chore(deps): bump @faker-js/faker from 9.9.0 to 10.5.0 Bumps [@faker-js/faker](https://github.com/faker-js/faker) from 9.9.0 to 10.5.0. - [Release notes](https://github.com/faker-js/faker/releases) - [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md) - [Commits](https://github.com/faker-js/faker/compare/v9.9.0...v10.5.0) --- updated-dependencies: - dependency-name: "@faker-js/faker" dependency-version: 10.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 16 +++++++++------- services/libs/test-kit/package.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6eabbf017d..9ae8483ab4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -581,7 +581,7 @@ importers: version: 24.13.3 eslint: specifier: 'catalog:' - version: 8.57.0(supports-color@5.5.0) + version: 8.57.0(supports-color@8.1.1) nodemon: specifier: ^3.0.1 version: 3.1.0 @@ -2990,8 +2990,8 @@ importers: specifier: workspace:* version: link:../types '@faker-js/faker': - specifier: ^9.9.0 - version: 9.9.0 + specifier: ^10.5.0 + version: 10.6.0 pg-promise: specifier: 'catalog:' version: 11.6.0 @@ -4189,9 +4189,9 @@ packages: '@exodus/schemasafe@1.3.0': resolution: {integrity: sha512-5Aap/GaRupgNx/feGBwLLTVv8OQFfv3pq2lPRzPg9R+IOBnDgghTGW7l7EuVXOvg5cc/xSAlRW8rBrjIC3Nvqw==} - '@faker-js/faker@9.9.0': - resolution: {integrity: sha512-OEl393iCOoo/z8bMezRlJu+GlRGlsKbUAN7jKB6LhnKoqKve5DXRpalbItIIcwnCjs1k/FOPjFzcA6Qn+H+YbA==} - engines: {node: '>=18.0.0', npm: '>=9.0.0'} + '@faker-js/faker@10.6.0': + resolution: {integrity: sha512-3RQHgEtvL1Frl/d1cSreo7qhJ3Gk1OdNUai/CtZ8G+wYeRQnJih3s9xJ9/kgYekPQRdwgh0HXRPqMlzWGwivIQ==} + engines: {node: ^20.19.0 || ^22.13.0 || ^23.5.0 || >=24.0.0, npm: '>=10'} '@fastify/busboy@2.1.1': resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==} @@ -9589,6 +9589,7 @@ packages: prom-client@15.1.3: resolution: {integrity: sha512-6ZiOBfCywsD4k1BN9IX0uZhF+tJkV8q8llP64G5Hajs4JOeVLPCwpPVcpXy3BwYiUGgyJzsJJQeOIv7+hDSq8g==} engines: {node: ^16 || ^18 || >=20} + deprecated: prom-client has been replaced by @prometheus-io/client proto-list@1.2.4: resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==} @@ -10787,6 +10788,7 @@ packages: utilium@1.10.1: resolution: {integrity: sha512-GQINDTb/ocyz4acQj3GXAe0wipYxws6L+9ouqaq10KlInTk9DGvW9TJd0pYa/Xu3cppNnZuB4T/sBuSXpcN2ng==} + deprecated: v1 is no longer supported, please upgrade. utils-merge@1.0.1: resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} @@ -13446,7 +13448,7 @@ snapshots: '@exodus/schemasafe@1.3.0': {} - '@faker-js/faker@9.9.0': {} + '@faker-js/faker@10.6.0': {} '@fastify/busboy@2.1.1': {} diff --git a/services/libs/test-kit/package.json b/services/libs/test-kit/package.json index a4df7b5062..62590bae0a 100644 --- a/services/libs/test-kit/package.json +++ b/services/libs/test-kit/package.json @@ -19,7 +19,7 @@ "@crowd/database": "workspace:*", "@crowd/integrations": "workspace:*", "@crowd/types": "workspace:*", - "@faker-js/faker": "^9.9.0", + "@faker-js/faker": "^10.5.0", "pg-promise": "catalog:" }, "devDependencies": {