From 853f7cd26ec587138ff3668d21912a9d36ca3b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 21:47:18 +0000 Subject: [PATCH] build(deps-dev): bump @faker-js/faker from 9.8.0 to 9.9.0 in /backend (#8740) Bumps [@faker-js/faker](https://github.com/faker-js/faker) from 9.8.0 to 9.9.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.8.0...v9.9.0) --- updated-dependencies: - dependency-name: "@faker-js/faker" dependency-version: 9.9.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index 4686aac97..9f344460a 100644 --- a/backend/package.json +++ b/backend/package.json @@ -93,7 +93,7 @@ }, "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0", - "@faker-js/faker": "9.8.0", + "@faker-js/faker": "9.9.0", "@types/email-templates": "^10.0.4", "@types/jest": "^29.5.14", "@types/jsonwebtoken": "~8.5.1", diff --git a/backend/yarn.lock b/backend/yarn.lock index 185d9c399..b3acf14df 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -1007,10 +1007,10 @@ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2" integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q== -"@faker-js/faker@9.8.0": - version "9.8.0" - resolved "https://registry.yarnpkg.com/@faker-js/faker/-/faker-9.8.0.tgz#3344284028d1c9dc98dee2479f82939310370d88" - integrity sha512-U9wpuSrJC93jZBxx/Qq2wPjCuYISBueyVUGK7qqdmj7r/nxaxwW8AQDCLeRO7wZnjj94sh3p246cAYjUKuqgfg== +"@faker-js/faker@9.9.0": + version "9.9.0" + resolved "https://registry.yarnpkg.com/@faker-js/faker/-/faker-9.9.0.tgz#3ad015fbbaaae7af3149555e0f22b4b30134c69d" + integrity sha512-OEl393iCOoo/z8bMezRlJu+GlRGlsKbUAN7jKB6LhnKoqKve5DXRpalbItIIcwnCjs1k/FOPjFzcA6Qn+H+YbA== "@graphql-toolkit/common@0.10.4": version "0.10.4"