From 825ef83058b13b2de1289c4ab07de3954e9c32bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2020 05:03:13 +0000 Subject: [PATCH] Bump set-value from 2.0.1 to 3.0.2 Bumps [set-value](https://github.com/jonschlinkert/set-value) from 2.0.1 to 3.0.2. - [Release notes](https://github.com/jonschlinkert/set-value/releases) - [Commits](https://github.com/jonschlinkert/set-value/compare/2.0.1...3.0.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f1348d..f67fdf2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "mixin-deep": "^2.0.1", "node-sass": "^4.12.0", "regenerator-runtime": "^0.13.5", - "set-value": "^2.0.1" + "set-value": "^3.0.2" }, "resolutions": { "minimist": "^1.2.3", diff --git a/yarn.lock b/yarn.lock index be710cc..2308fb5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6180,6 +6180,13 @@ set-value@^2.0.0, set-value@^2.0.1: is-plain-object "^2.0.3" split-string "^3.0.1" +set-value@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/set-value/-/set-value-3.0.2.tgz#74e8ecd023c33d0f77199d415409a40f21e61b90" + integrity sha512-npjkVoz+ank0zjlV9F47Fdbjfj/PfXyVhZvGALWsyIYU/qrMzpi6avjKW3/7KeSU2Df3I46BrN1xOI1+6vW0hA== + dependencies: + is-plain-object "^2.0.4" + setprototypeof@1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656"