Skip to content

Commit 2e87396

Browse files
committed
fix(functions): stop-billing - update dependencies to latest versions
1 parent e77736c commit 2e87396

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

functions/billing/stop_billing/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,25 @@
88
"node": ">=20.0.0"
99
},
1010
"scripts": {
11-
"compute-test": "c8 mocha -p -j 2 test/periodic.test.js --timeout=600000",
12-
"test": "c8 mocha -p -j 2 test/index.test.js --timeout=5000 --exit"
11+
"test": "c8 mocha -p -j 2 test/stop-billing.test.js --timeout=5000 --exit"
1312
},
14-
"author": "Ace Nassri <anassri@google.com>",
13+
"author": "Emmanuel Parada <paradalicea@google.com>",
1514
"license": "Apache-2.0",
1615
"dependencies": {
1716
"@google-cloud/billing": "^4.0.0",
1817
"@google-cloud/functions-framework": "^3.0.0",
18+
"cloudevents": "^9.0.0",
1919
"gcp-metadata": "^6.0.0"
2020
},
2121
"devDependencies": {
2222
"c8": "^10.0.0",
23+
"chai": "^5.2.1",
2324
"gaxios": "^6.0.0",
2425
"mocha": "^10.0.0",
2526
"promise-retry": "^2.0.0",
2627
"proxyquire": "^2.1.0",
2728
"sinon": "^18.0.0",
29+
"supertest": "^7.1.3",
2830
"wait-port": "^1.0.4"
2931
}
3032
}

0 commit comments

Comments
 (0)