Skip to content

Commit a3b5aff

Browse files
committed
vulnerability update
1 parent ca037d6 commit a3b5aff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
All notable changes to `laravel-paystack-subscription` will be documented in this file
4+
## 1.2.3 - 2021-05-08
5+
- Updated `illuminate/database` as fix for the potential SQL injection vulnerability.
46

57
## 1.2.2 - 2021-04-27
68
- Fixed issue with creating new subscription due to changes in the Paystack API

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dompdf/dompdf": "^0.8.5",
2828
"guzzlehttp/guzzle": "^6.5",
2929
"illuminate/contracts": "^7.15|^8.0",
30-
"illuminate/database": "^7.15|^8.0",
30+
"illuminate/database": "^7.15|^8.40",
3131
"illuminate/http": "^7.15|^8.0",
3232
"illuminate/notifications": "^7.15|^8.0",
3333
"illuminate/routing": "^7.15|^8.0",

0 commit comments

Comments
 (0)