Skip to content

Commit ed05bd5

Browse files
committed
fix yarn audit errors
1 parent 728ae90 commit ed05bd5

File tree

2 files changed

+461
-327
lines changed

2 files changed

+461
-327
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"main": "lib/main.js",
2020
"devDependencies": {
2121
"browserify": "^16.5.0",
22-
"jsdoc-to-markdown": "^7.0.1",
23-
"standard": "^16.0.3",
22+
"jsdoc-to-markdown": "^7.1.0",
23+
"standard": "^16.0.4",
2424
"tape": "^4.13.2"
2525
},
2626
"scripts": {
@@ -47,7 +47,8 @@
4747
"randombytes": "^2.0.6"
4848
},
4949
"resolutions": {
50-
"hosted-git-info": "3.0.8",
51-
"underscore": "1.12.1"
50+
"ansi-regex": "5.0.1",
51+
"markdown-it": "12.3.2",
52+
"marked": "4.0.10"
5253
}
5354
}

0 commit comments

Comments
 (0)