Skip to content

Commit 2db2ba8

Browse files
committed
fix: replace uuidv4 with uuid version 11.1.0 in package.json and package-lock.json
1 parent a4f6abe commit 2db2ba8

File tree

2 files changed

+20
-52
lines changed

2 files changed

+20
-52
lines changed

package-lock.json

Lines changed: 19 additions & 51 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
@@ -48,7 +48,7 @@
4848
"podverse-orm": "^5.0.3",
4949
"podverse-parser": "^5.0.9",
5050
"reflect-metadata": "^0.2.2",
51-
"uuidv4": "^6.2.13"
51+
"uuid": "^11.1.0"
5252
},
5353
"devDependencies": {
5454
"@eslint/config-array": "^0.18.0",

0 commit comments

Comments
 (0)