Skip to content

Commit 5dee23e

Browse files
alexeaglejbedard
authored andcommitted
chore: mirror external releases
1 parent 091c10d commit 5dee23e

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

e2e/worker/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"type": "module",
33
"dependencies": {
4-
"debug": "^4.3.4",
5-
"@types/debug": "^4.1.7",
6-
"@nestjs/core": "^9.0.8",
74
"@nestjs/common": "^9.0.8",
8-
"rxjs": "^7.5.6",
5+
"@nestjs/core": "^9.0.8",
6+
"@types/debug": "^4.1.7",
7+
"@types/node": "^20.17.58",
8+
"debug": "^4.3.4",
99
"reflect-metadata": "^0.1.13",
10-
"@types/node": "^20"
10+
"rxjs": "^7.5.6"
1111
}
1212
}

e2e/worker/pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/private/versions.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,5 @@ TOOL_VERSIONS = {
173173
"5.7.3": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
174174
"5.8.2": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
175175
"5.8.3": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
176+
"5.9.2": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
176177
}

0 commit comments

Comments
 (0)