diff --git a/package.json b/package.json index 6122e70..fe6d2f3 100644 --- a/package.json +++ b/package.json @@ -32,10 +32,10 @@ "@google-cloud/functions-framework": "3.4.1", "@types/express": "4.17.21", "@types/lodash.debounce": "4.0.9", - "@typescript-eslint/eslint-plugin": "7.16.0", - "@typescript-eslint/parser": "7.16.0", + "@typescript-eslint/eslint-plugin": "8.0.1", + "@typescript-eslint/parser": "8.0.1", "chai": "5.1.1", - "eslint": "8.57.0", + "eslint": "9.8.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-chai-expect": "3.1.0", "eslint-plugin-import": "2.29.1", @@ -46,6 +46,6 @@ "prettier": "3.3.2", "sinon": "18.0.0", "source-map": "0.7.4", - "superagent": "9.0.2" + "superagent": "10.0.0" } }