Skip to content

Commit

Permalink
chore: pin some dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
punya committed Aug 29, 2022
1 parent 433f4b2 commit fbc9d9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Docker containers to run for database RPC tracing integration tests.
services:
mongo:
image: mongo
image: mongo:5
ports:
- 27017:27017
mysql:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/proxyquire": "^1.3.28",
"@types/semver": "^7.0.0",
"@types/shimmer": "^1.0.1",
"@types/source-map-support": "^0.5.1",
"@types/source-map-support": "0.5.1",
"@types/tmp": "0.2.3",
"@types/uuid": "^8.0.0",
"axios": "^0.27.0",
Expand All @@ -87,7 +87,7 @@
"timekeeper": "^2.0.0",
"tmp": "0.2.1",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
"typescript": "~4.7"
},
"dependencies": {
"@google-cloud/common": "^4.0.0",
Expand Down

0 comments on commit fbc9d9d

Please sign in to comment.