Skip to content

Commit 945ba8a

Browse files
authored
Merge pull request #513 from github/combine-prs-branch
Combined PR
2 parents 7bc27c0 + 5f36be8 commit 945ba8a

File tree

22 files changed

+199
-187
lines changed

22 files changed

+199
-187
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ But here it is, broken down:
1111
* _api_: here's a bunch of sample code relating to the API. Subdirectories in this
1212
category are broken up by language. Do you have a language sample you'd like added?
1313
Make a pull request and we'll consider it.
14-
* _graphql_: here's a bunch of sample GraphQL queries that can be run against our [GitHub GraphQL API](https://developer.github.com/v4/).
15-
* _hooks_: want to find out how to write a consumer for [our web hooks](https://developer.github.com/webhooks/)? The examples in this subdirectory show you how. We are open for more contributions via pull requests.
16-
* _pre-receive-hooks_: this one contains [pre-receive-hooks](https://help.github.com/enterprise/admin/guides/developer-workflow/about-pre-receive-hooks/) that can block commits on GitHub Enterprise that do not fit your requirements. Do you have more great examples? Create a pull request and we will check it out.
14+
* _graphql_: here's a bunch of sample GraphQL queries that can be run against our [GitHub GraphQL API](https://docs.github.com/graphql).
15+
* _hooks_: want to find out how to write a consumer for [our web hooks](https://docs.github.com/webhooks-and-events/webhooks/about-webhooks)? The examples in this subdirectory show you how. We are open for more contributions via pull requests.
16+
* _pre-receive-hooks_: this one contains [pre-receive-hooks](https://docs.github.com/enterprise-server/admin/policies/enforcing-policy-with-pre-receive-hooks) that can block commits on GitHub Enterprise that do not fit your requirements. Do you have more great examples? Create a pull request and we will check it out.
1717
* _scripts_: want to analyze or clean-up your Git repository? The scripts in this subdirectory show you how. We are open for more contributions via pull requests
1818
* _sql_: here are sql scripts for custom reporting for GitHub Enterprise Server. We are open for more contributions via pull requests.

api/java/deployment/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>junit</groupId>
7575
<artifactId>junit</artifactId>
76-
<version>4.11</version>
76+
<version>4.13.1</version>
7777
<scope>test</scope>
7878
</dependency>
7979
<dependency>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>com.google.code.gson</groupId>
8686
<artifactId>gson</artifactId>
87-
<version>2.3.1</version>
87+
<version>2.8.9</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.kohsuke</groupId>

api/javascript/gha-cleanup/package-lock.json

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

api/javascript/gha-cleanup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"dotenv": "^8.2.0",
1414
"inquirer": "^7.0.4",
1515
"lodash": "^4.17.15",
16-
"moment": "^2.24.0",
16+
"moment": "^2.29.4",
1717
"octokit": "^1.0.0-hello-world",
1818
"pretty-bytes": "^5.3.0",
19-
"terminal-kit": "^1.32.3"
19+
"terminal-kit": "^2.1.8"
2020
}
2121
}

0 commit comments

Comments
 (0)