Skip to content

Commit 37fe201

Browse files
authored
fix: Update dependencies to latest as of 2026-05-21 (#574)
1 parent bcb0947 commit 37fe201

3 files changed

Lines changed: 44 additions & 44 deletions

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function write_e2e_env(){
147147
fi
148148

149149
echo "Getting test secrets from $TEST_PROJECT into $outfile"
150-
local_user=$(gcloud auth list --format 'value(account)' | tr -d '\n')
150+
local_user=$(gcloud auth list --filter=status:ACTIVE --format='value(account)' | tr -d '\n')
151151

152152
echo "Getting test secrets from $TEST_PROJECT into $1"
153153
{

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@
7272
"mssql": "^12.5.4",
7373
"mysql2": "^3.22.3",
7474
"nock": "^14.0.15",
75-
"pg": "^8.20.0",
75+
"pg": "^8.21.0",
7676
"prisma": "^5.22.0",
7777
"tap": "^20.0.3",
7878
"tedious": "^19.2.1",
79-
"typeorm": "^0.3.29",
79+
"typeorm": "^0.3.30",
8080
"typescript": "^5.9.3"
8181
},
8282
"engines": {

0 commit comments

Comments
 (0)