Skip to content

Commit c884c2d

Browse files
Chore(deps): Bump uuid from 11.1.1 to 14.0.0
Bumps [uuid](https://github.com/uuidjs/uuid) from 11.1.1 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v11.1.1...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7073592 commit c884c2d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"validate": "yarn lint:check && yarn format --check && yarn build && yarn test && yarn lint:package"
7272
},
7373
"dependencies": {
74-
"uuid": "^11.1.1",
74+
"uuid": "^14.0.0",
7575
"jose": "^4.13.2",
7676
"auth0-legacy": "npm:auth0@^4.27.0"
7777
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3971,10 +3971,10 @@ url-parse@^1.5.3:
39713971
querystringify "^2.1.1"
39723972
requires-port "^1.0.0"
39733973

3974-
uuid@^11.1.1:
3975-
version "11.1.1"
3976-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.1.tgz#f6d81d2e1c65d00762e5e29b16c5d2d995e208ad"
3977-
integrity sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==
3974+
uuid@^14.0.0:
3975+
version "14.0.0"
3976+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-14.0.0.tgz#0af883220163d264ffe0c084f6b8a89b9666966d"
3977+
integrity sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==
39783978

39793979
uuid@^9.0.0:
39803980
version "9.0.1"

0 commit comments

Comments
 (0)