From 5404a974f5fa7d020af2863d2e2e266481d0bd69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 10:37:32 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump @faker-js/faker from 9.1.0 to 9.2.0 (#1025) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@faker-js/faker](https://github.com/faker-js/faker) from 9.1.0 to 9.2.0.
Release notes

Sourced from @​faker-js/faker's releases.

v9.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/faker-js/faker/compare/v9.1.0...v9.2.0

Changelog

Sourced from @​faker-js/faker's changelog.

9.2.0 (2024-11-03)

Features

Changed Locales

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@faker-js/faker&package-manager=npm_and_yarn&previous-version=9.1.0&new-version=9.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- packages/cpsuLambda/package.json | 2 +- packages/updatePrescriptionStatus/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 92f4838c6..968c8bfc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1990,9 +1990,9 @@ "dev": true }, "node_modules/@faker-js/faker": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-9.1.0.tgz", - "integrity": "sha512-GJvX9iM9PBtKScJVlXQ0tWpihK3i0pha/XAhzQa1hPK/ILLa1Wq3I63Ij7lRtqTwmdTxRCyrUhLC5Sly9SLbug==", + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-9.2.0.tgz", + "integrity": "sha512-ulqQu4KMr1/sTFIYvqSdegHT8NIkt66tFAkugGnHA+1WAfEn6hMzNR+svjXGFRVLnapxvej67Z/LwchFrnLBUg==", "dev": true, "funding": [ { @@ -16143,7 +16143,7 @@ "uuid": "^11.0.2" }, "devDependencies": { - "@faker-js/faker": "^9.1.0", + "@faker-js/faker": "^9.2.0", "@types/fhir": "^0.0.41", "@types/uuid": "^10.0.0", "aws-sdk-client-mock": "^4.1.0" @@ -16218,7 +16218,7 @@ "@nhs/fhir-middy-error-handler": "^2.1.10" }, "devDependencies": { - "@faker-js/faker": "^9.1.0", + "@faker-js/faker": "^9.2.0", "@types/fhir": "^0.0.41", "@types/uuid": "^10.0.0", "aws-sdk-client-mock": "^4.1.0" diff --git a/packages/cpsuLambda/package.json b/packages/cpsuLambda/package.json index 081bbb5ad..4db705121 100644 --- a/packages/cpsuLambda/package.json +++ b/packages/cpsuLambda/package.json @@ -28,7 +28,7 @@ "uuid": "^11.0.2" }, "devDependencies": { - "@faker-js/faker": "^9.1.0", + "@faker-js/faker": "^9.2.0", "@types/fhir": "^0.0.41", "@types/uuid": "^10.0.0", "aws-sdk-client-mock": "^4.1.0" diff --git a/packages/updatePrescriptionStatus/package.json b/packages/updatePrescriptionStatus/package.json index 5cdbd1492..a46a36b2f 100644 --- a/packages/updatePrescriptionStatus/package.json +++ b/packages/updatePrescriptionStatus/package.json @@ -24,7 +24,7 @@ "@nhs/fhir-middy-error-handler": "^2.1.10" }, "devDependencies": { - "@faker-js/faker": "^9.1.0", + "@faker-js/faker": "^9.2.0", "@types/fhir": "^0.0.41", "@types/uuid": "^10.0.0", "aws-sdk-client-mock": "^4.1.0"