Skip to content

Commit 83bae4b

Browse files
committed
[*] Security - Patch set-value dependency vulnerability
1 parent 821fd5d commit 83bae4b

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- Segment Live Query - Fix issue where an incorrect live query causes the server to crash.
1010
- Login - Make the login error messages brought up to the end client through toasts more accurate.
1111
- Schema - Schemas having fields with escaped characters are now properly saved as valid JSON.
12+
- Security - Patch `set-value` dependency vulnerability.
1213

1314
## RELEASE 5.6.0 - 2020-01-14
1415
### Added

yarn.lock

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3559,7 +3559,7 @@ is-plain-obj@^1.1.0:
35593559
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
35603560
integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4=
35613561

3562-
is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4:
3562+
is-plain-object@^2.0.3, is-plain-object@^2.0.4:
35633563
version "2.0.4"
35643564
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
35653565
integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==
@@ -5924,20 +5924,10 @@ set-blocking@^2.0.0, set-blocking@~2.0.0:
59245924
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
59255925
integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
59265926

5927-
set-value@^0.4.3:
5928-
version "0.4.3"
5929-
resolved "https://registry.yarnpkg.com/set-value/-/set-value-0.4.3.tgz#7db08f9d3d22dc7f78e53af3c3bf4666ecdfccf1"
5930-
integrity sha1-fbCPnT0i3H945Trzw79GZuzfzPE=
5931-
dependencies:
5932-
extend-shallow "^2.0.1"
5933-
is-extendable "^0.1.1"
5934-
is-plain-object "^2.0.1"
5935-
to-object-path "^0.3.0"
5936-
5937-
set-value@^2.0.0:
5938-
version "2.0.0"
5939-
resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.0.tgz#71ae4a88f0feefbbf52d1ea604f3fb315ebb6274"
5940-
integrity sha512-hw0yxk9GT/Hr5yJEYnHNKYXkIA8mVJgd9ditYZCe16ZczcaELYYcfvaXesNACk2O8O0nTiPQcQhGUQj8JLzeeg==
5927+
set-value@^2.0.0, set-value@^2.0.1:
5928+
version "2.0.1"
5929+
resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b"
5930+
integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==
59415931
dependencies:
59425932
extend-shallow "^2.0.1"
59435933
is-extendable "^0.1.1"
@@ -6603,14 +6593,14 @@ unicode-property-aliases-ecmascript@^1.0.4:
66036593
integrity sha512-L5RAqCfXqAwR3RriF8pM0lU0w4Ryf/GgzONwi6KnL1taJQa7x1TCxdJnILX59WIGOwR57IVxn7Nej0fz1Ny6fw==
66046594

66056595
union-value@^1.0.0:
6606-
version "1.0.0"
6607-
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4"
6608-
integrity sha1-XHHDTLW61dzr4+oM0IIHulqhrqQ=
6596+
version "1.0.1"
6597+
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"
6598+
integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==
66096599
dependencies:
66106600
arr-union "^3.1.0"
66116601
get-value "^2.0.6"
66126602
is-extendable "^0.1.1"
6613-
set-value "^0.4.3"
6603+
set-value "^2.0.1"
66146604

66156605
[email protected], unpipe@~1.0.0:
66166606
version "1.0.0"

0 commit comments

Comments
 (0)