build(deps): bump object-path from 0.11.4 to 0.11.5

Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.4 to 0.11.5.
- [Release notes](https://github.com/mariocasciaro/object-path/releases)
- [Commits](https://github.com/mariocasciaro/object-path/commits)

Signed-off-by: dependabot[bot] <support@github.com>
releases/v3
dependabot[bot] 2020-10-20 11:59:06 +00:00 committed by GitHub
parent cc91f3d94e
commit d3ad37b6a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1739,9 +1739,9 @@
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
}, },
"object-path": { "object-path": {
"version": "0.11.4", "version": "0.11.5",
"resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz", "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.5.tgz",
"integrity": "sha1-NwrnUvvzfePqcKhhwju6iRVpGUk=" "integrity": "sha512-jgSbThcoR/s+XumvGMTMf81QVBmah+/Q7K7YduKeKVWL7N111unR2d6pZZarSk6kY/caeNxUDyxOvMWyzoU2eg=="
}, },
"once": { "once": {
"version": "1.4.0", "version": "1.4.0",

View File

@ -30,7 +30,7 @@
"conventional-changelog": "3.1.21", "conventional-changelog": "3.1.21",
"conventional-recommended-bump": "6.0.9", "conventional-recommended-bump": "6.0.9",
"git-semver-tags": "4.0.0", "git-semver-tags": "4.0.0",
"object-path": "^0.11.4", "object-path": "^0.11.5",
"semver": "^6.0.0", "semver": "^6.0.0",
"yaml": "^1.10.0" "yaml": "^1.10.0"
}, },