Skip to content

Commit 01910b7

Browse files
authored
Fix CVE-2021-21263 & GHSA-x7p5-p2c9-phvg vulnerabilities (#196)
Fix CVE-2021-21263 & GHSA-x7p5-p2c9-phvg vulnerabilities
1 parent bc466e4 commit 01910b7

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to `laravel-love` will be documented in this file.
44

55
## [Unreleased]
66

7+
## Removed
8+
9+
- ([#196]) Dropped Laravel 5.7 support
10+
- ([#196]) Dropped Laravel 5.8 support
11+
12+
## Fixed
13+
14+
- ([#196]) Fixed CVE-2021-21263 vulnerability
15+
- ([#196]) Fixed GHSA-x7p5-p2c9-phvg vulnerability
16+
717
## [8.7.1] - 2020-12-06
818

919
### Fixed
@@ -515,6 +525,7 @@ Follow [upgrade instructions](UPGRADING.md#from-v5-to-v6) to migrate database to
515525
[1.1.1]: https://github.com/cybercog/laravel-love/compare/1.1.0...1.1.1
516526
[1.1.0]: https://github.com/cybercog/laravel-love/compare/1.0.0...1.1.0
517527

528+
[#196]: https://github.com/cybercog/laravel-love/pull/196
518529
[#187]: https://github.com/cybercog/laravel-love/pull/187
519530
[#186]: https://github.com/cybercog/laravel-love/pull/186
520531
[#185]: https://github.com/cybercog/laravel-love/pull/185

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
},
4848
"require": {
4949
"php": "^7.1.3|^8.0",
50-
"illuminate/database": "5.7.*|5.8.*|^6.0|^7.0|^8.0",
51-
"illuminate/support": "5.7.*|5.8.*|^6.0|^7.0|^8.0"
50+
"illuminate/database": "^6.20.14|^7.30.4|^8.24",
51+
"illuminate/support": "^6.0|^7.0|^8.0"
5252
},
5353
"require-dev": {
5454
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)