Skip to content

Commit fa85858

Browse files
authored
chore: update uuid to v14, remove deprecated types (#13422)
1 parent 2a39465 commit fa85858

5 files changed

Lines changed: 18 additions & 29 deletions

File tree

packages/adapter-mikro-orm/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@
4040
"@mikro-orm/sqlite": "^5",
4141
"@next-auth/adapter-test": "workspace:*",
4242
"@next-auth/tsconfig": "workspace:*",
43-
"@types/uuid": ">=8",
4443
"jest": "^29",
4544
"next-auth": "workspace:*"
4645
},
4746
"dependencies": {
48-
"uuid": "^9"
47+
"uuid": "^14.0.0"
4948
},
5049
"jest": {
5150
"preset": "@next-auth/adapter-test/jest"

packages/adapter-neo4j/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,12 @@
3939
"devDependencies": {
4040
"@next-auth/adapter-test": "workspace:*",
4141
"@next-auth/tsconfig": "workspace:*",
42-
"@types/uuid": "^8.3.3",
4342
"jest": "^27.4.3",
4443
"neo4j-driver": "^4.4.0",
4544
"next-auth": "workspace:*"
4645
},
4746
"dependencies": {
48-
"uuid": "^8.3.2"
47+
"uuid": "^14.0.0"
4948
},
5049
"jest": {
5150
"preset": "@next-auth/adapter-test/jest"

packages/adapter-upstash-redis/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,14 @@
3636
"devDependencies": {
3737
"@next-auth/adapter-test": "workspace:*",
3838
"@next-auth/tsconfig": "workspace:*",
39-
"@types/uuid": "^8.3.3",
4039
"@upstash/redis": "^1.0.1",
4140
"dotenv": "^10.0.0",
4241
"isomorphic-fetch": "3.0.0",
4342
"jest": "^27.4.3",
4443
"next-auth": "workspace:*"
4544
},
4645
"dependencies": {
47-
"uuid": "^8.3.2"
46+
"uuid": "^14.0.0"
4847
},
4948
"jest": {
5049
"preset": "@next-auth/adapter-test/jest"

packages/next-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"openid-client": "^5.4.0",
9797
"preact": "^10.6.3",
9898
"preact-render-to-string": "^5.1.19",
99-
"uuid": "^8.3.2"
99+
"uuid": "^14.0.0"
100100
},
101101
"peerDependencies": {
102102
"@auth/core": "0.34.3",

pnpm-lock.yaml

Lines changed: 14 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)