Skip to content

Commit e435306

Browse files
committed
Update deps
1 parent 2440452 commit e435306

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"e2e-tests": "node --require ts-node/register --test-reporter spec --test ./tests/e2e.test.ts"
1212
},
1313
"engines": {
14-
"node": "20.x",
15-
"npm": "10.x"
14+
"node": ">= 20.x",
15+
"npm": ">= 11.x"
1616
},
1717
"repository": {
1818
"type": "git",
@@ -38,26 +38,26 @@
3838
"@actions/core": "^1.11.1",
3939
"@actions/exec": "^1.1.1",
4040
"@actions/tool-cache": "^2.0.2",
41-
"@google-github-actions/actions-utils": "^0.8.8",
42-
"@google-github-actions/setup-cloud-sdk": "^1.2.0",
41+
"@google-github-actions/actions-utils": "^0.8.10",
42+
"@google-github-actions/setup-cloud-sdk": "^2.0.0",
4343
"js-yaml": "^4.1.0"
4444
},
4545
"devDependencies": {
4646
"@eslint/eslintrc": "^3.3.1",
47-
"@eslint/js": "^9.31.0",
47+
"@eslint/js": "^9.34.0",
4848
"@types/js-yaml": "^4.0.9",
49-
"@types/node": "^24.0.14",
50-
"@typescript-eslint/eslint-plugin": "^8.37.0",
51-
"@typescript-eslint/parser": "^8.37.0",
49+
"@types/node": "^24.3.0",
50+
"@typescript-eslint/eslint-plugin": "^8.42.0",
51+
"@typescript-eslint/parser": "^8.42.0",
5252
"@vercel/ncc": "^0.38.3",
5353
"eslint-config-prettier": "^10.1.8",
54-
"eslint-plugin-prettier": "^5.5.3",
55-
"eslint": "^9.31.0",
56-
"googleapis": "^153.0.0",
54+
"eslint-plugin-prettier": "^5.5.4",
55+
"eslint": "^9.34.0",
56+
"googleapis": "^159.0.0",
5757
"prettier": "^3.6.2",
5858
"ts-node": "^10.9.2",
59-
"typescript-eslint": "^8.37.0",
60-
"typescript": "^5.8.3",
61-
"yaml": "^2.8.0"
59+
"typescript-eslint": "^8.42.0",
60+
"typescript": "^5.9.2",
61+
"yaml": "^2.8.1"
6262
}
6363
}

0 commit comments

Comments
 (0)