Skip to content

Commit 5c8c9e3

Browse files
authored
fix: Revert to compatible UUID package (#3630)
1 parent 10ea45b commit 5c8c9e3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"lint": "npm run prettier && npm run eslint",
3939
"compile": "lerna run compile",
4040
"build:docs": "npm run build --workspace docs",
41-
"update-dependencies": "npm exec --workspaces --include-workspace-root -- ncu -u --dep prod,dev,optional,peer -x node-fetch,\"@sinclair/typebox\",\"@types/express\",\"@types/express-serve-static-core\",commander,express,flexsearch",
41+
"update-dependencies": "npm exec --workspaces --include-workspace-root -- ncu -u --dep prod,dev,optional,peer -x node-fetch,\"@sinclair/typebox\",\"@types/express\",\"@types/express-serve-static-core\",commander,express,flexsearch,uuid",
4242
"clean": "find . -name node_modules -exec rm -rf '{}' + && find . -name package-lock.json -exec rm -rf '{}' +",
4343
"test:deno": "deno test --config deno/tsconfig.json deno/test.ts",
4444
"test": "npm run lint && npm run compile && c8 lerna run test --ignore @feathersjs/tests",

packages/authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"jsonwebtoken": "^9.0.2",
6464
"lodash": "^4.17.21",
6565
"long-timeout": "^0.1.1",
66-
"uuid": "^13.0.0"
66+
"uuid": "^11.1.0"
6767
},
6868
"devDependencies": {
6969
"@feathersjs/memory": "^5.0.36",

0 commit comments

Comments
 (0)