Skip to content

Commit

Permalink
chore(deps): update dependency probot to v11.4.1 (#2297)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency probot to v11.4.1

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Feb 7, 2023
1 parent bd0cb29 commit f5ae9de
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/@graphql-inspector_action-2297-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-inspector/action": patch
---
dependencies updates:
- Updated dependency [`probot@11.4.1` ↗︎](https://www.npmjs.com/package/probot/v/11.4.1) (from `11.3.0`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@graphql-inspector/core": "3.5.0",
"@graphql-inspector/github": "3.4.2",
"js-yaml": "4.1.0",
"probot": "11.3.0",
"probot": "11.4.1",
"tslib": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"@types/express": "4.17.17",
"probot": "11.3.0",
"probot": "11.4.1",
"smee-client": "1.2.3"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10186,10 +10186,10 @@ pretty-format@^27.5.1:
ansi-styles "^5.0.0"
react-is "^17.0.1"

probot@11.3.0:
version "11.3.0"
resolved "https://registry.yarnpkg.com/probot/-/probot-11.3.0.tgz#f48bc3b07b96d104dba076976e581db3806c9216"
integrity sha512-Af+CJJ9MR982HnMRThzOUnp9QKKjxmpkzi5y0mHeAE6Rk7PXwuFcfIZlT1+L5CjLYkEhcTJhucrgzGW4QUJ8Pw==
probot@11.4.1:
version "11.4.1"
resolved "https://registry.yarnpkg.com/probot/-/probot-11.4.1.tgz#c21c6483a41594917f636bddf6a253b0600e5b95"
integrity sha512-kxNImVNZIheWtDUFbQSp0F1Qb7EEi4MvZRtKFBQPS3GSklC+u4oqnILfH4GsmXs0g+brrIX7g8qf/SUyDkw2sw==
dependencies:
"@octokit/core" "^3.2.4"
"@octokit/plugin-enterprise-compatibility" "^1.2.8"
Expand Down

0 comments on commit f5ae9de

Please sign in to comment.