From 23e473ab199f9b87bc0b333aef6b5b5c7389e674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:33:37 +0000 Subject: [PATCH] build(deps-dev): bump mock-jwks from 1.0.10 to 3.2.2 Bumps [mock-jwks](https://github.com/Levino/mock-jwks) from 1.0.10 to 3.2.2. - [Release notes](https://github.com/Levino/mock-jwks/releases) - [Changelog](https://github.com/levino/mock-jwks/blob/main/CHANGELOG.md) - [Commits](https://github.com/Levino/mock-jwks/compare/v1.0.10...v3.2.2) --- updated-dependencies: - dependency-name: mock-jwks dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54baff4..e865d1a 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^5.2.1", "jest": "^29.7.0", - "mock-jwks": "1.0.10", + "mock-jwks": "3.2.2", "mockdate": "3.0.5", "nock": "13.5.4", "prettier": "^3.3.3",