Skip to content

Commit a2db757

Browse files
authored
chore(deps): do not use the deprecated Cheerio API (#673)
1 parent 9757343 commit a2db757

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/links.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import cheerio from 'cheerio';
1+
import * as cheerio from 'cheerio';
22

33
const FIXES_RE = /(Close[ds]?|Fix(e[ds])?|Resolve[sd]?)\s*:\s*(\S+)/mgi;
44
const FIX_RE = /(Close[ds]?|Fix(e[ds])?|Resolve[sd]?)\s*:\s*(\S+)/i;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"branch-diff": "^2.1.0",
3838
"chalk": "^5.2.0",
3939
"changelog-maker": "^3.2.1",
40-
"cheerio": "^1.0.0-rc.10",
40+
"cheerio": "^1.0.0-rc.12",
4141
"clipboardy": "^3.0.0",
4242
"core-validate-commit": "^3.18.0",
4343
"enquirer": "^2.3.6",

0 commit comments

Comments
 (0)