Skip to content

Commit

Permalink
upgrades uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
carmine committed Sep 23, 2024
1 parent 413b449 commit bff772f
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 50 deletions.
77 changes: 37 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uuid-mongodb",
"version": "2.5.5",
"version": "2.6.0",
"description": "Generates and parses MongoDB BSON UUIDs. Plays nicely with others including the MongoDB native driver and Mongoose.",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -23,18 +23,15 @@
"url": "https://github.com/cdimascio/uuid-mongodb/issues"
},
"homepage": "https://github.com/cdimascio/uuid-mongodb#readme",
"dependencies": {
"uuid": "^9.0.1"
},
"peerDependencies": {
"mongodb": "3.6.x || 3.7.x || 4.x || 5.x || 6.x"
},
"devDependencies": {
"eslint": "8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"mocha": "^10.2.0",
"mongodb": "6.3.0",
"prettier": "^2.8.7"
"mongodb": "^6.9.0",
"prettier": "^3.3.3"
},
"dependencies": {
"uuid": "^10.0.0"
}
}
}

0 comments on commit bff772f

Please sign in to comment.