Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit 570bad1

Browse files
committed
Merge branch 'security/upgrade-dependencies'
2 parents 1059286 + 5273994 commit 570bad1

File tree

3 files changed

+365
-458
lines changed

3 files changed

+365
-458
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Update package.json's `browserslist`.
13+
14+
### Security
15+
16+
- Upgrade "lodash" and all other upgradable packages.
17+
1018
## [0.1.5] - 2020-10-04
1119

1220
### Fixed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
},
2828
"browserslist": [
2929
"defaults",
30-
"not Android <= 4.4.4",
31-
"not and_qq <= 1.2",
32-
"not Baidu <= 7.12",
30+
"not Android 4.4.4",
31+
"not Baidu 7.12",
3332
"not ExplorerMobile 11",
34-
"not IE <= 11",
33+
"not IE 11",
3534
"not OperaMini all",
36-
"not OperaMobile <= 46",
37-
"not Safari <= 5.1",
38-
"not UCAndroid <= 12.12"
35+
"not OperaMobile 59",
36+
"not QQAndroid 10.4",
37+
"not Safari 5.1",
38+
"not UCAndroid 12.12"
3939
],
4040
"author": "Alan Carpilovsky",
4141
"license": "MPL-2.0",

0 commit comments

Comments
 (0)