Skip to content

Commit 1b41467

Browse files
[Security] Bump mixin-deep from 1.3.1 to 1.3.2 (#228)
1 parent 3b1a304 commit 1b41467

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
### Fixed
1212
- Technical - Exclude from pre-commit-hook linter files that are not committed.
13+
- Security - Patch vulnerabilities upgrading the `mixin-deep` dependency.
1314

1415
## RELEASE 5.4.1 - 2019-12-11
1516
### Changed

yarn.lock

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3127,6 +3127,7 @@ is-extendable@^0.1.0, is-extendable@^0.1.1:
31273127
is-extendable@^1.0.1:
31283128
version "1.0.1"
31293129
resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4"
3130+
integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==
31303131
dependencies:
31313132
is-plain-object "^2.0.4"
31323133

@@ -3199,6 +3200,7 @@ is-plain-obj@^1.1.0:
31993200
is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4:
32003201
version "2.0.4"
32013202
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
3203+
integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==
32023204
dependencies:
32033205
isobject "^3.0.1"
32043206

@@ -3261,6 +3263,7 @@ isobject@^2.0.0:
32613263
isobject@^3.0.0, isobject@^3.0.1:
32623264
version "3.0.1"
32633265
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
3266+
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
32643267

32653268
isstream@~0.1.2:
32663269
version "0.1.2"
@@ -4165,8 +4168,9 @@ minizlib@^1.1.1:
41654168
minipass "^2.2.1"
41664169

41674170
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==
41704174
dependencies:
41714175
for-in "^1.0.2"
41724176
is-extendable "^1.0.1"

0 commit comments

Comments
 (0)