Skip to content

Commit 5719230

Browse files
chore(repo): Update dependencies
1 parent af9d2fd commit 5719230

2 files changed

Lines changed: 32 additions & 32 deletions

File tree

bun.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"name": "github-helpers",
3-
"packageManager": "bun@1.3.11",
3+
"packageManager": "bun@1.3.12",
44
"type": "module",
55
"private": true,
66
"dependencies": {
77
"@actions/core": "3.0.0",
8-
"@actions/github": "9.0.0",
8+
"@actions/github": "9.1.0",
99
"@octokit/graphql-schema": "15.26.1",
1010
"@octokit/plugin-retry": "8.1.0",
11-
"axios": "1.14.0",
11+
"axios": "1.15.0",
1212
"bluebird": "3.7.2",
1313
"codeowners-utils": "1.0.2",
1414
"js-yaml": "4.1.1",
1515
"lodash": "4.18.1",
1616
"micromatch": "4.0.8",
17-
"simple-git": "3.35.2"
17+
"simple-git": "3.36.0"
1818
},
1919
"devDependencies": {
2020
"@octokit/webhooks-types": "7.6.1",
2121
"@total-typescript/ts-reset": "0.6.1",
2222
"@types/bluebird": "3.5.42",
23-
"@types/bun": "1.3.11",
23+
"@types/bun": "1.3.12",
2424
"@types/js-yaml": "4.0.9",
2525
"@types/lodash.camelcase": "4.3.9",
2626
"@types/lodash.chunk": "4.2.9",
@@ -31,9 +31,9 @@
3131
"eslint": "10.2.0",
3232
"husky": "9.1.7",
3333
"plop": "4.0.5",
34-
"prettier": "3.8.1",
34+
"prettier": "3.8.2",
3535
"typescript": "6.0.2",
36-
"typescript-eslint": "8.58.0"
36+
"typescript-eslint": "8.58.1"
3737
},
3838
"scripts": {
3939
"create-helper": "plop helper --force",

0 commit comments

Comments
 (0)