File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
### Fixed
12
12
- Technical - Exclude from pre-commit-hook linter files that are not committed.
13
+ - Security - Patch vulnerabilities upgrading the ` mixin-deep ` dependency.
13
14
14
15
## RELEASE 5.4.1 - 2019-12-11
15
16
### Changed
Original file line number Diff line number Diff line change @@ -3127,6 +3127,7 @@ is-extendable@^0.1.0, is-extendable@^0.1.1:
3127
3127
is-extendable@^1.0.1 :
3128
3128
version "1.0.1"
3129
3129
resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4"
3130
+ integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==
3130
3131
dependencies :
3131
3132
is-plain-object "^2.0.4"
3132
3133
@@ -3199,6 +3200,7 @@ is-plain-obj@^1.1.0:
3199
3200
is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4 :
3200
3201
version "2.0.4"
3201
3202
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
3203
+ integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==
3202
3204
dependencies :
3203
3205
isobject "^3.0.1"
3204
3206
@@ -3261,6 +3263,7 @@ isobject@^2.0.0:
3261
3263
isobject@^3.0.0, isobject@^3.0.1 :
3262
3264
version "3.0.1"
3263
3265
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
3266
+ integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
3264
3267
3265
3268
isstream@~0.1.2 :
3266
3269
version "0.1.2"
@@ -4165,8 +4168,9 @@ minizlib@^1.1.1:
4165
4168
minipass "^2.2.1"
4166
4169
4167
4170
mixin-deep@^1.2.0 :
4168
- version "1.3.1"
4169
- resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe"
4171
+ version "1.3.2"
4172
+ resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"
4173
+ integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==
4170
4174
dependencies :
4171
4175
for-in "^1.0.2"
4172
4176
is-extendable "^1.0.1"
You can’t perform that action at this time.
0 commit comments