jaredly / jaredly/hexo-admin

Update package dependencies to remove deprecated packages

Open
#171 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

help wanted open-for-contribution
Dominant language
JavaScript
Stars
1.8k
Forks
299
PR merge metrics
No merged PRs in 30d

Description

I get this when I installed `hexo-admin`:
```
$ npm install --save hexo-admin
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated connect@2.7.11: connect 2.x series is deprecated
npm WARN deprecated hoek@2.16.3: The major version is no longer supported. Please update to 4.x or newer
```

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the npm install --save hexo-admin output and inspect the dependency tree for minimatch, connect, and hoek. Determine which dependency declarations bring them in; done means the installation no longer reports these deprecated packages without breaking hexo-admin.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
tooling
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.