Skip to content

Commit

Permalink
fixes after upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Oct 30, 2023
1 parent 127a59c commit 6e312ce
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 158 deletions.
2 changes: 1 addition & 1 deletion packages/driver-lightsail/src/driver/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const client = ({
{
fromPort: 22,
toPort: 22,
protocol: 'TCP',
protocol: 'tcp',
cidrs: ['0.0.0.0/0'],
ipv6Cidrs: ['::/0'],
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-github-pr-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@preevy/core": "0.0.55",
"lodash": "^4.17.21",
"nunjucks": "^3.2.4",
"octokit": "^2.0.14"
"octokit": "^3.1.1"
},
"devDependencies": {
"@types/nunjucks": "^3.2.2",
Expand Down
Loading

0 comments on commit 6e312ce

Please sign in to comment.