Merge pull request #7535 from turbo124/master

Security patch for Guzzle.
This commit is contained in:
David Bomba 2022-06-10 12:32:46 +10:00 committed by GitHub
commit 13a0789089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -17,14 +17,10 @@ class DNSListener
public function addDNSRecord(SubdomainWasUpdated $event) public function addDNSRecord(SubdomainWasUpdated $event)
{ {
if(env("CLOUDFLARE_DNS_ENABLED"))
Cloudflare::addDNSRecord($event->account);
} }
public function removeDNSRecord(SubdomainWasRemoved $event) public function removeDNSRecord(SubdomainWasRemoved $event)
{ {
if(env("CLOUDFLARE_DNS_ENABLED"))
Cloudflare::removeDNSRecord($event->account);
} }
} }

View File

@ -49,7 +49,7 @@
"fruitcakestudio/omnipay-sisow": "~2.0", "fruitcakestudio/omnipay-sisow": "~2.0",
"fzaninotto/faker": "^1.5", "fzaninotto/faker": "^1.5",
"google/apiclient": "^2.0", "google/apiclient": "^2.0",
"guzzlehttp/guzzle": "^6.3", "guzzlehttp/guzzle": "^6.5",
"guzzlehttp/psr7": "1.8.5", "guzzlehttp/psr7": "1.8.5",
"intervention/image": "dev-master", "intervention/image": "dev-master",
"jaybizzle/laravel-crawler-detect": "1.*", "jaybizzle/laravel-crawler-detect": "1.*",