Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-06-16 02:31:43 +00:00 committed by GitHub
parent 3fbb9132d0
commit c213519cf5
2 changed files with 12 additions and 20 deletions

View File

@ -11243,8 +11243,7 @@
"commander": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz",
"integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==",
"dev": true
"integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA=="
},
"comment-parser": {
"version": "0.7.6",
@ -15973,24 +15972,17 @@
}
},
"github-label-sync": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/github-label-sync/-/github-label-sync-2.0.0.tgz",
"integrity": "sha512-Y90NCXR1Hf5SXQ8589zkXQ55XHAfxOfoaop1hIAm5r+nBEkQE2Ggvu4TiTDusfAz44DIRsLF+YFzuxJ5WCPUww==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/github-label-sync/-/github-label-sync-2.0.1.tgz",
"integrity": "sha512-VIjRZ46R2ibHXTfsNBW5Nl+lCC7KGe9ElQopfwDcvZRXZ9C0swXKWlnS7s/zACPfcqfMZC8OeaJBIh8OVzzSUw==",
"requires": {
"@financial-times/origami-service-makefile": "^7.0.3",
"chalk": "^4",
"commander": "^2",
"got": "^11.2.0",
"js-yaml": "^3.14.0",
"commander": "^6.2.1",
"got": "^11.8.2",
"js-yaml": "^3.14.1",
"node.extend": "^2.0.2",
"octonode": "^0.9.5"
},
"dependencies": {
"commander": {
"version": "2.20.3",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
}
"octonode": "^0.10.2"
}
},
"github-slugger": {
@ -22413,9 +22405,9 @@
"dev": true
},
"octonode": {
"version": "0.9.5",
"resolved": "https://registry.npmjs.org/octonode/-/octonode-0.9.5.tgz",
"integrity": "sha512-l+aX9jNVkaagh7u/q2QpNKdL8XUagdztl+ebXxBRU6FJ1tpRxAH/ygIuWh0h7eS491BsyH6bb0QZIQEC2+u5oA==",
"version": "0.10.2",
"resolved": "https://registry.npmjs.org/octonode/-/octonode-0.10.2.tgz",
"integrity": "sha512-lxKJxAvrw3BuM0Wu3A/TRyFkYxMFWbMm8p7fDO3EoG9KDgOy53d91bjlGR1mmNk1EoF5LjGBx7BmIB+PfmMKLQ==",
"requires": {
"bluebird": "^3.5.0",
"deep-extend": "^0.6.0",

View File

@ -189,7 +189,7 @@
"dataloader": "2.0.0",
"dinero.js": "1.8.1",
"downshift": "6.1.3",
"github-label-sync": "2.0.0",
"github-label-sync": "2.0.1",
"html-react-parser": "0.14.3",
"react-number-format": "4.4.3",
"reakit": "1.3.8",