|
16 | 16 | "semantic-release": "SEMANTIC_COMMITLINT_SKIP=f4543f643bac890c627d538e6200c5f5a1d45ebc semantic-release",
|
17 | 17 | "test": "npm run test:mongoist && npm run test:native",
|
18 | 18 | "test:mongoist": "DRIVER=mongoist jest --forceExit",
|
19 |
| - "test:native": "DRIVER=native jest && DRIVER=native DRIVER_VERSION=v3 jest", |
| 19 | + "test:native": "DRIVER=native jest", |
20 | 20 | "build": "rm -rf dist/ && tsc"
|
21 | 21 | },
|
22 | 22 | "repository": {
|
|
40 | 40 | "homepage": "https://github.com/mixmaxhq/mongo-cursor-pagination#readme",
|
41 | 41 | "dependencies": {
|
42 | 42 | "base64-url": "^2.2.0",
|
43 |
| - "bson": "^4.7.2", |
| 43 | + "bson": "^6.10.3", |
44 | 44 | "object-path": "^0.11.8",
|
45 | 45 | "projection-utils": "^1.1.0",
|
46 | 46 | "semver": "^5.4.1",
|
|
52 | 52 | "@mixmaxhq/prettier-config": "^1.0.0",
|
53 | 53 | "@mixmaxhq/semantic-release-config": "^2.0.0",
|
54 | 54 | "@mixmaxhq/ts-config": "^1.2.1",
|
| 55 | + "@types/express": "^4.17.21", |
55 | 56 | "@types/jest": "^29.5.12",
|
56 | 57 | "@types/node": "^18.19.70",
|
57 |
| - "@types/express": "^4.17.21", |
58 | 58 | "@typescript-eslint/eslint-plugin": "^4.33.0",
|
59 | 59 | "@typescript-eslint/parser": "^4.33.0",
|
60 | 60 | "cz-conventional-changelog": "^3.2.0",
|
61 | 61 | "eslint": "^7.32.0",
|
62 | 62 | "eslint-config-mixmax": "^4.11.2",
|
63 | 63 | "jest": "^29.6.2",
|
64 | 64 | "mockgoose": "^8.0.4",
|
65 |
| - "mongodb": "^4.8.0", |
66 |
| - "mongodb-memory-server": "6.9.6", |
67 |
| - "mongodbv3": "npm:mongodb@^3.7.4", |
68 |
| - "mongoist": "^3.0.0", |
69 |
| - "mongoose": "^5.13.20", |
| 65 | + "mongodb": "^6.15.0", |
| 66 | + "mongodb-memory-server": "^10.1.4", |
| 67 | + "mongoist": "^4.0.1", |
| 68 | + "mongoose": "^8.12.2", |
70 | 69 | "prettier": "^1.19.1",
|
71 | 70 | "semantic-release": "^17.4.7",
|
72 | 71 | "ts-jest": "^29.0.5",
|
|
0 commit comments