Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 972e1c7

Browse files
authoredMar 25, 2025··
Update octokit monorepo
1 parent a5d88ad commit 972e1c7

6 files changed

+26
-33
lines changed
 

‎dist/main.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/main.js.map

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package-lock.json

+15-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@actions/core": "^1.11.1",
1010
"@octokit/action": "^7.0.1",
1111
"@octokit/auth-app": "^7.1.5",
12-
"@octokit/plugin-retry": "^7.1.4",
12+
"@octokit/plugin-retry": "^7.2.0",
1313
"@octokit/request-error": "^6.1.7",
1414
"ajv": "^8.17.1",
1515
"ajv-errors": "^3.0.0",
@@ -18,9 +18,9 @@
1818
"source-map-support": "^0.5.21"
1919
},
2020
"devDependencies": {
21-
"@octokit/openapi": "^18.0.0",
22-
"@octokit/openapi-types": "^24.0.0",
23-
"@octokit/types": "^13.8.0",
21+
"@octokit/openapi": "^18.2.0",
22+
"@octokit/openapi-types": "^24.2.0",
23+
"@octokit/types": "^13.10.0",
2424
"@types/js-yaml": "^4.0.9",
2525
"@types/json-schema": "^7.0.15",
2626
"@types/node": "^22.13.10",

‎src/schema/generated.provider-rule-permissions.v1.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"dependabot_secrets": {
5252
"type": "string",
53-
"description": "The leve of permission to grant the access token to manage Dependabot secrets.",
53+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
5454
"enum": [
5555
"none",
5656
"read",

‎src/schema/generated.requester-token-permissions.v1.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"dependabot_secrets": {
4747
"type": "string",
48-
"description": "The leve of permission to grant the access token to manage Dependabot secrets.",
48+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
4949
"enum": [
5050
"read",
5151
"write"

0 commit comments

Comments
 (0)
Please sign in to comment.