From cb089db177110c70b68be2c8a542350d319d9846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 09:38:21 +0000 Subject: [PATCH] chore(deps-dev): bump @faker-js/faker from 9.9.0 to 10.4.0 in /network Bumps [@faker-js/faker](https://github.com/faker-js/faker) from 9.9.0 to 10.4.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.4.0) --- updated-dependencies: - dependency-name: "@faker-js/faker" dependency-version: 10.4.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- network/package-lock.json | 36 ++++++------------------------------ network/package.json | 2 +- 2 files changed, 7 insertions(+), 31 deletions(-) diff --git a/network/package-lock.json b/network/package-lock.json index 4fbe3a64b..eed2f8750 100644 --- a/network/package-lock.json +++ b/network/package-lock.json @@ -26,7 +26,7 @@ "sequelize-cli": "^6.6.3" }, "devDependencies": { - "@faker-js/faker": "^9.9.0", + "@faker-js/faker": "^10.4.0", "eslint": "^8.56.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.32.0", @@ -689,9 +689,9 @@ } }, "node_modules/@faker-js/faker": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-9.9.0.tgz", - "integrity": "sha512-OEl393iCOoo/z8bMezRlJu+GlRGlsKbUAN7jKB6LhnKoqKve5DXRpalbItIIcwnCjs1k/FOPjFzcA6Qn+H+YbA==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-10.4.0.tgz", + "integrity": "sha512-sDBWI3yLy8EcDzgobvJTWq1MJYzAkQdpjXuPukga9wXonhpMRvd1Izuo2Qgwey2OiEoRIBr35RMU9HJRoOHzpw==", "dev": true, "funding": [ { @@ -701,8 +701,8 @@ ], "license": "MIT", "engines": { - "node": ">=18.0.0", - "npm": ">=9.0.0" + "node": "^20.19.0 || ^22.13.0 || ^23.5.0 || >=24.0.0", + "npm": ">=10" } }, "node_modules/@hapi/hoek": { @@ -1759,9 +1759,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1776,9 +1773,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1793,9 +1787,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1810,9 +1801,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1827,9 +1815,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1844,9 +1829,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1861,9 +1843,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1878,9 +1857,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ diff --git a/network/package.json b/network/package.json index 7b02ddccd..b52aa81ed 100644 --- a/network/package.json +++ b/network/package.json @@ -42,7 +42,7 @@ ] }, "devDependencies": { - "@faker-js/faker": "^9.9.0", + "@faker-js/faker": "^10.4.0", "eslint": "^8.56.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.32.0",