From 24af64add999169c396ff8d2cefd95f26b48fdbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:21:23 +0200 Subject: [PATCH] chore(deps-dev): bump @faker-js/faker from 8.1.0 to 8.2.0 (#1093) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dd5c4d7d..b0bc3e32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "devDependencies": { "@commitlint/cli": "^17.7.1", "@commitlint/config-conventional": "^17.7.0", - "@faker-js/faker": "^8.1.0", + "@faker-js/faker": "^8.2.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "conventional-changelog": "^5.1.0", @@ -1089,9 +1089,9 @@ } }, "node_modules/@faker-js/faker": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-8.1.0.tgz", - "integrity": "sha512-38DT60rumHfBYynif3lmtxMqMqmsOQIxQgEuPZxCk2yUYN0eqWpTACgxi0VpidvsJB8CRxCpvP7B3anK85FjtQ==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-8.2.0.tgz", + "integrity": "sha512-VacmzZqVxdWdf9y64lDOMZNDMM/FQdtM9IsaOPKOm2suYwEatb8VkdHqOzXcDnZbk7YDE2BmsJmy/2Hmkn563g==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 3d7bf811..08df0de4 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "devDependencies": { "@commitlint/cli": "^17.7.1", "@commitlint/config-conventional": "^17.7.0", - "@faker-js/faker": "^8.1.0", + "@faker-js/faker": "^8.2.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "conventional-changelog": "^5.1.0",