From 7c278df0d16493b3d50588a51151c73018673371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:09:15 +0000 Subject: [PATCH] chore(deps): bump uuid from 10.0.0 to 11.0.2 in /examples/openid-connect Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 11.0.2. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v10.0.0...v11.0.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/openid-connect/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/openid-connect/package.json b/examples/openid-connect/package.json index e8184f7cb..c523bb12b 100644 --- a/examples/openid-connect/package.json +++ b/examples/openid-connect/package.json @@ -14,6 +14,6 @@ "@slack/web-api": "^7.3.4", "jsonwebtoken": "^9.0.2", "koa": "^2.13.1", - "uuid": "^10.0.0" + "uuid": "^11.0.2" } }