diff --git a/package-lock.json b/package-lock.json index d10209d9b..d0c4f864d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@types/jest": "^29.5.12", "@types/node": "^20.11.16", "@types/react": "^18.2.55", - "@types/uuid": "^9.0.8", + "@types/uuid": "^10.0.0", "esbuild": "^0.24.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", @@ -53,7 +53,7 @@ "tslib": "^2.3.0", "typedoc": "^0.26.0", "typescript": "^4.7.4", - "uuid": "^9.0.1" + "uuid": "^10.0.0" }, "engines": { "node": ">=18" @@ -3766,6 +3766,13 @@ "uuid": "9.0.1" } }, + "node_modules/@cucumber/messages/node_modules/@types/uuid": { + "version": "9.0.8", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz", + "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==", + "dev": true, + "license": "MIT" + }, "node_modules/@cucumber/messages/node_modules/reflect-metadata": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.1.tgz", @@ -3773,6 +3780,20 @@ "deprecated": "This version has a critical bug in fallback handling. Please upgrade to reflect-metadata@0.2.2 or newer.", "dev": true }, + "node_modules/@cucumber/messages/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@discoveryjs/json-ext": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.6.1.tgz", @@ -7082,10 +7103,11 @@ "dev": true }, "node_modules/@types/uuid": { - "version": "9.0.8", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz", - "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==", - "dev": true + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==", + "dev": true, + "license": "MIT" }, "node_modules/@types/wrap-ansi": { "version": "3.0.0", @@ -13516,19 +13538,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/jest-cucumber/node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", - "dev": true, - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/jest-diff": { "version": "29.7.0", "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz", @@ -20443,14 +20452,15 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } @@ -21945,7 +21955,7 @@ }, "packages/nest": { "name": "@openfeature/nestjs-sdk", - "version": "0.2.1-experimental", + "version": "0.2.2", "license": "Apache-2.0", "devDependencies": { "@nestjs/common": "^10.3.6", @@ -21966,7 +21976,7 @@ }, "packages/react": { "name": "@openfeature/react-sdk", - "version": "0.4.6", + "version": "0.4.7", "license": "Apache-2.0", "devDependencies": { "@openfeature/core": "*", @@ -21979,7 +21989,7 @@ }, "packages/server": { "name": "@openfeature/server-sdk", - "version": "1.15.1", + "version": "1.16.1", "license": "Apache-2.0", "devDependencies": { "@openfeature/core": "1.5.0" @@ -21999,7 +22009,7 @@ }, "packages/web": { "name": "@openfeature/web-sdk", - "version": "1.2.4", + "version": "1.3.0", "license": "Apache-2.0", "devDependencies": { "@openfeature/core": "1.5.0" diff --git a/package.json b/package.json index 1dc75a8b4..d6204b5cb 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@types/jest": "^29.5.12", "@types/node": "^20.11.16", "@types/react": "^18.2.55", - "@types/uuid": "^9.0.8", + "@types/uuid": "^10.0.0", "esbuild": "^0.24.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", @@ -72,7 +72,7 @@ "tslib": "^2.3.0", "typedoc": "^0.26.0", "typescript": "^4.7.4", - "uuid": "^9.0.1" + "uuid": "^10.0.0" }, "overrides": { "typescript": "^4.7.4"