We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2a103 commit d69af65Copy full SHA for d69af65
1 file changed
‎package.json‎
@@ -30,12 +30,12 @@
30
},
31
"devDependencies": {
32
"@google-cloud/functions-framework": "3.4.2",
33
- "@types/express": "4.17.21",
+ "@types/express": "5.0.0",
34
"@types/lodash.debounce": "4.0.9",
35
- "@typescript-eslint/eslint-plugin": "7.18.0",
36
- "@typescript-eslint/parser": "7.18.0",
+ "@typescript-eslint/eslint-plugin": "8.8.0",
+ "@typescript-eslint/parser": "8.8.0",
37
"chai": "5.1.1",
38
- "eslint": "8.57.1",
+ "eslint": "9.11.1",
39
"eslint-config-prettier": "9.1.0",
40
"eslint-plugin-chai-expect": "3.1.0",
41
"eslint-plugin-import": "2.30.0",
@@ -44,8 +44,8 @@
44
"mocha": "10.7.3",
45
"nock": "13.5.5",
46
"prettier": "3.3.3",
47
- "sinon": "18.0.1",
+ "sinon": "19.0.2",
48
"source-map": "0.7.4",
49
- "superagent": "9.0.2"
+ "superagent": "10.1.0"
50
}
51
0 commit comments