Skip to content

Commit 49236ef

Browse files
committed
upgraded dependencies to fix vulnerability in old protobufjs
Change-Id: Ida89e765a6adf5b204cbd972ceeb729e24e777c1
1 parent e75b0cf commit 49236ef

7 files changed

Lines changed: 2841 additions & 12881 deletions

File tree

.vscode/launch.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,22 @@
3939
"skipFiles": [
4040
"<node_internals>/**"
4141
],
42-
}
42+
}, {
43+
"name": "Run Mocha Tests",
44+
"type": "node",
45+
"request": "launch",
46+
"program": "${workspaceFolder}/backend/node_modules/mocha/bin/_mocha",
47+
"args": [
48+
"--require", "ts-node/register",
49+
"--require", "backend/src/test/fixtures-auth-key.ts",
50+
"-u", "tdd",
51+
"--timeout", "999999",
52+
"--colors", "${workspaceFolder}/backend/src/test/**/*.ts"
53+
],
54+
"protocol": "inspector",
55+
"console": "internalConsole",
56+
"internalConsoleOptions": "openOnSessionStart",
57+
"sourceMaps": true,
58+
},
4359
]
4460
}

backend/app.yaml.copy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
runtime: nodejs14
1+
runtime: nodejs18
22
default_expiration: 0
33
basic_scaling:
44
max_instances: 1

0 commit comments

Comments
 (0)