moul / node-gitlab

DEPRECATED, see https://github.com/node-gitlab/node-gitlab
https://npmjs.org/package/gitlab
Other
470 stars 140 forks source link

outdated dependencies #194

Closed DanielRuf closed 5 years ago

DanielRuf commented 6 years ago
$ npm i
npm WARN deprecated formatio@1.0.2: This package is unmaintained. Use @sinonjs/formatio instead
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm notice created a lockfile as package-lock.json. You should commit this file.
$ npm ls formatio
gitlab@1.8.0 C:\Users\Daniel\GITHUB\node-gitlab
`-- sinon@1.10.3
  `-- formatio@1.0.2
$ npm ls minimatch
gitlab@1.8.0 C:\Users\Daniel\GITHUB\node-gitlab
+-- mocha@5.0.5
| `-- glob@7.1.2
|   `-- minimatch@3.0.4
`-- slumber@0.9.0
  `-- yamljs@0.1.6
    `-- glob@3.1.21
      `-- minimatch@0.2.14
$ npm ls graceful-fs
gitlab@1.8.0 C:\Users\Daniel\GITHUB\node-gitlab
`-- slumber@0.9.0
  `-- yamljs@0.1.6
    `-- glob@3.1.21
      `-- graceful-fs@1.2.3
DanielRuf commented 6 years ago

References

https://github.com/node-gitlab/node-gitlab/issues/158 https://github.com/node-gitlab/node-gitlab/issues/152