Skip to content

Commit 7520b96

Browse files
authored
chore: use resolutions to fix audit warnings (#107)
1 parent a141828 commit 7520b96

File tree

2 files changed

+145
-344
lines changed

2 files changed

+145
-344
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@
9999
"resolutions": {
100100
"@mdjs/core": "^0.9.0",
101101
"@mdjs/mdjs-preview": "^0.5.5",
102-
"@rocket/drawer": "^0.1.4"
102+
"@rocket/drawer": "^0.1.4",
103+
"glob-parent": "^6.0.1",
104+
"prismjs": "^1.25.0",
105+
"pug": "^3.0.1"
103106
},
104107
"simple-git-hooks": {
105108
"pre-commit": "npx lint-staged"

0 commit comments

Comments
 (0)