Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 4c531a9

Browse files
author
valentinkononov
committed
feat(package.json): add resolution section to perform versions of dependencies resolution in package-lock.json. especially helpful for vulnerable dependencies as minimist
1 parent 7bfbf69 commit 4c531a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@
8888
"react-dom": "^16.4.1",
8989
"tempy": "^0.2.1"
9090
},
91+
"resolutions": {
92+
"minimist": "^1.2.5",
93+
"acorn": "^6.4.1"
94+
},
9195
"bin": {
9296
"underreact": "bin/underreact.js"
9397
},

0 commit comments

Comments
 (0)