Merge pull request #1035 from liyasthomas/dependabot/npm_and_yarn/functions/dot-prop-5.2.0

Bump dot-prop from 5.1.0 to 5.2.0 in /functions
This commit is contained in:
Liyas Thomas 2020-07-30 16:23:33 +05:30 committed by GitHub
commit 7196299d31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -572,9 +572,9 @@
}
},
"dot-prop": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.1.0.tgz",
"integrity": "sha512-n1oC6NBF+KM9oVXtjmen4Yo7HyAVWV2UUl50dCYJdw2924K6dX9bf9TTTWaKtYlRn0FEtxG27KS80ayVLixxJA==",
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.2.0.tgz",
"integrity": "sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==",
"optional": true,
"requires": {
"is-obj": "^2.0.0"