Bump set-value from 3.0.2 to 4.0.0

Bumps [set-value](https://github.com/jonschlinkert/set-value) from 3.0.2 to 4.0.0.
- [Release notes](https://github.com/jonschlinkert/set-value/releases)
- [Commits](https://github.com/jonschlinkert/set-value/compare/3.0.2...4.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-29 05:04:50 +00:00 committed by GitHub
parent b7dced4fe3
commit 2b44e9fb5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -39,7 +39,7 @@
"mixin-deep": "^2.0.1",
"node-sass": "^5.0.0",
"regenerator-runtime": "^0.13.7",
"set-value": "^3.0.2"
"set-value": "^4.0.0"
},
"resolutions": {
"minimist": "^1.2.3",

View File

@ -6435,10 +6435,10 @@ 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==
set-value@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/set-value/-/set-value-4.0.0.tgz#be6a13aa6b30beecc18850d8dad1e726ab7695aa"
integrity sha512-JtDpbHtnC5cNYKu9wk3f0Usbl2DOYCNHMHw/Ehn3DAxIMbqF2hj+cmfVjZj58OplqShE06wI6qpd3Puf6fzgVQ==
dependencies:
is-plain-object "^2.0.4"