fix(deps): update dependency dependency-graph to ^0.11.0

This commit is contained in:
Renovate Bot 2021-05-10 18:14:45 +00:00
parent 2649a359d6
commit 1c74d44fd6
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 4 additions and 4 deletions

View File

@ -15,9 +15,9 @@
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="
},
"dependency-graph": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.10.0.tgz",
"integrity": "sha512-c9amUgpgxSi1bE5/sbLwcs5diLD0ygCQYmhfM5H1s5VH1mCsYkcmAL3CcNdv4kdSw6JuMoHeDGzLgj/gAXdWVg=="
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz",
"integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg=="
},
"dot-prop": {
"version": "6.0.1",

View File

@ -23,7 +23,7 @@
"url": "https://github.com/jsdoc/jsdoc/issues"
},
"dependencies": {
"dependency-graph": "^0.10.0",
"dependency-graph": "^0.11.0",
"emittery": "^0.8.1",
"ow": "^0.23.0",
"p-queue": "^6.6.2"