Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit fbc9d9d

Browse files
committed
1 parent 433f4b2 commit fbc9d9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# Docker containers to run for database RPC tracing integration tests.
1414
services:
1515
mongo:
16-
image: mongo
16+
image: mongo:5
1717
ports:
1818
- 27017:27017
1919
mysql:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@types/proxyquire": "^1.3.28",
6767
"@types/semver": "^7.0.0",
6868
"@types/shimmer": "^1.0.1",
69-
"@types/source-map-support": "^0.5.1",
69+
"@types/source-map-support": "0.5.1",
7070
"@types/tmp": "0.2.3",
7171
"@types/uuid": "^8.0.0",
7272
"axios": "^0.27.0",
@@ -87,7 +87,7 @@
8787
"timekeeper": "^2.0.0",
8888
"tmp": "0.2.1",
8989
"ts-node": "^10.7.0",
90-
"typescript": "^4.6.4"
90+
"typescript": "~4.7"
9191
},
9292
"dependencies": {
9393
"@google-cloud/common": "^4.0.0",

0 commit comments

Comments
 (0)