Skip to content

Commit 0d819e2

Browse files
fix(deps): pin dependency @octokit/graphql to 9.0.1 (#1172)
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 00598ee commit 0d819e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actions/dependabot-auto-triage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "bun test"
1212
},
1313
"dependencies": {
14-
"@octokit/graphql": "^9.0.1",
14+
"@octokit/graphql": "9.0.1",
1515
"@octokit/request-error": "7.0.0",
1616
"@octokit/rest": "22.0.0",
1717
"minimatch": "10.0.3"

bun.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"name": "auto-dismiss-dependabot-alerts",
2222
"version": "0.1.0",
2323
"dependencies": {
24-
"@octokit/graphql": "^9.0.1",
24+
"@octokit/graphql": "9.0.1",
2525
"@octokit/request-error": "7.0.0",
2626
"@octokit/rest": "22.0.0",
2727
"minimatch": "10.0.3",

0 commit comments

Comments
 (0)