From 0cae33e800ed7b681adc39b7a2a4f99505cf8ba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:19:35 +0000 Subject: [PATCH] chore: bump uuid in /examples/openfeature_web/webapp Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.1 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/v11.0.1...v11.0.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/openfeature_web/webapp/package-lock.json | 8 ++++---- examples/openfeature_web/webapp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/openfeature_web/webapp/package-lock.json b/examples/openfeature_web/webapp/package-lock.json index bc33c55f13a..284a62ab7a0 100644 --- a/examples/openfeature_web/webapp/package-lock.json +++ b/examples/openfeature_web/webapp/package-lock.json @@ -12,7 +12,7 @@ "@openfeature/go-feature-flag-web-provider": "^0.2.1", "@openfeature/web-sdk": "^1.2.4", "highlight.js": "^11.10.0", - "uuid": "^11.0.1" + "uuid": "^11.0.2" }, "devDependencies": { "@babel/eslint-parser": "^7.25.9", @@ -15048,9 +15048,9 @@ } }, "node_modules/uuid": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz", - "integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", + "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/examples/openfeature_web/webapp/package.json b/examples/openfeature_web/webapp/package.json index c1842c793dc..96dde0791c2 100644 --- a/examples/openfeature_web/webapp/package.json +++ b/examples/openfeature_web/webapp/package.json @@ -57,6 +57,6 @@ "@openfeature/go-feature-flag-web-provider": "^0.2.1", "@openfeature/web-sdk": "^1.2.4", "highlight.js": "^11.10.0", - "uuid": "^11.0.1" + "uuid": "^11.0.2" } }