diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8680de846..bd3279cad 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,8 +17,9 @@ jobs: - 20.x - 22.x mongodb: - - 6.0.16 - - 7.0.12 + - 6.0.19 + - 7.0.15 + - 8.0.3 steps: - uses: actions/checkout@v4.2.1 with: diff --git a/tests/cjs/package.json b/tests/cjs/package.json index 32da1c469..ecf44d615 100644 --- a/tests/cjs/package.json +++ b/tests/cjs/package.json @@ -2,6 +2,6 @@ "type": "commonjs", "dependencies": { "papr": "file:../../build/package", - "mongodb": "6.1.0" + "mongodb": "6.10.0" } } diff --git a/tests/esm/package.json b/tests/esm/package.json index 58073af42..060325628 100644 --- a/tests/esm/package.json +++ b/tests/esm/package.json @@ -2,6 +2,6 @@ "type": "module", "dependencies": { "papr": "file:../../build/package", - "mongodb": "6.1.0" + "mongodb": "6.10.0" } } diff --git a/tests/ts-nodenext/package.json b/tests/ts-nodenext/package.json index 3ceffcccb..21f771d50 100644 --- a/tests/ts-nodenext/package.json +++ b/tests/ts-nodenext/package.json @@ -2,8 +2,8 @@ "type": "module", "dependencies": { "papr": "file:../../build/package", - "mongodb": "6.1.0", + "mongodb": "6.10.0", "ts-expect": "1.3.0", - "typescript": "5.0.4" + "typescript": "5.6.2" } } diff --git a/tests/ts/package.json b/tests/ts/package.json index 3ceffcccb..21f771d50 100644 --- a/tests/ts/package.json +++ b/tests/ts/package.json @@ -2,8 +2,8 @@ "type": "module", "dependencies": { "papr": "file:../../build/package", - "mongodb": "6.1.0", + "mongodb": "6.10.0", "ts-expect": "1.3.0", - "typescript": "5.0.4" + "typescript": "5.6.2" } }